Encouraging users to solve a challenge using as many different languages as they know.
When thanking someone, you don't want to just send them an e-mail saying "Thanks!", you want to have something FLASHY: …
language-agnostic code-golf rosetta-stoneI just came across this little problem on UVA's Online Judge and thought, that it may be a good candidate …
code-golf rosetta-stoneThe Challenge: Write the shortest program that implements John H. Conway's Game of Life cellular automaton. [link] EDIT: After about …
language-agnostic code-golf rosetta-stone conways-game-of-lifeThe challenge The shortest code by character count to input a 2D representation of a board, and output 'true' or …
language-agnostic code-golf rosetta-stoneInspired by http://xkcd.com/710/ here is a code golf for it. The Challenge Given a positive integer greater than 0, …
language-agnostic code-golf rosetta-stone collatzThe code golf series seem to be fairly popular. I ran across some code that converts a number to its …
language-agnostic nlp code-golf rosetta-stonePrint all 12 verses of the popular holiday song. By 12 verses I mean the repetition of each line as is sung …
language-agnostic code-golf rosetta-stonePost your shortest code, by character count, to check if a player has won, and if so, which. Assume you …
code-golf rosetta-stone tic-tac-toeThe Challenge Guidelines for code-golf on SO The shortest code by character count to display a representation of a circle …
language-agnostic code-golf rosetta-stoneThe goal Today's Code Golf challenge is to create a regex parser in as few characters as possible. The syntax …
regex language-agnostic code-golf rosetta-stone