Played Challenges
Simple, Practical, and Common - 33929 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: #3095 / 7489
- Number of attempts: 7
Hogwarts Email Sorting - 948 entries
Given a list of emails, get the students full name and their associated house.
- Best score: 20
- Best player score: 25
- Position: #212 / 268
- Number of attempts: 2
Get mail address from outlook format - 656 entries
Create a mail list space separated of mail list formatted by outlook
- Best score: 15
- Best player score: 25
- Position: #179 / 205
- Number of attempts: 1
Swap values - 4667 entries
Well, swap the values...
- Best score: 11
- Best player score: 17
- Position: #1143 / 1284
- Number of attempts: 1
Unsemantic linewrapping - 943 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: #141 / 235
- Number of attempts: 2
V to the i - 4833 entries
Input is 99 V's. Output is 100 i's.
- Best score: 7
- Best player score: 8
- Position: #1452 / 1904
- Number of attempts: 2
Add semicolons - 10923 entries
Simply add a semicolon at the end of each line
- Best score: 10
- Best player score: 13
- Position: #2054 / 3087
- Number of attempts: 2
remove lines containing the word "reader" - 3631 entries
easy stuff
- Best score: 9
- Best player score: 13
- Position: #1009 / 1179
- Number of attempts: 2
Com(m)a Trouble - 3968 entries
Someone was real stupid when placing his commas. Can you fix it?
- Best score: 12
- Best player score: 28
- Position: #765 / 901
- Number of attempts: 1
Box it - 7987 entries
Create a box around a line.
- Best score: 21
- Best player score: 24
- Position: #936 / 1895
- Number of attempts: 2
multiple cursor alternative - 1547 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: #347 / 385
- Number of attempts: 2
One to Ten - 2243 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 / 683
- Number of attempts: 2
Delete to the end of the current line - 865 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 / 415
- Number of attempts: 1
I forgot quotes - 16127 entries
Oops.
- Best score: 10
- Best player score: 17
- Position: #3086 / 4208
- Number of attempts: 1
A HAPPY NEW YEAR 2014 ! - 10720 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 11
- Position: #1507 / 3703
- Number of attempts: 3
VimGolf