'xkcd936.opam' löschen
[xkcd936.git] / doap.rdf
blobbe07708cacc2a9295f074b6f7a7a635e52e4240e
1 <?xml version="1.0" encoding="utf-8"?>
2 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3 xmlns="http://usefulinc.com/ns/doap#">
4 <Project>
5 <name>xkcd936</name>
6 <shortdesc xml:lang="en">🐫 🔐 Generate word combinations like in xkcd.com/936</shortdesc>
7 <homepage rdf:resource="https://xkcd.com/936"/>
8 <programming-language>OCaml</programming-language>
9 <bug-database rdf:resource="https://code.mro.name/mro/xkcd936/issues"/>
10 <wiki rdf:resource="https://code.mro.name/mro/xkcd936/wiki"/>
11 <maintainer rdf:resource="https://code.mro.name/mro"/>
12 <description xml:lang="en">Generate random word combinations from a linefeed-separated list `words.txt` like
13 e.g. from https://github.com/davidak/wortliste
15 ```
16 $ ./xkcd936
17 Kartoffelkäferbefall-Altersteilzeitregelung-auseinanderbersten-Gezücht
18 ```
20 If that sounds odd, see https://xkcd.com/936/
22 Caution: this approach has a statistical bias toward longer words but avoids to
23 actually read the wordlist (O(1), sic!), so it may be as big as you like.
25 ## Similar
27 * λλ= https://github.com/utgarda/correct-unicorn
28 * ☕️ https://github.com/maandree/correctpony
29 </description>
30 <repository>
31 <GitRepository>
32 <browse rdf:resource="https://code.mro.name/mro/xkcd936"/>
33 <location rdf:resource="https://code.mro.name/mro/xkcd936.git"/>
34 </GitRepository>
35 </repository>
36 <repository>
37 <GitRepository>
38 <browse rdf:resource="https://github.com/mro/xkcd936"/>
39 </GitRepository>
40 </repository>
41 <repository>
42 <GitRepository>
43 <browse rdf:resource="https://gitlab.com/mro/xkcd936"/>
44 </GitRepository>
45 </repository>
46 <repository>
47 <GitRepository>
48 <browse rdf:resource="https://notabug.org/mro/xkcd936"/>
49 </GitRepository>
50 </repository>
51 <repository>
52 <GitRepository>
53 <browse rdf:resource="https://codeberg.org/mro/xkcd936"/>
54 </GitRepository>
55 </repository>
56 <repository>
57 <GitRepository>
58 <browse rdf:resource="https://repo.or.cz/xkcd936.git"/>
59 </GitRepository>
60 </repository>
61 </Project>
62 </rdf:RDF>