Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up
Cannot retrieve the latest commit at this time.
| Failed to load latest commit information. | |||
|
|
SpellLib | ||
|
|
debian | ||
|
|
.gitignore | ||
|
|
DEVELOPERS | ||
|
|
MIT-LICENSE | ||
|
|
README | ||
|
|
build.sh | ||
|
|
csw.dwg | ||
|
|
dawg.h | ||
|
|
dawg_words.c | ||
|
|
dawgsearch.vala | ||
|
|
dawgutils.h | ||
|
|
grope.h | ||
|
|
libspell.vapi | ||
|
|
makefile | ||
|
|
porting.h | ||
|
|
printdawg | ||
|
|
printdawg.vala | ||
|
|
splib.h | ||
|
|
updawg-cli.vala | ||
|
|
updawg.desktop | ||
|
|
updawg.png | ||
|
|
updawg.vala | ||
|
|
wild.c | ||
|
|
wild.vala | ||
README
UpDawg: A wordlist generator for maemo-based devices. Author: Martin DeMello <martindemello@gmail.com> Requirements: vala, libgee, hildon License: MIT (see MIT-LICENSE) Compiling: * `make` to build the hildon interface * `make-cli` to build the readline interface Usage: * GUI: Enter the pattern, and select the search type (Anagram|Pattern|Build) Use "?" for a single wildcard and "*" for 0 or more wildcards * CLI: a <pattern> # anagram b <pattern> # build p <pattern> # pattern