Text Editors



SSL Client Authentication over HTTPS Download

Thursday, May 22nd, 2008

This python application that demonstrates SSL client authentication over HTTPS. It is also explained the basics of how to set up Apache to require SSL client authenti

Python Port Scanner Download

Wednesday, May 21st, 2008

Python Port Scanner is a simple port scanner made with Tkinter as a GUI.
Download from:

C++-like iostream syntax in Python Download

Tuesday, May 20th, 2008

This script represents a very simple proof-of-concept of an ostreams-like interface wrapping around file-like objects, included a demonstration of manipulators.

Port Forwarding Download

Monday, May 19th, 2008

This script allows you to do port forwarding.
Download from:

PyCrash Download

Monday, May 19th, 2008

PyCrash is a Run-Time Exception Dumper which handles uncaught exceptions during the execution of Python programs and collects information about the program context.

Marshal unicode strings with PyXML Download

Saturday, May 17th, 2008

If you want to serialize Python objects to XML then PyXML is a good choice. Except in the case when unicode strings come into play. In this case generic.Marshaller().dump() thr

Catfish Download

Monday, May 12th, 2008

Catfish is a handy file searching tool for linux and unix. Basically it is a frontend for different search engines (daemons) which provides a unified interface.

Th

FedEX Tracking Information Download

Saturday, May 10th, 2008

This short script allows a user to track the current status of a package sent through FedEx. It is meant to be run from the command line and takes 1 option argument (-v) to det

Spell checking Download

Saturday, May 3rd, 2008

This class can only check a single word, it return None if the entry is valid dictionnary or a list containing the ispell suggestions. It uses popen2 module to drive the ispell

Change Windows Console Character Attribute (Color) Download

Friday, May 2nd, 2008

This script contains a simple function to change the background/foreground color of characters written to a Windows console (command line).