Played Challenges
Simple, Practical, and Common - 32910 entries
Simple things we do all the time should be able to be done with very few keystrokes, but sometimes I find something I need to do makes me go, "There MUST be a better way." This challenge is just a simple movement and entering text at a certain place.
- Best score: 22
- Best player score: 22
- Position: #60 / 7271
- Number of attempts: 10
V to the i - 4641 entries
Input is 99 V's. Output is 100 i's.
- Best score: 7
- Best player score: 8
- Position: #1042 / 1857
- Number of attempts: 4
Extract argument from function - 2215 entries
The aim is to see if you can do some refactoring very fast.
- Best score: 13
- Best player score: 13
- Position: #134 / 728
- Number of attempts: 4
Search and Replace 0 - 4654 entries
Replace every instance of 'aaa' with 'xaaax'.
- Best score: 12
- Best player score: 12
- Position: #415 / 1542
- Number of attempts: 5
That hyphen - 2498 entries
"vim vi improved"
- Best score: 9
- Best player score: 9
- Position: #80 / 683
- Number of attempts: 2
Just the middle - 11136 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 8
- Position: #1908 / 4112
- Number of attempts: 3
Make HTML List - 987 entries
Turn the comma separated list into an unordered html list.
- Best score: 33
- Best player score: 35
- Position: #40 / 261
- Number of attempts: 7
Basic renumbering - 5430 entries
Renumbering Basic.
- Best score: 11
- Best player score: 14
- Position: #377 / 1227
- Number of attempts: 4
Add to end of each line... kinda - 289 entries
Visual-block mode can be used to add something to the end of each line, even if they are of differing lengths. However, what if it's not quite at the end?
- Best score: 12
- Best player score: 12
- Position: #16 / 156
- Number of attempts: 3
Vice versa - 7522 entries
Little role switching.
- Best score: 12
- Best player score: 12
- Position: #23 / 2044
- Number of attempts: 7
comments galore - 970 entries
Basic comment reformatting
- Best score: 10
- Best player score: 10
- Position: #41 / 410
- Number of attempts: 3
Angular naming conventions - 280 entries
In angular, a directive name follows the camelCase convention. When the directive is used in an HTML template, the words are instead separated by a dash. Go from to the other the fastest!
- Best score: 18
- Best player score: 22
- Position: #72 / 109
- Number of attempts: 3
Assign numbers to fields - 91 entries
You are given a list of space-separated strings. Add an increasing numeric prefix to each one.
- Best score: 19
- Best player score: 20
- Position: #30 / 51
- Number of attempts: 1
Mirror Symmetry - 781 entries
Add backslashes.
- Best score: 7
- Best player score: 7
- Position: #32 / 262
- Number of attempts: 3
Collect List - 4178 entries
Convert to comma separated list.
- Best score: 12
- Best player score: 12
- Position: #68 / 1166
- Number of attempts: 6
camel riding - 745 entries
add a prefix on some camelCase variables
- Best score: 15
- Best player score: 16
- Position: #109 / 267
- Number of attempts: 2
Space out the alphabet - 1590 entries
Put 3 spaces between adjacent letters.
- Best score: 15
- Best player score: 15
- Position: #35 / 433
- Number of attempts: 7
Fix the XML - 958 entries
The challenge consists in having a valid xml from an incomplete source.
- Best score: 18
- Best player score: 21
- Position: #86 / 279
- Number of attempts: 2
I forgot quotes - 15740 entries
Oops.
- Best score: 10
- Best player score: 10
- Position: #237 / 4115
- Number of attempts: 6
Where should I put the Newline? - 842 entries
Help me put the newline.
- Best score: 7
- Best player score: 8
- Position: #364 / 421
- Number of attempts: 1
A HAPPY NEW YEAR 2014 ! - 10533 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 12
- Position: #2009 / 3637
- Number of attempts: 3
attr_aligner - 3402 entries
Two attr keywords. Two separate indentations. Align the colons.
- Best score: 19
- Best player score: 46
- Position: #644 / 685
- Number of attempts: 1
Words in parens - 12736 entries
We should all ace this, right?
- Best score: 13
- Best player score: 16
- Position: #2254 / 3919
- Number of attempts: 2
Simple text editing with Vim - 11637 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 14
- Position: #1392 / 3413
- Number of attempts: 3
Reformat/Refactor a Golfer Class - 6015 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 32
- Best player score: 39
- Position: #678 / 1482
- Number of attempts: 4
Contributed Challenges
Vim's not included features - 178 entries
Filter not included (-) features in a hypothetical installation of vim.