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: 41
- Number of attempts: 1
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: 20
- Number of attempts: 7
Vertical Limit - 2168 entries
transform a succession of one word lines to a an array of strings
- Best score: 21
- Best player score: 26
- Number of attempts: 4
Numbering a List - 1754 entries
Pretty simple, number the list.
- Best score: 13
- Best player score: 18
- Number of attempts: 8
Delete unwanted lines - 339 entries
Delete all lines which does not end in "o.."
- Best score: 9
- Best player score: 9
- Number of attempts: 1
Letter case trickery - 1451 entries
This file is in a downright esoteric format, consisting of hexadecimal numbers, non-hexadecimal keywords, and "Z" indicating end-of-line. Make the hexadecimal numbers lowercase.
- Best score: 9
- Best player score: 11
- Number of attempts: 2
Search and Replace 0 - 4226 entries
Replace every instance of 'aaa' with 'xaaax'.
- Best score: 12
- Best player score: 12
- Number of attempts: 5
Simple text editing with Vim - 10706 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 18
- Number of attempts: 2
Words in parens - 11444 entries
We should all ace this, right?
- Best score: 14
- Best player score: 16
- Number of attempts: 1