When writing a software, you may need to use regular expression to filter some string values or to validate some input strings. It is quite troublesome to test the correctness of the regular expression pattern that you have designed. You will need to compile you source code, execute the compiled binary, perform some steps until to the point that make use of the regular … [Read more...]
C# – Loop all files in directory and it’s sub-directories
Recently I need to write some code to read all files in a directory and it's sub-directories. There are simple way and difficult way (Not very difficult actually). The simple way will be writing a function that reads all files in the directory and call the function again recursively for each sub-directory in that directory. … [Read more...]
Gmail’s Labels menu
Gmail's Labels menu now comes with auto-complete and a "move to" features. The new "Labels" button makes labeling messages even easier and auto-complete will take it from there. The "Move to" button if for label and archive in just one step, just like moving the message to a folder. … [Read more...]
Website value evaluation tool
The are a few website value evaluation tools available on the Internet to evaluate how much a website worth. … [Read more...]
Share LAN connection over Wireless Network in Windows Vista
Few months ago I was in New Zealand for working holiday, my friends and I were staying in a room with only one LAN point but 3 of us have a notebook and need to access to the Internet. … [Read more...]