Pinging Technorati Programmatically

Technorati's Response

Ping Technorati from your .NET application.

Continue reading "Pinging Technorati Programmatically"

One Folder to rule them all

How to recursively copy files from a source directory to a destination directory. Useful when the folders you want to peruse are hidden under, say, thirty inner folders.

Java 'phoneMe' source directory structure: phoneME_feature\jsr120\src\core\common\classes\com\sun\midp\wma

Continue reading "One Folder to rule them all"

T newObject = new T();

How to easily create new "T-typed objects" in your generic classes.

Continue reading "T newObject = new T();"

Blockwriter, the greatest typewriter of all times

Blockwriter screenshot

Blockwriter is a simple text editor that simulates a typewriter. Based on Khoi Vinh's excellent Blockwriter write-up.

Continue reading "Blockwriter, the greatest typewriter of all times"

Generating Prime Numbers

A utility in C# that 1) allows you to generate all the prime numbers between 1 and the number you specify, and 2) tells you whether or not your a particular number is prime.

Continue reading "Generating Prime Numbers"

Verifying MD5 Checksum

A checksum is a way of checking that a file hasn't changed. MD5 Verifier allows you to easily check an executable file against its checksum.

Continue reading "Verifying MD5 Checksum"

TinyLists

It's stunning how many lists I keep in my life....

TinyLists Screenshot

TinyLists Screenshot

String to Enum

Using Enum.Parse to translate a string value into an enum value.

Continue reading "String to Enum"

3 of 7 pages « First  <  1 2 3 4 5 >  Last »

On the Side