Played Challenges
Simple, Practical, and Common - 33929 entries
Simple things we do all the time should be able to be done with very few keystrokes, but sometimes I find something I need to do makes me go, "There MUST be a better way." This challenge is just a simple movement and entering text at a certain place.
- Best score: 22
- Best player score: 27
- Position: #3873 / 7489
- Number of attempts: 5
V to the i - 4833 entries
Input is 99 V's. Output is 100 i's.
- Best score: 7
- Best player score: 8
- Position: #1230 / 1904
- Number of attempts: 3
Wrap the text of an email message to 79 characters - 852 entries
You're replying to an email with silly long lines. Clean them up.
- Best score: 5
- Best player score: 5
- Position: #57 / 441
- Number of attempts: 1
Search and Replace 0 - 5042 entries
Replace every instance of 'aaa' with 'xaaax'.
- Best score: 12
- Best player score: 15
- Position: #1106 / 1643
- Number of attempts: 3
Just the middle - 11555 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 8
- Position: #2430 / 4234
- Number of attempts: 2
Python Hello World! Reformatting - 1011 entries
A novice Python using prints Hello World! and a pro shows him different way. Using vim to get into pro style from novice, win the challenge.
- Best score: 39
- Best player score: 43
- Position: #151 / 387
- Number of attempts: 3
Rotating Philosophers Problem - 410 entries
Can you help the philosophers find a good place to sit before they get five forks and spaghetti?
- Best score: 29
- Best player score: 31
- Position: #92 / 166
- Number of attempts: 3
A Simple One - 1070 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: 9
- Position: #204 / 673
- Number of attempts: 2
Another Mixed-Up Haiku - 265 entries
VimGolf ... a perfect evening?
- Best score: 21
- Best player score: 35
- Position: #81 / 90
- Number of attempts: 2
Ruby 1.9 compat - 642 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: 17
- Position: #148 / 237
- Number of attempts: 2
Reverse Simple Deletion - 862 entries
You did the simple deletion, now reverse it.
- Best score: 11
- Best player score: 13
- Position: #386 / 463
- Number of attempts: 1
Hatsuyume - 556 entries
http://en.wikipedia.org/wiki/Hatsuyume
- Best score: 15
- Best player score: 27
- Position: #107 / 191
- Number of attempts: 3
Fix the Haiku - 320 entries
Change this slightly scrambled haiku to its unscrambled form and fix the capitalisation and punctuation along the way.
- Best score: 28
- Best player score: 41
- Position: #62 / 115
- Number of attempts: 4
Context insensitive completion 0 - 594 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: #139 / 251
- Number of attempts: 4
Context Insensitive completion 1 - 512 entries
Finish writing this simple Python HTTP server.
- Best score: 18
- Best player score: 45
- Position: #242 / 248
- Number of attempts: 1
Make Fancy Header - 1079 entries
Make the header text stand out with surrounding asterisks
- Best score: 15
- Best player score: 28
- Position: #330 / 351
- Number of attempts: 1
Reformat some Python - 635 entries
Fix some very bizarrely laid-out code.
- Best score: 34
- Best player score: 39
- Position: #87 / 242
- Number of attempts: 5
Reformat a C golf submission - 629 entries
Take this C golf submission (for the "tiny but standards-compliant Hello World program" category, naturally), and turn it into formatted C code.
- Best score: 22
- Best player score: 34
- Position: #136 / 214
- Number of attempts: 2
Reverse characters in a line - 806 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: 15
- Position: #129 / 271
- Number of attempts: 2
Change the content of a string - 1750 entries
This docstring is a complete lie. Fix it.
- Best score: 22
- Best player score: 26
- Position: #435 / 639
- Number of attempts: 1
Add fold markers to a .c file - 690 entries
Fold markers can make it easier to navigate source code. Add them to this .c file.
- Best score: 30
- Best player score: 46
- Position: #161 / 197
- Number of attempts: 2
Reconstruct the Sentence - 1697 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: 26
- Position: #380 / 445
- Number of attempts: 1
Whitespace, empty lines and tabs - 3949 entries
Convert tabs to spaces, strip empty lines and trailing whitespace.
- Best score: 16
- Best player score: 22
- Position: #301 / 841
- Number of attempts: 6
Simple text editing with Vim - 13419 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 16
- Position: #2227 / 3846
- Number of attempts: 3
VimGolf