summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-07Minor touch-upsLuke Shumaker
2014-12-07add urlencode, to match urldecodeLuke Shumaker
2014-12-07urldecode: pass the '-n' flag to phpLuke Shumaker
2014-12-07chardiff: fix, escape possible printf flagsLuke Shumaker
2014-11-28Cleanup of offlineimap utilities.Luke Shumaker
2014-11-27hangman-helper: fix typo in commentLuke Shumaker
2014-11-27remove neweggLuke Shumaker
2014-11-27Add proper option parsing to chardiffLuke Shumaker
2014-11-27cleanup offlineimap-exitLuke Shumaker
2014-11-27remove sysfilesLuke Shumaker
2014-11-27Remove Emacs utilities (I now have an emacsutils repository)Luke Shumaker
2014-01-15daemon: don't complain if /proc/${pid} doesn't existLuke Shumaker
2014-01-14daemon: change get_ident()Luke Shumaker
The new method still uses the start time of the process, but figures and formats it differently. The new way takes the time in "jiffies" since the system booted, using `/proc/$pid/stat`. The old way used `lstart` from `ps`, which calculated the time by adding that to the boot time. This can drift though, as NTP adjusts the system time. I was frequently seeing one second discrepancies, causing duplicate processes to spawn.
2013-12-05maildups: add -- to the rm trapLuke Shumaker
2013-12-05hangman-helper: clean upLuke Shumaker
2013-12-05use /bin/bash, not /bin/shLuke Shumaker
2013-12-03update Makefile to support go 1.2Luke Shumaker
2013-12-03daemon: re-think using readLuke Shumaker
2013-12-03maidups: clean up using trapLuke Shumaker
2013-12-03touch up {battery,temp}monLuke Shumaker
2013-12-03v-www-browser: fix quotingLuke Shumaker
2013-11-02emacsterm: add real option handlingLuke Shumaker
2013-11-02offlineimap-runner: this is the version I've been runningLuke Shumaker
2013-11-02v-editor: this is the version I've been runningLuke Shumaker
2013-11-02add offlineimap-exit: it returns a non-zero exit status for errorsLuke Shumaker
2013-11-02daemon: this is the version I've been runningLuke Shumaker
2013-09-07rewrite roll in GoLuke Shumaker
2013-09-07clean up chardiffLuke Shumaker
2013-09-07ord.c: More strictly check the number of arguments toLuke Shumaker
2013-09-07remove whatismyipLuke Shumaker
2013-09-07clean up roll.php; add usage textLuke Shumaker
2013-09-07clean up the Makefile rule for PHPLuke Shumaker
2013-09-07so... back when I wrote `arg`, I didn't know about printfLuke Shumaker
2012-01-17Fix chardiff (goes neglected until it is needed)Luke Shumaker
2012-01-03remove extra newlines at end of fileLuke Shumaker
2011-12-31At xylon's suggestion, create tempmon, a temperature monitor, like batterymon.Luke Shumaker
2011-12-30Create batterymon, a program that will monitor the battery, and run a ↵Luke Shumaker
command if discharging and below a certain percent.
2011-12-25rename `hangman' to `hangman-helper' to avoid conflict with bsd-gamesLuke Shumaker
2011-11-28have maildups print `done' when it's done generating the Message-ID tableLuke Shumaker
2011-11-28I should not be allowed to opperate a computer this late.Luke Shumaker
2011-11-28fix problems with maildupsLuke Shumaker
2011-11-28write maildupsLuke Shumaker
a tool to delete duplicate emails in a mailder based on the Message-ID header
2011-09-28add offlineimap-runnerLuke Shumaker
2011-09-08Add e and emacsterm, two emacs utitlities.Luke Shumaker
* e evaluates some emacslisp, * emacsterm launches an x-terminal-emulator in emacs (requires the emacs function 'emacs-terminal-emulator')
2011-09-08Modify daemon.sh to use pgrep instead of ps|grepLuke Shumaker
2011-08-09Fix warning in roll.php, generate .gitignore on the flyLuke Shumaker
2011-08-04I wrote a "roll" tool to use while playing Dungeons and Dragons.Luke Shumaker
2011-06-26urldecode.sh should be named urldecode.phpLuke Shumaker
2011-06-21Change the mode of the source files to 644 (these were probably lazily mv'd)Luke Shumaker
2011-06-21I can't believe I didn't have this in git before.Luke Shumaker