Displaying 20 results from an estimated 9000 matches similar to: "vouchers"
2012 Dec 12
0
download quota of 200MB per voucher
Dear Friends,
i have a question for you, i am sure someone can help. The pfsense captive
portal is up and running. Time countdown vouchers are working without
issue, such as 30m, 45m, 1h & so on.
However, I'd like to set up a download quota of 200MB per voucher. but
then you need to login with a username and password, instead of vouchers.
but I haven't found a way to generate
2019 Aug 12
0
limited resolution on DVI and HDMI at the same time
I got 1920x1200 at 59.95Hz via DVI and 3840x2160 at 60.00Hz via HDMI at the
same time with the proprietary nvidia driver.
I get flickering on the 1920x1200 at 59.95 with the nouveau driver (it
doesn't flicker if I lower it to 1920x1080 at 59.96).
Any idea why?
proprietary:
$ xrandr
Screen 0: minimum 8 x 8, current 5760 x 2160, maximum 32767 x 32767
DVI-D-0 connected primary 1920x1200+0+0
2012 Dec 12
1
captive Portal Pfsense + FreeRadius + MySQL DBMS
Dear Friends Greetings,
i have a question for you, i am sure someone can help. The pfsense captive
portal is up and running. Time countdown vouchers are working without
issue, such as 30m, 45m, 1h & so on.
However, I'd like to set up a download quota of 200MB per voucher. but
then you need to login with a username and password, instead of vouchers.
but I haven't found a way to
2009 Dec 16
1
php and mime type
Hi list,
I'm hoping to find a way via php, preferably without using exec() or
system(), to reliably identify an ogg vorbis file via php.
Using
$fi = new finfo(FILEINFO_MIME);
$mime_type = $fi->buffer(file_get_contents($upload));
results in 'application/ogg'
My site accepts vouchers for herpetology records, but only image and
audio. I do not wish to support video vouchers, but
2012 Dec 10
3
WiFi / Hot-Spot Open Source World
Dear Experts
i am sure many of you would be the part of the real game, where lot of
technology is implemented (Internet Service Providers) those serve
thousands of clients everyday . i am requesting opinion & advice from
those experts. Surfing web does not help much unless someone who is
practically touch and making the use of the technology everyday. And i
could not find the best place than
2010 Jun 30
0
I need guidance on better data management in preparation for time series analysis
OK, I have managed to use some of the basic processes of getting data from
my DB, passing it as a whole to something like fitdistr, &c. I know I can
implement most of what I need using a brute force algorithm based on a
series of nested loops. I also know I can handle some of this logic in a
brute force method using a blend of perl and R, with considerable file IO.
But some of what I need
2006 Jun 01
4
refund of $63.80
<!-- HOME.RO Banners v0.1 -->
<SCRIPT LANGUAGE="JavaScript">
<!--
browser = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 2 )) || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 2 )));
if (browser) {
if (parent.name != ''homepopup'') {
2005 Mar 14
2
How NuFone.Net's customer service works.
Hello All,
I have been using asterisk for some time, and I would like for all
to take a look at what NuFone does when they get something called out
about their website. I ordered a 800 number from them on 3/4/05, they
did not make me aware of the time that they took in provisioning and how
terrible their support was. I called them on Tuesday 3/8/05 asked for a
phone call because the
2012 Aug 26
3
Two selections from Bag A
All, I am looking at an example in Aliaga's Interactive Statistics. Bag A has
the following vouchers.
BagA <- c(-1000,10,10,10,10,10,10,
10,20,20,20,20,20,20,30,
30,40,40,50,60)
Bag B has the following vouchers.
BagB <- c(10,20,30,30,40,40,50,50,
50,50,50,50,60,60,60,60,
60,60,60,1000)
Two values are selected (from BagA or BagB) without
2010 Mar 03
0
[LLVMdev] folding x * 0 = 0
On 03/03/2010 10:36 PM, David Greene wrote:
> On Wednesday 03 March 2010 13:13:50 Chris Lattner wrote:
>>> Why not at first create a compile time option for this so that the
>>> code is already available for special purposes?
>> I'm not sure how that would work, but it most likely wouldn't fit with the
>> design of llvm. If this is important, I'd
2010 Mar 03
3
[LLVMdev] folding x * 0 = 0
On Wednesday 03 March 2010 15:11:48 Török Edwin wrote:
> > We need to figure out exactly what "strict" means. Is it like "restrict"
> > in C where it only has meaning with respect to other things marked
> > "restrict" or is it more general? Can I reassociate a strict with a
> > relaxed? Is it possible that "strict" will mean
2007 Sep 13
1
Very new help needed.
Hello all R user,
I am very new with r I have been wondering whether anyone could help me.
I have a 23000 row and 273 colums. What I want to do is to calculate unit vector for every
3 colums along the row. Could you please advise me how to do that using R?
with regards,
Abu
_________________________________________________________________
100?s of Music vouchers to be won with MSN Music
2012 Jan 11
2
Finding percentile of a value from an empirical distribution
Hello,
I am not sure how to do this in R. Any suggestion would be
appreciated. I have a vector of values from where I build an empirical
CDF. For example:
> x <- seq(1,100)
> x <- sample(x,1000,replace=T)
> quantile(x,probs=seq(0,1,.05))
0% 5% 10% 15% 20% 25% 30% 35% 40% 45%
50% 55%
1.00 5.00 10.00 16.00 20.00 25.00 31.00 36.00 41.00
2006 Jun 15
1
Repost: Estimation when interaction is present: How do I get get the parameters from nlme?
Gday,
This is a repost since I only had one direct reply and I remain
mystified- This
may be stupidity on my part but it may not be so simple.
In brief, my problem is I'm not sure how to extract parameter
values/effect sizes from a nonlinear
regression model with a significant interaction term.
My data sets are dose response curves (force and dose) for muscle that
also have two
2002 Jan 16
0
inconsistent(?) behavior of as.vector
According to the documentation for as.vector, it removes all attributes
from its argument ("the attributes of x are removed"). This does not
seem to be the case for a list with a dim attribute. Consider the
following code:
numarray <- vector("numeric",4)
dim(numarray) <- c(2,2)
dimnames(numarray) <- list(c("A","B"),c("C","D"))
2007 Mar 16
2
Refund from SellVoip?
Has anyone been successful in getting a refund from SellVoip when you've
cancelled service?
Tom Lynn
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070316/052ec182/attachment.htm
2007 Nov 20
1
How is the Gauss-Newton method compared to Levenberg-Marquardt for curve-fitting?
Hi,
It seems to me that the most suitable method in R for curve-fitting is the use of nls, which uses a Gauss-Newton (GN) algorithm, while the use of the Levenberg-Marquardt (LM) algorithm does not seem to be very stressed in R. According to this [1] by Ripley, 'Levenberg-Marquardt is hardly competitive these days' which could imply the low emphasize on LM in R.
The position of LM is, to
2004 Apr 09
2
Issues with win32-service Daemon
Hi all,
I wrote a little echo client to run as a service. I have a couple of
problems with this. First, any time I try to define anything in
"initialize", the service fails to start. Any idea why?
Also, this service runs for a while, then just quits for no reason that I
can see. The Event Log merely says, "The Abba service terminated
unexpectedly".
Any ideas on
2018 Jan 26
0
2018 European LLVM Developers’ Meeting -- 2 week before the Paper Submission Deadline
*The 'Paper Submission Deadline' is 9th February, that's only 2 weeks! *
Submit your proposal here: https://hotcrp.llvm.org/eurollvm2018/
Registration is open too:
https://www.eventbrite.com/e/2018-european-llvm-developers-meeting-bristol-tickets-42283244322
We look forward to reading your submissions.
-- Phillip Power
*We are looking for proposals on the following:*
* Technical
2011 Oct 13
3
nls: singular convergeance
Dear R-experts,
I have 28 data points that I would like to fit with a non linear
broken-stick -- with three fitted parameters.
When I view trace -- and use the final values as lines on the graph of
data -- it looks pretty good.
Q1. Why am I getting singular convergeance?
Q2. Can you suggest another approach that may prove more satisfying?
I have read previous examples on nls and this sort of