Played Challenges
Poorly indented Python comments - 1328 entries
Fix the alignment of some Python comments as quickly as possible.
- Best score: 15
- Best player score: 21
- Position: #67 / 223
- Number of attempts: 7
Many duplicates - 1465 entries
Quick and easy
- Best score: 7
- Best player score: 8
- Position: #72 / 478
- Number of attempts: 2
you're stuck on jQuery < 1.7 - 362 entries
replace calls to jQuery 1.7+'s `on` with calls to pre 1.7 `bind`
- Best score: 25
- Best player score: 30
- Position: #61 / 113
- Number of attempts: 3
replacing each line of a block selection - 3007 entries
replace each line's ../assets/js with /javascripts
- Best score: 18
- Best player score: 18
- Position: #17 / 780
- Number of attempts: 7
switch variable - 5094 entries
how fast can you switch two variable ?
- Best score: 11
- Best player score: 11
- Position: #87 / 1754
- Number of attempts: 3
formatted text to markdown - 184 entries
You're converting some posts from an old blog to markdown. The formatted text is far closer to the finished product than the html markup, so it seems like a good place to start. Word wrapping seems to be the main area for optimization.
- Best score: 70
- Best player score: 74
- Position: #11 / 67
- Number of attempts: 5
Whitespace, empty lines and tabs - 3852 entries
Convert tabs to spaces, strip empty lines and trailing whitespace.
- Best score: 16
- Best player score: 29
- Position: #520 / 829
- Number of attempts: 2
Simple text editing with Vim - 13266 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 14
- Position: #845 / 3811
- Number of attempts: 8
Reformat/Refactor a Golfer Class - 7399 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 7
- Best player score: 36
- Position: #424 / 1825
- Number of attempts: 8
VimGolf