Played Challenges
Changing date formats - 678 entries
Change the date format to Y/M/D.
- Best score: 37
- Best player score: 93
- Position: #119 / 184
- Number of attempts: 2
YAML to dotenv - 1337 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 16
- Position: #18 / 279
- Number of attempts: 4
Replace markdown sections with numbering - 296 entries
Replace each section and subsection with their respective numbers
- Best score: 29
- Best player score: 81
- Position: #50 / 77
- Number of attempts: 1
Fix the Scala Method - 296 entries
Fix the missing semicolons and the Int type, ensure the floating point division, and remove the unnecessary return.
- Best score: 2
- Best player score: 22
- Position: #11 / 94
- Number of attempts: 2
Change class fields from camel case to snake case - 547 entries
This is the reverse of the previous challenge: https://www.vimgolf.com/challenges/9v006705493c000000000513
- Best score: 18
- Best player score: 18
- Position: #14 / 127
- Number of attempts: 4
Change class fields from snake case to camel case - 290 entries
Change the class fields in this Scala class from snake case to camel case
- Best score: 13
- Best player score: 13
- Position: #27 / 108
- Number of attempts: 1
Reorganize Pokémon - 733 entries
Change the format of the each line and sort alphabetically.
- Best score: 18
- Best player score: 18
- Position: #12 / 202
- Number of attempts: 4
CaN yOuR ViM dO ThAt? #1 - 253 entries
Tsoding's famous "Can your Vim do that?" https://youtu.be/Bafo3hhheHU?si=DfcT4sUEMTSAevnx&t=1091
- Best score: 41
- Best player score: 41
- Position: #8 / 98
- Number of attempts: 3
Markdown Blog Editing - 446 entries
Convert the given link text in start file to a markdown link list.
- Best score: 30
- Best player score: 36
- Position: #27 / 104
- Number of attempts: 2
Word completion - 283 entries
Try to complete these options within 20 keystrokes.
- Best score: 20
- Best player score: 20
- Position: #10 / 75
- Number of attempts: 4
Fix timezone format - 322 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: #16 / 103
- Number of attempts: 3
Rearrange array to single level - 1683 entries
The goal is to flatten the array into a single list and remove any empty elements.
- Best score: 14
- Best player score: 20
- Position: #81 / 280
- Number of attempts: 4
Copy punctuation - 679 entries
I want to copy the last line’s brackets, quotes, and commas to each line. How?
- Best score: 19
- Best player score: 53
- Position: #134 / 164
- Number of attempts: 1
Deleting text - 326 entries
Delete everything except some specific numbers.
- Best score: 26
- Best player score: 45
- Position: #53 / 102
- Number of attempts: 1
VimGolf