Played Challenges
Words in parens - 12930 entries
We should all ace this, right?
- Best score: 13
- Best player score: 15
- Position: #1185 / 3962
- Number of attempts: 3
Lookahead and Lookbehind - 70 entries
Look everywhere
- Best score: 16
- Best player score: 26
- Position: #26 / 31
- Number of attempts: 1
Word frequency alignment - 290 entries
You've got to align the second column, but the spacing is inconvenient and there are nasty tabs in the way. If you're a "real Vim ninja," this could be very quick indeed...
- Best score: 5
- Best player score: 5
- Position: #8 / 161
- Number of attempts: 2
LaTeX to XML Math Delimiters - 48 entries
Vim is amazing when used to edit MediaWiki text, but typing "<math> . . . </math>" can be tiresome and frustrating if formulas are used often. LaTeX delimiters are so concise and even come in two flavors: "\( . . . \)" for inline math and "\[ . . . \]" for centered formulas. The goal is to perform the following conversions: "\( . . . \)" becomes "<math>. . .</math>" "\[ . . . \]" becomes "<center><math>. . .</math></center>"
- Best score: 63
- Best player score: 92
- Position: #12 / 20
- Number of attempts: 1
Circle in a square - 152 entries
Probably looks more like "Egg in a rectangle" in most fonts, but it's actually 23x23.
- Best score: 23
- Best player score: 99
- Position: #53 / 54
- Number of attempts: 1
Refactor arguments into object argument - 166 entries
A relatively common Javascript refactoring.
- Best score: 48
- Best player score: 67
- Position: #31 / 68
- Number of attempts: 1
Saving the hashes(#) - 2063 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: 27
- Position: #212 / 480
- Number of attempts: 3