Played Challenges
Shuffle and Sort - 233 entries
The values where sorted incorrectly. Get them back to how they are supposed to be
- Best score: 17
- Best player score: 29
- Position: #55 / 69
- Number of attempts: 2
Cleanining up 80 column concatenated text - 206 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: 55
- Position: #73 / 80
- Number of attempts: 2
Whitespace, empty lines and tabs - 3763 entries
Convert tabs to spaces, strip empty lines and trailing whitespace.
- Best score: 16
- Best player score: 26
- Position: #421 / 807
- Number of attempts: 1
Flodder-challenge - 1343 entries
Replace the text the most efficient and win!
- Best score: 27
- Best player score: 34
- Position: #124 / 348
- Number of attempts: 3
Simple text editing with Vim - 13017 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 14
- Position: #849 / 3745
- Number of attempts: 5
Reformat/Refactor a Golfer Class - 7173 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 28
- Best player score: 52
- Position: #1446 / 1761
- Number of attempts: 3