Played Challenges
Reformat/Refactor a Golfer Class - 5570 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 32
- Best player score: 39
- Number of attempts: 2
Line Zipper - 397 entries
Zip/pair related lines.
- Best score: 12
- Best player score: 13
- Number of attempts: 6
Simple text editing with Vim - 10703 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 14
- Number of attempts: 3
The name of the game - 588 entries
End up with the name of the game.
- Best score: 11
- Best player score: 11
- Number of attempts: 1
SFD-ROC: vimvimvim - 1325 entries
Oh no, this line is longer than 80 chars... put each 'vim' on a new line.
- Best score: 8
- Best player score: 9
- Number of attempts: 6
SFD-ROC: ROT13 Phonics - 70 entries
A is for apple, b is for ball, etc... This familiar phonics poem has been rotated 13 characters. Make the letter match the word.
- Best score: 6
- Best player score: 6
- Number of attempts: 1
Indentation - 416 entries
Indent each line according to the right number of spaces it needs.
- Best score: 21
- Best player score: 30
- Number of attempts: 3
Vertical Limit - 2168 entries
transform a succession of one word lines to a an array of strings
- Best score: 21
- Best player score: 24
- Number of attempts: 5
SFD-ROC: The Quick Brown Fox - 140 entries
Someone has vandalized our text (again). Please fix to read: The Quick Brown Fox Jumps Over The Lazy Dog.
- Best score: 25
- Best player score: 28
- Number of attempts: 2
you're stuck on jQuery < 1.7 - 317 entries
replace calls to jQuery 1.7+'s `on` with calls to pre 1.7 `bind`
- Best score: 25
- Best player score: 31
- Number of attempts: 2
Saving the hashes(#) - 1806 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: 32
- Number of attempts: 1