- Joined
- Jun 13, 2005
- Messages
- 148
- Reaction score
- 0
OK sorry guys but i hap to post a new thread......
Using VB6 i have created a nifty lil' prog that systematically builds and checks a word list for plaindromes.
Combining anywhere form 2 to 7 words it checks the built phrases to see if they are in fact palindromes.
phrases like "Madam Im Adam"(3 word combo) will be publiched to a log file.
the prog has many user settings including speed,wordlist,and words to join.
Because a long word list can create literally Trillions of combinations to test; I hvae devised a way to do "broken" runs, each completeing where the last left off.
I would like input on this program...do you find it as spectacular as i??? find out and let me know please.
main program, aswell as 3 wordlists and a "make your own list"word counter; are ll included in ZIP below.
Using VB6 i have created a nifty lil' prog that systematically builds and checks a word list for plaindromes.
Combining anywhere form 2 to 7 words it checks the built phrases to see if they are in fact palindromes.
phrases like "Madam Im Adam"(3 word combo) will be publiched to a log file.
the prog has many user settings including speed,wordlist,and words to join.
Because a long word list can create literally Trillions of combinations to test; I hvae devised a way to do "broken" runs, each completeing where the last left off.
I would like input on this program...do you find it as spectacular as i??? find out and let me know please.
main program, aswell as 3 wordlists and a "make your own list"word counter; are ll included in ZIP below.