Played Challenges
Markdown Blog Editing - 370 entries
Convert the given link text in start file to a markdown link list.
- Best score: 30
- Best player score: 42
- Position: #34 / 86
- Number of attempts: 7
Fix timezone format - 298 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: #50 / 96
- Number of attempts: 2
Remove line numbers - 747 entries
From http://web.archive.org/web/20140831121704/http://dirac.org/linux/gdb/02a-Memory_Layout_And_The_Stack.php#investigatingthestackwithgdb.
- Best score: 9
- Best player score: 34
- Position: #159 / 200
- Number of attempts: 9
Paste a column after a column - 2610 entries
This task is very common while using multi-cursor. What is the elegant vim way ?
- Best score: 14
- Best player score: 53
- Position: #508 / 566
- Number of attempts: 2