Home My Writings Programming

Programming


Trying out MySQL5 without clobbering your MySQL4 installation
My Writings - Programming
Sunday, 18 December 2005 15:08

MySQL5 has come out with a bunch of new features. If you want to try out the features of MySQL5 without clobbering your MySQL4, here is the way you can do it.

Last Updated ( Saturday, 06 January 2007 10:45 )
Read more...
 
Search Google from command line
My Writings - Programming
Monday, 20 September 2004 08:40

As I had pointer out in my previous entry, I had not been able to search google from within my emacs environment. Hence the "need" to write a command line script which I would be able to call from within emacs

The code is not the best I have written and any decent Python programmer would be able to make more improvements to it. If you do something clever with the code, it would be very kind of you to let me know about it too (raj at rajshekhar.net).

You need to have Pygoogle module installed. In its unaltered form, the script will require Python2.3 to run. However, if you remove the #--ugly hack part (see the comments in the code), it will run with Python2.2 too.

Last Updated ( Monday, 20 September 2004 09:13 )
Read more...
 
mass renaming scripts
My Writings - Programming
Wednesday, 18 August 2004 06:47

This page contains renaming scripts that I usually find useful

Read more...
 
Duff's Device
My Writings - Programming
Saturday, 24 July 2004 23:09
Duff used this piece to speed up a loop that copied an array of shorts in a real time animation program that was running about half as slow as it should have.
Read more...
 
« Start  Prev   1   2   Next   End   »

Page 2 of 2