Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-29 | Update my email addressHEADmaster | Luke Shumaker | |
2019-12-29 | preroll: Use fewer floating-point operations when calculating variance | Luke Shumaker | |
2017-09-25 | chardiff: Better help text | Luke Shumaker | |
2017-01-28 | Add preroll for statistics about rolls. | Luke Shumaker | |
2017-01-26 | roll: Support more complex rolls. | Luke Shumaker | |
2017-01-26 | roll: use crypto/rand, D&D is serious business | Luke Shumaker | |
2017-01-26 | hangman-helper: improve | Luke Shumaker | |
2017-01-26 | hangman-helper: avoid using a temporary file | Luke Shumaker | |
2017-01-26 | remove offlineimap programs; obviated by systemd | Luke Shumaker | |
2017-01-26 | cgswap: tidy | Luke Shumaker | |
2017-01-26 | improve cgswap | Luke Shumaker | |
2017-01-26 | add cgswap | Luke Shumaker | |
2015-05-04 | chardiff: make GCC warnings go away | Luke Shumaker | |
2015-05-04 | chardiff: correctly handle 0xFF byte | Luke Shumaker | |
2015-05-04 | clean up Makefile | Luke Shumaker | |
2015-05-04 | Rewrite urldecode in C | Luke Shumaker | |
2015-05-04 | rewrite urlencode in C | Luke Shumaker | |
2015-05-04 | Add a LICENSE.txt | Luke Shumaker | |
I've expressed before that this repository is licensed this way, but I've never put it in the repository itself. | |||
2015-05-04 | v-www-browser: don't fork | Luke Shumaker | |
2015-05-04 | Add copyright years to each file. | Luke Shumaker | |
2015-05-02 | v-editor: cut down on forking | Luke Shumaker | |
2015-05-02 | I can't believe I pushed a broken v-editor | Luke Shumaker | |
2015-04-27 | fix offlineimap-killer | Luke Shumaker | |
There were decimal points in the output of pid_uptime, causing a syntax error. | |||
2014-12-07 | Minor touch-ups | Luke Shumaker | |
2014-12-07 | add urlencode, to match urldecode | Luke Shumaker | |
2014-12-07 | urldecode: pass the '-n' flag to php | Luke Shumaker | |
2014-12-07 | chardiff: fix, escape possible printf flags | Luke Shumaker | |
2014-11-28 | Cleanup of offlineimap utilities. | Luke Shumaker | |
2014-11-27 | hangman-helper: fix typo in comment | Luke Shumaker | |
2014-11-27 | remove newegg | Luke Shumaker | |
2014-11-27 | Add proper option parsing to chardiff | Luke Shumaker | |
2014-11-27 | cleanup offlineimap-exit | Luke Shumaker | |
2014-11-27 | remove sysfiles | Luke Shumaker | |
2014-11-27 | Remove Emacs utilities (I now have an emacsutils repository) | Luke Shumaker | |
2014-01-15 | daemon: don't complain if /proc/${pid} doesn't exist | Luke Shumaker | |
2014-01-14 | daemon: 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-05 | maildups: add -- to the rm trap | Luke Shumaker | |
2013-12-05 | hangman-helper: clean up | Luke Shumaker | |
2013-12-05 | use /bin/bash, not /bin/sh | Luke Shumaker | |
2013-12-03 | update Makefile to support go 1.2 | Luke Shumaker | |
2013-12-03 | daemon: re-think using read | Luke Shumaker | |
2013-12-03 | maidups: clean up using trap | Luke Shumaker | |
2013-12-03 | touch up {battery,temp}mon | Luke Shumaker | |
2013-12-03 | v-www-browser: fix quoting | Luke Shumaker | |
2013-11-02 | emacsterm: add real option handling | Luke Shumaker | |
2013-11-02 | offlineimap-runner: this is the version I've been running | Luke Shumaker | |
2013-11-02 | v-editor: this is the version I've been running | Luke Shumaker | |
2013-11-02 | add offlineimap-exit: it returns a non-zero exit status for errors | Luke Shumaker | |
2013-11-02 | daemon: this is the version I've been running | Luke Shumaker | |
2013-09-07 | rewrite roll in Go | Luke Shumaker | |