Played Challenges
V to the i - 4824 entries
Input is 99 V's. Output is 100 i's.
- Best score: 7
- Best player score: 7
- Position: #209 / 1899
- Number of attempts: 3
Wrap the text of an email message to 79 characters - 814 entries
You're replying to an email with silly long lines. Clean them up.
- Best score: 5
- Best player score: 5
- Position: #211 / 426
- Number of attempts: 1
Extract argument from function - 2369 entries
The aim is to see if you can do some refactoring very fast.
- Best score: 13
- Best player score: 13
- Position: #123 / 756
- Number of attempts: 4
That hyphen - 2595 entries
"vim vi improved"
- Best score: 9
- Best player score: 12
- Position: #436 / 701
- Number of attempts: 1
Just the middle - 11500 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 8
- Position: #1831 / 4216
- Number of attempts: 1
Basic renumbering - 5685 entries
Renumbering Basic.
- Best score: 11
- Best player score: 19
- Position: #745 / 1270
- Number of attempts: 4
Generate a list of numbers - 299 entries
Please generate list of numbers from 1 to 20.
- Best score: 14
- Best player score: 16
- Position: #120 / 141
- Number of attempts: 3
Separating firstname & lastname - 154 entries
Seperate named with equal tabs.
- Best score: 19
- Best player score: 24
- Position: #30 / 58
- Number of attempts: 3
VimGolfNight - 575 entries
Based on "The name of the game".
- Best score: 12
- Best player score: 12
- Position: #219 / 352
- Number of attempts: 2
camel riding - 793 entries
add a prefix on some camelCase variables
- Best score: 15
- Best player score: 15
- Position: #24 / 281
- Number of attempts: 4
swap or reverse - 126 entries
Try to swap or reverse the line as needed.
- Best score: 16
- Best player score: 16
- Position: #30 / 69
- Number of attempts: 1
readability - 327 entries
Make the code readable by adding some spaces
- Best score: 18
- Best player score: 18
- Position: #46 / 152
- Number of attempts: 1
Space out the alphabet - 1659 entries
Put 3 spaces between adjacent letters.
- Best score: 15
- Best player score: 16
- Position: #114 / 446
- Number of attempts: 6
Fix the XML - 1039 entries
The challenge consists in having a valid xml from an incomplete source.
- Best score: 18
- Best player score: 20
- Position: #78 / 290
- Number of attempts: 8
Shuffled numbers - 246 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: 17
- Position: #77 / 96
- Number of attempts: 1
ASCII box - 347 entries
Don't forget to fix typos!
- Best score: 23
- Best player score: 29
- Position: #89 / 107
- Number of attempts: 1
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: 9
- Position: #86 / 239
- Number of attempts: 2
Remove hard line breaks - 74 entries
Text files with Hard breaks are not good for e-readers. We need remove all hard line breaks and have long lines.
- Best score: 10
- Best player score: 14
- Position: #19 / 34
- Number of attempts: 1
Condensed Cases - 807 entries
Apple's new programming language, Swift, allows two style of case statements: 1) one Enum case on each line, or 2) multiple Enum cases on a single line. Convert the following from the first case (no pun intended) to the second type.
- Best score: 12
- Best player score: 14
- Position: #138 / 248
- Number of attempts: 3
Happy TvvO - 427 entries
Don’t forget the past, learn from it. Happy New Year.
- Best score: 12
- Best player score: 12
- Position: #94 / 206
- Number of attempts: 1
I forgot quotes - 16051 entries
Oops.
- Best score: 10
- Best player score: 16
- Position: #2469 / 4194
- Number of attempts: 1
-a-b-c- - 3216 entries
Put hyphens everywhere.
- Best score: 13
- Best player score: 15
- Position: #566 / 1138
- Number of attempts: 1
NBCU Weekly Challenge - Test - 253 entries
Just testing.
- Best score: 18
- Best player score: 18
- Position: #44 / 116
- Number of attempts: 1
Gray area - 747 entries
It's a golf metaphor or something.
- Best score: 11
- Best player score: 13
- Position: #175 / 271
- Number of attempts: 2
Do you demand a shrubbery? - 1164 entries
Use :redir and crush the emacsgolfers.
- Best score: 15
- Best player score: 22
- Position: #185 / 301
- Number of attempts: 1
Where should I put the Newline? - 883 entries
Help me put the newline.
- Best score: 7
- Best player score: 8
- Position: #355 / 438
- Number of attempts: 1
A HAPPY NEW YEAR 2014 ! - 10699 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 11
- Position: #715 / 3695
- Number of attempts: 3
quotes inside quotes - 3182 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: 16
- Position: #619 / 1085
- Number of attempts: 2
Words in parens - 12969 entries
We should all ace this, right?
- Best score: 13
- Best player score: 15
- Position: #1467 / 3970
- Number of attempts: 1
Delete unwanted lines - 431 entries
Delete all lines which does not end in "o.."
- Best score: 9
- Best player score: 9
- Position: #149 / 234
- Number of attempts: 1
lamb had a little Mary - 637 entries
"Mary" and "lamb" are swapped. Unswap them. Fast as you can.
- Best score: 16
- Best player score: 25
- Position: #46 / 174
- Number of attempts: 4
Switch function arguments - 2152 entries
How to switch two arguments of a function.
- Best score: 11
- Best player score: 12
- Position: #276 / 667
- Number of attempts: 5
Append semicolon after expressions - 1057 entries
Some lines need the semicolon, some don't.
- Best score: 11
- Best player score: 11
- Position: #85 / 420
- Number of attempts: 1
Line Zipper - 477 entries
Zip/pair related lines.
- Best score: 12
- Best player score: 16
- Position: #191 / 216
- Number of attempts: 1
remove dupes from array - 1358 entries
given a random string that contains a ruby-esque array, make sure that there are no duplicate elements
- Best score: 17
- Best player score: 25
- Position: #245 / 336
- Number of attempts: 1
Case preserving word replacement - 454 entries
Half way through my project, my people turned into dogs. Now I have to change everything in my source.
- Best score: 19
- Best player score: 20
- Position: #76 / 180
- Number of attempts: 4
Numbering a List - 1939 entries
Pretty simple, number the list.
- Best score: 13
- Best player score: 18
- Position: #143 / 655
- Number of attempts: 7
The holy-grail may help - 389 entries
Can you find it in less than 20 strokes, Arthur?
- Best score: 16
- Best player score: 16
- Position: #138 / 215
- Number of attempts: 1
Increment, increment, increment.... - 701 entries
Vim likes macros
- Best score: 10
- Best player score: 12
- Position: #315 / 413
- Number of attempts: 1
Context insensitive completion 0 - 590 entries
Buried in the lines you're not supposed to add is the line "Add this line!" Add that line to the top of the file.
- Best score: 6
- Best player score: 8
- Position: #150 / 249
- Number of attempts: 2
Compile C - 441 entries
You might have to get clever to do this one.
- Best score: 19
- Best player score: 21
- Position: #77 / 143
- Number of attempts: 5
Reverse characters in a line - 778 entries
You have everything you need, just not in the right order. Mastermind would give you 26 white pegs.
- Best score: 12
- Best player score: 17
- Position: #173 / 268
- Number of attempts: 1
Reconstruct the Sentence - 1649 entries
Get the sentence back in the proper order, remove duplicate lines, and then combine the separate lines into one.
- Best score: 19
- Best player score: 21
- Position: #235 / 434
- Number of attempts: 4
Simple text editing with Vim - 13095 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 14
- Position: #1447 / 3767
- Number of attempts: 1