-
Posts
1,078 -
Joined
-
Last visited
-
Days Won
11
Files posted by willichan
-
dictionary_big.db
By willichan in Scripting and Development
SQLite database of English words gleaned from free and open source dictionaries
Current version contains my full dictionary, including all file types.
Includes:
word word type soundex (using my Phonetic Algorythms UDF) word length definition indexed on the word field
799 downloads
0 comments
Updated
-
dictionary.db
By willichan in Scripting and Development
SQLite database of English words gleaned from free and open source dictionaries
Current version contains only adjectives and nouns.
1,241 downloads
0 comments
Submitted
-
PhoneticAlgorithms.au3
By willichan in Scripting and Development
Calculates various forms of soundex (English) including:
SoundexNARA - soundex as prescribed by the U.S. National Archives & Records Administration (Census) SoundexNum - (old school) soundex with numbers only result LevenshteinDistance - Evaluates how many additions/subtractions/substitutions are needed to make the strings identical DamerauLevenshteinDistance - Same as LevenshteinDistance, but also accounts for transposed (switched & adjacent) characters362 downloads
0 comments
Submitted
-
CodeQR.zip
Requires quricol32.dll from http://delphi32.blogspot.it/2011/11/quricol-qr-code-generator-library.html
Lots of similar implementations, but this one fits with my other barcode libraries.
1,471 downloads
0 comments
Updated
-
Code39.zip
Creates a Code39 or Code39Extended (with or without check-character) barcode from supplied data
1,058 downloads
-
CodeCODABAR.zip
Creates a CODABAR barcode based on the supplied data.
Requires StringSize UDF by Melba23
656 downloads
0 comments
Submitted