Played Challenges
Just the middle - 11331 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 9
- Position: #3325 / 4156
- Number of attempts: 2
Shuffle and Sort - 201 entries
The values where sorted incorrectly. Get them back to how they are supposed to be
- Best score: 17
- Best player score: 27
- Position: #40 / 63
- Number of attempts: 1
Cleanining up 80 column concatenated text - 186 entries
1. Put the whole query on one line, remove the concatenation operators 2. Remove the double spaces that appear a few times in the query 3. Use string-interpolated variable statementPid rather than the ugly concatenation
- Best score: 31
- Best player score: 33
- Position: #15 / 75
- Number of attempts: 2
Remove noise from HTTP log - 677 entries
This piece of log (from the year 2000) contains some irrelevant data. We only want to see the HTTP method and resource.
- Best score: 15
- Best player score: 15
- Position: #28 / 267
- Number of attempts: 2