Played Challenges
Easy modification of ssh config - 371 entries
Just add another alias to each worker
- Best score: 24
- Best player score: 24
- Position: #17 / 112
- Number of attempts: 9
Rural Post - 4485 entries
Simple challenge to remove all but the post code on each line
- Best score: 9
- Best player score: 9
- Position: #157 / 1099
- Number of attempts: 9
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: #123 / 302
- Number of attempts: 3
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: 26
- Position: #3714 / 7422
- Number of attempts: 5
prepend * to every non-blank line - 6318 entries
Prepend an asterisk to every non-blank line in the input file.
- Best score: 10
- Best player score: 10
- Position: #399 / 1539
- Number of attempts: 11
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: 9
- Position: #89 / 231
- Number of attempts: 12
Applying same text modification in several lines - 2882 entries
Remove identical text at the beginning of several lines and the closing parenthesis.
- Best score: 12
- Best player score: 12
- Position: #7 / 852
- Number of attempts: 7
Add semicolons - 10867 entries
Simply add a semicolon at the end of each line
- Best score: 10
- Best player score: 10
- Position: #722 / 3065
- Number of attempts: 9
Copy three lines - 2872 entries
If the site is up (by some miracle), make the text under every header identical.
- Best score: 13
- Best player score: 25
- Position: #567 / 640
- Number of attempts: 1
I forgot quotes - 15990 entries
Oops.
- Best score: 10
- Best player score: 16
- Position: #2734 / 4182
- Number of attempts: 3
Words in parens - 12939 entries
We should all ace this, right?
- Best score: 13
- Best player score: 14
- Position: #1158 / 3964
- Number of attempts: 4
switch variable - 5079 entries
how fast can you switch two variable ?
- Best score: 11
- Best player score: 15
- Position: #1542 / 1749
- Number of attempts: 3
Simple text editing with Vim - 12822 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 13
- Position: #652 / 3698
- Number of attempts: 14