A random id generator
https://neptards.moe/id
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
u3shit ae3f34caa3 | 7 years ago | |
---|---|---|
.gitignore | 7 years ago | |
COPYING | 7 years ago | |
Makefile | 7 years ago | |
README.md | 7 years ago | |
adjective_list.csv | 7 years ago | |
adverb_list.csv | 7 years ago | |
gen_wordlist.rb | 7 years ago | |
noun_list.csv | 7 years ago | |
udcrr.cpp | 7 years ago | |
verb_list.csv | 7 years ago |
README.md
unmeaningly-dysfunctional-copolymer-re-releases-0173
A random id generator, based on wordlist from wiktionary. It currently has:
18265 ADVERBS
112230 ADJECTIVES
290047 NOUNS
24563 VERBS
Compiling
You'll need ruby and make to compile this tool.
Type make
, it'll compile a single executable named udcrr
. Alternatively,
make udcrr.so
to create a lua module.
There's also a pure lua and ruby version, type make udcrr.lua
and make udcrr.rb
.
License
The code in this repository is under WTFPL 2.0, see the file COPYING
. It comes
without any warranty, blah-blah-blah.
However it uses data (word lists) from wiktionary. Wiktionary itself is CC-BY-SA and GNU GFDL, and IANAL but I'm only using the titles of the page (the word itself), and it's debatable whether the list of words in a dictionary is copyrightable.