Practical Code Solutions
Solutions and Ideas on Programming, Statistics and Networking
Saturday, May 14, 2011
Handling plots with rcaller
›
Using RCaller is a simple way of calling R scripts from Java. Unfortunately image handling routines was not implemented so user must handl...
9 comments:
Tuesday, March 8, 2011
TCP sockets in C Language
›
A good description for Tcp sockets in C language: http://www.csc.villanova.edu/~mdamian/Sockets/TcpSockets.htm UPDATE at 2012/31/01 S...
Friday, December 3, 2010
Convert OGV to AVI for youtube
›
Type this command in linux shell for converting OGV video files to AVI: mencoder foo.ogv -o foo.avi -oac mp3lame -lameopts fast:preset=sta...
1 comment:
Monday, November 29, 2010
CGI programming with R
›
Thursday, November 25, 2010
Simple Matrix Operations for the C Language
›
matrix is a simple C library for basic matrix operations. Supported operations are: Creating matrices Summation Subtraction Multipli...
3 comments:
‹
›
Home
View web version