Played Challenges
Turn the x - 328 entries
Turn the x to a +
- Best score: 19
- Best player score: 24
- Position: #59 / 82
- Number of attempts: 1
Format the CSS - 158 entries
You just copied some CSS color names from the web and need to add them to your python module. Create the COLORS variable and assign a dict() with the names as keys and hex-colors as values. BEWARE OF THE TABS!!
- Best score: 41
- Best player score: 55
- Position: #40 / 49
- Number of attempts: 2
Rural Post - 4526 entries
Simple challenge to remove all but the post code on each line
- Best score: 9
- Best player score: 13
- Position: #558 / 1107
- Number of attempts: 3
Satisfy the go linter - 2437 entries
You just came up with this briliant go vars package. But dang, you forgot to add comments to the exported variables. Can you add a comment over each variable with a TODO-placeholder?
- Best score: 20
- Best player score: 26
- Position: #287 / 481
- Number of attempts: 1
Multiline to Single Line - 731 entries
Convert a multiline, indented file to a single line with no whitespace
- Best score: 5
- Best player score: 5
- Position: #59 / 310
- Number of attempts: 2
Yo To Hello - 1142 entries
Simply Turn Yo To Hello
- Best score: 8
- Best player score: 10
- Position: #181 / 529
- Number of attempts: 1
Replace pattern with 1, 2, 3, ... on each line - 1150 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: 27
- Position: #108 / 232
- Number of attempts: 2
Simple, Practical, and Common - 33724 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: 22
- Position: #2210 / 7442
- Number of attempts: 4
One number per line - 18755 entries
Just give me the numbers.
- Best score: 14
- Best player score: 19
- Position: #1983 / 3870
- Number of attempts: 3
Add semicolons - 10881 entries
Simply add a semicolon at the end of each line
- Best score: 10
- Best player score: 11
- Position: #1527 / 3072
- Number of attempts: 1
Box it - 7916 entries
Create a box around a line.
- Best score: 21
- Best player score: 31
- Position: #1427 / 1881
- Number of attempts: 2
Basic renumbering - 5683 entries
Renumbering Basic.
- Best score: 11
- Best player score: 18
- Position: #715 / 1269
- Number of attempts: 1
I forgot quotes - 16022 entries
Oops.
- Best score: 10
- Best player score: 14
- Position: #1973 / 4189
- Number of attempts: 5
-a-b-c- - 3216 entries
Put hyphens everywhere.
- Best score: 13
- Best player score: 15
- Position: #729 / 1138
- Number of attempts: 1
switch variable - 5079 entries
how fast can you switch two variable ?
- Best score: 11
- Best player score: 12
- Position: #979 / 1749
- Number of attempts: 1