Text Editors



Implementing an Immutable Dictionary Download

Thursday, June 26th, 2008

This script represents the implementation of a dictionary, whose items cannot be reset or deleted, nor new can be added.

Using Fonts Download

Thursday, June 26th, 2008

This Python/Pygame script demonstrates how to create and render on-screen text using fonts.
Down

Password-protected web applications Download

Wednesday, June 25th, 2008

Password-protected web applications script allows you to easily access password-protected web zones.
Download

Checking whether a string contains a set of chars Download

Tuesday, June 24th, 2008

This script contains a function to check on the occurence of a set of characters.
Download from:

Python portscanners Download

Monday, June 23rd, 2008

This script presents a couple of multithreaded portscanners. The second one use the Queue module.

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:

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.

Split string on capitalized/uppercase char Download

Wednesday, June 18th, 2008

This function accepts a string and returns a string with whitespace(one space) inserted between words with leading capitalized letters.

Myghty Download

Wednesday, June 18th, 2008

Myghty is a Python based templating framework originally based on HTML::Mason, the enterprise-level framework used by Amazon.com, del.icio.us and Salon.com, among many others.

Text Compressor Download

Friday, June 13th, 2008

Text Compressor introduces a novel way of compressing text and is meant primarily as an exercise. The procedures work best on standard 7-BIT ASCII and worst on binary enc