README 729 B

123456789101112131415161718192021222324252627
  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.
  7. RSAPair/
  8. --------
  9. A single RSAPair executable that produces a hex-encoded public/private key
  10. pair on stdout. In Haskell; cabalized.
  11. escaped-string/
  12. -----------
  13. Reads in stdin and produces an escaped string on stdout with surrounding
  14. quotation marks, attempting to make it a valid JSON string. In C; has
  15. Makefile.
  16. expseq/
  17. -------
  18. A rough analogue of seq for generating exponentially increasing numbers rather
  19. than sequentially. In C; has Makefile.