Played Challenges
Generate an entry for each month - 165 entries
The input file contains a URI with a month in it. Generate the URIs for all the other months up to a couple of years
- Best score: 27
- Best player score: 46
- Position: #28 / 49
- Number of attempts: 2
Fix the git merge conflicts - 130 entries
Solve the merge conflicts in the Python file
- Best score: 36
- Best player score: 44
- Position: #9 / 43
- Number of attempts: 7
Nested JSON Flattener - 32 entries
Transform a deeply nested JSON structure into a flattened key-value format where each path is represented by dot notation
- Best score: 44
- Best player score: 71
- Position: #7 / 14
- Number of attempts: 2
The Fibonacci Spacer - 86 entries
Split the words, remove punctuation and add spaces before each line following the Fibonacci sequence (0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89)
- Best score: 25
- Best player score: 66
- Position: #24 / 30
- Number of attempts: 3
Wrap the text of an email message to 79 characters - 799 entries
You're replying to an email with silly long lines. Clean them up.
- Best score: 5
- Best player score: 5
- Position: #318 / 421
- Number of attempts: 2
Remember FizzBuzz? - 738 entries
Output FizzBuzz to 100. Start with nothing.
- Best score: 39
- Best player score: 559
- Position: #192 / 193
- Number of attempts: 1
Change the content of a string - 1593 entries
This docstring is a complete lie. Fix it.
- Best score: 22
- Best player score: 22
- Position: #239 / 594
- Number of attempts: 5
Sort and add attributes - 1477 entries
Sort the states and add the attribute country to each record.
- Best score: 33
- Best player score: 33
- Position: #294 / 575
- Number of attempts: 4
Add fold markers to a .c file - 660 entries
Fold markers can make it easier to navigate source code. Add them to this .c file.
- Best score: 30
- Best player score: 34
- Position: #95 / 189
- Number of attempts: 7
Reconstruct the Sentence - 1589 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: 20
- Position: #154 / 425
- Number of attempts: 9
Braces or Brackets? - 1054 entries
Someone forgot whether to use braces or brackets and you have to clean up their code!
- Best score: 34
- Best player score: 50
- Position: #243 / 324
- Number of attempts: 1
Whitespace, empty lines and tabs - 3742 entries
Convert tabs to spaces, strip empty lines and trailing whitespace.
- Best score: 16
- Best player score: 29
- Position: #528 / 803
- Number of attempts: 4
Flodder-challenge - 1326 entries
Replace the text the most efficient and win!
- Best score: 27
- Best player score: 45
- Position: #290 / 346
- Number of attempts: 3
Simple text editing with Vim - 12989 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 13
- Position: #736 / 3737
- Number of attempts: 5
Reformat/Refactor a Golfer Class - 7154 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 28
- Best player score: 54
- Position: #1510 / 1754
- Number of attempts: 6