Played Challenges
A Simple One - 1064 entries
Here is a very simple one - just to illustrate/introduce a vim feature that some people seem to miss...
- Best score: 9
- Best player score: 9
- Position: #41 / 670
- Number of attempts: 1
Reverse Simple Deletion - 857 entries
You did the simple deletion, now reverse it.
- Best score: 11
- Best player score: 16
- Position: #430 / 461
- Number of attempts: 1
Sorting paragraphs - 552 entries
Order the paragraphs correctly, per prefixed index
- Best score: 18
- Best player score: 44
- Position: #136 / 165
- Number of attempts: 1
Turn this csv list into queries - 252 entries
Transform each line of this csv file into a MySQL-ready INSERT query.
- Best score: 98
- Best player score: 115
- Position: #40 / 101
- Number of attempts: 3
The Cake is a Lie - 1374 entries
Correct the capitalization of each word
- Best score: 9
- Best player score: 9
- Position: #9 / 534
- Number of attempts: 2
Context insensitive completion 0 - 590 entries
Buried in the lines you're not supposed to add is the line "Add this line!" Add that line to the top of the file.
- Best score: 6
- Best player score: 9
- Position: #182 / 249
- Number of attempts: 1
Reverse characters in a line - 778 entries
You have everything you need, just not in the right order. Mastermind would give you 26 white pegs.
- Best score: 12
- Best player score: 18
- Position: #182 / 268
- Number of attempts: 2
Contributed Challenges
Getters & Setters: Java - 212 entries
Boilerplate getters & setters - it's a tedious fact of life in Java, and probably the only thing that still pulls me back to an IDE. Perhaps someone knows a fast, pure vim way...