Played Challenges
prepend * to every non-blank line - 6312 entries
Prepend an asterisk to every non-blank line in the input file.
- Best score: 10
- Best player score: 11
- Position: #745 / 1537
- Number of attempts: 12
One number per line - 18727 entries
Just give me the numbers.
- Best score: 14
- Best player score: 14
- Position: #752 / 3864
- Number of attempts: 21
Add semicolons - 10852 entries
Simply add a semicolon at the end of each line
- Best score: 10
- Best player score: 10
- Position: #752 / 3063
- Number of attempts: 7
Split line with dots - 2144 entries
This line is too long, split it.
- Best score: 15
- Best player score: 36
- Position: #615 / 634
- Number of attempts: 8
remove lines containing the word "reader" - 3586 entries
easy stuff
- Best score: 9
- Best player score: 9
- Position: #487 / 1162
- Number of attempts: 11
From argument to object - 1508 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 / 458
- Number of attempts: 6
Just the middle - 11454 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 7
- Position: #1495 / 4197
- Number of attempts: 9
Stairstep digits - 394 entries
Remove the evens. Double the odds.
- Best score: 9
- Best player score: 13
- Position: #120 / 145
- Number of attempts: 6
One to Ten - 2219 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 / 672
- Number of attempts: 10