Played Challenges
Simple, Practical, and Common - 33100 entries
Simple things we do all the time should be able to be done with very few keystrokes, but sometimes I find something I need to do makes me go, "There MUST be a better way." This challenge is just a simple movement and entering text at a certain place.
- Best score: 22
- Best player score: 23
- Position: #2568 / 7301
- Number of attempts: 4
Wget failed to download redirections - 181 entries
Output of a wget session, where 302 where not properly handled due to certificate problems, has been saved to a file. Keep the correct URLs to start again downloading.
- Best score: 15
- Best player score: 22
- Position: #40 / 62
- Number of attempts: 1
V to the i - 4650 entries
Input is 99 V's. Output is 100 i's.
- Best score: 7
- Best player score: 8
- Position: #933 / 1863
- Number of attempts: 1
Extract argument from function - 2267 entries
The aim is to see if you can do some refactoring very fast.
- Best score: 13
- Best player score: 14
- Position: #305 / 736
- Number of attempts: 1
That hyphen - 2522 entries
"vim vi improved"
- Best score: 9
- Best player score: 11
- Position: #299 / 689
- Number of attempts: 1
Just the middle - 11283 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 8
- Position: #1506 / 4140
- Number of attempts: 2
Team names - 1790 entries
The team names are misspelled.
- Best score: 16
- Best player score: 16
- Position: #84 / 575
- Number of attempts: 2
Basic renumbering - 5486 entries
Renumbering Basic.
- Best score: 11
- Best player score: 16
- Position: #530 / 1243
- Number of attempts: 2
Mute the second method of this script - 444 entries
prepend a # infront of every line of the second method
- Best score: 9
- Best player score: 10
- Position: #150 / 236
- Number of attempts: 1
Refactoring useless Method away - 91 entries
Real-life challenge, convert a bunch of ifs to a switch statement
- Best score: 47
- Best player score: 49
- Position: #7 / 32
- Number of attempts: 6
Test everything! - 152 entries
... and build the desired input data structure. Transform a list of values into a non-trivial format.
- Best score: 22
- Best player score: 36
- Position: #35 / 49
- Number of attempts: 1
Condensed Cases - 773 entries
Apple's new programming language, Swift, allows two style of case statements: 1) one Enum case on each line, or 2) multiple Enum cases on a single line. Convert the following from the first case (no pun intended) to the second type.
- Best score: 12
- Best player score: 14
- Position: #115 / 238
- Number of attempts: 1
Square numbers - 92 entries
Boring math puzzle.
- Best score: 16
- Best player score: 40
- Position: #37 / 38
- Number of attempts: 1
I forgot quotes - 15840 entries
Oops.
- Best score: 10
- Best player score: 14
- Position: #1722 / 4133
- Number of attempts: 5
Shift down - 191 entries
Number words are back.
- Best score: 19
- Best player score: 30
- Position: #49 / 66
- Number of attempts: 1
-a-b-c- - 3142 entries
Put hyphens everywhere.
- Best score: 13
- Best player score: 15
- Position: #495 / 1120
- Number of attempts: 2
Count both ways - 985 entries
Right AND down.
- Best score: 13
- Best player score: 15
- Position: #99 / 347
- Number of attempts: 2
Gray area - 712 entries
It's a golf metaphor or something.
- Best score: 11
- Best player score: 13
- Position: #150 / 264
- Number of attempts: 2
Refactor static member invocation - 194 entries
Someone used a static method. Refactor the method into a static import while fixing the assertion.
- Best score: 28
- Best player score: 29
- Position: #20 / 62
- Number of attempts: 2
A HAPPY NEW YEAR 2014 ! - 10564 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 14
- Position: #2657 / 3646
- Number of attempts: 3
Words in parens - 12788 entries
We should all ace this, right?
- Best score: 13
- Best player score: 16
- Position: #2147 / 3930
- Number of attempts: 1
Vertical Limit - 2389 entries
transform a succession of one word lines to a an array of strings
- Best score: 21
- Best player score: 23
- Position: #220 / 724
- Number of attempts: 5
Switch function arguments - 2002 entries
How to switch two arguments of a function.
- Best score: 11
- Best player score: 13
- Position: #380 / 634
- Number of attempts: 2
Numbering a List - 1845 entries
Pretty simple, number the list.
- Best score: 13
- Best player score: 20
- Position: #321 / 634
- Number of attempts: 2
Ruby 1.9 compat - 602 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: 15
- Position: #108 / 228
- Number of attempts: 2
Change the content of a string - 1409 entries
This docstring is a complete lie. Fix it.
- Best score: 22
- Best player score: 24
- Position: #308 / 536
- Number of attempts: 2
Simple text editing with Vim - 11862 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 14
- Position: #1329 / 3471
- Number of attempts: 9
Reformat/Refactor a Golfer Class - 6225 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 32
- Best player score: 34
- Position: #300 / 1533
- Number of attempts: 8