search for: connam

Displaying 2 results from an estimated 2 matches for "connam".

Did you mean: conna
2000 Dec 29
1
help with sockets
i would like to use sockets to accept commands over the net. so a socket should be a replacement for stdin. whenever i have a complete line, i want to hand it over to the parser. i cannot do it simply with eval because eval expects a complete expression. additionally, eval and evalq seem not to accept strings. is there an easy way to do this? let me rephrase my program should run a loop
2012 Feb 20
1
Time taken to process a file after a socket connection was made
Hello R people, I have created a '.csv' file of 100 rows by 20 columns whose each cell contains a random numbers between 0 & 1, thru a Java program. Once that is created a signal (just a letter) is send to the port of a socket connection at "localhost", which was earlier started by an "R" session. Now the "R" reads the '.csv' file into a data