README 812 B

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