Played Challenges
Vertical Limit - 2596 entries
transform a succession of one word lines to a an array of strings
- Best score: 21
- Best player score: 27
- Position: #516 / 767
- Number of attempts: 3
Aligning function arguments to match a specific coding style - 259 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: #52 / 72
- Number of attempts: 2
Switch function arguments - 2182 entries
How to switch two arguments of a function.
- Best score: 11
- Best player score: 11
- Position: #34 / 674
- Number of attempts: 9
switch variable - 5094 entries
how fast can you switch two variable ?
- Best score: 11
- Best player score: 12
- Position: #732 / 1754
- Number of attempts: 1
Numbering a List - 1940 entries
Pretty simple, number the list.
- Best score: 13
- Best player score: 19
- Position: #239 / 656
- 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 - 1067 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 / 671
- Number of attempts: 1
VimGolf