similar to: OT but relevant to SMS

Displaying 20 results from an estimated 500 matches similar to: "OT but relevant to SMS"

2007 Dec 13
1
Cell Phone SMS
Though this is not exactly an asterisk question, I have thoughts of asterisk integration. Does anyone know how I might get a several digit SMS code and allow people to SMS it? The second step is, is there a way to charge their bill x dollars when they do that (ie for a donation to a non-profit type thing). -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Jan 23
1
[INFO] SMS Aggregators
Awhile ago, I posted some information about SMS Aggregators, this is just a follow-up, based on changes in the US market. As of January 31st, any commercial application, sending to US networks, is required to lease a CSC (short code) from CTIA. A CSC runs $6000/year for a random code, and $12,000/year for a vanity code. These charges are on top of the normal per message fees. This does
2002 May 05
1
a problem I'm having with rsync-4.5.4
Howdy, I'm trying to update (rsyncronize) a system that I've placed in another state where I have replaced the networker with a new version that's pointing to a new and different server. I'm running with the following parameters: /usr/lsd/SunOS.5.7/bin/rsync -n -vvacrRlpogtuxz --stats --progress . sjsun5x:/usr --exclude-from=/excludes_usr When I run rsync I ask rsync to exclude
2011 Apr 13
1
Assign with Paste Problem
Dear R Helpers, I am trying to change the name of an object using the assign function. When I use paste on the new object but not the old, everything is fine: The new object is a direct copy of the old object. When I use a paste for both the new and the old object, however, the new object is simply the character representation of the old object name, not the old object itself. The example
2011 May 14
1
Changing Attribute With Paste
Dear R Helpers, I am trying to adjust the attribute of an R object pulled from quantmod. Since I want to do this for many such objects, I was trying to make the adjustment programmatic. Unfortunately, I am having a huge amount of trouble using attr in combination with paste (and perhaps get, and perhaps assign, none of which seem to help). When I hard-code the change it works fine. Your help
2006 Oct 11
4
"Invalid file index" failures, suspicious index numbers
I've trying to do a backup from a remote host to a local machine via rsync using the following configuration: Remote host (Red Hat Enterprise Linux ES3): $ uname -srmpi Linux 2.4.21-47.EL i686 athlon i386 $ cat /etc/redhat-release Red Hat Enterprise Linux ES release 3 (Taroon Update 8) $ rsync --version rsync version 2.6.8 protocol version 29 Local machine (Mac OS X 10.4.8, Intel): $
2008 Sep 23
4
perl expression question
If I have the string below. does someone know a regular expression to just get the "BLC.NYSE". I bought the O'Reilley book and read it when I can and I study the solutions on the list but I'm still not self sufficient with these things. Thanks. stock<-"/opt/limsrv/mark/research/equity/projects/testDL/stock_data/fhdb/US/BLC.NYSE"
2011 Apr 12
2
Assign Character Value to Data Frame
Dear R Helpers, I am trying to write a character value to the row of a data frame and am running into a problem that I don't have when I do this for numeric arguments. For example, the following works just fine: > test<-data.frame(number=numeric(1)) > test[1,]<-.5 > test number 1 0.5 But the following bombs out: > hold<-data.frame(symbol=character(1)) >
2005 Mar 24
0
Is there a way to get inserted into an LEC's CLIDB? (fwd)
----------------------------------------------------- "Yeah, we rocked the vote all right. Those little bastards betrayed us again." - Hunter S. Thompson on the 2004 election. ---------- Forwarded message ---------- Date: Tue, 22 Mar 2005 19:16:09 -0800 (PST) From: Matt Klein <mklein@nmedia.net> To: Asterisk Users Mailing List - Non-Commercial Discussion
2002 Dec 05
1
R configure fails on solaris: configure:12951: error: cannot compute sizeof (int), 77
i do not have access to the solaris machine on which this error is occuring, the info is coming to me via email. any advice on how to get R 1.6.1 built in the face of configure:12951: error: cannot compute sizeof (int), 77 would be appreciated. here are some snippets from the config.log $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = opus uname -m = sun4u uname
2011 Aug 01
1
Identifying US holidays
Hello! I am trying to identify which ones of a vector of dates are US holidays. And, ideally, which is which. And I do not know (a-priori) which dates those should be. I have, for example: x<-seq(as.Date("2011-01-01"),as.Date("2011-12-31"),by="day") (x) I think chron should help me here - but maybe I am not using it properly: library(chron) is.holiday(chron) #
2007 Dec 11
0
holidayNYSE missing some
John Putz wrote: > Thanks. > > */ > email: /**/johnputz3655@yahoo.com/* <mailto:johnputz3655@yahoo.com> > */home: 206-632-6522 > cell: 206-910-5229/* > > > ----- Original Message ---- > From: Joe W. Byers <ecjbosu@aol.com> > To: John Putz <johnputz3655@yahoo.com> > Cc: r-sig-finance@stat.math.ethz.ch > Sent: Friday, December 7, 2007
2007 Apr 09
0
OT: But telephony related and funny
Want to speak French? Just pick up the phone <http://r.smartbrief.com/resp/gChsiHrfsXpnbACibucXDiJM> A new mobile-phone service provides users with pictures of fictitious lovers, and even fake conversations that let you pretend you're speaking French. "So many people make fake phone calls to impress others, I thought I'd make it easier, with better material," Mobile Faker
2005 Oct 19
1
samba-3.0.10-1.4E (RHEL4); Invalid key XXX given to dptr_close
Hi List, need your help, property the here following. OS / Samba = samba-3.0.10-1.4E (RHEL4) Error message in Samba logfile = Invalid key XXX given to dptr_close This message comes then if by NT server with BrighStore a Backup is started. The Backup is made by a Share. all the same with or without kernel oplocks = no level2 oplocks = no oplocks = no without success Info: Error Log from
2005 Mar 04
1
R-2.01 and RSPerl-0.6.2
Hi, I am somewhat new to R and RSPerl, but I think this particular problem has to do with RSPerl and so I am not sure if this is the right forum to ask for help. Nevertheless I am quite sure that many of you would have used RSPerl with R. My hardware platform is a Sun/Solaris V440 server running Solaris 9 operating system I use the gcc-3.4.0 compiler to compile R without any problems. My
2008 Jun 05
1
using barchart in lattice package and conditioning
I have the data structure below and I'm attempting to send it into barchart using the R code below it. I don't get an error but I don't get any output either. Deepyan's new Lattice book is amazing and there are some examples sort of similar to what i'm doing but I couldn't see a way of using the formula interface to condition on what I wanted to condition on so I
2005 Oct 19
0
AW: Re: samba-3.0.10-1.4E (RHEL4); Invalid key XXX given to dptr_close
Fabian, Fast explains. On the NT server work BrightStore with version r9, more highly does not go because of NT. On the REHL4 side works (worked) BrightStore Linux Client r11.5. Smaller version does not work goes because of RHEL4. BrightStore servers r9 and Linux Client r11.5 are not compatible unfortunately. I must now decide everything with the version Share to work to get. Or the operating
2007 Sep 19
0
fCalendar
is there a straigthforward way to get the holidays for Toronto ? like the function for NYSE e.g. the timeDate class says that setting a finCenter will give the right holidays, but how? thank you very much. stephen
2007 Dec 09
0
David Schwartz is out of the office.
I will be out of the office starting 12/07/2007 and will not return until 12/10/2007. I will reply to your message when I return Monday, December 10th. For MSRB / TRACE / OATS or Partnerships/Scorecard issues please call the Trade Reporting Control main number: 804-344-6216. For issues requiring escalation please contact Ralph Brugueras: 804-344-6515. Thank you. The information is not
2008 Feb 22
0
David Schwartz is out of the office.
I will be out of the office starting 02/22/2008 and will not return until 02/25/2008. I will reply to your message when I return Monday, February 25th. For MSRB / TRACE / OATS issues please call the Trade Reporting Control main number: 804-344-6216. For issues requiring escalation please contact Ralph Brugueras: 804-344-6515. Thank you. ATTENTION: Please be aware that since the