description🐫 🔐 Generate word combinations like xkcd.com/936
repository URLhttps://code.mro.name/mro/xkcd936.git
ownereu1ahS@mro.name
last changeSat, 23 Oct 2021 10:22:46 +0000 (23 12:22 +0200)
last refreshSat, 27 Apr 2024 07:32:17 +0000 (27 09:32 +0200)
content tags
add:
README.md

Generate random word combinations from a linefeed-separated list words.txt like e.g. from https://codeberg.org/davidak/wortliste

$ ./xkcd936
Kartoffelkäferbefall-Altersteilzeitregelung-auseinanderbersten-Gezücht

If that sounds odd, see https://xkcd.com/936/

Caution: this approach has a statistical bias toward longer words but avoids to actually read the wordlist (O(1), sic!), so it may be as big as you like.

Similar

shortlog
2021-10-23 Marcus Rohrmoser'xkcd936.opam' löschenmaster
2021-02-04 Marcus Rohrmoser'README.md' ändern
2020-05-29 Marcus Rohrmosermore elegant.
2020-04-16 Marcus RohrmoserMore compact
2020-04-16 Marcus RohrmoserAdd a doap.
2020-03-30 Marcus Rohrmosera bit of prose.
2020-03-29 Marcus Rohrmoserrefactor common code
2020-03-29 Marcus Rohrmoserextract a string from a mmapped file
2020-03-27 Marcus Rohrmoserinitial
heads
2 years ago master