Played Challenges
From brakets to parens - 627 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: 28
- Position: #55 / 144
- Number of attempts: 4
π - 193 entries
1200 π chars
- Best score: 16
- Best player score: 22
- Position: #29 / 52
- Number of attempts: 2
Rearrange array to single level - 1649 entries
The goal is to flatten the array into a single list and remove any empty elements.
- Best score: 14
- Best player score: 20
- Position: #74 / 272
- Number of attempts: 17
Rearrange array to one line - 758 entries
Rearrange the array content on only one line, and remove trailing commas
- Best score: 13
- Best player score: 17
- Position: #59 / 182
- Number of attempts: 8
Copy punctuation - 671 entries
I want to copy the last line’s brackets, quotes, and commas to each line. How?
- Best score: 19
- Best player score: 30
- Position: #48 / 159
- Number of attempts: 9
Poorly indented Python comments - 1328 entries
Fix the alignment of some Python comments as quickly as possible.
- Best score: 15
- Best player score: 22
- Position: #84 / 223
- Number of attempts: 5
Com(m)a Trouble - 3944 entries
Someone was real stupid when placing his commas. Can you fix it?
- Best score: 12
- Best player score: 14
- Position: #419 / 894
- Number of attempts: 3
Two become one - 719 entries
We have two c arrays and want to make one two dimensional out of it. Can we do that?
- Best score: 25
- Best player score: 30
- Position: #94 / 210
- Number of attempts: 3
Reformat/Refactor a Golfer Class - 7415 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 7
- Best player score: 37
- Position: #603 / 1825
- Number of attempts: 7
VimGolf