Played Challenges
Replace word while reserving first letter case - 604 entries
Window -> Door window -> door Windows -> Windows windows -> windows
- Best score: 24
- Best player score: 25
- Position: #28 / 118
- Number of attempts: 5
months to html list items - 1010 entries
Turn the months into list items.
- Best score: 22
- Best player score: 22
- Position: #2 / 274
- Number of attempts: 5
Quicksort - 1962 entries
We need the numbers in the first row sorted as quickly as possible! Be careful not to disturb the data below the divider though: that must remain unchanged.
- Best score: 6
- Best player score: 6
- Position: #84 / 431
- Number of attempts: 7
EDN reformat - 1158 entries
The goal is to make the code more readable and concise while maintaining its functionality.
- Best score: 17
- Best player score: 18
- Position: #60 / 164
- Number of attempts: 16
Remove line numbers - 736 entries
From http://web.archive.org/web/20140831121704/http://dirac.org/linux/gdb/02a-Memory_Layout_And_The_Stack.php#investigatingthestackwithgdb.
- Best score: 9
- Best player score: 12
- Position: #48 / 198
- Number of attempts: 6
Find fix point of cos - 1402 entries
Write a function to find the fix point of cos. It is not a good code; It is just to use vim. Inspired by the excellent https://mvanier.livejournal.com/2897.html about the Y combinator.
- Best score: 14
- Best player score: 14
- Position: #59 / 415
- Number of attempts: 9
Surround the 'z' character with brackets, quotes, and print as formatted string. - 554 entries
Surround the 'z' character with brackets, quotes, and print as formatted string.
- Best score: 17
- Best player score: 17
- Position: #187 / 309
- Number of attempts: 1
Substraction (bis) - 603 entries
Solve the equations (adapted from the original @Caek_'s challenge).
- Best score: 21
- Best player score: 21
- Position: #5 / 113
- Number of attempts: 22