Played Challenges
Search and Replace 0 - 5045 entries
Replace every instance of 'aaa' with 'xaaax'.
- Best score: 12
- Best player score: 29
- Position: #1613 / 1644
- Number of attempts: 1
Python Hello World! Reformatting - 1011 entries
A novice Python using prints Hello World! and a pro shows him different way. Using vim to get into pro style from novice, win the challenge.
- Best score: 39
- Best player score: 52
- Position: #363 / 387
- Number of attempts: 1
Deleting folded text - 401 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: 27
- Position: #109 / 125
- Number of attempts: 1
Reconstruct the Sentence - 1697 entries
Get the sentence back in the proper order, remove duplicate lines, and then combine the separate lines into one.
- Best score: 19
- Best player score: 40
- Position: #419 / 445
- Number of attempts: 2
Simple text editing with Vim - 13427 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 23
- Position: #3096 / 3849
- Number of attempts: 1
VimGolf