Played Challenges
Wrap the text of an email message to 79 characters - 841 entries
You're replying to an email with silly long lines. Clean them up.
- Best score: 5
- Best player score: 11
- Position: #408 / 435
- Number of attempts: 2
Context Insensitive completion 1 - 512 entries
Finish writing this simple Python HTTP server.
- Best score: 18
- Best player score: 22
- Position: #197 / 248
- Number of attempts: 1
Reformat most common surnames - 776 entries
Reformat copy-pasted table into a list of the most common surnames
- Best score: 23
- Best player score: 33
- Position: #140 / 225
- Number of attempts: 1
Remember FizzBuzz? - 755 entries
Output FizzBuzz to 100. Start with nothing.
- Best score: 39
- Best player score: 98
- Position: #186 / 199
- Number of attempts: 3
Get rid of html tags - 422 entries
Want to read more about Vim's background? Then get rid of those html tags...
- Best score: 12
- Best player score: 21
- Position: #182 / 244
- Number of attempts: 2
Change the content of a string - 1705 entries
This docstring is a complete lie. Fix it.
- Best score: 22
- Best player score: 31
- Position: #574 / 627
- Number of attempts: 1
Deleting folded text - 388 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: #111 / 122
- Number of attempts: 2
Sort and add attributes - 1530 entries
Sort the states and add the attribute country to each record.
- Best score: 33
- Best player score: 41
- Position: #550 / 592
- Number of attempts: 1
Contributed Challenges
Add fold markers to a .c file - 678 entries
Fold markers can make it easier to navigate source code. Add them to this .c file.
Deleting folded text - 388 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.
Change the content of a string - 1705 entries
This docstring is a complete lie. Fix it.
Context insensitive completion 0 - 592 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.
Context Insensitive completion 1 - 512 entries
Finish writing this simple Python HTTP server.
Search and Replace 0 - 5022 entries
Replace every instance of 'aaa' with 'xaaax'.
Wrap the text of an email message to 79 characters - 841 entries
You're replying to an email with silly long lines. Clean them up.
VimGolf