collect all of standard input until its end, then output it all of it at once to standard output.
Updated 3 hours ago
Updated 11 hours ago
A safe library for allocating arbitrarily sized data on the stack at runtime in Rust.
Updated 3 weeks ago
Small byte-sized generic key-value map type for Rust
Updated 1 month ago
pipes stdin to stdout with a throttle (slowdown) rate specified by user. rate may be static or jitter to emulate a network connection or similar non-constant rate pipe.
Updated 1 month ago
statically sized, stack allocated `String` for Rust.
Updated 1 month ago
Parallel hashing of data.
Updated 1 month ago
Various cryptography helpers for Rust
Updated 1 month ago
reverses all collected input from arguments or stdin lines, then outputs it (configurably) line by line to stdout
Updated 2 months ago
creates configurable and usable in-memory `/proc//fds/`s to pass as files to program arguments for reading and/or writing from other spawned process' pipes.
Updated 2 months ago
collection of CL util functions that may be useful or not
Updated 2 months ago
Kana mnemonic hashes
Updated 2 months ago
sink a program's input and output to /dev/null
Updated 2 months ago
A single-header-only opaque type-erased object handle library for C++. For interop with C libraries that use incomplete types and for general type-erasure and type-safe internal casting.
Updated 2 months ago
Soontm
Updated 2 months ago
Parallel population of an array safely shared across threads.
Updated 3 months ago
HTTP server connecting to a single Markov chain
Updated 3 months ago
A simple and featureful async interface for `setTimeout()` and `setInterval()`. And a simple and featureful interface for semaphores in async JavaScript.
Updated 3 months ago
simple duplicate detector
Updated 4 months ago
useful C macros, typedefs, and debugging/tracing functions.
Updated 6 months ago