Category Archives: Technology
Email Dispatcher using C#
A few days back, I worked on an Email dispatcher command-line application which had capabilities of zipping up reports and emailing the reports to the clients at an astonishingly fast speed of hundreds of reports per min (assuming each report has 150,000 records with min of 6 columns). Here, I am implementing a similar application […]
QuickSort Algorithm in Java
Was plying over the fastest in-place non-stable sorting algorithm >> non-randomized version of QuickSort (Never mind the O^2 worst case! :)) ) I have attached a java implementation of the same algorithm alongside. QuickSortAlgo.java (Replace the “.java_.txt” extension to “.java” before using the file)
Where is WordPress API Key????
http://www.wordpressmax.com/wordpress-guide/api-key-confusion << This link came to my rescue when I wanted to find my own WordPress API key. There is a clear demarcation between wordpress.com (where a user creates his online blog) and wordpress.org (which provides the software for users to create a self-hosted wordpress website). If you are a wordpress.com blogger, you can easily […]
Robocopy << Interesting file/folder copier
I was trying out xcopy tool to copy/deploy files/folder to remote locations esp UNC based folders and I happened to come across ROBOCOPY!!! It is a relatively new tool which is capable of coping entire folders/sub-folders/files to a normal folder located on a UNC! The files are copied only if the existing files on the […]
Login