search for: 35020

Displaying 8 results from an estimated 8 matches for "35020".

Did you mean: 3500
2011 Jun 14
1
Putting commas in between character strings
I have a number of strings in a vector, and want the output to be seperated by commas. > t [1] "35004" "35005" "35006" "35007" "35010" "35014" "35016" So I want want it to look like: "35004", 35005", "35006", "35007",... Can anyone help? I initially thought strsplit would be the
2011 Jun 14
1
Invalid Regular Expression
...atch)) mydf$zipcode <- as.numeric(str_detect(mydf$keyword, zipcode_match)) However, when trying to create 0/1 values for zipcodes, which I've entered in as character strings, I get the following error: Error: invalid regular expression '35004|35005|35006|35007|35010|35014|35016|35019|35020| How can I generate binary 0/1 values for zip code values. I'm using R 2.13 on Ubuntu 10.10 Abraham [[alternative HTML version deleted]]
2008 May 05
0
Most probable number
...a series of diluition. Can you help me? That you Riccardo Rasera --------------------------------------------------------------------------------------- Dott.Agr.Rasera Riccardo Dipartimento Territorio e Sistemi Agro-Forestali Sezione Patologia Vegetale Agripolis - Viale dell'Universit?, 16 - 35020 Legnaro (PD), Italia e-mail: riccardo.rasera at unipd.it tel +39.049.8272887 fax +39.049.8272890 ---------------------------------------------------------------------------------------------------------------------------------------------- AVVERTENZE AI SENSI DEL D.Lgs. 196/2003 Le informazioni con...
2011 Jun 07
1
Regular Expressions for "Large" Data Set
I'm running R 2.13 on Ubuntu 10.10 I have a data set which is comprised of character strings. site = readLines('http://www.census.gov/tiger/tms/gazetteer/zips.txt') dat <- c("01, 35004, AL, ACMAR, 86.51557, 33.584132, 6055, 0.001499") dat I want to loop through the data and construct a data frame with the zip code, state abbreviation, and city name in seperate columns.
2011 Apr 06
1
CentOS-docs Digest, Vol 56, Issue 4
...tOS-docs Digest, Vol 56, Issue 4 > ****************************************** > -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Mauro Giacchini Istituto Nazionale di Fisica Nucleare - Laboratori Nazionali di Legnaro V.le dell?Universita', 2 35020 LEGNARO (PD) ? ITALY Tel. +39.049.8068558 Fax. +39.049.641925 EPICS _at_ LNL http://www.lnl.infn.it/~epics/ The control of off-line SPES Target is entirely based on EPICS and is in operation since 2010. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2005 May 20
1
Iptables - PREROUTING
I have a server whit 2 interfaces of network, where eth0 is the interfaces connetc to internet and eth1 to the internal network. This server hace a Squid only, but i setting the iptables for protection to the server. Iptables run from script and in this script i setting the redirection for the other server in my internal network to port 80 and 443. I follow the diferent how to and many manual, but
2005 Jul 24
1
Buglet in src/appl/splines.c (PR#8030)
...w+ Content-Type: text/plain Content-Description: patch to modify splines.c Content-Disposition: inline; filename="splines.patch" Content-Transfer-Encoding: 7bit Index: src/appl/splines.c =================================================================== --- src/appl/splines.c (revision 35020) +++ src/appl/splines.c (working copy) @@ -348,6 +348,7 @@ int i, j, k, l; double ul, dx, tmp; + const int nm1 = *n - 1; if(*method == 1 && *n > 1) { dx = x[*n - 1] - x[0]; @@ -365,7 +366,7 @@ i = 0; for(l = 0; l < *nu; l++) { ul = v[l]; - if(ul &lt...
2016 Jul 02
3
Winbind process stuck at 100% after changing use_mmap to no
On 01/07/16 19:28, Jeremy Allison wrote: > On Fri, Jul 01, 2016 at 10:00:21AM +0100, Alex Crow wrote: >> Hi, >> >> We've had a strange issue after following the recommendations at >> https://wiki.samba.org/index.php/Ping_pong, particularly the part >> about mmap coherence. We are running CTDB/Samba over a MooseFS >> clustered FS, and we'd not done the