Played Challenges
From brakets to parens - 932 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: 32
- Position: #82 / 215
- Number of attempts: 1
Create json from a .env file - 1518 entries
A simple everyday task.
- Best score: 39
- Best player score: 61
- Position: #179 / 353
- Number of attempts: 1
Rearrange array to single level - 1720 entries
The goal is to flatten the array into a single list and remove any empty elements.
- Best score: 14
- Best player score: 30
- Position: #181 / 289
- Number of attempts: 3
New teacher - 1465 entries
Update the details of the new CS teacher.
- Best score: 19
- Best player score: 31
- Position: #244 / 306
- Number of attempts: 3
months to html list items - 1130 entries
Turn the months into list items.
- Best score: 22
- Best player score: 30
- Position: #222 / 306
- Number of attempts: 2
Remove line numbers - 778 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: 18
- Position: #134 / 205
- Number of attempts: 1
delete swap - 1834 entries
delete all swap
- Best score: 5
- Best player score: 17
- Position: #543 / 570
- Number of attempts: 1
Fix the shell script! - 2663 entries
Fix the shell script with the fewest keystrokes!
- Best score: 26
- Best player score: 36
- Position: #375 / 619
- Number of attempts: 1
VimGolf