These are some scripts that I have mode over the years, figured they are intresting and sometimes helpful.
What it dose Input/Output Feilds
This script finds the letters that two words have in common that the user enter.

Enter TWO words




This script finds words with the user specified length and prints out how many words there are with with that number of letters and prints out one word randomly selected from that list.

Enter a Interger




This script finds and removes all vowels from a user given string.

Enter a word




This script replaces all vowels in a word that has had all the vowels removed.

Enter a word




This script makes a table filled with random words. When one of the words is clicked, it displays its frequency and it's part of speech are displayed, then a new table of random words is displayed.