Played Challenges
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: #80 / 441
- Number of attempts: 1
Search and Replace 0 - 5042 entries
Replace every instance of 'aaa' with 'xaaax'.
- Best score: 12
- Best player score: 12
- Position: #138 / 1643
- Number of attempts: 4
Let's play some Ivmgolf - 1138 entries
Oops, I spelled that wrong.
- Best score: 7
- Best player score: 7
- Position: #18 / 450
- Number of attempts: 4
Vertical Limit - 2614 entries
transform a succession of one word lines to a an array of strings
- Best score: 21
- Best player score: 28
- Position: #577 / 772
- Number of attempts: 2
Switch function arguments - 2188 entries
How to switch two arguments of a function.
- Best score: 11
- Best player score: 14
- Position: #465 / 676
- Number of attempts: 1
Sort the cardinal numbers - 315 entries
Maybe a simple challenge.
- Best score: 12
- Best player score: 12
- Position: #15 / 149
- Number of attempts: 2
Generate Fibonacci Numbers - 300 entries
Use your super vim powers to generate Fibonacci Numbers.
- Best score: 19
- Best player score: 25
- Position: #82 / 106
- Number of attempts: 1
Numbering a List - 1941 entries
Pretty simple, number the list.
- Best score: 13
- Best player score: 19
- Position: #210 / 657
- Number of attempts: 6
Reverse and count - 486 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: 24
- Position: #72 / 179
- Number of attempts: 1
Reformat some Python - 635 entries
Fix some very bizarrely laid-out code.
- Best score: 34
- Best player score: 41
- Position: #111 / 242
- Number of attempts: 4
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: 30
- Position: #92 / 214
- Number of attempts: 3
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: 13
- Position: #41 / 271
- Number of attempts: 2
Reformat most common surnames - 795 entries
Reformat copy-pasted table into a list of the most common surnames
- Best score: 23
- Best player score: 42
- Position: #181 / 230
- Number of attempts: 1
Change the content of a string - 1750 entries
This docstring is a complete lie. Fix it.
- Best score: 22
- Best player score: 23
- Position: #284 / 639
- Number of attempts: 4
Sort and add attributes - 1557 entries
Sort the states and add the attribute country to each record.
- Best score: 33
- Best player score: 33
- Position: #80 / 601
- Number of attempts: 3
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: 21
- Position: #197 / 445
- Number of attempts: 7
Braces or Brackets? - 1140 entries
Someone forgot whether to use braces or brackets and you have to clean up their code!
- Best score: 34
- Best player score: 50
- Position: #248 / 349
- 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: 35
- Position: #713 / 841
- Number of attempts: 2
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: 14
- Position: #929 / 3846
- Number of attempts: 4
Reformat/Refactor a Golfer Class - 7508 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 7
- Best player score: 41
- Position: #906 / 1847
- Number of attempts: 3
VimGolf