Played Challenges
Python: Def to Lambda - 455 entries
LAMBDA!!!
- Best score: 19
- Best player score: 20
- Position: #96 / 156
- Number of attempts: 2
Turn the x - 328 entries
Turn the x to a +
- Best score: 19
- Best player score: 23
- Position: #53 / 82
- Number of attempts: 2
Rural Post - 4551 entries
Simple challenge to remove all but the post code on each line
- Best score: 9
- Best player score: 10
- Position: #281 / 1110
- Number of attempts: 1
xrandr outputs and dashes - 716 entries
uh oh, different video drivers identify display outputs with more dashes. Quick, need to change this xrandr script!
- Best score: 12
- Best player score: 12
- Position: #76 / 224
- Number of attempts: 1
Capitalize the Names - 408 entries
I want to capitalize the names in quotes, but just the people's names, not the file names.
- Best score: 21
- Best player score: 31
- Position: #66 / 97
- Number of attempts: 2
Simple, Practical, and Common - 33742 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: 26
- Position: #3715 / 7447
- Number of attempts: 4
prepend * to every non-blank line - 6353 entries
Prepend an asterisk to every non-blank line in the input file.
- Best score: 10
- Best player score: 12
- Position: #795 / 1549
- Number of attempts: 2
Add semicolons - 10887 entries
Simply add a semicolon at the end of each line
- Best score: 10
- Best player score: 11
- Position: #1545 / 3074
- Number of attempts: 1
remove lines containing the word "reader" - 3604 entries
easy stuff
- Best score: 9
- Best player score: 10
- Position: #801 / 1169
- Number of attempts: 3
I forgot quotes - 16038 entries
Oops.
- Best score: 10
- Best player score: 14
- Position: #1978 / 4192
- Number of attempts: 2
Change name of a variable - 179 entries
Replace the name of the $variable with the fastest move possible. The challenge is having a command that allow you to easily change the variable name even if its indented.
- Best score: 9
- Best player score: 9
- Position: #114 / 137
- Number of attempts: 3
Reformat/Refactor a Golfer Class - 7173 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 28
- Best player score: 35
- Position: #395 / 1761
- Number of attempts: 11