1234567891011121314151617181920212223242526272829303132 |
- Whatchamacallit
- ===============
- Miscellaneous command-line utilities to do various small tasks. They're split
- up into different libraries so they can be installed individually, but also
- kept in a single repo because they're all tiny.
- All these are licensed under the WTFPL unless noted otherwise.
- escaped-string/
- -----------
- Reads in stdin and produces an escaped string on stdout with surrounding
- quotation marks, attempting to make it a valid JSON string. In C; has
- Makefile.
- expseq/
- -------
- A rough analogue of seq for generating exponentially increasing numbers rather
- than sequentially. In C; has Makefile.
- json2bencode/
- -------------
- What it says on the tin. In Haskell.
- scripts/
- --------
- Random scripts, several of them not useful to anyone else, some of them probably
- quite useful. A mixed bag.
|