Text Editors



AWK like text processing Download

Thursday, June 12th, 2008

AWK is a text processing language that makes it easy to "search files for lines [...] that contain certain patterns. When a line matches one of the patterns, awk performs

Searching nested strings Download

Wednesday, June 11th, 2008

This script searches nested strings from a line of text. The strings are limited by two different characters.

crackvigenere.py Download

Tuesday, June 10th, 2008

crackvigenere.py script searches for the key (length must be given) to a given vigenere-cipher and deciphers the latter with it to plain text.

The script counts le

DirectPython Download

Monday, June 9th, 2008

DirectPython is an open source C++ extension to the Python programming language which provides basic access to DirectX (9.0c) API, including Direct3D, DirectSound, DirectShow a

Encrypting A String Download

Monday, June 9th, 2008

The main purpose of these functions are to encrypt and decrypt a string (or change the string from one "language" into another). The code is simple, but it provides a

Change tabs/spaces with regular expressions Download

Monday, June 9th, 2008

This script uses simple regular expressions to change tabs/spaces.
Download from:

pyNeighborhood Download

Saturday, June 7th, 2008

pyNeighborhood is GTK+ 2 rewrite of a well-known GTK+ 1 tool LinNeighborhood(using pyGTK), so it is the GUI frontend for samba tools, such as smbclient, smbmount etc.

Blender Script Download

Saturday, June 7th, 2008

This script allows you to run a very simple templating-system.
Download from:

The eyemodule Download

Friday, June 6th, 2008

The eyemodule is a module for the Handspring Visor that allows you to take pictures and store them on the Visor. You can then sync the database files containing the images to y

Recursively look up groups in Active Directory Download

Thursday, June 5th, 2008

This script allows you to enumerate the members of groups in the domain. It is an example of how you can look up all the members of a group in AD. It will also look u