Played Challenges
Wrap the text of an email message to 79 characters - 592 entries
You're replying to an email with silly long lines. Clean them up.
- Best score: 5
- Best player score: 5
- Position: #190 / 357
- Number of attempts: 2
Search and Replace 0 - 4676 entries
Replace every instance of 'aaa' with 'xaaax'.
- Best score: 12
- Best player score: 16
- Position: #1109 / 1549
- Number of attempts: 1
VimGolfNight - 505 entries
Based on "The name of the game".
- Best score: 12
- Best player score: 12
- Position: #71 / 330
- Number of attempts: 2
I forgot quotes - 15748 entries
Oops.
- Best score: 10
- Best player score: 16
- Position: #2421 / 4116
- Number of attempts: 4
Letter case trickery - 1553 entries
This file is in a downright esoteric format, consisting of hexadecimal numbers, non-hexadecimal keywords, and "Z" indicating end-of-line. Make the hexadecimal numbers lowercase.
- Best score: 9
- Best player score: 11
- Position: #193 / 500
- Number of attempts: 4
quotes inside quotes - 3030 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: 17
- Position: #699 / 1045
- Number of attempts: 1
Words in parens - 12736 entries
We should all ace this, right?
- Best score: 13
- Best player score: 15
- Position: #1216 / 3919
- Number of attempts: 2
Assign list - 150 entries
Assign list elements to matrix
- Best score: 30
- Best player score: 51
- Position: #37 / 56
- Number of attempts: 1
Hole-in-one - 978 entries
Lets take this golf thing literally.. Drive off the tee into the hole, and of course you don't strike the ball completely clean.
- Best score: 15
- Best player score: 21
- Position: #201 / 298
- Number of attempts: 1
Delete unwanted lines - 358 entries
Delete all lines which does not end in "o.."
- Best score: 9
- Best player score: 9
- Position: #80 / 215
- Number of attempts: 1
Minimalist Limerick - 507 entries
Reproduce this lovely poem.
- Best score: 31
- Best player score: 44
- Position: #148 / 168
- Number of attempts: 1
The name of the game - 629 entries
End up with the name of the game.
- Best score: 11
- Best player score: 11
- Position: #134 / 344
- Number of attempts: 1
SFD-ROC: vimvimvim - 1510 entries
Oh no, this line is longer than 80 chars... put each 'vim' on a new line.
- Best score: 8
- Best player score: 14
- Position: #333 / 424
- Number of attempts: 1
Let's play some Ivmgolf - 1015 entries
Oops, I spelled that wrong.
- Best score: 7
- Best player score: 7
- Position: #48 / 420
- Number of attempts: 2
Vertical Limit - 2370 entries
transform a succession of one word lines to a an array of strings
- Best score: 21
- Best player score: 27
- Position: #495 / 718
- Number of attempts: 1
replacing each line of a block selection - 2816 entries
replace each line's ../assets/js with /javascripts
- Best score: 18
- Best player score: 28
- Position: #572 / 736
- Number of attempts: 1
Append semicolon after expressions - 953 entries
Some lines need the semicolon, some don't.
- Best score: 11
- Best player score: 13
- Position: #299 / 387
- Number of attempts: 2
Remove noise from HTTP log - 663 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: 17
- Position: #207 / 261
- Number of attempts: 1
Make it more readable - 1905 entries
Insert blank lines to make it more organized and readable
- Best score: 13
- Best player score: 16
- Position: #366 / 625
- Number of attempts: 2
HTML to Haml - 820 entries
Help convert this HTML page to Haml.
- Best score: 23
- Best player score: 42
- Position: #127 / 199
- Number of attempts: 1
Ruby 1.9 hashes - 1172 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: #214 / 386
- Number of attempts: 3
Shebangs for all - 1777 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: 16
- Position: #293 / 468
- Number of attempts: 1
The Cake is a Lie - 1215 entries
Correct the capitalization of each word
- Best score: 9
- Best player score: 9
- Position: #156 / 491
- Number of attempts: 1
Context insensitive completion 0 - 474 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: 7
- Best player score: 7
- Position: #84 / 223
- Number of attempts: 1
Make Fancy Header - 978 entries
Make the header text stand out with surrounding asterisks
- Best score: 16
- Best player score: 18
- Position: #228 / 329
- 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: 24
- Position: #290 / 521
- Number of attempts: 1
Sort and add attributes - 1207 entries
Sort the states and add the attribute country to each record.
- Best score: 33
- Best player score: 33
- Position: #167 / 489
- Number of attempts: 2
Reconstruct the Sentence - 1151 entries
Get the sentence back in the proper order, remove duplicate lines, and then combine the separate lines into one.
- Best score: 20
- Best player score: 25
- Position: #287 / 347
- Number of attempts: 1
Simple text editing with Vim - 11657 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 14
- Position: #1072 / 3418
- Number of attempts: 3
Reformat/Refactor a Golfer Class - 6033 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 32
- Best player score: 45
- Position: #1041 / 1486
- Number of attempts: 1