Played Challenges
Changing date formats - 431 entries
Change the date format to Y/M/D.
- Best score: 37
- Best player score: 93
- Position: #86 / 133
- Number of attempts: 2
YAML to dotenv - 917 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 16
- Position: #18 / 201
- Number of attempts: 4
Replace markdown sections with numbering - 205 entries
Replace each section and subsection with their respective numbers
- Best score: 29
- Best player score: 81
- Position: #38 / 61
- Number of attempts: 1
Fix the Scala Method - 230 entries
Fix the missing semicolons and the Int type, ensure the floating point division, and remove the unnecessary return.
- Best score: 9
- Best player score: 22
- Position: #10 / 73
- Number of attempts: 2
Change class fields from camel case to snake case - 457 entries
This is the reverse of the previous challenge: https://www.vimgolf.com/challenges/9v006705493c000000000513
- Best score: 18
- Best player score: 18
- Position: #14 / 110
- Number of attempts: 4
Change class fields from snake case to camel case - 240 entries
Change the class fields in this Scala class from snake case to camel case
- Best score: 13
- Best player score: 13
- Position: #27 / 91
- Number of attempts: 1
Reorganize Pokémon - 602 entries
Change the format of the each line and sort alphabetically.
- Best score: 18
- Best player score: 18
- Position: #12 / 164
- Number of attempts: 4
CaN yOuR ViM dO ThAt? #1 - 177 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 / 71
- Number of attempts: 3
Markdown Blog Editing - 364 entries
Convert the given link text in start file to a markdown link list.
- Best score: 30
- Best player score: 36
- Position: #22 / 84
- Number of attempts: 2
Word completion - 233 entries
Try to complete these options within 20 keystrokes.
- Best score: 20
- Best player score: 20
- Position: #10 / 63
- Number of attempts: 4
Fix timezone format - 294 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 / 94
- Number of attempts: 3
Rearrange array to single level - 1513 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: #74 / 250
- Number of attempts: 4
Copy punctuation - 590 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: #119 / 146
- Number of attempts: 1
Deleting text - 288 entries
Delete everything except some specific numbers.
- Best score: 26
- Best player score: 45
- Position: #50 / 93
- Number of attempts: 1