Uncategorized



z_delegate Download

Wednesday, May 7th, 2008

This script was written to emulate a flexible version of delegates from the C# language.

Default arguments can be set and changed, and default arguments can b

Slither Download

Tuesday, May 6th, 2008

This script searches your hard drive for all files specified and generates an HTML web page list of the files found and links to the file itself. This search is fast and very l

Find out where a URL is redirected Download

Tuesday, May 6th, 2008

This script finds out where the specified URL is redirected. It can be used as a script with URL(s) from commanmp;nbsp;ct;/p>

PyDispatcher Download

Tuesday, May 6th, 2008

PyDispatcher provides the Python programmer with a multiple-producer-multiple-consumer signal-registration and routing infrastructure for use in multiple contexts.

Check your Windows sound system Download

Tuesday, May 6th, 2008

Check your Windows sound system script finds out if the sound hardware on your windows PC is working properly. Downl

Sync the system clock to the naval time server Download

Monday, May 5th, 2008

This software gets the date from a naval time server and updates the system clock for posix OS supporting the "date" command. It also requires an internet connection.

Palabre Download

Monday, May 5th, 2008

Palabre is an open source XML Socket Python Server.
It is meant to be used in replacement (for example) of the Macromedia Flash Communication Server.

HLLAPI interface Download

Monday, May 5th, 2008

This program interfaces the 3270 HLLAPI library of an Italian 3270 emulator using the ctypes library.
Downloa

Download and rename RIDGE radar images Download

Monday, May 5th, 2008

This script downloads RIDGE radar images from the RIDGE site to a local disk, then renames them with a timestamp. 

The One-Hour Precipitation total image and a

Sample with replacement Download

Sunday, May 4th, 2008

This script allows you to take k random samples (with replacement) from a population, where k may be greater than len(population).