Li's BLOG
Friday, January 23, 2009
Thread-safe singlton instantiation
›
Very often that we need to get instance of a single which is initialized Lazily, meaning only when it is first be needed. What we normally d...
Thursday, January 22, 2009
Javascript compressors
›
I ran into a nice websites that compares JS compressors on the fly. Cool stuff. So I write down here as a reference for myself, and you, jus...
Wednesday, January 14, 2009
Style check for Javascript files
›
Like PMD/StyleCheck for Java, I finally found a tool to perform coding style check and also to find common mistakes from JavaScript files: h...
Sunday, January 11, 2009
Change default Java version on Mac
›
The default Java on Mac (as of today) is 1.5. I went to Apple's site and downloaded 1.5 update which includes 1.6 64bit. But the downloa...
16 comments:
Thursday, January 1, 2009
RAR command line - to exclude files and folders
›
After many try&fail, I finally figured how to exclude files and subfolders when archiving with RAR command line. Basically I tried to ar...
5 comments:
Wednesday, December 24, 2008
Why do we do final in Java?
›
Noticed lots of nice opensource code and Java style checker suggested to use final and static as much as possible. I kinda understand why ...
5 comments:
Monday, November 10, 2008
Create free ringtune for iPhone
›
I got my iPhone for over 4 months now, and one of the biggest problem (beside of my love on it) is my favorite Ringtones in my previous phon...
‹
›
Home
View web version