search for: datastring

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

Did you mean: data_ring
2010 Sep 06
1
size limit of string/parse a string and convert to vector
Hi, I have a loop as follows, dataStr <- character(0) repeat{ fstr<-read.socket(sockfd) if(fstr=="") break dataStr<-paste(dataStr,fstr) } at what point does dataStr stop accepting(gets full)? I'm sending millions of records over the socket and need to know if all of it can go into dataStr. Also, Incase all of it cannot go into dataStr, I need to parse each
2010 May 17
2
Variable variables using R ... e.g., looping over data frames with a numeric separator
Hello, I have programmed in PHP a lot, and wanted to know if anyone figured out Variable variables using R. For example, I have several dataframes of unequal sizes that relate to L treatments (1, 2, 3, 4, 5,6, L) ... in this case L=7 fData.1 unique.1 fit.nls.1 summary.nls.1 fit.var.1 summary.var.1 ..... fData.2 unique.2 fit.nls.2 summary.nls.2 fit.var.2 summary.var.2 ..... fData.L unique.L
2012 May 24
3
rails ajax issues
...ot;*addsubmit* btn btn-large btn-success" %> <%end%> <div class="adddtl" <strong><%= *@number*%></strong> added </div> Here is my ajax part *header.js* * * $(".*addsubmit*").click(function() { var bnum = $("#bnum").val(); var dataString = ''bnumber=''+ bnum; if(bnum=='''' ) { $(''.adderror'').fadeIn(300).show(); $(''.adderror'').fadeOut(3000); } else { $.ajax({ type: "POST", url: "http://localhost:3000/bpages/add", data: dataString, success: fu...
2009 Dec 11
1
some problems with ram usage and warnings
...have some problems which I can't solve with this knowledge. I have some data like this: # sample data head1 = "a;b;c;d;e;f;g;h;i;k;l;m;n;o" data1 = "1;1;1;1;1;1;1;1;1;1;1;1;1;1" data2 = "2;2;2;2;2;2;2;2;2;2;2;2;2;2" data3 = "3;3;3;3;3;3;3;3;3;3;3;3;3;3" datastring = paste("", head1,data1,data2,data3,"",sep="\n") # import operation res = read.table(textConnection(datastring), header=TRUE, sep = c(";")) closeAllConnections() # I use these two lines in a for-loop like this: #for( j in 1:length(data)) { # res[j] = read....
2009 Dec 11
0
(no subject)
...have some problems which I can't solve with this knowledge. I have some data like this: # sample data head1 = "a;b;c;d;e;f;g;h;i;k;l;m;n;o" data1 = "1;1;1;1;1;1;1;1;1;1;1;1;1;1" data2 = "2;2;2;2;2;2;2;2;2;2;2;2;2;2" data3 = "3;3;3;3;3;3;3;3;3;3;3;3;3;3" datastring = paste("", head1,data1,data2,data3,"",sep="\n") # import operation res = read.table(textConnection(datastring), header=TRUE, sep = c(";")) closeAllConnections() # I use these two lines in a for-loop like this: #for( j in 1:length(data)) { # res[j] = read....
2010 Dec 25
3
cant login with my samba password only with my linux password
...mba-user password again with smbpasswd and only after that, I can login with the samba-user password. Is there something wrong with my smb.conf (see below)? Or what else could be the problem? ------------- smb.conf: [global] # debuglevel = 1 workgroup = Gruppe server string = Datastring wins support = no dns proxy = no interfaces = 192.168.1.0/24 127.0.0.1/8 bind interfaces only = yes log file = /var/log/samba/log.%m max log size = 1000 syslog = 0 security = user encrypt passwords = true passdb backend = tdbsa...
2013 Nov 15
1
Inconsistent results between caret+kernlab versions
I'm using caret to assess classifier performance (and it's great!). However, I've found that my results differ between R2.* and R3.* - reported accuracies are reduced dramatically. I suspect that a code change to kernlab ksvm may be responsible (see version 5.16-24 here: http://cran.r-project.org/web/packages/caret/news.html). I get very different results between caret_5.15-61 +
2013 Jan 07
2
Samba 4 on AIX with XLC
Has anyone tried building Samba 4.0 on AIX with XLC? I'm moving right along, but tripping up on some bugs in source3/utils/net_rpc.c, source3/utils/net_rpc_printer.c, and source3/utils/net_cache.c where there is an invalid use of the ":" operator. According to some other posts on the PostgreSQL forum, this shouldn't compile anywhere, even though GCC apparently allows it??