search for: meep

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

Did you mean: keep
2010 Apr 18
3
loops and if statements
Hello, I am very new to R and data analysis in general. I am trying to generate values to append to my data frame using conditional statements. I am playing with this simple example: a <- c(1:4) b <- c("meep", "foo", "meep", "foo") d <- cbind(a, b) now what I want to do is , each time there is a "meep" in column 2 of d, print "oops", else print "yay". So I wrote: for(i in seq(along=d[,2])) {if (d[i]=="meep") { print("o...
2003 May 19
2
transfer problems
hi all when I (using my D-Link DPH-100M MGCP phone) press #, I get told 'transfer'. I dial the new number and after that, * just tells me 'meep meep meep' [hangup] any ideas why? -- Roy Sigurd Karlsbakk, Datavaktmester ProntoTV AS - http://www.pronto.tv/ Tel: +47 9801 3356 Computers are like air conditioners. They stop working when you open Windows.
2004 Sep 03
0
busy signalling on PRI doesn't work...
hi all Attachd is a PRI DEBUG dumped while dialling out to a busy number among with zap(ata|tel).conf. asterisk did not flag busy, and I got a busy indicator going meeeeep-meep-meeeeep-meep-meeeeep-meep (never heard this before) Can someone help me out here? thanks roy -------------- next part -------------- A non-text attachment was scrubbed... Name: zapata.conf Type: application/octet-stream Size: 511 bytes Desc: not available Url : http://lists.digium.com/pipermai...
2006 Apr 03
30
DO NOT REPLY [Bug 3653] New: Silence 'vanished files' messages
...Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: count-samba@flatline.de QAContact: rsync-qa@samba.org Please add an option to disable the 'vanished files' error messages and return code. This way, running rsync from crontab/meep wouldn't send mails for this rather unproblematic case when you already know about it. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
2010 May 31
1
Definie gtalk troubles over here
...on for Windows. So I tried to call him and he got a ringtone. But when he picked up, he got a missed. When he called me, he got a dial tone and then after one "ring" he got a woman saying: "Sorry, the person your are calling is not available. Please leave a message after the meep. Meep! :-)" But that certainly wasn't my asterisk, at least not to my knowledge. I can't check in google itself, for it's graphical and I can't do that, for I'm blind. I have a full log here, if any one could help me work through it? I'm baffled and can't see...
2006 Apr 22
3
how do I manually throw a 404?
I''m sure this has been asked before but a quick search on the web didn''t give me any hints.. I''d like to do this: @person = Person.find_by_name throw_page_not_found unless @person Anybody know how to do this, do I have to manually tinker with the response object? -- Posted via http://www.ruby-forum.com/.