Sin descripción

Getty Ritter 7d1258f1a0 Merge branch 'master' of rosencrantz:/srv/git/GRUtils hace 8 años
RSAPair 28569bb1cd Removed YAMLize, replaced EscapedString with smaller C version of the same utility, updated RSAPair, changed makefiles to use musl-gcc hace 10 años
escaped-string e7c34ba9db Added some small PKGBUILD files for Arch Linux building hace 10 años
expseq e7c34ba9db Added some small PKGBUILD files for Arch Linux building hace 10 años
json2bencode 98537c517b Added json2bencode script hace 9 años
scripts efe8115841 Added new-cabal-exec script hace 8 años
.gitignore 6b21aa1e26 Added much-needed gitignore hace 9 años
README 51960be683 Updated readme hace 10 años

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.