Played Challenges
Simple, Practical, and Common - 33930 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: 23
- Position: #2768 / 7490
- Number of attempts: 6
Reconstruct the actual output from my unit test tool report - 161 entries
When a test fails, my unit test tool reports differences between the actual output and the expected output as follow: - line in the expected output but missing in the actual output are prefixed with a dash - unexpected lines in the actual output are prefixed with a plus sign - comments added by the unit test tool are prefixed with a question mark - common lines are showed `as-is` (well, almost;) From that "diff" format, I would like to reconstruct the actual output.
- Best score: 16
- Best player score: 23
- Position: #50 / 53
- Number of attempts: 1
prepend * to every non-blank line - 6380 entries
Prepend an asterisk to every non-blank line in the input file.
- Best score: 10
- Best player score: 10
- Position: #132 / 1557
- Number of attempts: 4
One number per line - 18840 entries
Just give me the numbers.
- Best score: 14
- Best player score: 21
- Position: #2566 / 3893
- Number of attempts: 4
Add semicolons - 10923 entries
Simply add a semicolon at the end of each line
- Best score: 10
- Best player score: 12
- Position: #1891 / 3087
- Number of attempts: 2
Box it - 7987 entries
Create a box around a line.
- Best score: 21
- Best player score: 27
- Position: #1186 / 1895
- Number of attempts: 4
I forgot quotes - 16127 entries
Oops.
- Best score: 10
- Best player score: 15
- Position: #2367 / 4208
- Number of attempts: 1
VimGolf