summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-12-29Update my email addressHEADmasterLuke Shumaker
2019-12-29preroll: Use fewer floating-point operations when calculating varianceLuke Shumaker
2017-09-25chardiff: Better help textLuke Shumaker
2017-01-28Add preroll for statistics about rolls.Luke Shumaker
2017-01-26roll: Support more complex rolls.Luke Shumaker
2017-01-26roll: use crypto/rand, D&D is serious businessLuke Shumaker
2017-01-26hangman-helper: improveLuke Shumaker
2017-01-26hangman-helper: avoid using a temporary fileLuke Shumaker
2017-01-26remove offlineimap programs; obviated by systemdLuke Shumaker
2017-01-26cgswap: tidyLuke Shumaker
2017-01-26improve cgswapLuke Shumaker
2017-01-26add cgswapLuke Shumaker
2015-05-04chardiff: make GCC warnings go awayLuke Shumaker
2015-05-04chardiff: correctly handle 0xFF byteLuke Shumaker
2015-05-04clean up MakefileLuke Shumaker
2015-05-04Rewrite urldecode in CLuke Shumaker
2015-05-04rewrite urlencode in CLuke Shumaker
2015-05-04Add a LICENSE.txtLuke Shumaker
I've expressed before that this repository is licensed this way, but I've never put it in the repository itself.
2015-05-04v-www-browser: don't forkLuke Shumaker
2015-05-04Add copyright years to each file.Luke Shumaker
2015-05-02v-editor: cut down on forkingLuke Shumaker
2015-05-02I can't believe I pushed a broken v-editorLuke Shumaker
2015-04-27fix offlineimap-killerLuke Shumaker
There were decimal points in the output of pid_uptime, causing a syntax error.
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