Played Challenges
Put a newline after every 10 lines in vim - 1660 entries
Goal is to put a newline after every 10 lines in vim.
- Best score: 10
- Best player score: 16
- Position: #481 / 558
- Number of attempts: 1
simple replacements - 1802 entries
The goal is to see the replacement commands in action.
- Best score: 19
- Best player score: 29
- Position: #338 / 390
- Number of attempts: 3
Inverting Lines - 1907 entries
A simple challenge to invert all lines, except the first.
- Best score: 10
- Best player score: 37
- Position: #506 / 512
- Number of attempts: 2
Yo To Hello - 1144 entries
Simply Turn Yo To Hello
- Best score: 8
- Best player score: 13
- Position: #503 / 530
- Number of attempts: 3
Replace pattern with 1, 2, 3, ... on each line - 1150 entries
For each line replace a search pattern (in this case $) with numbers starting at 1 and then increasing by 1 for each replaced match. a$b$c$ -> a0b1c2
- Best score: 21
- Best player score: 54
- Position: #219 / 232
- Number of attempts: 1