Displaying 20 results from an estimated 25 matches for "30secs".
Did you mean:
30sec
2011 Feb 13
15
[Bug 34220] New: Detects Load on output and blinks screen ~30secs
https://bugs.freedesktop.org/show_bug.cgi?id=34220
Summary: Detects Load on output and blinks screen ~30secs
Product: xorg
Version: unspecified
Platform: Other
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
ReportedBy...
2008 May 21
1
Queuing in backgroundrb, is it possible?
Hey all,
I''ve been playing with backgroundrb for a while but I''ve never had to
worry about this particular scenario.
We have a process that can take a while (<30secs) to return results so
it needs to be moved off of the standard rails stack and into
backgroundrb land (easy, and essentially done). However, we can''t
tolerate the possibility that any more than 5 concurrent requests are
sent to this service, is there a way to have backgroundrb throttle
con...
2001 Oct 18
0
uniform generator (default)
...ow=n)
for(i in 1:n)
{
u <- runif(1)
# runif(1) ####
if(runif(1) < alpha) z <- -log(runif(1))-log(runif(1))
else z <- -log(runif(1))
sim[i,1] <- exp(-(z * u^alpha))
sim[i,2] <- exp(-(z * (1-u)^alpha))
}
sim
}
tmp <- testing(100000,0.5) # about 30secs 4 me
plot(tmp[,1],tmp[,2],pch=".")
testing <-
function(n,alpha) {
sim <- matrix(0,ncol=2,nrow=n)
for(i in 1:n)
{
u <- runif(1)
runif(1) ####
if(runif(1) < alpha) z <- -log(runif(1))-log(runif(1))
else z <- -log(runif(1))
sim[i,1] <- exp(-...
2005 Feb 07
1
Voicemail timeouts after 30sec's everytime.
Ok I have a challange that I can't seem to find a way to fix it.
My Voicemail in * timesout after 30secs without fail everytime no matter
what I do.
I have incomming calls comming in through Freshtel IAX2, if it goes to
SIP extension when it is online it can hang on for what ever time the
call goes for.
If however it goes to the Voicemail it will timeout at 30sec and I can't
seem to figure o...
2007 Mar 07
1
sip show channels
...2.12, 1.2.15, 1.2.16
"sip show channels"
Always tends to show 100+ lines such as
192.168.1.241 (None) 2e2872da-1d 00101/21507 unkn No
Rx: REGISTER
Never seem to go away
198 total peers on this server
All devices are behind NAT
Registration expirations between 30secs to 2 minutes to help keep NAT
open
Should I extend the registration expiration to maybe 5 minutes? Will
that keep the NAT holes on the remote router open long enough to receive
calls?
Bill
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium....
2008 Jan 17
1
buffer-issue when piping live-streams into musiconhold
...d starts correctly to play the
live-stream (almost live, with very small delay) - that's OK.
10:01 I hangup.
-- than I pause for 20 min --
10:20 I'm calling a second time. However moh now doesn't stream live, but
starts to continue playing the stream from 10:01. This goes on for about
30secs, then the replay stops for a second and continues at the correct
position (once again, rather "live"). along I get this message at the
console:
[Jan 17 20:37:15] NOTICE[6220]: res_musiconhold.c:544 monmp3thread: Request
to schedule in the past?!?!
[Jan 17 20:37:15] NOTICE[6220]: res_musi...
2007 Apr 01
1
Asterisk 1.2 and res_perl - lock that leads to weird behaviour
...My Asterisk dialplan, when a user try to place a call, make a query to
our db (through res_perl) to check some parameters, among them the
user's credit to set the maximum duration of a call.
If that perl script does not end in a reasonable time (I cannot tell how
much is reasonable, but the 30secs due to the lock were surely too many)
and other users try to call (and also their queries get locked) Asterisk
begins causing weird problems.
(I saw on res_perl documentation that it acquires some lock in asterisk
during scripts execution but I didn't imagine that locks could affect
the whol...
2002 Sep 25
1
Slow browsing windows shares from linux/samba
...he Windows PCs. This
works fine, even fast (thanks to socket options).
But now, if I want to browse the Windows PCs from Linux it takes ages to do
so. I can get the listing of available shares via Linneighborhood real
quick. Mounting works flawlessy. Then I open the mountpoint and it takes
between 30secs to 4 minutes to open the share and display its contents. I
noticed that if I am very fast and have a filebrowser ready, that after
mounting the share I can browse at realtime speed for about 2 secs. After
that the above behavior takes place, and even a directorylisting for a share
with only 2 files...
2008 Jun 02
0
New glmnet package on CRAN
...milies such as poisson might appear in later versions of glmnet.
Examples of glmnet speed trials:
Newsgroup data: N=11,000, p=4 Million, two class logistic. 100 values
along lasso path. Time = 2mins
14 Class cancer data: N=144, p=16K, 14 class multinomial, 100 values
along lasso path. Time = 30secs
Authors: Jerome Friedman, Trevor Hastie, Rob Tibshirani.
See our paper http://www-stat.stanford.edu/~hastie/Papers/glmnet.pdf for
implementation details,
and comparisons with other related software.
--
--------------------------------------------------------------------
Trevor Hastie...
2008 Jun 02
0
New glmnet package on CRAN
...milies such as poisson might appear in later versions of glmnet.
Examples of glmnet speed trials:
Newsgroup data: N=11,000, p=4 Million, two class logistic. 100 values
along lasso path. Time = 2mins
14 Class cancer data: N=144, p=16K, 14 class multinomial, 100 values
along lasso path. Time = 30secs
Authors: Jerome Friedman, Trevor Hastie, Rob Tibshirani.
See our paper http://www-stat.stanford.edu/~hastie/Papers/glmnet.pdf for
implementation details,
and comparisons with other related software.
--
--------------------------------------------------------------------
Trevor Hastie...
2010 Nov 04
0
glmnet_1.5 uploaded to CRAN
...r measures
* offsets and weights can be provided for all models
Examples of glmnet speed trials:
Newsgroup data: N=11,000, p= 0.75 Million, two class logistic. 100 values along lasso path. Time = 2mins
14 Class cancer data: N=144, p=16K, 14 class multinomial, 100 values along lasso path. Time = 30secs
Authors: Jerome Friedman, Trevor Hastie, Rob Tibshirani.
See our paper http://www-stat.stanford.edu/~hastie/Papers/glmnet.pdf for implementation details,
and comparisons with other related software.
-------------------------------------------------------------------
Trevor Hastie...
2005 Feb 09
0
Voicemail timeouts after 30sec's everytime no matter what I set in the configs. CVS Dec 04
As my previous try on getting an answer was hijacked I thought I would
try again.
Ok I have a challange that I can't seem to find a way to fix it.
My Voicemail in * timesout after 30secs without fail everytime no matter
what I do.
I have incomming calls comming in through Freshtel IAX2, if it goes to
SIP extension when it is online it can hang on for what ever time the
call goes for.
If however it goes to the Voicemail it will timeout at 30sec and I can't
seem to figure out w...
2008 Feb 01
0
microdowell BP-100
...9min
R0015 - restart after 14min
I also tested with R0015 and without plugging it in. After some
14minutes the UPS beeps (timeout expires)
but nothing happens. On returning power, it starts the load immediately.
I tested again with R0005. After the load was cut off, I pulled the
plug. After 3min 30secs (it restarts after
3min sharp if OL) I plugged it back in, nothing happened. After some 25
secs, the load was started.
--
Valkai Elod
Network Administrator
RC TEAM SA, Timisoara, Romania
2000 Feb 02
0
samba and nt server logon scripts for win9x - running a program
...scripts to ease my admin
tasks with a few clients and having trouble with one item. Basically what I
want to have happen is each monday at first logon, the script would run the
latest antivirus definition updater, the user would click yes to run it once
the dialogue popped up and be done in 15-30secs or so.
Here is the problem, if I first map the [netlogon] service to v: and in that
same directory have the latest def updates, ie 0124i32.exe and in the script
say v:\0124i32.exe all is fine. However if I use a wildcard like
v:\????i32.exe or v:\*i32.exe it doesn't work. Any ideas on how t...
2010 Apr 04
0
Major glmnet upgrade on CRAN
...measures
* offsets and weights can be provided for all models
Examples of glmnet speed trials:
Newsgroup data: N=11,000, p= 0.75 Million, two class logistic. 100 values along lasso path. Time = 2mins
14 Class cancer data: N=144, p=16K, 14 class multinomial, 100 values along lasso path. Time = 30secs
Authors: Jerome Friedman, Trevor Hastie, Rob Tibshirani.
See our paper http://www-stat.stanford.edu/~hastie/Papers/glmnet.pdf for implementation details,
and comparisons with other related software.
-------------------------------------------------------------------
Trevor Hastie...
2010 Apr 04
0
Major glmnet upgrade on CRAN
...measures
* offsets and weights can be provided for all models
Examples of glmnet speed trials:
Newsgroup data: N=11,000, p= 0.75 Million, two class logistic. 100 values along lasso path. Time = 2mins
14 Class cancer data: N=144, p=16K, 14 class multinomial, 100 values along lasso path. Time = 30secs
Authors: Jerome Friedman, Trevor Hastie, Rob Tibshirani.
See our paper http://www-stat.stanford.edu/~hastie/Papers/glmnet.pdf for implementation details,
and comparisons with other related software.
-------------------------------------------------------------------
Trevor Hastie...
2005 Apr 09
1
advice on crafting examples for packages
Folks-
I have developed a package which I am planning on posting to CRAN.
I include examples for each of the 40 or so functions in the package.
However, since the examples are non-trivial and the package is
using MCMC simulation methods, it takes about 20 minutes to run the complete
set of examples on a 2.8 Ghz windows PC. The R process reaches a high
water mark of about 100 MB of memory as
2013 May 30
1
Samba 4 and Profile directory issues.
...or your reply, I dropped my subscription
>> to the list because no one seems to care about these
>> questions in there, then I guess what's that list for if they
>> won't answer or at least point people to a link that won't
>> take 30secs, well anyways....
>>
>>
>> On 5/28/2013 4:44 PM, Ricky Nance wrote:
>>> First think you should check is to see if winbind is setup
>>> properly (resolving names in Ubuntu as it should be) if not,
>>> have a look at
>>...
2013 Mar 02
0
glmnet 1.9-3 uploaded to CRAN (with intercept option)
...peeding up convergence (by temporarily limiting the active set).
Examples of glmnet speed trials:
Newsgroup data: N=11,000, p= 0.75 Million, two class logistic. 100 values along lasso path. Time = 2mins
14 Class cancer data: N=144, p=16K, 14 class multinomial, 100 values along lasso path. Time = 30secs
Authors: Jerome Friedman, Trevor Hastie, Rob Tibshirani and Noah Simon
References:
Friedman, J., Hastie, T. and Tibshirani, R. (2008) Regularization
Paths for Generalized Linear Models via Coordinate Descent
http://www.stanford.edu/~hastie/Papers/glmnet.pdf>
Journal of Sta...
2013 Mar 02
0
glmnet 1.9-3 uploaded to CRAN (with intercept option)
...peeding up convergence (by temporarily limiting the active set).
Examples of glmnet speed trials:
Newsgroup data: N=11,000, p= 0.75 Million, two class logistic. 100 values along lasso path. Time = 2mins
14 Class cancer data: N=144, p=16K, 14 class multinomial, 100 values along lasso path. Time = 30secs
Authors: Jerome Friedman, Trevor Hastie, Rob Tibshirani and Noah Simon
References:
Friedman, J., Hastie, T. and Tibshirani, R. (2008) Regularization
Paths for Generalized Linear Models via Coordinate Descent
http://www.stanford.edu/~hastie/Papers/glmnet.pdf>
Journal of Sta...