Played Challenges
Change double quotes to single quotes, but with a twist - 309 entries
Although this challenge is in the context of a Python function, you don't need to know Python to do this challenge. It is to add contexts and interesting constraints. The file contains a function that prints a multi-line string literal. I wrote the string literal with double quotes, but then I decided to use single quotes instead, and that's your challenge. However, interestingly enough, the string itself contains single and double quotes. This means, inside the string literal, the originally escaped double quotes no longer need to be escaped, but the single quotes now need to be escaped. Note that the triple double quotes in the docstring should be left alone.
- Best score: 22
- Best player score: 38
- Position: #42 / 56
- Number of attempts: 4
Rural Post - 4532 entries
Simple challenge to remove all but the post code on each line
- Best score: 9
- Best player score: 10
- Position: #311 / 1107
- Number of attempts: 10
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: 20
- Position: #50 / 481
- Number of attempts: 10
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: 21
- Position: #5 / 232
- Number of attempts: 12
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: #2148 / 7442
- Number of attempts: 15
Swap values - 4643 entries
Well, swap the values...
- Best score: 11
- Best player score: 18
- Position: #1148 / 1274
- Number of attempts: 1
prepend * to every non-blank line - 6337 entries
Prepend an asterisk to every non-blank line in the input file.
- Best score: 10
- Best player score: 10
- Position: #151 / 1546
- Number of attempts: 12
One number per line - 18755 entries
Just give me the numbers.
- Best score: 14
- Best player score: 14
- Position: #685 / 3870
- Number of attempts: 12
Swap values inside brackets - 2511 entries
Easy challenge.
- Best score: 13
- Best player score: 23
- Position: #462 / 583
- Number of attempts: 2
Applying same text modification in several lines - 2897 entries
Remove identical text at the beginning of several lines and the closing parenthesis.
- Best score: 12
- Best player score: 13
- Position: #41 / 857
- Number of attempts: 6
Add semicolons - 10881 entries
Simply add a semicolon at the end of each line
- Best score: 10
- Best player score: 10
- Position: #524 / 3072
- Number of attempts: 14
Com(m)a Trouble - 3875 entries
Someone was real stupid when placing his commas. Can you fix it?
- Best score: 12
- Best player score: 15
- Position: #419 / 876
- Number of attempts: 5
Box it - 7916 entries
Create a box around a line.
- Best score: 21
- Best player score: 23
- Position: #776 / 1881
- Number of attempts: 4
Every other line - 2915 entries
AaAaAaA
- Best score: 12
- Best player score: 83
- Position: #704 / 704
- Number of attempts: 1
Just the middle - 11484 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 10
- Position: #3799 / 4209
- Number of attempts: 2
Team names - 1841 entries
The team names are misspelled.
- Best score: 16
- Best player score: 24
- Position: #549 / 589
- Number of attempts: 1
Basic renumbering - 5683 entries
Renumbering Basic.
- Best score: 11
- Best player score: 41
- Position: #1252 / 1269
- Number of attempts: 1
Adam's challenge - 987 entries
Change both normal to bold and 4 by 2. Adam Wathan challenge this on twitter . He did it in 11 keystrokes on Sublime.
- Best score: 18
- Best player score: 27
- Position: #251 / 271
- Number of attempts: 1
I forgot quotes - 16022 entries
Oops.
- Best score: 10
- Best player score: 16
- Position: #2616 / 4189
- Number of attempts: 1
A HAPPY NEW YEAR 2014 ! - 10682 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 15
- Position: #3157 / 3689
- Number of attempts: 1
Words in parens - 12967 entries
We should all ace this, right?
- Best score: 13
- Best player score: 19
- Position: #3134 / 3969
- Number of attempts: 3
Alphabet soup - 429 entries
Create a column of all alphabet characters organized in a funky way
- Best score: 25
- Best player score: 35
- Position: #64 / 108
- Number of attempts: 6