Aug 19, 2009

Get Files From SubFolder Recursively

Get files from directory (including all subdirectories)

If you want to search also in subfolders use parameter SearchOption.A­llDirectories.

string[] filePaths = Directory.GetFiles(@"c:\test\", "*.bmp",
SearchOption.AllDirectories);

returns:
"c:\test\test.BMP"
"c:\test\test2\test2.BMP"

for Folder:

string[] folders = System.IO.Directory.GetDirectories(@"C:\test\","*", System.IO.SearchOption.AllDirectories);

Bookmark and Share

Aug 15, 2009

Google Squared Beta

Display result in grid form is more informative and enable user to get the overview images.

Very interesting search result layout!

http://www.google.com/squared


googlesquare


Bookmark and Share

Aug 9, 2009

Green Foot Java Game Programming Tookit



http://www.greenfoot.org/download/
For Windows Installer Click Here

System Requirements

To run Greenfoot, you must have Java 5 or Java 6 (JDK 6) installed on your system. Get it here.

For Windows Vista, Java 6 is required.



Bookmark and Share

Aug 7, 2009

12:34:56pm 07/08/09

今天12点34分56秒是一个神奇的时刻, 它显示为12:34:56 07/08/09. 123456789
在我们的有生之年再也不会出现 ,请把这一神奇的时刻告诉你的朋友

Today 12:34:56pm 07/08/09. Once in life!

Wish all the best!


Recover MSN Contact Lists

Mis-Delete my MSN contact last week when I sync to my PDA.

Get to know that, when I delete all my PDA contact, it delete all my MSN contacts too!!

Thanks to my ex-trainee, Yee Sheng giving me some of this tips to try out.

1. Copy address one by one from your hotmail.
( I lost my hotmail contact too >_<)

2. Open your MSN > Tool > Option > Privacy Tab as shown in screen shot
Select from contacts in Allow List and right click to Add to contacts.
Means to add back to MSN contact list.


Hope this helps!