Played Challenges
Swap values - 4616 entries
Well, swap the values...
- Best score: 11
- Best player score: 14
- Position: #644 / 1268
- Number of attempts: 2
V to the i - 4802 entries
Input is 99 V's. Output is 100 i's.
- Best score: 7
- Best player score: 8
- Position: #928 / 1893
- Number of attempts: 2
That hyphen - 2595 entries
"vim vi improved"
- Best score: 9
- Best player score: 12
- Position: #405 / 701
- Number of attempts: 2
Just the middle - 11446 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 9
- Position: #3274 / 4194
- Number of attempts: 7
Basic renumbering - 5648 entries
Renumbering Basic.
- Best score: 11
- Best player score: 18
- Position: #617 / 1264
- Number of attempts: 3
JS notation to Immutable.js notation - 186 entries
Now Immutable.js made its way into many frontends. This challenge consists of a typical refactoring that many of us are facing now.
- Best score: 34
- Best player score: 42
- Position: #44 / 63
- Number of attempts: 1
underscore_to_camelCase - 173 entries
Pointy haired boss decided we need to switch to camelCase. Let's get this over with.
- Best score: 14
- Best player score: 15
- Position: #37 / 82
- Number of attempts: 3
Vice versa - 7903 entries
Little role switching.
- Best score: 12
- Best player score: 15
- Position: #979 / 2125
- Number of attempts: 4
Sorting a glossary - 131 entries
Sort a glossary. Glossary head contains a header phrase ending with ':' and glossary body has multi line text indented with a tab.
- Best score: 6
- Best player score: 6
- Position: #8 / 81
- Number of attempts: 1
Replace and keep the case - 437 entries
Replace all instance of plugin and Plugin to device and Device.
- Best score: 26
- Best player score: 31
- Position: #84 / 118
- Number of attempts: 2
Align commas - 1092 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: 24
- Position: #229 / 245
- Number of attempts: 1
Manual SQL - 160 entries
Change select and insert queries to simulate inserting a new record.
- Best score: 48
- Best player score: 68
- Position: #33 / 50
- Number of attempts: 2
Restore order to the alphabet - 201 entries
The numbers are OK. The letters are wonky.
- Best score: 12
- Best player score: 14
- Position: #42 / 72
- Number of attempts: 2
Mirror Symmetry - 822 entries
Add backslashes.
- Best score: 7
- Best player score: 13
- Position: #182 / 269
- Number of attempts: 1
Entries sort - 90 entries
It cames to my mind a weird idea : sorting parts of my .vimrc. Take few minutes to sort out this, it's easy !
- Best score: 14
- Best player score: 18
- Position: #32 / 40
- Number of attempts: 3
Mute the second method of this script - 455 entries
prepend a # infront of every line of the second method
- Best score: 8
- Best player score: 10
- Position: #196 / 239
- Number of attempts: 1
I forgot quotes - 15977 entries
Oops.
- Best score: 10
- Best player score: 14
- Position: #1436 / 4177
- Number of attempts: 5
Don't know what this is - 2022 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: 14
- Position: #337 / 585
- Number of attempts: 3
A HAPPY NEW YEAR 2014 ! - 10660 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 16
- Position: #3246 / 3681
- Number of attempts: 1
Letter case trickery - 1630 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: 11
- Position: #282 / 518
- Number of attempts: 3
Words in parens - 12929 entries
We should all ace this, right?
- Best score: 13
- Best player score: 18
- Position: #2853 / 3961
- Number of attempts: 4
The Quick Brown Fox Jumps Over The Lazy Vim - 416 entries
Someone has vandalized this text file and replaced the beginning character of one word in each line with a Big "X." Please remove the big X's, and fix each line to read "The Quick Brown Fox Jumps Over The Lazy Dog."
- Best score: 8
- Best player score: 11
- Position: #137 / 191
- Number of attempts: 1
Remove semicolons after expressions - 654 entries
A follow-up for http://vimgolf.com/challenges/4fc9d767d3a0d4000100000e.
- Best score: 6
- Best player score: 15
- Position: #263 / 263
- Number of attempts: 1
Reverse Simple Deletion - 847 entries
You did the simple deletion, now reverse it.
- Best score: 11
- Best player score: 12
- Position: #298 / 458
- Number of attempts: 1
Increment, increment, increment.... - 684 entries
Vim likes macros
- Best score: 10
- Best player score: 12
- Position: #294 / 406
- Number of attempts: 1
Contributed Challenges
No naked if allowed! - 39 entries
House style forbids naked condition statements, comments should start with a space character and be on their own line. Good luck!