Played Challenges
Simple, Practical, and Common - 33100 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: #661 / 7301
- Number of attempts: 6
One number per line - 18480 entries
Just give me the numbers.
- Best score: 14
- Best player score: 17
- Position: #1082 / 3811
- Number of attempts: 3
V to the i - 4650 entries
Input is 99 V's. Output is 100 i's.
- Best score: 7
- Best player score: 8
- Position: #868 / 1863
- Number of attempts: 3
Every other line - 2856 entries
AaAaAaA
- Best score: 12
- Best player score: 15
- Position: #304 / 691
- Number of attempts: 3
Start coding format - 136 entries
I used to start coding with following format: int main(){ -(cursor here) }
- Best score: 22
- Best player score: 24
- Position: #47 / 66
- Number of attempts: 1
Just the middle - 11283 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 8
- Position: #1770 / 4140
- Number of attempts: 2
Basic renumbering - 5486 entries
Renumbering Basic.
- Best score: 11
- Best player score: 14
- Position: #361 / 1243
- Number of attempts: 7
Sort files from hosts - 167 entries
Resume files by host. I hope you enjoy with this challenge
- Best score: 15
- Best player score: 18
- Position: #33 / 70
- Number of attempts: 3
camel riding - 757 entries
add a prefix on some camelCase variables
- Best score: 15
- Best player score: 16
- Position: #93 / 271
- Number of attempts: 5
readability - 310 entries
Make the code readable by adding some spaces
- Best score: 18
- Best player score: 18
- Position: #34 / 147
- Number of attempts: 1
remove all lines in first part - 189 entries
From the second part, remove all lines in the first part. It can be useful when you have done something from a long list, you want to know what is not done yet!
- Best score: 13
- Best player score: 15
- Position: #14 / 64
- Number of attempts: 4
Shuffled numbers - 225 entries
Each number is paired with the number it should follow. That's enough information to put them in order.
- Best score: 15
- Best player score: 16
- Position: #48 / 91
- Number of attempts: 4
I forgot quotes - 15840 entries
Oops.
- Best score: 10
- Best player score: 14
- Position: #1528 / 4133
- Number of attempts: 2
-a-b-c- - 3142 entries
Put hyphens everywhere.
- Best score: 13
- Best player score: 15
- Position: #452 / 1120
- Number of attempts: 1
Mess in revision history - 1151 entries
Help Joe clean up what Steve has cobbled.
- Best score: 17
- Best player score: 22
- Position: #115 / 244
- Number of attempts: 3
A HAPPY NEW YEAR 2014 ! - 10564 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 12
- Position: #1717 / 3646
- Number of attempts: 4
Words in parens - 12788 entries
We should all ace this, right?
- Best score: 13
- Best player score: 21
- Position: #3370 / 3930
- Number of attempts: 1
Word frequency alignment - 258 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: #104 / 151
- Number of attempts: 2
XML to JSON - 44 entries
Convert this xml file into json.
- Best score: 75
- Best player score: 93
- Position: #6 / 17
- Number of attempts: 4
switch variable - 4996 entries
how fast can you switch two variable ?
- Best score: 11
- Best player score: 12
- Position: #800 / 1723
- Number of attempts: 2
Refactor to Helpers - 45 entries
This Rails partial is almost all template escapes. Put it into a helper, and refactor each case to methods so we can build out the controls for each. (I've converted to tabs - fighting with Vimgolf's default config shouldn't be part of the challenge.)
- Best score: 147
- Best player score: 325
- Position: #15 / 22
- Number of attempts: 1
Increment, increment, increment.... - 606 entries
Vim likes macros
- Best score: 10
- Best player score: 12
- Position: #273 / 385
- Number of attempts: 1
Contributed Challenges
Sort files from hosts - 167 entries
Resume files by host. I hope you enjoy with this challenge