Played Challenges
Split line with dots - 2154 entries
This line is too long, split it.
- Best score: 15
- Best player score: 18
- Position: #301 / 635
- Number of attempts: 1
Wrap the text of an email message to 79 characters - 826 entries
You're replying to an email with silly long lines. Clean them up.
- Best score: 5
- Best player score: 5
- Position: #45 / 431
- Number of attempts: 1
Just the middle - 11523 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 9
- Position: #3276 / 4222
- Number of attempts: 1
Fiddle percentages into real numbers - 873 entries
Get rid of the '%' symbols and shift the decimal place. This is the easier version - all the columns line up.
- Best score: 13
- Best player score: 13
- Position: #70 / 294
- Number of attempts: 1
Nesting SASS - 278 entries
Move a block inside another block and indent it
- Best score: 9
- Best player score: 15
- Position: #55 / 98
- Number of attempts: 1
comments galore - 1073 entries
Basic comment reformatting
- Best score: 10
- Best player score: 10
- Position: #221 / 429
- Number of attempts: 2
I forgot quotes - 16075 entries
Oops.
- Best score: 10
- Best player score: 18
- Position: #3125 / 4198
- Number of attempts: 1
Do you demand a shrubbery? - 1164 entries
Use :redir and crush the emacsgolfers.
- Best score: 15
- Best player score: 22
- Position: #186 / 301
- Number of attempts: 4
A HAPPY NEW YEAR 2014 ! - 10703 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 12
- Position: #1722 / 3696
- Number of attempts: 1
quotes inside quotes - 3182 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: #412 / 1085
- Number of attempts: 4
Words in parens - 12980 entries
We should all ace this, right?
- Best score: 13
- Best player score: 15
- Position: #1313 / 3972
- Number of attempts: 2
The Quick Brown Fox Jumps Over The Lazy Vim - 425 entries
Someone has vandalized this text file and replaced the beginning character of one word in each line with a Big "X." Please remove the big X's, and fix each line to read "The Quick Brown Fox Jumps Over The Lazy Dog."
- Best score: 8
- Best player score: 10
- Position: #67 / 193
- Number of attempts: 3
switch variable - 5089 entries
how fast can you switch two variable ?
- Best score: 11
- Best player score: 12
- Position: #798 / 1751
- Number of attempts: 1
Ruby 1.9 hashes - 1264 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: #230 / 411
- Number of attempts: 3
Ruby 1.9 compat - 640 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: #149 / 236
- Number of attempts: 1
Change the content of a string - 1686 entries
This docstring is a complete lie. Fix it.
- Best score: 22
- Best player score: 27
- Position: #462 / 621
- Number of attempts: 1
Sort and add attributes - 1519 entries
Sort the states and add the attribute country to each record.
- Best score: 33
- Best player score: 36
- Position: #442 / 587
- Number of attempts: 2
Add fold markers to a .c file - 666 entries
Fold markers can make it easier to navigate source code. Add them to this .c file.
- Best score: 30
- Best player score: 43
- Position: #152 / 192
- Number of attempts: 1
Reconstruct the Sentence - 1654 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: 24
- Position: #309 / 436
- Number of attempts: 3
Braces or Brackets? - 1075 entries
Someone forgot whether to use braces or brackets and you have to clean up their code!
- Best score: 34
- Best player score: 43
- Position: #138 / 333
- Number of attempts: 3
Whitespace, empty lines and tabs - 3814 entries
Convert tabs to spaces, strip empty lines and trailing whitespace.
- Best score: 16
- Best player score: 31
- Position: #566 / 820
- Number of attempts: 1
Flodder-challenge - 1391 entries
Replace the text the most efficient and win!
- Best score: 27
- Best player score: 35
- Position: #149 / 357
- Number of attempts: 2
Simple text editing with Vim - 13183 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 16
- Position: #2258 / 3789
- Number of attempts: 5
Reformat/Refactor a Golfer Class - 7309 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 7
- Best player score: 39
- Position: #743 / 1805
- Number of attempts: 4