Played Challenges
Search and Replace 0 - 5032 entries
Replace every instance of 'aaa' with 'xaaax'.
- Best score: 12
- Best player score: 16
- Position: #1152 / 1639
- Number of attempts: 1
Shebangs for all - 2059 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: 17
- Position: #341 / 524
- Number of attempts: 2
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: 18
- Position: #165 / 236
- Number of attempts: 1
Reverse Simple Deletion - 862 entries
You did the simple deletion, now reverse it.
- Best score: 11
- Best player score: 12
- Position: #103 / 463
- Number of attempts: 1
Increment, increment, increment.... - 701 entries
Vim likes macros
- Best score: 10
- Best player score: 12
- Position: #119 / 413
- Number of attempts: 1
Context Insensitive completion 1 - 512 entries
Finish writing this simple Python HTTP server.
- Best score: 18
- Best player score: 21
- Position: #196 / 248
- Number of attempts: 1
Almost encrypted - 204 entries
Convert the first paragraph to be even less readable.
- Best score: 5
- Best player score: 5
- Position: #29 / 146
- Number of attempts: 3
Make Fancy Header - 1075 entries
Make the header text stand out with surrounding asterisks
- Best score: 15
- Best player score: 22
- Position: #268 / 349
- Number of attempts: 1
Change the content of a string - 1724 entries
This docstring is a complete lie. Fix it.
- Best score: 22
- Best player score: 27
- Position: #463 / 632
- Number of attempts: 1
Sort and add attributes - 1541 entries
Sort the states and add the attribute country to each record.
- Best score: 33
- Best player score: 33
- Position: #20 / 595
- Number of attempts: 1
Braces or Brackets? - 1115 entries
Someone forgot whether to use braces or brackets and you have to clean up their code!
- Best score: 34
- Best player score: 49
- Position: #221 / 343
- Number of attempts: 1
VimGolf