├── README └── scripts ├── .htaccess ├── 7seg ├── add ├── ansi2html.sh ├── ansi_colours.sh ├── bashfeed ├── bc ├── ccodes ├── command_prompt_here ├── comments ├── app.yaml └── comments.py ├── conv ├── datedir ├── day ├── disk_grep ├── dosfiles ├── download ├── dutop ├── errno ├── find_mm_yyyy ├── findrepo ├── fix ├── funcpy ├── gcccpuopt ├── gen_timeline ├── getpw ├── human.py ├── idiff ├── index.html ├── inpy ├── l ├── lomount.sh ├── lowercase ├── lsdate ├── lsmode ├── moz ├── newest ├── ps_mem.py ├── quote ├── rmws ├── self_modify.sh ├── sematree └── sematree ├── split_to ├── svndiff ├── sw ├── sysinfo ├── tcpdump_not_me ├── threadsafe ├── timeout ├── truncate ├── urldiff ├── whatrequires ├── xchat_warn.py ├── xfullmag └── ximkeys /README: -------------------------------------------------------------------------------- 1 | All scripts are licensed under the LGPLv2 2 | -------------------------------------------------------------------------------- /scripts/.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/.htaccess -------------------------------------------------------------------------------- /scripts/7seg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/7seg -------------------------------------------------------------------------------- /scripts/add: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/add -------------------------------------------------------------------------------- /scripts/ansi2html.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/ansi2html.sh -------------------------------------------------------------------------------- /scripts/ansi_colours.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/ansi_colours.sh -------------------------------------------------------------------------------- /scripts/bashfeed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/bashfeed -------------------------------------------------------------------------------- /scripts/bc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/bc -------------------------------------------------------------------------------- /scripts/ccodes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/ccodes -------------------------------------------------------------------------------- /scripts/command_prompt_here: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/command_prompt_here -------------------------------------------------------------------------------- /scripts/comments/app.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/comments/app.yaml -------------------------------------------------------------------------------- /scripts/comments/comments.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/comments/comments.py -------------------------------------------------------------------------------- /scripts/conv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/conv -------------------------------------------------------------------------------- /scripts/datedir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/datedir -------------------------------------------------------------------------------- /scripts/day: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/day -------------------------------------------------------------------------------- /scripts/disk_grep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/disk_grep -------------------------------------------------------------------------------- /scripts/dosfiles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/dosfiles -------------------------------------------------------------------------------- /scripts/download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/download -------------------------------------------------------------------------------- /scripts/dutop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/dutop -------------------------------------------------------------------------------- /scripts/errno: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/errno -------------------------------------------------------------------------------- /scripts/find_mm_yyyy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/find_mm_yyyy -------------------------------------------------------------------------------- /scripts/findrepo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/findrepo -------------------------------------------------------------------------------- /scripts/fix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/fix -------------------------------------------------------------------------------- /scripts/funcpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/funcpy -------------------------------------------------------------------------------- /scripts/gcccpuopt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/gcccpuopt -------------------------------------------------------------------------------- /scripts/gen_timeline: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/gen_timeline -------------------------------------------------------------------------------- /scripts/getpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/getpw -------------------------------------------------------------------------------- /scripts/human.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/human.py -------------------------------------------------------------------------------- /scripts/idiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/idiff -------------------------------------------------------------------------------- /scripts/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/index.html -------------------------------------------------------------------------------- /scripts/inpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/inpy -------------------------------------------------------------------------------- /scripts/l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/l -------------------------------------------------------------------------------- /scripts/lomount.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/lomount.sh -------------------------------------------------------------------------------- /scripts/lowercase: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/lowercase -------------------------------------------------------------------------------- /scripts/lsdate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/lsdate -------------------------------------------------------------------------------- /scripts/lsmode: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/lsmode -------------------------------------------------------------------------------- /scripts/moz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/moz -------------------------------------------------------------------------------- /scripts/newest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/newest -------------------------------------------------------------------------------- /scripts/ps_mem.py: -------------------------------------------------------------------------------- 1 | Moved to https://github.com/pixelb/ps_mem/ 2 | -------------------------------------------------------------------------------- /scripts/quote: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/quote -------------------------------------------------------------------------------- /scripts/rmws: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/rmws -------------------------------------------------------------------------------- /scripts/self_modify.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/self_modify.sh -------------------------------------------------------------------------------- /scripts/sematree/sematree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/sematree/sematree -------------------------------------------------------------------------------- /scripts/split_to: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/split_to -------------------------------------------------------------------------------- /scripts/svndiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/svndiff -------------------------------------------------------------------------------- /scripts/sw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/sw -------------------------------------------------------------------------------- /scripts/sysinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/sysinfo -------------------------------------------------------------------------------- /scripts/tcpdump_not_me: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/tcpdump_not_me -------------------------------------------------------------------------------- /scripts/threadsafe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/threadsafe -------------------------------------------------------------------------------- /scripts/timeout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/timeout -------------------------------------------------------------------------------- /scripts/truncate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/truncate -------------------------------------------------------------------------------- /scripts/urldiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/urldiff -------------------------------------------------------------------------------- /scripts/whatrequires: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/whatrequires -------------------------------------------------------------------------------- /scripts/xchat_warn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/xchat_warn.py -------------------------------------------------------------------------------- /scripts/xfullmag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/xfullmag -------------------------------------------------------------------------------- /scripts/ximkeys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelb/scripts/HEAD/scripts/ximkeys --------------------------------------------------------------------------------