|  About Me  |  Blogs  |  Photos  |  Publications  |  Resume  | 

Archive for the 'Application' Category

Start Thunderbird with Calendar

Tuesday, December 13th, 2005

You can specify thunderbird to open the sunbird calendar window on startup by running the following command:

/usr/bin/thunderbird -mail -calendar

Mod_python’s Publisher Handler

Tuesday, November 29th, 2005

Time and time again I find myself adoring the simplicity in which Python allows you to get things done, mod_python’s Publisher Handler is another fine example of this. It allows you to use REST style url (or any other style for that matters) to access functions in python modules. This is especially heartfelt after months [...]

Cool AJAX web office apps

Thursday, November 3rd, 2005

Wicked Firefox Extensions

Monday, August 8th, 2005

There two are by far my favourite firefox extensions:

BetterShopper - when you’re browsing on Amazon it looks up prices of currently displayed item across different Amazon stores to compare prices. It then converts all the currency displayed into the currency of your choice. Really nifty extension but perhaps more useful for non-US residents.
SessionSaver .2 - [...]

Emacs syntax highlight on

Wednesday, July 20th, 2005

add this line to .emacs to turn syntax highlight on by default:

(global-font-lock-mode t)

SVN db Corrupted

Tuesday, June 14th, 2005

SVN’s db sometimes gets corrupted, but it can usually be fixed with db_recover. Go into the db directory in svn repository, e.g. cd /var/lib/svn/db, then run as root db4.2_recover. Check if it worked with svn list file:///var/lib/svn.