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 - 4485 entries
Simple challenge to remove all but the post code on each line
- Best score: 9
- Best player score: 13
- Position: #553 / 1099
- Number of attempts: 3
Satisfy the go linter - 2391 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: #285 / 471
- Number of attempts: 1
Multiline to Single Line - 703 entries
Convert a multiline, indented file to a single line with no whitespace
- Best score: 5
- Best player score: 5
- Position: #59 / 302
- Number of attempts: 2
Yo To Hello - 1130 entries
Simply Turn Yo To Hello
- Best score: 10
- Best player score: 10
- Position: #180 / 524
- Number of attempts: 1
Replace pattern with 1, 2, 3, ... on each line - 1146 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 / 229
- Number of attempts: 2
Simple, Practical, and Common - 33621 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 / 7422
- Number of attempts: 4
One number per line - 18732 entries
Just give me the numbers.
- Best score: 14
- Best player score: 19
- Position: #1982 / 3865
- Number of attempts: 3
Add semicolons - 10867 entries
Simply add a semicolon at the end of each line
- Best score: 10
- Best player score: 11
- Position: #1525 / 3065
- Number of attempts: 1
Box it - 7906 entries
Create a box around a line.
- Best score: 21
- Best player score: 31
- Position: #1423 / 1877
- Number of attempts: 2
Basic renumbering - 5662 entries
Renumbering Basic.
- Best score: 11
- Best player score: 18
- Position: #713 / 1265
- Number of attempts: 1
I forgot quotes - 15990 entries
Oops.
- Best score: 10
- Best player score: 14
- Position: #1970 / 4182
- 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