Played Challenges
Exchanging Quotes - 864 entries
Sometimes you need to exchange a choice of quotes in some code.
- Best score: 30
- Best player score: 39
- Position: #166 / 232
- Number of attempts: 3
replacing each line of a block selection - 3026 entries
replace each line's ../assets/js with /javascripts
- Best score: 18
- Best player score: 35
- Position: #730 / 783
- Number of attempts: 1
Switch function arguments - 2192 entries
How to switch two arguments of a function.
- Best score: 11
- Best player score: 15
- Position: #532 / 677
- Number of attempts: 1
Remove noise from HTTP log - 732 entries
This piece of log (from the year 2000) contains some irrelevant data. We only want to see the HTTP method and resource.
- Best score: 15
- Best player score: 20
- Position: #250 / 278
- Number of attempts: 1
Remove semicolons after expressions - 669 entries
A follow-up for http://vimgolf.com/challenges/4fc9d767d3a0d4000100000e.
- Best score: 6
- Best player score: 8
- Position: #164 / 265
- Number of attempts: 2
Calculate the table totals - 152 entries
Go ahead... commit the treachery of using vim as a spreadsheet.
- Best score: 33
- Best player score: 200
- Position: #46 / 46
- Number of attempts: 1
Make it more readable - 2015 entries
Insert blank lines to make it more organized and readable
- Best score: 13
- Best player score: 22
- Position: #614 / 654
- Number of attempts: 1
Simple text editing with Vim - 13427 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 17
- Position: #2449 / 3849
- Number of attempts: 5
Reformat/Refactor a Golfer Class - 7517 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 7
- Best player score: 44
- Position: #1140 / 1851
- Number of attempts: 5
VimGolf