Played Challenges
Replace word while reserving first letter case - 563 entries
Window -> Door window -> door Windows -> Windows windows -> windows
- Best score: 24
- Best player score: 25
- Position: #25 / 113
- Number of attempts: 5
months to html list items - 958 entries
Turn the months into list items.
- Best score: 22
- Best player score: 22
- Position: #2 / 255
- Number of attempts: 5
Quicksort - 1883 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 / 412
- Number of attempts: 7
EDN reformat - 1133 entries
The goal is to make the code more readable and concise while maintaining its functionality.
- Best score: 17
- Best player score: 18
- Position: #59 / 158
- Number of attempts: 16
Remove line numbers - 694 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 / 189
- Number of attempts: 6
Find fix point of cos - 1365 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 / 397
- Number of attempts: 9
Surround the 'z' character with brackets, quotes, and print as formatted string. - 540 entries
Surround the 'z' character with brackets, quotes, and print as formatted string.
- Best score: 17
- Best player score: 17
- Position: #187 / 301
- Number of attempts: 1
Substraction (bis) - 584 entries
Solve the equations (adapted from the original @Caek_'s challenge).
- Best score: 21
- Best player score: 21
- Position: #5 / 111
- Number of attempts: 22