doap.rdf 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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
  14. ```
  15. $ ./xkcd936
  16. Kartoffelkäferbefall-Altersteilzeitregelung-auseinanderbersten-Gezücht
  17. ```
  18. If that sounds odd, see https://xkcd.com/936/
  19. Caution: this approach has a statistical bias toward longer words but avoids to
  20. actually read the wordlist (O(1), sic!), so it may be as big as you like.
  21. ## Similar
  22. * λλ= https://github.com/utgarda/correct-unicorn
  23. * ☕️ https://github.com/maandree/correctpony
  24. </description>
  25. <repository>
  26. <GitRepository>
  27. <browse rdf:resource="https://code.mro.name/mro/xkcd936"/>
  28. <location rdf:resource="https://code.mro.name/mro/xkcd936.git"/>
  29. </GitRepository>
  30. </repository>
  31. <repository>
  32. <GitRepository>
  33. <browse rdf:resource="https://github.com/mro/xkcd936"/>
  34. </GitRepository>
  35. </repository>
  36. <repository>
  37. <GitRepository>
  38. <browse rdf:resource="https://gitlab.com/mro/xkcd936"/>
  39. </GitRepository>
  40. </repository>
  41. <repository>
  42. <GitRepository>
  43. <browse rdf:resource="https://notabug.org/mro/xkcd936"/>
  44. </GitRepository>
  45. </repository>
  46. <repository>
  47. <GitRepository>
  48. <browse rdf:resource="https://codeberg.org/mro/xkcd936"/>
  49. </GitRepository>
  50. </repository>
  51. <repository>
  52. <GitRepository>
  53. <browse rdf:resource="https://repo.or.cz/xkcd936.git"/>
  54. </GitRepository>
  55. </repository>
  56. </Project>
  57. </rdf:RDF>