Played Challenges
One number per line - 18377 entries
Just give me the numbers.
- Best score: 14
- Best player score: 17
- Position: #1081 / 3787
- Number of attempts: 4
V to the i - 4639 entries
Input is 99 V's. Output is 100 i's.
- Best score: 7
- Best player score: 7
- Position: #423 / 1856
- Number of attempts: 3
Split line with dots - 2098 entries
This line is too long, split it.
- Best score: 15
- Best player score: 15
- Position: #97 / 622
- Number of attempts: 7
Every other line - 2829 entries
AaAaAaA
- Best score: 12
- Best player score: 16
- Position: #371 / 686
- Number of attempts: 3
Copy three lines - 2794 entries
If the site is up (by some miracle), make the text under every header identical.
- Best score: 13
- Best player score: 13
- Position: #37 / 625
- Number of attempts: 8
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: #177 / 728
- Number of attempts: 5
Start coding format - 129 entries
I used to start coding with following format: int main(){ -(cursor here) }
- Best score: 22
- Best player score: 22
- Position: #17 / 64
- Number of attempts: 2
Search and Replace 0 - 4651 entries
Replace every instance of 'aaa' with 'xaaax'.
- Best score: 12
- Best player score: 13
- Position: #797 / 1541
- Number of attempts: 4
That hyphen - 2498 entries
"vim vi improved"
- Best score: 9
- Best player score: 11
- Position: #338 / 683
- Number of attempts: 6
Just the middle - 11136 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 9
- Position: #3398 / 4112
- Number of attempts: 2
Basic renumbering - 5430 entries
Renumbering Basic.
- Best score: 11
- Best player score: 14
- Position: #443 / 1227
- Number of attempts: 5
Vice versa - 7520 entries
Little role switching.
- Best score: 12
- Best player score: 16
- Position: #1230 / 2043
- Number of attempts: 1
7th Birthday - 182 entries
We have a bunch of numbers written from 0 to 9 in the order present in the text input file. The task is to create 7 by replacing the numbers with dashes.
- Best score: 19
- Best player score: 26
- Position: #53 / 70
- Number of attempts: 1
C Reformatting - 686 entries
You may use Visual mode... or not. #uppercase
- Best score: 30
- Best player score: 69
- Position: #137 / 159
- Number of attempts: 1
Paragraph breaks - 483 entries
Swap the blank lines and the aaa lines.
- Best score: 10
- Best player score: 11
- Position: #66 / 160
- Number of attempts: 3
Align commas - 1040 entries
There are 15,000 aligning challenges on vimgolf.com, and they're all exactly the same. I hope this one is a little different.
- Best score: 11
- Best player score: 15
- Position: #115 / 236
- Number of attempts: 5
Collect List - 4178 entries
Convert to comma separated list.
- Best score: 12
- Best player score: 13
- Position: #553 / 1166
- Number of attempts: 8
I forgot quotes - 15728 entries
Oops.
- Best score: 10
- Best player score: 18
- Position: #3138 / 4114
- Number of attempts: 1
Don't know what this is - 1948 entries
Replace contents of brackets with matching number of spaces. Don't ask what the format's supposed to be.
- Best score: 11
- Best player score: 12
- Position: #197 / 571
- Number of attempts: 4
A HAPPY NEW YEAR 2014 ! - 10533 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 12
- Position: #2115 / 3637
- Number of attempts: 2
Letter case trickery - 1547 entries
This file is in a downright esoteric format, consisting of hexadecimal numbers, non-hexadecimal keywords, and "Z" indicating end-of-line. Make the hexadecimal numbers lowercase.
- Best score: 9
- Best player score: 10
- Position: #147 / 498
- Number of attempts: 5
quotes inside quotes - 3026 entries
taken from tip 85 of the very good book 'Practical Vim: Edit Text at the Speed of Thought' ! I'd be interested what people use :)
- Best score: 14
- Best player score: 15
- Position: #449 / 1044
- Number of attempts: 2
Words in parens - 12736 entries
We should all ace this, right?
- Best score: 13
- Best player score: 16
- Position: #2315 / 3919
- Number of attempts: 1
Saving the hashes(#) - 1961 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: 20
- Position: #44 / 466
- Number of attempts: 8
Vertical Limit - 2367 entries
transform a succession of one word lines to a an array of strings
- Best score: 21
- Best player score: 28
- Position: #569 / 716
- Number of attempts: 2
replacing each line of a block selection - 2791 entries
replace each line's ../assets/js with /javascripts
- Best score: 18
- Best player score: 19
- Position: #184 / 732
- Number of attempts: 6
switch variable - 4917 entries
how fast can you switch two variable ?
- Best score: 11
- Best player score: 12
- Position: #885 / 1701
- Number of attempts: 3
Numbering a List - 1828 entries
Pretty simple, number the list.
- Best score: 13
- Best player score: 13
- Position: #12 / 625
- Number of attempts: 1
Shebangs for all - 1771 entries
We've all seen or used a shebang once or twice. Ditch the specific paths and leave just a dynamic Ruby and Python bath behind.
- Best score: 11
- Best player score: 12
- Position: #138 / 467
- Number of attempts: 7
The Cake is a Lie - 1203 entries
Correct the capitalization of each word
- Best score: 9
- Best player score: 9
- Position: #227 / 488
- Number of attempts: 1
Whitespace, empty lines and tabs - 2979 entries
Convert tabs to spaces, strip empty lines and trailing whitespace.
- Best score: 16
- Best player score: 28
- Position: #405 / 663
- Number of attempts: 2
Simple text editing with Vim - 11624 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 14
- Position: #1495 / 3410
- Number of attempts: 2
Reformat/Refactor a Golfer Class - 6014 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 32
- Best player score: 47
- Position: #1154 / 1481
- Number of attempts: 2