https://github.com/bouk/letterpress-cheater
A program that finds all words that are possible, given a list of characters
https://github.com/bouk/letterpress-cheater
Last synced: over 1 year ago
JSON representation
A program that finds all words that are possible, given a list of characters
- Host: GitHub
- URL: https://github.com/bouk/letterpress-cheater
- Owner: bouk
- Created: 2013-02-21T21:39:40.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-21T21:39:50.000Z (over 13 years ago)
- Last Synced: 2025-01-23T01:11:23.067Z (over 1 year ago)
- Language: C++
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Letterpress Cheater
==================
A program that finds all possible words, given a string of characters.
To use, simply run the program and pass the characters that can be used through stdin. Normally the program uses the dictionary at /usr/share/dict/words, to use your own just pass the name of the dictionary file as a parameter, like ./letterpress dict.txt