Memo's Island
The art of data science and scientific computing
by
Mehmet Süzen
See also:
Science Memo
Tuesday, 12 January 2010
GNU R Garbage Collection
›
On GNU R if you delete your objects by rm(list=ls()) This action won't free any memory associated with those objects. For this reas...
Thursday, 10 December 2009
Groebner Bases and Cryptography
›
You may have already heard the brilliant technique called Groebner bases to solve multivariate system of equations. But unfortunately it is...
Wednesday, 15 October 2008
Deleting extraneous files from destination: rsync
›
There were some reported non-functioning --delete flag when using rsync in syncronizing two filesystems/locations. This may occur due to fai...
Thursday, 14 August 2008
TCL Bad Code Error
›
Using tcl extension would be quite reasonable to write a flexable code. How ever if you use parse command set and TCL_OK as a return, be su...
‹
›
Home
View web version