search for: laguardia

Displaying 9 results from an estimated 9 matches for "laguardia".

2009 Apr 13
1
should sub(perl=TRUE) also handle \E in replacement, to complement \U and \L?
...y's sake I think it would be nice if R supported that also. E.g., to capitalize the first and last letters of every word, leaving the case of the interior letters alone, could be done with: > gsub("(\\w)(\\w*)(\\w)", "\\U\\1\\E\\2\\U\\3", "useRs may fly into JFK or laGuardia", perl=TRUE) [1] "UseRS MaY FlY IntO JFK OR LaGuardiA" > sub("(\\w)(\\w*)(\\w)", "\\U\\1\\E\\2\\U\\3", "useRs may fly into JFK or laGuardia", perl=TRUE) [1] "UseRS may fly into JFK or laGuardia" A question regarding this came up in r-help t...
2005 Jun 09
2
Is it possible to have a remote Phone work behind Nat without a VPN?
...one work remotely if it's behind a Router performing NAT without connecting the Router to a VPN? The Asterisk Box will be in the DMZ. Thanks Dan CYTEXONE ---- Dan Levine dan@cytexone.com CYTEXONE | Your Technology Specialists R 877.CYTEXONE x 810 212.477.0990 x 810 212.208.6889 FAX 502 Laguardia Place, Suite 2B New York, NY 10012 http://www.cytexone.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050610/001b576d/attachment.htm
2004 Apr 20
20
Cisco 7970
I currently have two Cisco phones, a 7960 and 7970. The 7960 has a SIP OS on it and the 7970 has a SCCP. When the 7960 powers up it loads OS79XX.TXT, SIPDefault.cnf, SIP000E3875266C.cnf, RINGLIST.DAT, and dialplan.xml. I have a Cisco SmartNet agreement with the phone so I have access to download the firmware. I recently purchased a Cisco 7970 phone and was in the process of configuring
2008 Sep 17
3
Is there a way to not use an explicit loop?
I have a problem in where i generate m independent draws from a binomial distribution, say draw1 = rbinom( m , size.a, prob.a ) then I need to use each draw to generate a beta distribution. So, like using a beta prior, binomial likelihood, and obtain beta posterior, m many times. I have not found out a way to vectorize draws from a beta distribution, so I have an explicit for loop
2009 Mar 02
1
trying to get rid of for loop in simple scenario
Hi, I have a problem in which i am having trouble vectorizing a snippet of my code to avoid a for loop. A basic example of what I'm trying to do is below. #simple example of problem x = c(1,1,3,3,6,7,8,8,9) # I create a vector that contains the unique values of x y = unique(x) y = c(1,3,6,7,8,9) #### Now I want to create a vector, say z, in which has the same length of y, but
2011 Dec 05
1
Toggle cASE
Hello R-help list,   I am looking for way to toggle the case of the characters like a flip-flop; that is from ''Hello'' to "hELLO" or vice versa.   I know that there are a number of functions like casefold, tolower, toupper, etc. but these functions change the case in an uniform way.   Thanks in advance,   Antonio Rivero Ostoic         Antonio Rivero Ostoic PhD Student,
2002 Oct 19
0
Fwd: [hangout] Busy Week for NYLXS [ruben@mrbrklyn.com]
...00 or $500 with Unix 1 - See the http://www.nylxs.com site for details. Take the 6 to 51st, or the V,E train to Lexingon Avenue/Citicorp Time 7:PM Also on Tuesday, an ALL NIGHT staging and workshop at 1600 East 17th Street, Brooklyn,NY in Preperation for the Free Software Business Demonstration at LaGuardia CUNY. Drop in all night any time and help us set up and be ready for... Wednesday, all Day - The Free Software Business Demonstration, CUNY, Queens NY 9-5PM. See all the Free Software can offer your Business and Careers at the Demo. Video's, talks, and lectures on Free Software all day long....
2009 May 29
1
code optimization problem ... using or not using "which" function
hello all, I have two data sets that share certain fields of of interest ( facility, unit, date) which I want to match up, and from this extract information from one dataset and store it in the other. my first initial idea (which I know is bad) goes like this: ## capacity and new_trayloc are datasets in example code: for( i in 1: nrow( new_trayloc) {
2005 Jun 09
23
Voicemail and MS Exchange Synchronization
We have a customer considering migrating from a large Nortel PBX with a third-party voicemail system to Asterisk but one of the features they really like is the automatic synchronization of voicemail between Exchange and their voicemail system -- delete a message from the voicemail system and it is deleted from their email inbox and vice versa. Searching has not revealed anything like this