HTTP server connecting to a single Markov chain https://flanchan.moe/markov/
Go to file
Avril 0a7d530068
format: Added `io_uring::create_write_compressed()`: Spawns a background thread that compresses the written data to a file using the `io_uring` subsystem. Compression & IO operations are performed asynchonously.
2 months ago
src format: Added `io_uring::create_write_compressed()`: Spawns a background thread that compresses the written data to a file using the `io_uring` subsystem. Compression & IO operations are performed asynchonously. 2 months ago
.gitignore umm 5 years ago
Cargo.lock format: Added `io_uring::create_write_compressed()`: Spawns a background thread that compresses the written data to a file using the `io_uring` subsystem. Compression & IO operations are performed asynchonously. 2 months ago
Cargo.toml format: Added `io_uring::create_write_compressed()`: Spawns a background thread that compresses the written data to a file using the `io_uring` subsystem. Compression & IO operations are performed asynchonously. 2 months ago
README Initial commit 5 years ago
TODO Added TODO: Save+load chains. 3 years ago

README

Generate strings from markov chain of stdin

Usage:

$ cat corpus | markov
$ cat corpus | markov <n of outputs to generate>