Нет описания

Getty Ritter 7f102d77c5 Added some error-checking to ghc-wrapper 8 лет назад
RSAPair fb88aa3b1f Removed YAMLize, replaced EscapedString with smaller C version of the same utility, updated RSAPair, changed makefiles to use musl-gcc 10 лет назад
escaped-string 8138a6ee45 Added some small PKGBUILD files for Arch Linux building 10 лет назад
expseq 8138a6ee45 Added some small PKGBUILD files for Arch Linux building 10 лет назад
json2bencode 98537c517b Added json2bencode script 9 лет назад
scripts 7f102d77c5 Added some error-checking to ghc-wrapper 8 лет назад
.gitignore 6b21aa1e26 Added much-needed gitignore 9 лет назад
README 1c571650a6 Updated readme 10 лет назад

README

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.

RSAPair/
--------

A single RSAPair executable that produces a hex-encoded public/private key
pair on stdout. In Haskell; cabalized.

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.