
random - 99 bugs in the code - Code Golf Stack Exchange
May 29, 2018 · 99 bugs in the code The adaption of "99 bottles of beer on the wall" for computer science where the bugs increase instead of the bottles decreasing is often re-posted around the internet.
Ah, why is there a bug in my program? - Code Golf Stack Exchange
Mar 17, 2020 · \$\begingroup\$ Removing the bu from your answer still gives the correct answer -- the rules state that any subset of the characters in bug being removed should cause the problem to return something different, not just the bug as a whole!! \$\endgroup\$
"99 bottles of fizz" - Code Golf Stack Exchange
May 12, 2017 · Challenge. Write a program that outputs the lyrics to 99 Bottles of Beer, but instead of "beer", output "fizz" if the number of bottles on the wall is a multiple of 3, "buzz" if it is a multiple of 5, and "fizzbuzz" if it is a multiple of 3 and a multiple of 5.
99 Bottles Of Beer [closed] - Code Golf Stack Exchange
Jan 28, 2011 · Recreate '99 bottles of beers on the wall'. The desired output is this: 99 bottles of beer on the wall, 99 bottles of beer. Take one down and pass it around, 98 bottles of beer on the wall. 98
Crack the Caesar cipher - Code Golf Stack Exchange
Jan 21, 2022 · The Caesar cipher is a simple and famous cipher, where the letters of the alphabet are rotated by some secret amount. For example, if our secret rotation is 3, we would replace a with d, b with e, ...
Generate a British numberplate - Code Golf Stack Exchange
May 29, 2021 · \$\begingroup\$ The doc just says the "pattern" will continue - a pattern which certainly fits is to alternate between adding 50 and subtracting 49 every six months (and keeping the trailing two digits), this would give the end as: March 2049 – Aug 2049 49 Sept 2049 – Feb 2050 99 March 2050 - Aug 2050 50 Sept 2050 - Feb 2051 00 March 2051 ...
Convert string to number - Code Golf Stack Exchange
Sep 1, 2016 · Task The task is to convert a string to a number. It must accept the string via stdin and output the number via stdout. You convert a string to a number by replacing each letter of the string by ...
popularity contest - Create a programming language interpreter
The 99 bottles of beer program: many amaze 99 time such scare bottles-of-beer such scream on-the-wall many despair 13 time such fail take-one-down-pass-it-around wow so amaze so scare so scream so despair! so amaze so scare so despair! much amaze so fail so despair! so amaze so scare so scream so despair! so despair! very amaze wow
Heart plus diamond is spade-and-club: table puzzle
Jan 9, 2024 · 05AB1E, 33 bytes „‰áš¸#©¢O<i®“spade†Ú“#.;}{R„ €ƒÀý Input as a pair of strings. Try it online or verify all test cases.
code golf - Find how many alphanumeric characters can be made …
Apr 28, 2017 · The alphanumeric characters have ASCII-values: 0-9 -> 48-57 A-Z -> 65-90 a-z -> 97-122 Your challenge is to take an integer as input, and output how many characters can be made using