search for: byebye

Displaying 6 results from an estimated 6 matches for "byebye".

2007 Aug 12
2
[PATCH] merb-rakefile-more-dist-byebye.diff
...ll the references to dist/ that I could find. Ez, consider this a full copyright transfer from me to you on this and future patches; I''ll sign something official if you need it. -------------- next part -------------- A non-text attachment was scrubbed... Name: merb-rakefile-more-dist-byebye.diff Type: application/octet-stream Size: 8643 bytes Desc: not available Url : http://rubyforge.org/pipermail/merb-devel/attachments/20070811/bb3bf027/attachment.obj -------------- next part --------------
2011 Sep 06
1
object.size() not recognized within .First()
...rix(rev(sort(zlab))) myzmat=data.frame(id=1:n,name=zlab[1:n],size=z[1:n]) row.names(myzmat)=NULL print(myzmat) cat("\nGive c() vector of id's to delete, or return to exit\n") thechosen=readline() if (thechosen=="") { invisible(return()) } else { byebye=eval(parse(text=thechosen)) goodbye=as.character(myzmat$name)[byebye] goodtogo=T if(removeask) { cat("Are you sure to delete (y/n):\n") print(goodbye) a=readline() if(a!="y") goodtogo=F } if(goodtogo) { rm(list=go...
2011 Jan 20
5
ReceiveFax
Hi all, I realize that the application Receivefax can't handle with more than one fax at the same time. In a environment with a lot of fax, some caller get the signal but the operation can't be completed. Is there a way to send busy tone to the second caller? Att, Flavio Roberto Miranda MSN:flaviormiranda at hotmail.com Skype: flaviormiranda -------------- next part
2007 Mar 07
4
Time moving backwards error
...might cause a lot of problems, so I'll just kill myself now. After upgrading to RC26, I've gotten the error: Error: Time just moved backwards by 1 seconds. I'll sleep now until we're back in present. Occasionally, however, it's followed by: Fatal: Sleep interrupted, byebye. The server is running NTP, but I can't find any reason why it would have to roll the clock back a second so often. Until I get this figured out, I've gone back to RC19. Any ideas? Thanks. -- Emmett "Buddy" Pate Chief Technology Officer William E. Wood and Associates, Real...
2012 May 22
6
Beginning with BDD: Rspec or Cucumber? What is better documented?
...t both Ruby and Rails are on a basic level (but definitely does exist), but I''m in no means near being an expert yet. In june, I will start with my first tenure in a company which uses Rails, so I''m on my way to become a pro user, and I''m really, really happy about that (byebye, PHP and Java!). It''s sort of a startup company which already is working on a small Rails app since some time, but until now, testing has been neglected a bit. So I decided to become the person responsible for our testing concept, but as I''m coming from cakePHP, I only have experi...
2005 Jun 18
6
htb child classes don''t borrow form "parent''s parent class" :(
Dear list, I have the problem that child classes don''t seem to issue the parent class to borrow from their parent. This is a simplified version of my script: tc qdisc del dev $DEV root tc qdisc add dev $DEV root handle 1: htb default 10 tc class add dev $DEV parent 1: classid 1:1 htb rate 10mbit tc class add dev $DEV parent 1:1 classid 1:10 htb rate 1kbit ceil 512kbit #groups tc