Friday September 05, 2008
Blog: Tasty Google Chrome Bug - So Much For Isolated Tabs/Processes
atc.
All Kernels are stable, but some are more stable than others...© Select a random slogan

Placid's Code

The following is a list of code i've written to scratch an itch or as part of a larger project. It is all released under an open source license and written by myself.

'NDU'

'network disk usage' - a play on the 'du' command.This python script retrieves the size of given URIs

License: GPL3

Download


'MAC Spoof'

A simple Perl script that assigns a random hexadecimal MAC address to a given interface

License: GPL3

Download


'CCS'

Convert CaSe, a simple C program to convert the case of text passed in via a file or stdin. Can write to a file or to stdout. Just a simple exercise in learning C

License: GPL3

Download