My library of Brainfuck programs Brainfuck is my favorite programming language. It's really fun to mess around with! Here is a collection of neat programs that I came up with! Copy and paste the code into an IDE, and enjoy! (I strongly recommend using https://minond.xyz/brainfuck/ to run the programs) (If https://minond.xyz/brainfuck/ is too slow for you, then try https://sange.fi/esoteric/brainfuck/impl/interp/i.html instead.) 1-99 SECOND TIMER +[------------------------------------------------>,] <+[[[-.....]<->++++++++++]] This timer will count down from the number that was inputted. It can go from 1 to 99 and displays the count on the 2nd and 3rd memory cells. It does not terminate by itself, so you will have to kill it after it fully counts down. (Timer may not be 100% accurate) (MUST USE https://minond.xyz/brainfuck/ ON EVALUATION DELAY 15 OR IT WILL GO TOO FAST) STUTTER GENERATOR +,.>+++++++++++++++++++++++++++++++++++++++++++++. <.>. <.>. <.>. <.> [,.] This will add a s-s-s-s-stutter to any text that you input. Very useful for if you're too lazy to make the stutter yourself. (You can add or remove the "<.>."s to make your stutters longer or shorter!) JOJO STAND CRY GENERATORS +[>,.]<<.>.<.>.<.>.<.>.>+++++++++++++++++++++++++++++++++. This script will generate a stand cry based on Crazy Diamond's cry from JoJo part 4. (Dora -> Dorarararara!) (You can add or remove the "<.>."s to make your stand cries longer or shorter!) +,.>,.>,.><<<<>.>.>.<<<>.>.>.<<<>.>.>.[,.]+++++++++++++++++++++++++++++++++. This script will generate a stand cry based on Bruno Buccelati's stand cry from JoJo part 5. (Arivederci -> AriAriAriArivederci!) (You can add or remove the "<<<>.>.>."s to make your stand cries longer or shorter!) TEXT TO ESOLANG CONVERTERS +>+++++++++++++++++++++++++++++++++++++++++++ <><>> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<<< >>>>>>+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<<<<<<<<<<< ,[[[>.>.>.>><<<<<-]>>>>>>.>.>.>.>.>.><<<<<<<<<<<<+,]] This script will convert the input to the code needed to print it in COW. The output is a lot less compact than the result of the built-in converter from the Frank Buss interpreter, but it is always 100% accurate. (COW interpreter: http://www.frank-buss.de/cow.html) +>++++++++++++++++++++++++++++++++++++++++++++++ >++++++++++++++++++++++++++++++++++++++++++++++ >++++++++++++++++++++++++++++++++++++++++++++++ <><>>+++++++++++++++++++++++++++++++++++++++++++++ >++++++++++++++++++++++++++++++++++++++++++++++ >+++++++++++++++++++++++++++++++++++++++++++++<<< >>>>>>+++++++++++++++++++++++++++++++++++++++++++++ >++++++++++++++++++++++++++++++++++++++++++++++ >+++++++++++++++++++++++++++++++++++++++++++++ >++++++++++++++++++++++++++++++++++++++++++++++ >+++++++++++++++++++++++++++++++++++++++++++++ >+++++++++++++++++++++++++++++++++++++++++++++<<<<<<<<<<<<< ,[[[>.>.>.>><<<<<-]>>>>>>>>.>.>.>.>.>.><<<<<<<<<<<<<<+,]] This script will convert the input to the code neede to print it in morsefuck. I could not find any other morsefuck converters online, so I decided to make one. (morsefuck interpreter: https://github.com/thoga31/fpbrainfuck) +>+++++++++++++++++++++++++++++++++++++++++++ <><>>++++++++++++++++++++++++++++++++++++++++++++++.<< >>>++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++.<<< ,[[[>.<-]>>.>.<<<+,]] This script will convert the input to the code needed to print it in brainfuck. (This converter probably isn't as good as the other ones, but hey, it works!) >,>,>,<<<,[[>.<-]>>.>.<<<,] Code golf text to Brainfuck converter. 27 bytes of code, surpassing the winner of the http://www.hevanet.com/cristofd/brainfuck/results0.txt contest by 22 bytes. (You have to put "+.>" in front of your input for it to work. Example: +.>Hello, World!) You can also replace the "+.>" with any other characters to translate it to another Brainfuck equivalent that uses 1 character per command. (use "eja" to translate to Alphuck) WORD SHORTENER +[>,.>,>,.] This script will shorten any word that you give it. (Texting -> Txtng) CHARACTER COUNTERS +[,>+<]>-++++++++++++++++++++++++++++++++++++++++++++++++. This script will count the characters of the input and output it. The maximum character count it can process is 9. +[,>+<]>- This script is the same but can count up to 255. Instead of outputting the number, it will display it in the 2nd memory cell. (BRAINDASH VERSION) +[,>+<]>-~ This one is 1-255 and outputs the number, but you have to run it on https://braindash.neocities.org/ for it to work. WORD ENCRYPTER +[>,+++.] This will encrypt the input and output the encrypted input. WORD DECRYPTER +[>,---.] This will decrypt encrypted messages encrypted with the word encryper I wrote. SIDDIKINZ_BOT_2.0 ACCENT GENERATOR ,.,.><<> .-,+-+-, .-++.+-< This script was generated by a bot that was written by me. It adds a strange accent to the input.