Played Challenges
prepend * to every non-blank line - 6358 entries
Prepend an asterisk to every non-blank line in the input file.
- Best score: 10
- Best player score: 11
- Position: #748 / 1551
- Number of attempts: 12
One number per line - 18780 entries
Just give me the numbers.
- Best score: 14
- Best player score: 14
- Position: #752 / 3877
- Number of attempts: 21
Add semicolons - 10891 entries
Simply add a semicolon at the end of each line
- Best score: 10
- Best player score: 10
- Position: #752 / 3077
- Number of attempts: 7
Split line with dots - 2154 entries
This line is too long, split it.
- Best score: 15
- Best player score: 36
- Position: #616 / 635
- Number of attempts: 8
remove lines containing the word "reader" - 3610 entries
easy stuff
- Best score: 9
- Best player score: 9
- Position: #487 / 1172
- Number of attempts: 11
From argument to object - 1524 entries
This task typifies those programmers endure while coding. This C-family pseudocode needs a function argument to be repurposed as an object call. Simply search and replace? Repeat a pattern of edits?
- Best score: 17
- Best player score: 17
- Position: #148 / 463
- Number of attempts: 6
Just the middle - 11500 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 7
- Position: #1495 / 4216
- Number of attempts: 9
Stairstep digits - 407 entries
Remove the evens. Double the odds.
- Best score: 9
- Best player score: 13
- Position: #121 / 149
- Number of attempts: 6
One to Ten - 2234 entries
Generate the sequence of numbers from 1 to 10, one number per line. Inspired by this Reddit thread: https://redd.it/ak4it2
- Best score: 12
- Best player score: 12
- Position: #347 / 679
- Number of attempts: 10