Played Challenges
months to html list items - 1038 entries
Turn the months into list items.
- Best score: 22
- Best player score: 24
- Position: #58 / 283
- Number of attempts: 9
Quicksort - 2000 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 / 438
- Number of attempts: 9
Remove line numbers - 736 entries
From http://web.archive.org/web/20140831121704/http://dirac.org/linux/gdb/02a-Memory_Layout_And_The_Stack.php#investigatingthestackwithgdb.
- Best score: 9
- Best player score: 38
- Position: #163 / 198
- Number of attempts: 2
Generate a very basic Python constructor (fixed) - 1253 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: #154 / 271
- Number of attempts: 5
Replace pattern with 1, 2, 3, ... on each line - 1148 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: #166 / 231
- Number of attempts: 6