Played Challenges
V to the i - 4639 entries
Input is 99 V's. Output is 100 i's.
- Best score: 7
- Best player score: 9
- Position: #1473 / 1856
- Number of attempts: 2
120 Degrees - 441 entries
Rotate that triangle.
- Best score: 14
- Best player score: 21
- Position: #77 / 140
- Number of attempts: 1
Don't know what this is - 1948 entries
Replace contents of brackets with matching number of spaces. Don't ask what the format's supposed to be.
- Best score: 11
- Best player score: 13
- Position: #241 / 571
- Number of attempts: 5
A HAPPY NEW YEAR 2014 ! - 10533 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 12
- Position: #1830 / 3637
- Number of attempts: 2
Words in parens - 12736 entries
We should all ace this, right?
- Best score: 13
- Best player score: 31
- Position: #3847 / 3919
- Number of attempts: 1
Dehamlizing - 174 entries
Change this piece of HAML code back into erb
- Best score: 32
- Best player score: 55
- Position: #60 / 67
- Number of attempts: 2
Changing URL path in CSS - 113 entries
What's the quickest way to swap out all the URLs in a CSS file? Is it wasted keystrokes using look-behinds and look-aheads? (I'm sorry for the delete/report--I made a mistake with the last one requiring an ugly search for graphic to replace with images. I just intended this to be a simple search and replace that might possibly generate some macros or normals solutions that are quicker)
- Best score: 40
- Best player score: 46
- Position: #37 / 56
- Number of attempts: 1
NATO phonetic alphabet - 476 entries
Transform the series of words into a list.
- Best score: 19
- Best player score: 19
- Position: #2 / 181
- Number of attempts: 3
The Quick Brown Fox Jumps Over The Lazy Vim - 388 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: #15 / 180
- Number of attempts: 3
The name of the game - 627 entries
End up with the name of the game.
- Best score: 11
- Best player score: 11
- Position: #7 / 343
- Number of attempts: 1
SFD-ROC: vimvimvim - 1508 entries
Oh no, this line is longer than 80 chars... put each 'vim' on a new line.
- Best score: 8
- Best player score: 9
- Position: #137 / 424
- Number of attempts: 2
you're stuck on jQuery < 1.7 - 330 entries
replace calls to jQuery 1.7+'s `on` with calls to pre 1.7 `bind`
- Best score: 25
- Best player score: 28
- Position: #43 / 107
- Number of attempts: 2
Inconsistent real estate paste - 166 entries
Format a hand-typed real estate listing that uses inconsistent punctuation into four sections
- Best score: 24
- Best player score: 37
- Position: #31 / 52
- Number of attempts: 2
replacing each line of a block selection - 2791 entries
replace each line's ../assets/js with /javascripts
- Best score: 18
- Best player score: 24
- Position: #476 / 732
- Number of attempts: 1
Switch function arguments - 1982 entries
How to switch two arguments of a function.
- Best score: 11
- Best player score: 12
- Position: #214 / 627
- Number of attempts: 6
Line Zipper - 443 entries
Zip/pair related lines.
- Best score: 12
- Best player score: 16
- Position: #167 / 206
- Number of attempts: 1
Ruby 1.9 hashes - 1157 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: 18
- Position: #323 / 382
- Number of attempts: 1
Shebangs for all - 1771 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: 22
- Position: #407 / 467
- Number of attempts: 1
Change the content of a string - 1350 entries
This docstring is a complete lie. Fix it.
- Best score: 22
- Best player score: 24
- Position: #285 / 521
- Number of attempts: 5
Whitespace, empty lines and tabs - 2979 entries
Convert tabs to spaces, strip empty lines and trailing whitespace.
- Best score: 16
- Best player score: 21
- Position: #178 / 663
- Number of attempts: 7
Simple text editing with Vim - 11624 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 23
- Position: #2785 / 3410
- Number of attempts: 1
Reformat/Refactor a Golfer Class - 6014 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 32
- Best player score: 44
- Position: #991 / 1481
- Number of attempts: 1