Shift+Click the green flag to toggle turbo mode Click "HIDE" to hide the list so it generates faster Click "SHOW" to show the list if it is hidden Write a number in the search bar to see what the string at that list index is (if generated) Write a string in the search bar to find the list index that has that string (if generated, can take a long time) Leave the bar blank and push enter to pause/unpause generation
This program sequentially generates EVERY (including bad words but mostly gibberish) combination of the 26 letters and puts them all in a list. Searching for a specific string takes a long time due to not being able to search lists by they're contents and my lack of knowledge of converting between base 10 and 26 Loosely based on the Library of Babel at https://libraryofbabel.info/ Also similar to https://en.wikipedia.org/wiki/Infinite_monkey_theorem Changelog: January 30 2016: shared