Played Challenges
Search and Replace 0 - 4654 entries
Replace every instance of 'aaa' with 'xaaax'.
- Best score: 12
- Best player score: 12
- Position: #257 / 1542
- Number of attempts: 4
Just the middle - 11140 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 9
- Position: #3199 / 4113
- Number of attempts: 2
Swap assigned value - 556 entries
Simple problem but looking for interesting solutions.
- Best score: 10
- Best player score: 11
- Position: #140 / 235
- Number of attempts: 4
VimGolfNight - 495 entries
Based on "The name of the game".
- Best score: 12
- Best player score: 12
- Position: #96 / 327
- Number of attempts: 1
Logging with key - 292 entries
Sometimes it is better to log with meaningful key
- Best score: 21
- Best player score: 31
- Position: #52 / 84
- Number of attempts: 2
I forgot quotes - 15740 entries
Oops.
- Best score: 10
- Best player score: 17
- Position: #2735 / 4115
- Number of attempts: 1
attr_aligner - 3402 entries
Two attr keywords. Two separate indentations. Align the colons.
- Best score: 19
- Best player score: 52
- Position: #662 / 685
- Number of attempts: 1
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: #372 / 1044
- Number of attempts: 3
Hanging Indent for Footnotes - 67 entries
Format this footnote (in kramdown syntax) so that it has hanging indent.
- Best score: 17
- Best player score: 27
- Position: #24 / 27
- Number of attempts: 1
REDRUM - 139 entries
If you remember "The Shinning", the first time you saw the bloody word REDRUM you probably thinked "What the Hell is that?" Well, then you know that you need a little help from a looking-glass to make sense of it. Now it's time to use vim like a mirror to reveal the message.
- Best score: 14
- Best player score: 28
- Position: #49 / 58
- Number of attempts: 2
Block Fun 1 - 179 entries
Manipulate the columns to produce desired result.
- Best score: 14
- Best player score: 19
- Position: #24 / 69
- Number of attempts: 5
NATO phonetic alphabet - 476 entries
Transform the series of words into a list.
- Best score: 19
- Best player score: 21
- Position: #81 / 181
- Number of attempts: 3
A simple change - 398 entries
Just change the numbers in the most efficient way ...
- Best score: 12
- Best player score: 14
- Position: #87 / 176
- Number of attempts: 1
lamb had a little Mary - 559 entries
"Mary" and "lamb" are swapped. Unswap them. Fast as you can.
- Best score: 16
- Best player score: 25
- Position: #39 / 157
- Number of attempts: 8
Stairs Indenting - 424 entries
Indent each line with <line number> whitespaces.
- Best score: 12
- Best player score: 13
- Position: #40 / 183
- Number of attempts: 2
Vertical Limit - 2367 entries
transform a succession of one word lines to a an array of strings
- Best score: 21
- Best player score: 24
- Position: #266 / 716
- Number of attempts: 3
replacing each line of a block selection - 2791 entries
replace each line's ../assets/js with /javascripts
- Best score: 18
- Best player score: 21
- Position: #348 / 732
- Number of attempts: 3
Switch function arguments - 1982 entries
How to switch two arguments of a function.
- Best score: 11
- Best player score: 12
- Position: #234 / 627
- Number of attempts: 3
Append semicolon after expressions - 942 entries
Some lines need the semicolon, some don't.
- Best score: 11
- Best player score: 12
- Position: #185 / 385
- Number of attempts: 2
Reverse and double space - 445 entries
Reverse the order of the given lines and double space everything
- Best score: 14
- Best player score: 15
- Position: #77 / 183
- Number of attempts: 2
Remove noise from HTTP log - 660 entries
This piece of log (from the year 2000) contains some irrelevant data. We only want to see the HTTP method and resource.
- Best score: 15
- Best player score: 16
- Position: #164 / 260
- Number of attempts: 3
Remove semicolons after expressions - 541 entries
A follow-up for http://vimgolf.com/challenges/4fc9d767d3a0d4000100000e.
- Best score: 6
- Best player score: 8
- Position: #189 / 235
- Number of attempts: 1
Ugly spreadsheet copy/paste to CSV - 840 entries
convert an ugly spreadsheet copy/paste into a CSV format.
- Best score: 19
- Best player score: 23
- Position: #61 / 173
- Number of attempts: 11
Multiplication table. - 195 entries
Create a multiplication table.
- Best score: 31
- Best player score: 89
- Position: #48 / 63
- Number of attempts: 2
Numbering a List - 1828 entries
Pretty simple, number the list.
- Best score: 13
- Best player score: 24
- Position: #457 / 625
- Number of attempts: 1
Ruby 1.9 hashes - 1157 entries
Rubyists talk about being cutting edge but how many are using 1.9 in production? Time to convert those verbose 1.8 hashes in to symbolic, succinct 1.9 beauties!
- Best score: 12
- Best player score: 14
- Position: #215 / 382
- Number of attempts: 2
Assignment Alignment - 770 entries
line up the operators. Use spaces, not tabs.
- Best score: 18
- Best player score: 19
- Position: #62 / 210
- Number of attempts: 9
Sorting paragraphs - 495 entries
Order the paragraphs correctly, per prefixed index
- Best score: 18
- Best player score: 25
- Position: #50 / 153
- Number of attempts: 5
The Cake is a Lie - 1203 entries
Correct the capitalization of each word
- Best score: 9
- Best player score: 10
- Position: #326 / 488
- Number of attempts: 1
Make Fancy Header - 963 entries
Make the header text stand out with surrounding asterisks
- Best score: 16
- Best player score: 18
- Position: #227 / 326
- Number of attempts: 2
Change the content of a string - 1350 entries
This docstring is a complete lie. Fix it.
- Best score: 22
- Best player score: 23
- Position: #243 / 521
- Number of attempts: 3
Sort and add attributes - 1191 entries
Sort the states and add the attribute country to each record.
- Best score: 33
- Best player score: 34
- Position: #298 / 484
- Number of attempts: 2
Whitespace, empty lines and tabs - 2980 entries
Convert tabs to spaces, strip empty lines and trailing whitespace.
- Best score: 16
- Best player score: 21
- Position: #180 / 664
- Number of attempts: 3
US Dollar Price
Twitter: @USDollarPrice
Tweets you the price of the US Dollar ...in Bitcoin. Price source is Coinbase (http://t.co/AAHTmXP8tm).