Tuesday, February 5, 2013

Thursday, January 21, 2010

Writing a string into text file - java

PrintWriter out = new PrintWriter(new FileWriter(outFile));
out.print(txt);
out.close();

Monday, December 28, 2009

Eclipse run configuration for appengine python project



Main Module: C:\Program Files\Google\google_appengine\dev_appserver.py
Arguments: "${project_loc}/src"
--port=8080

Saturday, June 13, 2009

FTP User Isolation in IIS 6.0

http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/b63de8ef-e3c5-456d-a8ca-7af4198819d4.mspx?mfr=true

Zipping large file with winrar

It took around 6 hours to zip 21.5 GB file and resulting rar file size is 4GB. It took around 18 minutes to extract zipped file. The file is a SQL server database backup.

Thursday, May 7, 2009