search for: cstl

Displaying 6 results from an estimated 6 matches for "cstl".

Did you mean: cst
2013 Jul 02
3
Ctrl+C in R will terminate the child process which is spawned by using "pipe"
...ned" "yes" can write "no" 2. When I press "Ctrl+C" in the current R shell, I found the forked child process was also terminated. Are there any way to work around it? ===================== Rong "Jessica", Li (ÀîÈÙ) Platform Symphony TET, CSTL, IBM Systems &Technology Group, Development Tel:86-10-82451010 Email:ronglli@cn.ibm.com [[alternative HTML version deleted]]
2013 Jun 25
5
How can C++ read the R object written into socket with saveRDS or save
...ny suggestions for this? Are there safe way for me to read the R object from the socket? I do not do any conversion with the received data, and only need to transfer them into a remote R to do the function execution. ===================== Rong "Jessica", Li (ÀîÈÙ) Platform Symphony TET, CSTL, IBM Systems &Technology Group, Development Tel:86-10-82451010 Email:ronglli@cn.ibm.com [[alternative HTML version deleted]]
2013 Jun 25
5
How can C++ read the R object written into socket with saveRDS or save
...ny suggestions for this? Are there safe way for me to read the R object from the socket? I do not do any conversion with the received data, and only need to transfer them into a remote R to do the function execution. ===================== Rong "Jessica", Li (ÀîÈÙ) Platform Symphony TET, CSTL, IBM Systems &Technology Group, Development Tel:86-10-82451010 Email:ronglli@cn.ibm.com [[alternative HTML version deleted]]
2013 Aug 14
1
2 questions about signal & broken connection in R
...t; writeBin(as.integer(1), con, endian="big"); Error in writeBin(as.integer(1), con, endian = "big") : ignoring SIGPIPE signal > writeBin(as.integer(1), con, endian="big"); ----- hanging ===================== Rong "Jessica", Li Platform Symphony TET, CSTL, IBM Systems &Technology Group, Development Tel:86-10-82451010 Email:ronglli@cn.ibm.com [[alternative HTML version deleted]]
2011 Jun 17
1
Message7(06/16/2011) Re: error when booting (Lee Eric)
...it will fail, seems not > related to size problem(about 1 G) > if I use UltraISO to merge B into A.iso, it will also show the error. > > > Thanks & Best Regards, > Vivian Cao(??) > Ext No?86-21-69028109 > System X ToolsCenter > IBM China Systems & Technology Lab (CSTL), Shanghai > 2F, Building 10, 399 Keyuan Road, Zhangjiang Hi-Tech Park, Pudong New > District, Shanghai 201203, China This is from our conf file(img1a.cfg) default toolscenter timeout 10 display bsb.msg prompt 0 label toolscenter kernel img2a append initrd=img3a root=/dev/ram0 rw ramdisk_...
2013 Mar 05
2
multiple plots and looping assistance requested
Hi all, I have a couple of questions. 1) Is there a more effective way to remove the following pattern (patternrm) from the station_id_Timeseries (see below) patternrm <- c(_2000_4_OND, _2001_1_JFM, _2001_2_AMJ, _2001_3_JAS, _2001_4_OND, _2002_1_JFM, _2002_2_AMJ, _2002_3_JAS, _2002_4_OND, _2003_1_JFM, _2003_2_AMJ, _2003_3_JAS, _2003_4_OND, _2004_1_JFM, _2004_2_AMJ, _2004_3_JAS, _2000_4_OND) #