Commit graph

2 commits

Author SHA1 Message Date
Greg Larkin
ad1a7eacfc - Fixed the build on 8.0. POSIX namespace changes in sys/time.h caused
an implicit function declaration for gettimeofday.

Patched by:	till plewe <till.plewe@gmail.com>
2010-01-06 18:46:09 +00:00
Greg Larkin
853c0e778f The Pipe Magic Tools (PMT) are a small collection of filters which
can be added to UNIX pipes. The filters include:

speed
    Measures the speed of the data flowing through the pipe

throttle
    Controls the speed of the data flowing through the pipe

rot13
    The famous rot13 algorithm

rot47
    The not-so-famous rot47 algorithm

tolower
    Converts all alphabetic characters to lower case

toupper
    Converts all alphabetic characters to upper case

WWW:    http://hansmi.ch/software/pipe-magic-tools
2010-01-05 20:02:37 +00:00