Wednesday, May 26, 2010
Use SQL queries to manipulate data frames in R with sqldf package
Just a reminder that this exists and looks useful.
Interrupting R processes in Ubuntu
Interrupting R processes in Ubuntu: "
- Pressing Ctrl+C should work in the terminal.
- If that doesn't work, open another terminal console and type
ps aux | grep R
kill -s INT PID - The first line allows you to discover the PID number of your particular R instance, which is then used in the second line.
- In the second line above, INT may be replaced by HUP in some cases.
- The above methods set up an alert-thing to tell the program to stop. When the computations are done externally of R, it can't be executed before the external codes checks back with R. If the external code doesn't do this regularly or at all, killing the entire program is the only way out. If none of the above work, this is probably what has happened and it may be a good idea to let the package author know about the problem...
"
Monday, May 24, 2010
Thursday, May 20, 2010
Wednesday, May 19, 2010
Saturday, May 15, 2010
Friday, May 14, 2010
IE App Compat VHD
IE App Compat VHD: "VPC Hard Disk Images for testing websites with different Internet Explorer versions on Windows XP and Windows Vista"
I am going to use these images to test IE6 on a website I am producing for work. Apparently, these should work fine on the free VirtualBox.
If you are running windows http://spoon.net/browsers/ looks a good way forward.
I am going to use these images to test IE6 on a website I am producing for work. Apparently, these should work fine on the free VirtualBox.
If you are running windows http://spoon.net/browsers/ looks a good way forward.






