Played Challenges
months to html list items - 1119 entries
Turn the months into list items.
- Best score: 22
- Best player score: 24
- Position: #60 / 303
- Number of attempts: 9
Quicksort - 2077 entries
We need the numbers in the first row sorted as quickly as possible! Be careful not to disturb the data below the divider though: that must remain unchanged.
- Best score: 6
- Best player score: 6
- Position: #85 / 462
- Number of attempts: 9
Remove line numbers - 777 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: 38
- Position: #169 / 204
- Number of attempts: 2
Generate a very basic Python constructor (fixed) - 1294 entries
Original by @BiddulphCaleb (http://www.vimgolf.com/challenges/6019f1c4642668000cee11e8) - had some extra spaces in output file.
- Best score: 29
- Best player score: 45
- Position: #159 / 277
- Number of attempts: 5
Replace pattern with 1, 2, 3, ... on each line - 1158 entries
For each line replace a search pattern (in this case $) with numbers starting at 1 and then increasing by 1 for each replaced match. a$b$c$ -> a0b1c2
- Best score: 21
- Best player score: 34
- Position: #169 / 234
- Number of attempts: 6
VimGolf