The Universal Sentence
This site generates all possible combinations of letters of the alphabet in one 128 character string, with spaces, starting with the letter a. I say generate because initially I wanted to make a website that contained every possible letter combination from a to z within something like 64 rows by 128 character block of text. However as you can imagine, such a thing would be too big for any computer to store (we are talking petabytes of storage!!!). To do this I am initially taking a much smaller approach of simply allowing the user to go through a 128 character string combination. These strings are not stored either, they are generated upon request. This whole project was inspired by the Library of Babel (both story and the website). However I imagined instead of randomly going through all letter combinations, what if one could go through them organized?
Anyways enough yapping, heres how to work the site: Use the "Next" and "Previous" buttons to change the right most letter (alphabetically or un-alphabetically), or randomize the string for a fresh start. The multiplier button lets you apply a multiplier to the next and previous increments. Instead of changing 1 letter at a time, you could make it go to the letter thats 10 steps away, or 1000, or 534. Integers only!! Also note that spaces are represented as underscores. Enjoy!
Max value is 10 million. Any more and things get laggy ): Try using an autoclicker maybe?