Played Challenges
Wrap the text of an email message to 79 characters - 576 entries
You're replying to an email with silly long lines. Clean them up.
- Best score: 5
- Best player score: 5
- Position: #47 / 352
- Number of attempts: 2
Search and Replace 0 - 4654 entries
Replace every instance of 'aaa' with 'xaaax'.
- Best score: 12
- Best player score: 12
- Position: #108 / 1542
- Number of attempts: 5
Numbering a List - 1828 entries
Pretty simple, number the list.
- Best score: 13
- Best player score: 22
- Position: #398 / 625
- Number of attempts: 2
Shebangs for all - 1771 entries
We've all seen or used a shebang once or twice. Ditch the specific paths and leave just a dynamic Ruby and Python bath behind.
- Best score: 11
- Best player score: 16
- Position: #276 / 467
- Number of attempts: 3
A Simple One - 924 entries
Here is a very simple one - just to illustrate/introduce a vim feature that some people seem to miss...
- Best score: 9
- Best player score: 9
- Position: #182 / 612
- Number of attempts: 1
Reverse and count - 412 entries
Someone typed things upside down and now a Vim ninja needs to reverse the lines and count how many there are.
- Best score: 18
- Best player score: 31
- Position: #111 / 158
- Number of attempts: 1
Reverse Simple Deletion - 759 entries
You did the simple deletion, now reverse it.
- Best score: 11
- Best player score: 12
- Position: #180 / 429
- Number of attempts: 1
Context insensitive completion 0 - 470 entries
Buried in the lines you're not supposed to add is the line "Add this line!" Add that line to the top of the file.
- Best score: 7
- Best player score: 9
- Position: #166 / 222
- Number of attempts: 2
Change the content of a string - 1350 entries
This docstring is a complete lie. Fix it.
- Best score: 22
- Best player score: 22
- Position: #45 / 521
- Number of attempts: 2
Deleting folded text - 296 entries
The text below contains three folds. Delete them (and the text inside them). For example: 123 456 /*{{{*/ 789 /*}}}*/ 012 Should become: 123 012 Also, add `aoeuaoeu` to make sure small solutions don't get flagged as cheating.
- Best score: 17
- Best player score: 28
- Position: #97 / 107
- Number of attempts: 1
Reconstruct the Sentence - 1151 entries
Get the sentence back in the proper order, remove duplicate lines, and then combine the separate lines into one.
- Best score: 20
- Best player score: 20
- Position: #19 / 347
- Number of attempts: 4
Whitespace, empty lines and tabs - 2980 entries
Convert tabs to spaces, strip empty lines and trailing whitespace.
- Best score: 16
- Best player score: 34
- Position: #542 / 664
- Number of attempts: 1
Simple text editing with Vim - 11637 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 13
- Position: #3 / 3413
- Number of attempts: 5