search for: waituntil

Displaying 3 results from an estimated 3 matches for "waituntil".

Did you mean: wait_until
2012 Feb 08
2
How to stop a loop for?
...( ) until the user presses the enter key or any other one and the loop can continue. This could be an example: library(MASS) data <- data.frame(mvrnorm(1000,rep(0,5),Sigma=diag(1,5))) for(i in 1:dim(data)[2]){ plot(density(data[,i]), main=paste('histogram',i)) #here something like waituntil command } Thank's in advance Juan A. Hernandez Spain. [[alternative HTML version deleted]]
2007 Dec 05
5
New feature: calling all bug marshals
...e(${EPOCH} < ${FUTURETIME}) exten => s,n,Wait(0.01) exten => s,n,EndWhile() exten => s,n,Play(beep) exten => s,n,Hangup() and hating myself for it (my Asterisk runs on a 500MHz Geode LX). So I decided it would be useful (in general, and educational for me in particular) to write a WaitUntil() application instead. Well, I've done that. I was going to file a bug and then post a "fix" to get their feature in, but the Bug guidelines seem to be pretty clear that this is not the way to go. So, I'm posting here instead. The example to paste into the documentation or e...
2007 Dec 05
2
New feature: calling all bug marshals
...=> s,n,Wait(0.01) > exten => s,n,EndWhile() > exten => s,n,Play(beep) > exten => s,n,Hangup() > > and hating myself for it (my Asterisk runs on a 500MHz Geode LX). > > So I decided it would be useful (in general, and educational for me in > particular) to write a WaitUntil() application instead. > > Well, I've done that. > > I was going to file a bug and then post a "fix" to get their feature in, > but the Bug guidelines seem to be pretty clear that this is not the way > to go. > > So, I'm posting here instead. > > The...