Played Challenges
Fix timezone format - 318 entries
Add the missing T and Z in the datetime field. There should be a T instead of the space, and a Z at the end of the datetime. `2024-08-31 18:32:00;` -> `2024-08-31T18:32:00Z;`
- Best score: 15
- Best player score: 15
- Position: #18 / 101
- Number of attempts: 6
Quicksort - 2061 entries
We need the numbers in the first row sorted as quickly as possible! Be careful not to disturb the data below the divider though: that must remain unchanged.
- Best score: 6
- Best player score: 7
- Position: #169 / 458
- Number of attempts: 5
Paste a column after a column - 2632 entries
This task is very common while using multi-cursor. What is the elegant vim way ?
- Best score: 14
- Best player score: 15
- Position: #121 / 570
- Number of attempts: 9
Visual block training - 1096 entries
You see the input. You see the output. Go.
- Best score: 17
- Best player score: 62
- Position: #173 / 207
- Number of attempts: 1
Put a newline after every 10 lines in vim - 1668 entries
Goal is to put a newline after every 10 lines in vim.
- Best score: 10
- Best player score: 13
- Position: #403 / 561
- Number of attempts: 1
VimGolf