| bin2py.py |
8 KB |
Mar 31 2008 |
| The good old python three liner to embed binary files in sources, on steroids :) |
| bouncer.py |
5 KB |
Aug 10 2009 |
| A simple multithreaded TCP bouncer. Cross platform, written in Python. |
| getch.py |
1 KB |
Mar 31 2008 |
| Cross platform getch() and putch() implementation, based on http://snippets.dzone.com/posts/show/915 |
| mac.sh |
758 B |
Apr 29 2008 |
Trivial script to change the MAC address.
You can define some easy to remember aliases by editing the source.
|
| PList.py |
7 KB |
Dec 23 2008 |
| A little Property List (.plist) file handling class made in Python. |
| shell.py |
4 KB |
Mar 31 2008 |
| Cross platform remote shell implementation in Python (it's very very basic but it works) |
| signal_test.c |
831 B |
Mar 30 2008 |
| Sample code to show a race condition when handling signals. |
| strip.py |
2 KB |
Nov 7 2008 |
| Strip subfiles using the output of hachoir-subfile |