HTTP server connecting to a single Markov chain https://flanchan.moe/markov/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
3 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. 3 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. 3 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. 3 months ago
README Initial commit 5 years ago
TODO Added TODO: Save+load chains. 4 years ago

README

Generate strings from markov chain of stdin

Usage:

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