Played Challenges
Markdown Blog Editing - 485 entries
Convert the given link text in start file to a markdown link list.
- Best score: 30
- Best player score: 42
- Position: #41 / 117
- Number of attempts: 7
Fix timezone format - 372 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: 17
- Position: #57 / 120
- Number of attempts: 2
Remove line numbers - 786 entries
From http://web.archive.org/web/20140831121704/http://dirac.org/linux/gdb/02a-Memory_Layout_And_The_Stack.php#investigatingthestackwithgdb.
- Best score: 8
- Best player score: 34
- Position: #166 / 209
- Number of attempts: 9
Paste a column after a column - 2668 entries
This task is very common while using multi-cursor. What is the elegant vim way ?
- Best score: 14
- Best player score: 53
- Position: #519 / 578
- Number of attempts: 2
VimGolf