Played Challenges
Swap values - 4616 entries
Well, swap the values...
- Best score: 11
- Best player score: 16
- Position: #1085 / 1268
- Number of attempts: 1
One number per line - 18732 entries
Just give me the numbers.
- Best score: 14
- Best player score: 19
- Position: #1901 / 3865
- Number of attempts: 2
Swap values inside brackets - 2496 entries
Easy challenge.
- Best score: 14
- Best player score: 17
- Position: #302 / 579
- Number of attempts: 1
Unsemantic linewrapping - 928 entries
[Inspired by a blog post I read: https://scott.mn/2014/02/21/semantic_linewrapping/. Text adapted.] Sometimes when editing a Markdown file, I wrap the lines semantically. Instead of inserting a newline at 70 columns (or whatever), or making paragraphs one long line, I put in newlines at a point that seems logical to me. This may seem silly, but it produces better diffs. Semantic linewrapping also makes editing snappier. I can delete, edit or insert sentences easily using linewise operations. Code-oriented text editors like Vim and [REDACTED] are really good at this kind of manipulation. Editing text that hasn't been wrapped semantically is a pain, though:
- Best score: 9
- Best player score: 10
- Position: #113 / 231
- Number of attempts: 6
Applying same text modification in several lines - 2880 entries
Remove identical text at the beginning of several lines and the closing parenthesis.
- Best score: 12
- Best player score: 17
- Position: #644 / 851
- Number of attempts: 1
Add semicolons - 10859 entries
Simply add a semicolon at the end of each line
- Best score: 10
- Best player score: 11
- Position: #941 / 3064
- Number of attempts: 3
Bad Copy Syntax - 2037 entries
Copy should be from right to left, but sometimes you type it wrong.
- Best score: 18
- Best player score: 31
- Position: #434 / 525
- Number of attempts: 1
remove lines containing the word "reader" - 3586 entries
easy stuff
- Best score: 9
- Best player score: 13
- Position: #980 / 1162
- Number of attempts: 2
Com(m)a Trouble - 3823 entries
Someone was real stupid when placing his commas. Can you fix it?
- Best score: 12
- Best player score: 16
- Position: #482 / 865
- Number of attempts: 3
Box it - 7905 entries
Create a box around a line.
- Best score: 21
- Best player score: 25
- Position: #994 / 1876
- Number of attempts: 5
Cool or not? - 829 entries
abc trying to be cool or not...
- Best score: 15
- Best player score: 16
- Position: #103 / 230
- Number of attempts: 2
Search and Replace 0 - 4989 entries
Replace every instance of 'aaa' with 'xaaax'.
- Best score: 12
- Best player score: 12
- Position: #607 / 1624
- Number of attempts: 3
Just the middle - 11457 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 8
- Position: #2891 / 4198
- Number of attempts: 1
ninja substitution - 1420 entries
How can you reuse a previous substitution ?
- Best score: 14
- Best player score: 31
- Position: #243 / 267
- Number of attempts: 1
Vice versa - 7907 entries
Little role switching.
- Best score: 12
- Best player score: 17
- Position: #1647 / 2128
- Number of attempts: 1
One to Ten - 2219 entries
Generate the sequence of numbers from 1 to 10, one number per line. Inspired by this Reddit thread: https://redd.it/ak4it2
- Best score: 12
- Best player score: 14
- Position: #481 / 672
- Number of attempts: 1
Reformat Cura settings - 132 entries
Cura settings are weirdly encoded... After mere replacements, you'll have to enquote two strings (infill_pattern & speed_travel) and dont forget booleans in lowercase. #format #json
- Best score: 50
- Best player score: 66
- Position: #17 / 24
- Number of attempts: 3
Increment each number - 1023 entries
Increment each number individually by one
- Best score: 15
- Best player score: 34
- Position: #229 / 248
- Number of attempts: 1
Song Transcription Oops - 243 entries
When transcribing vocal music to Canjo Tab you can start by finding the lowest note and assigning that to zero and working your way up from there. However, without fail, I tend to miscount the notes and when I am near done I find a lower note. I mark this with a "z". This means I have to increase all the previous ones by 1. just a sting of numbers :)
- Best score: 15
- Best player score: 31
- Position: #71 / 78
- Number of attempts: 2
-a-b-c- - 3213 entries
Put hyphens everywhere.
- Best score: 13
- Best player score: 15
- Position: #713 / 1137
- Number of attempts: 2
A HAPPY NEW YEAR 2014 ! - 10666 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 12
- Position: #2394 / 3684
- Number of attempts: 3
Words in parens - 12939 entries
We should all ace this, right?
- Best score: 13
- Best player score: 16
- Position: #2485 / 3964
- Number of attempts: 1
Coordinates placeholder - 73 entries
Place coordinates instead of target search.
- Best score: 22
- Best player score: 27
- Position: #35 / 38
- Number of attempts: 1
Simple text editing with Vim - 12815 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 16
- Position: #2288 / 3696
- Number of attempts: 1