search for: somthing

Displaying 20 results from an estimated 405 matches for "somthing".

Did you mean: something
2006 Jan 11
3
Regular expressions
...in help pages (then I did not understand it by reading them several times) or it was answered previously (then I did not find it). Since "ls" with argument pattern essentially uses "grep" (if I am not mistaken), I have an example for "grep" text<-c("somethigMYsomthing elseTARGET another thing","MY somthing TARGET another thing","somethig somthing elseTARGETMY another thing","somethigMTARGETY another thing") grep(pattern="MY&TARGET", x=text) #I would like to get 1 2 3 and not 4 or actually their names using text[...
2006 Jun 06
0
Re: bug or somthing like it :)
...; > ______________________________________________________________ > From: "Paul Bryson" <paul@msn.com> > To: "julio preciado" > <jepreciado@hotmail.com>,<webmaster@speex.org> > Subject: Re: bug or somthing like it :) > Date: Thu, 1 Jun 2006 18:57:43 -0500 > > This address is for website issues. For technical questions > about Speex, please contact the Speex mailing lists. > ----- Original Message ----- > From: julio...
2012 Apr 04
1
read.socket utils package : somthing is going wrong
....C("Rsockread", port, buffer = buffer, len = maxlen, PACKAGE = "base") when execution arrive to the c function call R goes in a some kind a eternal loop ! Thanks very much Massimo Salese -- View this message in context: http://r.789695.n4.nabble.com/read-socket-utils-package-somthing-is-going-wrong-tp4531374p4531374.html Sent from the R help mailing list archive at Nabble.com.
2006 Jul 13
6
creating meaningful urls, (changing default)
Hi, Urls in ruby are as defualt set to :controller/:action/:id How can I change it to somthing like this :controller/:action/:id/#random title# #random title# may be a variable or taken from a field in the database thanks scott -- Posted via http://www.ruby-forum.com/.
2006 Mar 27
4
How to create a daemon in a rails app
i want a daemon will check somthing every 10 minute how do this in rails? -- Posted via http://www.ruby-forum.com/.
2003 Apr 17
4
meetme config
...e meetme.conf file and 'exten => 7500,1,MeetMe(7500)' in the extensions.conf file (in the same context as my phone extensions).. When I dial extension 7500 I get the voice saying "That is not a valid conference number, Please try again.." <beep> <beep> Have I left somthing out? Thanks.. -- ______________________________________________ http://www.linuxmail.org/ Now with e-mail forwarding for only US$5.95/yr Powered by Outblaze
2006 Feb 25
3
Bandwidth limiting and shaping
Hi, I have a client that is looking for an solution to do bandwidth monitoring and traffic shapping. I would like to use Centos if possible, but I need somthing that has a GUI so they can easily make changes and updates. It would have to be ip based or mac address. What would you suggest. I have looked a Ipcop and smoothwall as solutions so far. Thanks
2008 Jul 11
2
dovecot 1.1.1 dbox public namespace problem
Hi @ll i have somthing like namespace public { separator = / prefix = "public/" location = dbox:/usr/local/virtual/%d/public inbox = no list = yes subscriptions = yes hidden = no } which works nice if i set location = maildir:/usr/local/virtual/%d/public %d expansion works right with mai...
2007 Feb 08
3
Running source from Unix line
How can I run something like source("filename") from the Unix command line? Maybe somthing like ./R CMD source("filename") - this does not work. I need to run an R source code file with a command from the Unix command line. assuming that I have R installed on my system. Thank you all Amir. -- View this message in context: http://www.nabble.com/Running-source-from-Unix-line-...
2006 Apr 28
3
store user id in session or find user id
Hi Im uisng the lgoin generatior that as far as I can tell stores the username in session. I have another table that i need to store the id of the user who creates an entry. (the logged in user) Is it possible to store return the id and store it in session once the user is created. then do somthing like @project.user_id = session[:user].id; or can I perform a search in the product table grabbing the id of the using the username that is stored in session? ie userIdVar = User.find(session[:user].login) then do @project.user_id = userIdVar how can this be done? Sure both ways are possible, b...
2003 Apr 14
6
Asterisk and SNOM 200
Hi, I have just got my SNOM 200 to start doing some real testing with *.. I am trying to use the GSM codec but the quality is really bad, Is that normal? does anyone actually use GSM?? Also are there any 'gotcha's' that I need to look out for so I don't spend hours trying to get somthing working that really doesn't work anyway.. Thanks.. later.. -- ______________________________________________ http://www.linuxmail.org/ Now with e-mail forwarding for only US$5.95/yr Powered by Outblaze
2007 Oct 24
3
convert factor dataframe into numeric matrix
...dataframe, all lists inside it are factors. When I use as.matrix(df) to convert, I get a character matrix while my intention is to get numeric matrix. I can make the convertion iteratively by each list but I do think there is some more elegant way of doing this. please let me know if I missed somthing there. Thanks in advance. Sun
2007 Aug 04
4
syslinux & booting linux from USB
Dear all, I wanna create a GNU/Linux that it boots from USB. I don't any idea on that. Can you introduce me a doc that i can use it & i can solve my problem? Cheers, -- ------------------------- Mohsen Pahlevanzadeh email address : mohsen at pahlevanzadeh.org web site : http://pahlevanzadeh.org IRC IM : m_pahlevanzadeh yahoo IM : linuxorbsd ----------------------------
2003 Sep 08
8
Callgroup, Pickupgroup and SIP
...orning (about 15 mins ago).. I have placed callgroup=1 and pickupgroup=1 into each of my 3 phone configurations in sip.conf.. I place a call from phoneA to phoneB, then I go to phoneC and dial *8# , the call does not get picked up by phoneC and continues to ring on phoneB.. Have I not configured somthing correctly or is there a bug?? Later. -- ______________________________________________ http://www.linuxmail.org/ Now with e-mail forwarding for only US$5.95/yr Powered by Outblaze
2008 Jan 16
3
is there something like addslashes and stripslashes in prototype
if i would save the content of a textarea into mysql i eventually have to mask things like ,"/\ and so on. in php there are the add- and stripslashes functions you could use. is there somthing compareable like this in the string object of prototype? if not, it would very nice to have, i think. function addslashes(str) { str=str.replace(/\''/g,''\\\''''); str=str.replace(/\"/g,''\\"''); str=str.replace(/\\/g,''\\\\'...
2006 Jun 30
4
always show 2 decimal places
Hi, I have a float that often looks like somthing like 2003.2 in my controller (1 decimal place) Is there a way to always show it to 2 decimal places eg 2003.20 ? Thanks Scott -- Posted via http://www.ruby-forum.com/.
2004 Mar 22
2
regex in R
Hello I could use some help here with trying to use perl stype regex to extract the first group of letters before a ( . ) so if I have a sting AACEE.adiid and wanting AACEE i <- "AACEE.adiid" grep(".+\..?+",i,perl=T) I must be doing somthing wrong but don't know what it is? thanks
2007 Jun 08
2
Can Asterisk RAS?
I am trying to set up somthing so I can dial into my asterisk box, and have it behave as a modem bank. Is there anything like that already, or am I going to have to write my own. I checked googls and found no leads, but thought I would ask here before I tried writing my own, just to make sure I wasnot reinventing the wheel...
2000 Jul 06
2
GUI Samba?
*This message was transferred with a trial version of CommuniGate(tm) Pro* Hello, I'm new to Linux, I work on a PC, Mac, and now Linux network. I have been looking for somthing like samba that will work on Xwindows. If you could point me in the right direction I would be thankfull. Hope to hear from you soon, Zeek Bower.
2005 Jan 12
3
samba across internett
I am quite novise to samba and networking but I have a litle timepressure as I need two branchoffice to be connected to my server at the mainoffice Does anyone know if it is possible to do this with samba alone or do I need somthing extra. Eivind