English Word Unjumbler for solving daily jumble
I wrote this .NET program a few years ago as an academic exercise.
One types in a jumble of a 5 or 6 letter word. It displays the possible english words.
I swear it doesn't have any bad stuff in it.
If you want to check it out. Click here to download this stand-alone program.
I just haven't gotten around to moving it to a web interface. It is based on all 5 and 6 letter words in an unabridged dictionary I found somewhere many years ago. Engine is still straight C. ( aka relatively efficient recursive brute force implementation
)