Thursday, May 6, 2010

Type in sinhala

http://www.google.com/transliterate/Sinhalese

Wednesday, March 31, 2010

Java line of code

This is a handy tool for count the java line of code.
http://cloc.sourceforge.net/

Tuesday, December 29, 2009

firefox2

http://willbryant.net/software/2008/05/26/selenium_rc_firefox_2_on_ubuntu_hardy

Wednesday, October 28, 2009

Java heap error

Set
export MAVEN_OPTS="-Xms512m -Xmx2048m"
to skip the java heap space error when building the code.

Monday, October 5, 2009

Office communicator in Ubuntu

https://mknowles.com.au/wordpress/index.php/2009/07/10/pidgin-and-microsoft-office-communicator-in-ubuntu

http://ubuntuforums.org/showthread.php?t=1046158

Wednesday, August 26, 2009

Firefinder for Firebug 0.91

Firefinder for Firebug 0.91 finds HTML elements matching chosen CSS selector(s) or XPath expression.

Monday, August 3, 2009

EPEL

to add new packages for yum:
http://www.cyberciti.biz/faq/rhel-fedora-centos-linux-enable-epel-repo/