Played Challenges
Sort files from hosts - 137 entries
Resume files by host. I hope you enjoy with this challenge
- Best score: 15
- Best player score: 18
- Number of attempts: 3
Start coding format - 128 entries
I used to start coding with following format: int main(){ -(cursor here) }
- Best score: 22
- Best player score: 24
- Number of attempts: 1
Every other line - 2772 entries
AaAaAaA
- Best score: 7
- Best player score: 15
- Number of attempts: 3
One number per line - 18165 entries
Just give me the numbers.
- Best score: 14
- Best player score: 17
- Number of attempts: 3
Simple, Practical, and Common - 32597 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
- Number of attempts: 6
readability - 298 entries
Make the code readable by adding some spaces
- Best score: 18
- Best player score: 18
- Number of attempts: 1
remove all lines in first part - 158 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
- Number of attempts: 4
Shuffled numbers - 203 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
- Number of attempts: 4
camel riding - 731 entries
add a prefix on some camelCase variables
- Best score: 15
- Best player score: 16
- Number of attempts: 5
Just the middle - 11062 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 8
- Number of attempts: 2
I forgot quotes - 15602 entries
Oops.
- Best score: 10
- Best player score: 14
- Number of attempts: 2
Basic renumbering - 5389 entries
Renumbering Basic.
- Best score: 11
- Best player score: 14
- Number of attempts: 7
-a-b-c- - 3076 entries
Put hyphens everywhere.
- Best score: 13
- Best player score: 15
- Number of attempts: 1
V to the i - 4585 entries
Input is 99 V's. Output is 100 i's.
- Best score: 7
- Best player score: 8
- Number of attempts: 3
Mess in revision history - 1112 entries
Help Joe clean up what Steve has cobbled.
- Best score: 17
- Best player score: 22
- Number of attempts: 3
A HAPPY NEW YEAR 2014 ! - 10503 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 12
- Number of attempts: 4
Words in parens - 12671 entries
We should all ace this, right?
- Best score: 13
- Best player score: 21
- Number of attempts: 1
Word frequency alignment - 220 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
- Number of attempts: 2
XML to JSON - 44 entries
Convert this xml file into json.
- Best score: 75
- Best player score: 93
- Number of attempts: 4
switch variable - 4859 entries
how fast can you switch two variable ?
- Best score: 11
- Best player score: 12
- 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
- Number of attempts: 1
Increment, increment, increment.... - 530 entries
Vim likes macros
- Best score: 10
- Best player score: 12
- Number of attempts: 1
Contributed Challenges
Sort files from hosts - 137 entries
Resume files by host. I hope you enjoy with this challenge