Played Challenges
Vertical Limit - 2615 entries
transform a succession of one word lines to a an array of strings
- Best score: 21
- Best player score: 27
- Position: #519 / 772
- Number of attempts: 3
Aligning function arguments to match a specific coding style - 265 entries
Most projects have specific coding style guidelines. In this case, the argument list must be broken into a new line for each argument, with the argument names right aligned, taking into account pointers.
- Best score: 16
- Best player score: 23
- Position: #53 / 73
- Number of attempts: 2
Switch function arguments - 2192 entries
How to switch two arguments of a function.
- Best score: 11
- Best player score: 11
- Position: #34 / 677
- Number of attempts: 9
switch variable - 5101 entries
how fast can you switch two variable ?
- Best score: 11
- Best player score: 12
- Position: #733 / 1756
- Number of attempts: 1
Numbering a List - 1941 entries
Pretty simple, number the list.
- Best score: 13
- Best player score: 19
- Position: #240 / 657
- Number of attempts: 2
Java Array2List - 233 entries
Convert an java array initializer into a list.
- Best score: 67
- Best player score: 99
- Position: #41 / 87
- Number of attempts: 3
CSV to JSON - 173 entries
A search for shortest vimissh way to convert CSV to JSON.
- Best score: 56
- Best player score: 107
- Position: #36 / 66
- Number of attempts: 4
A Simple One - 1070 entries
Here is a very simple one - just to illustrate/introduce a vim feature that some people seem to miss...
- Best score: 9
- Best player score: 9
- Position: #280 / 673
- Number of attempts: 1
VimGolf