Played Challenges
From brakets to parens - 802 entries
This is one of the most common problem when you wrap an array for error handling. Vim is useful when you convert foo[i][j][k] into foo(i, j, k) for many times.
- Best score: 24
- Best player score: 44
- Position: #144 / 182
- Number of attempts: 1
Reverse even lines - 42 entries
Reverse only the even lines without altering the odd lines.
- Best score: 7
- Best player score: 27
- Position: #11 / 13
- Number of attempts: 3
Format a long line - 125 entries
Reformat long lines (gq), textwidth=78, no trailing spaces.
- Best score: 17
- Best player score: 35
- Position: #28 / 34
- Number of attempts: 1
Mirror image - 125 entries
Add the second eye
- Best score: 15
- Best player score: 26
- Position: #25 / 36
- Number of attempts: 1
New teacher - 1451 entries
Update the details of the new CS teacher.
- Best score: 19
- Best player score: 24
- Position: #100 / 304
- Number of attempts: 3
months to html list items - 1119 entries
Turn the months into list items.
- Best score: 22
- Best player score: 51
- Position: #296 / 303
- Number of attempts: 1
Remove line numbers - 772 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: 14
- Position: #113 / 203
- Number of attempts: 1
VimGolf