Played Challenges
HS exam question - 1275 entries
Convert the data to a python dictionary
- Best score: 47
- Best player score: 73
- Position: #187 / 347
- Number of attempts: 3
Fizzbuzz - 424 entries
type the first 100 lines of the fizzbuzz problem
- Best score: 47
- Best player score: 86
- Position: #84 / 135
- Number of attempts: 2
Word Blender - 129 entries
The insides of long words seem to have been run through the blender. Can you fix this famous tale, brave knight?
- Best score: 28
- Best player score: 41
- Position: #29 / 54
- Number of attempts: 1
Cartesian product - 218 entries
{1,2,3,4,5} X {1,2,3,4,5}
- Best score: 24
- Best player score: 34
- Position: #52 / 92
- Number of attempts: 2
Pretty format for variable declarations - 150 entries
Project standards demand the equal signs must be aligned for better readability.
- Best score: 13
- Best player score: 18
- Position: #41 / 59
- Number of attempts: 2
I forgot quotes - 15880 entries
Oops.
- Best score: 10
- Best player score: 16
- Position: #2377 / 4146
- Number of attempts: 1
quotes inside quotes - 3105 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: #432 / 1066
- Number of attempts: 5
Checkerboard case pattern - 144 entries
All the squares are white. Make some of them black. But only the right ones.
- Best score: 15
- Best player score: 17
- Position: #24 / 57
- Number of attempts: 2
A simple change - 434 entries
Just change the numbers in the most efficient way ...
- Best score: 12
- Best player score: 14
- Position: #58 / 187
- Number of attempts: 3
Let's play some Ivmgolf - 1066 entries
Oops, I spelled that wrong.
- Best score: 7
- Best player score: 9
- Position: #149 / 436
- Number of attempts: 1
replacing each line of a block selection - 2901 entries
replace each line's ../assets/js with /javascripts
- Best score: 18
- Best player score: 18
- Position: #23 / 759
- Number of attempts: 7
Append semicolon after expressions - 986 entries
Some lines need the semicolon, some don't.
- Best score: 11
- Best player score: 13
- Position: #260 / 397
- Number of attempts: 1
Reverse and double space - 475 entries
Reverse the order of the given lines and double space everything
- Best score: 14
- Best player score: 17
- Position: #110 / 191
- Number of attempts: 2
Remove noise from HTTP log - 675 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: 15
- Position: #7 / 266
- Number of attempts: 3
Remove semicolons after expressions - 602 entries
A follow-up for http://vimgolf.com/challenges/4fc9d767d3a0d4000100000e.
- Best score: 6
- Best player score: 8
- Position: #150 / 253
- Number of attempts: 2
The meaning - 543 entries
Numbers are fun!
- Best score: 5
- Best player score: 5
- Position: #37 / 350
- Number of attempts: 1
remove dupes from array - 1324 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: 24
- Position: #209 / 328
- Number of attempts: 4
PHP Array Syntax -> MailChimp Merge Syntax - 505 entries
I recently needed to send an e-mail to our marketing department listing allowed merge tags for our MailChimp campaigns. The allowed merge tags were determined from a PHP array in one of our PHP classes. I transformed the PHP class to MailChimp's syntax and sent the e-mail. It was, however, a long, laborious process. I'm still fairly new to Vim and would love to see how an expert Vim user would tackle one of my own, real-world problems. Thanks and have fun!
- Best score: 23
- Best player score: 53
- Position: #134 / 146
- Number of attempts: 3
Complete the hex array data - 190 entries
Do not use external tools(e.g. tac, seq) [My interpretation of Rule #7]
- Best score: 23
- Best player score: 28
- Position: #46 / 72
- Number of attempts: 2
Sort entries based on date - 359 entries
Sort some entries in a Ledger-file based on date.
- Best score: 11
- Best player score: 16
- Position: #84 / 113
- Number of attempts: 2
Happy New Year! - 139 entries
This is a simple new year's challenge.
- Best score: 22
- Best player score: 26
- Position: #31 / 56
- Number of attempts: 2
It'ss tooo coold too typpe todaay - 211 entries
My hands are numb with cold. It's hard to type correctly.
- Best score: 16
- Best player score: 23
- Position: #46 / 96
- Number of attempts: 1
Reformat long lines - 336 entries
Rearrange this ruby method call to put each parameter on its own line. Could become a useful macro.
- Best score: 15
- Best player score: 21
- Position: #82 / 130
- Number of attempts: 1
Generate English Alphabets - 456 entries
Start with a, get up to z.
- Best score: 19
- Best player score: 25
- Position: #72 / 198
- Number of attempts: 1
Insert a Markdown link - 422 entries
Put a link in a markdown document, using the after-the-paragraph format.
- Best score: 22
- Best player score: 25
- Position: #72 / 142
- Number of attempts: 2
Numbering a List - 1849 entries
Pretty simple, number the list.
- Best score: 13
- Best player score: 20
- Position: #280 / 636
- Number of attempts: 6
The Universal Declaration of Human Rights, Article 1 - 145 entries
Somebody's got this slightly muddled up. See how quickly you can fix it. (I made this to experiment with buffers. I'm not actually sure whether this is faster with buffers or without.)
- Best score: 24
- Best player score: 24
- Position: #7 / 68
- Number of attempts: 4
Getters & Setters: Java - 190 entries
Boilerplate getters & setters - it's a tedious fact of life in Java, and probably the only thing that still pulls me back to an IDE. Perhaps someone knows a fast, pure vim way...
- Best score: 89
- Best player score: 142
- Position: #45 / 54
- Number of attempts: 1
The holy-grail may help - 339 entries
Can you find it in less than 20 strokes, Arthur?
- Best score: 16
- Best player score: 16
- Position: #56 / 204
- Number of attempts: 2
Ruby 1.9 hashes - 1202 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: #192 / 394
- Number of attempts: 1
Assignment Alignment - 824 entries
line up the operators. Use spaces, not tabs.
- Best score: 18
- Best player score: 30
- Position: #151 / 215
- Number of attempts: 1
Shebangs for all - 1846 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: 14
- Position: #200 / 486
- Number of attempts: 4
A Simple One - 978 entries
Here is a very simple one - just to illustrate/introduce a vim feature that some people seem to miss...
- Best score: 9
- Best player score: 10
- Position: #567 / 636
- Number of attempts: 1
Table Reshuffle - 366 entries
Fix the column order in this table... also append the new 'username' column.
- Best score: 22
- Best player score: 30
- Position: #66 / 132
- Number of attempts: 2
Reverse and count - 432 entries
Someone typed things upside down and now a Vim ninja needs to reverse the lines and count how many there are.
- Best score: 18
- Best player score: 26
- Position: #93 / 168
- Number of attempts: 5
Letters are numbers - 149 entries
Letters and numbers are interchangeable. A lot of programming languages give you simple ways to convert individual letters to hex, binary and decimal but does Vim?
- Best score: 20
- Best player score: 32
- Position: #56 / 73
- Number of attempts: 1
Another Mixed-Up Haiku - 236 entries
VimGolf ... a perfect evening?
- Best score: 21
- Best player score: 21
- Position: #13 / 85
- Number of attempts: 4
Ruby 1.9 compat - 608 entries
Remember when Ruby supported `when <expr> :`? Well, it doesn't in 1.9, so let's make sure we use `then`, without ruining our lovely new hash syntax!
- Best score: 14
- Best player score: 14
- Position: #8 / 229
- Number of attempts: 2
Reverse Simple Deletion - 824 entries
You did the simple deletion, now reverse it.
- Best score: 11
- Best player score: 19
- Position: #434 / 450
- Number of attempts: 1
The Cake is a Lie - 1266 entries
Correct the capitalization of each word
- Best score: 9
- Best player score: 11
- Position: #389 / 506
- Number of attempts: 1
Compile C - 362 entries
You might have to get clever to do this one.
- Best score: 19
- Best player score: 21
- Position: #36 / 131
- Number of attempts: 2
Make Fancy Header - 996 entries
Make the header text stand out with surrounding asterisks
- Best score: 16
- Best player score: 17
- Position: #151 / 335
- Number of attempts: 5
Reformat some Python - 576 entries
Fix some very bizarrely laid-out code.
- Best score: 34
- Best player score: 36
- Position: #65 / 227
- Number of attempts: 3
Change the content of a string - 1425 entries
This docstring is a complete lie. Fix it.
- Best score: 22
- Best player score: 25
- Position: #327 / 542
- Number of attempts: 1
Simple text editing with Vim - 11962 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 20
- Position: #2619 / 3502
- Number of attempts: 1
Contributed Challenges
Happy New Year! - 139 entries
This is a simple new year's challenge.