Played Challenges
Quicksort - 515 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: #14 / 139
- Number of attempts: 6
EDN reformat - 347 entries
The goal is to make the code more readable and concise while maintaining its functionality.
- Best score: 17
- Best player score: 17
- Position: #5 / 68
- Number of attempts: 11
Tic-Tac-Toe Grid Transformation - 134 entries
Your mission is to efficiently convert the original Tic-Tac-Toe grid, represented by 'x's and 'o's, into a neat and well-organized game board.
- Best score: 58
- Best player score: 58
- Position: #3 / 38
- Number of attempts: 10
Populate 3D bone names list - 235 entries
Ran into this at work, excited to see how this gets optimized
- Best score: 21
- Best player score: 21
- Position: #12 / 64
- Number of attempts: 2
Remove line numbers - 266 entries
From http://web.archive.org/web/20140831121704/http://dirac.org/linux/gdb/02a-Memory_Layout_And_The_Stack.php#investigatingthestackwithgdb.
- Best score: 8
- Best player score: 12
- Position: #30 / 79
- Number of attempts: 12
Find fix point of cos - 798 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: #42 / 232
- Number of attempts: 3
Surround the 'z' character with brackets, quotes, and print as formatted string. - 393 entries
Surround the 'z' character with brackets, quotes, and print as formatted string.
- Best score: 17
- Best player score: 17
- Position: #147 / 211
- Number of attempts: 2
Poorly indented Python comments - 1079 entries
Fix the alignment of some Python comments as quickly as possible.
- Best score: 15
- Best player score: 15
- Position: #42 / 190
- Number of attempts: 8
Many duplicates - 1123 entries
Quick and easy
- Best score: 7
- Best player score: 7
- Position: #32 / 364
- Number of attempts: 4
delete swap - 1378 entries
delete all swap
- Best score: 5
- Best player score: 5
- Position: #288 / 432
- Number of attempts: 3
Put a newline after every 10 lines in vim - 1466 entries
Goal is to put a newline after every 10 lines in vim.
- Best score: 10
- Best player score: 10
- Position: #39 / 494
- Number of attempts: 4
Making 3 line function a one liner. - 295 entries
Simple challenge for frequent action while programming.
- Best score: 4
- Best player score: 4
- Position: #163 / 188
- Number of attempts: 1
Simple text editing with Vim - 12045 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 13
- Position: #695 / 3528
- Number of attempts: 4