Text Tools



xmlrpc server/client Download

Sunday, May 11th, 2008

xmlrpc server/client script does cookie handling and supports basic authentication. The client sends a request with basic authentication and the server on successful authentica

Hamming distance Download

Sunday, May 4th, 2008

This script will calculate the Hamming distance (or number of differences) between two strings of the same length.

Link Popularity Download

Saturday, May 3rd, 2008

The Link Popularity script makes it easier and faster to check a site’s link popularity.

The results open in a new window which makes it easier to template within y

Conversion to unicode or byte string Download

Wednesday, April 30th, 2008

Python’s built in function str() and unicode() return a string representation of the object in byte string and unicode string respectively. This script introduces an