Archive for June, 2008



Smiley Face Generator Download

Friday, June 20th, 2008

Smiley Face Generator script generates allmost all of the possible smiley faces in use on irc.
Download from:

Paypal IPN Download

Thursday, June 19th, 2008

This is a cgi script that allows you to log an ipn request from paypal. Basically if you configure your paypal account with an ipn url it will send a post to a script url. You

Replacing a portion of a string Download

Thursday, June 19th, 2008

This script allows you to replace a portion of a string at a given position.
Download from:

Image extractor Download

Thursday, June 19th, 2008

This script allows you to extract images (jpeg/gif) from screensaver files, webshots collection files, powerpoints, microsoft word documents etc.

Reversing a String by Words or Characters Download

Thursday, June 19th, 2008

Reversing a String by Words or Characters script allows you to reverse the characters or words of a string.
D

Regular expression point of failure Download

Thursday, June 19th, 2008

This script debugs non-matching regular expressions by finding out the maximum parts of the pattern and the text that do match.

wxRemind Download

Thursday, June 19th, 2008

wxRemind is a graphical front-end to Remind, a remarkably sophisticated calendar and alarm system. 

The display features a calendar and daily event list suitab

Autosetup for simplified default values Download

Thursday, June 19th, 2008

If each class’s __init__ is used to set default values, it requires that one use super() or explicit parentclass.__init__() calls . This script allows you to simplify this proc

Maki Download

Thursday, June 19th, 2008

Maki is a webserving framework built on Python and XML. It allows a web developer to send an XML input document through any number of steps, where each step is either a stylesh

Using try/except unexpected input Download

Thursday, June 19th, 2008

This script uses as example Minesweeper that expects the user to enter properly bounded integers for moves.

If the user enters something unexpected, the