Data update

This commit is contained in:
Ingy döt Net 2023-08-01 14:30:30 -07:00
parent 07c7092a52
commit 61b93a2cd1
313 changed files with 6160 additions and 346 deletions

View file

@ -0,0 +1,20 @@
HexWords;todec;digroot;displayrow;words;distinct4
todec169+'abcdef'
digroot(+/10¯1)(10)
displayrow{ n (digrootntodec )}
words((~)⎕TC)⎕NGET'unixdict.txt'
words(words.¨'abcdef')/words
words(4¨words)/words
wordswords[digroottodec¨words]
distinct4(4¨words)/words
distinct4distinct4[todec¨distinct4]
(words),' hex words with at least 4 letters in unixdict.txt:'
displayrow¨words
''
(distinct4),' hex words with at least 4 distinct letters:'
displayrow¨distinct4