Played Challenges
Counting in binary - 410 entries
"a" represents 0; "A" represents 1. Start from zero and count to 15.
- Best score: 16
- Best player score: 22
- Position: #32 / 107
- Number of attempts: 7
quotes inside quotes - 3020 entries
taken from tip 85 of the very good book 'Practical Vim: Edit Text at the Speed of Thought' ! I'd be interested what people use :)
- Best score: 14
- Best player score: 14
- Position: #4 / 1043
- Number of attempts: 4
Words in parens - 12725 entries
We should all ace this, right?
- Best score: 13
- Best player score: 14
- Position: #38 / 3915
- Number of attempts: 6
Pairs of numbers - 345 entries
Line 1 represents x, line 2 y-data. Bring the corresponding pairs in the form "[x,y]\n"
- Best score: 26
- Best player score: 27
- Position: #19 / 129
- Number of attempts: 12
Hole-in-one - 965 entries
Lets take this golf thing literally.. Drive off the tee into the hole, and of course you don't strike the ball completely clean.
- Best score: 15
- Best player score: 16
- Position: #16 / 296
- Number of attempts: 11
Delete unwanted lines - 352 entries
Delete all lines which does not end in "o.."
- Best score: 9
- Best player score: 9
- Position: #45 / 212
- Number of attempts: 2
Saving the hashes(#) - 1948 entries
The following file is copied from vimcasts.org(Its only for learning purpose,hope the site owner doesn't mind it), its probably the easiest of challenges.Our goal is to delete every line which doesn't contain a hash signs. The remaining hash signs with numbers are then sorted to get the final output.
- Best score: 20
- Best player score: 25
- Position: #149 / 465
- Number of attempts: 5
switch variable - 4901 entries
how fast can you switch two variable ?
- Best score: 11
- Best player score: 11
- Position: #177 / 1698
- Number of attempts: 4
Simple text editing with Vim - 11594 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 13
- Position: #164 / 3403
- Number of attempts: 3
Reformat/Refactor a Golfer Class - 5975 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 32
- Best player score: 35
- Position: #333 / 1476
- Number of attempts: 11