gdritter repos GRUtils / 1c57165
Updated readme Getty Ritter 9 years ago
1 changed file(s) with 3 addition(s) and 10 deletion(s). Collapse all Expand all
1313 A single RSAPair executable that produces a hex-encoded public/private key
1414 pair on stdout. In Haskell; cabalized.
1515
16 EscapedString/
16 escaped-string/
1717 -----------
1818
1919 Reads in stdin and produces an escaped string on stdout with surrounding
20 quotation marks, in particular by converting it to a JSON string and emitting
21 it. In Haskell; cabalized.
22
23 YAMLize/
24 --------
25
26 Two programs, one ToYAML which converts JSON on stdin to YAML on stdout, and
27 one FromYAML, which goes vice versa. May not round-trip correctly because of
28 the semantics of the GHC Yaml library. In Haskell; cabalized.
20 quotation marks, attempting to make it a valid JSON string. In C; has
21 Makefile.
2922
3023 expseq/
3124 -------