Played Challenges
Simple, Practical, and Common - 32962 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: 24
- Position: #3019 / 7276
- Number of attempts: 7
Hogwarts Email Sorting - 831 entries
Given a list of emails, get the students full name and their associated house.
- Best score: 20
- Best player score: 25
- Position: #188 / 238
- Number of attempts: 2
Get mail address from outlook format - 596 entries
Create a mail list space separated of mail list formatted by outlook
- Best score: 15
- Best player score: 25
- Position: #160 / 184
- Number of attempts: 1
Swap values - 4440 entries
Well, swap the values...
- Best score: 11
- Best player score: 17
- Position: #1106 / 1241
- Number of attempts: 1
Unsemantic linewrapping - 837 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: #130 / 210
- Number of attempts: 2
V to the i - 4641 entries
Input is 99 V's. Output is 100 i's.
- Best score: 7
- Best player score: 8
- Position: #1428 / 1857
- Number of attempts: 2
Add semicolons - 10545 entries
Simply add a semicolon at the end of each line
- Best score: 10
- Best player score: 13
- Position: #1978 / 2989
- Number of attempts: 2
remove lines containing the word "reader" - 3454 entries
easy stuff
- Best score: 9
- Best player score: 13
- Position: #958 / 1121
- Number of attempts: 2
Com(m)a Trouble - 3410 entries
Someone was real stupid when placing his commas. Can you fix it?
- Best score: 12
- Best player score: 28
- Position: #652 / 764
- Number of attempts: 1
Box it - 7682 entries
Create a box around a line.
- Best score: 21
- Best player score: 24
- Position: #906 / 1836
- Number of attempts: 2
multiple cursor alternative - 1447 entries
from: https://www.reddit.com/r/vim/comments/6w5pfa/crosspost_from_remacs_how_would_you_do_this_in_vim/
- Best score: 19
- Best player score: 30
- Position: #332 / 369
- Number of attempts: 2
One to Ten - 2095 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: 12
- Position: #273 / 642
- Number of attempts: 2
Delete to the end of the current line - 713 entries
Delete to the end of the current line, but keep the character under the cursor.
- Best score: 5
- Best player score: 5
- Position: #222 / 349
- Number of attempts: 1
I forgot quotes - 15748 entries
Oops.
- Best score: 10
- Best player score: 17
- Position: #3021 / 4116
- Number of attempts: 1
A HAPPY NEW YEAR 2014 ! - 10538 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 11
- Position: #1508 / 3638
- Number of attempts: 3