nealrichter / utils

misc utilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neal's Misc Utilities

- memcachedcli.pl
    - bare bones get/set/delete/flush for memcache using ascii API
    - no libmemcached, just echo and netcat 
    - Added 10/26/2010

- cli_x.sh
    - simple browser faking requests with cookie support
    - cli_firefox.sh
    - cli_ie7.sh
    - cli_safari.sh
    - Added 10/26/2010

- transpose_csv.pl
    - transposes a csv file of data
    - Added 10/26/2010
    - TODO: add a delimiter option

- load_generator.pl
    - system load generator with recursive fibonacci
    - look closer, there's another layer of recursion in there
    - killall is your friend here
    - Added 10/28/2010

About

misc utilities


Languages

Language:Perl 58.5%Language:Shell 23.8%Language:Awk 17.6%