Played Challenges
Rural Post - 4117 entries
Simple challenge to remove all but the post code on each line
- Best score: 9
- Best player score: 64
- Position: #995 / 1018
- Number of attempts: 3
Replace pattern with 1, 2, 3, ... on each line - 1037 entries
For each line replace a search pattern (in this case $) with numbers starting at 1 and then increasing by 1 for each replaced match. a$b$c$ -> a0b1c2
- Best score: 21
- Best player score: 32
- Position: #147 / 209
- Number of attempts: 1
Simple, Practical, and Common - 32972 entries
Simple things we do all the time should be able to be done with very few keystrokes, but sometimes I find something I need to do makes me go, "There MUST be a better way." This challenge is just a simple movement and entering text at a certain place.
- Best score: 22
- Best player score: 41
- Position: #7010 / 7278
- Number of attempts: 1
prepend * to every non-blank line - 5977 entries
Prepend an asterisk to every non-blank line in the input file.
- Best score: 10
- Best player score: 21
- Position: #1284 / 1468
- Number of attempts: 2
One to Ten - 2095 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: 28
- Position: #630 / 642
- Number of attempts: 1