Played Challenges
Changing date formats - 615 entries
Change the date format to Y/M/D.
- Best score: 37
- Best player score: 93
- Position: #110 / 170
- Number of attempts: 2
YAML to dotenv - 1255 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 16
- Position: #18 / 266
- Number of attempts: 4
Replace markdown sections with numbering - 287 entries
Replace each section and subsection with their respective numbers
- Best score: 29
- Best player score: 81
- Position: #47 / 73
- Number of attempts: 1
Fix the Scala Method - 289 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 / 91
- Number of attempts: 2
Change class fields from camel case to snake case - 526 entries
This is the reverse of the previous challenge: https://www.vimgolf.com/challenges/9v006705493c000000000513
- Best score: 18
- Best player score: 18
- Position: #14 / 120
- Number of attempts: 4
Change class fields from snake case to camel case - 278 entries
Change the class fields in this Scala class from snake case to camel case
- Best score: 13
- Best player score: 13
- Position: #27 / 104
- Number of attempts: 1
Reorganize Pokémon - 696 entries
Change the format of the each line and sort alphabetically.
- Best score: 18
- Best player score: 18
- Position: #12 / 191
- Number of attempts: 4
CaN yOuR ViM dO ThAt? #1 - 239 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 / 91
- Number of attempts: 3
Markdown Blog Editing - 434 entries
Convert the given link text in start file to a markdown link list.
- Best score: 30
- Best player score: 36
- Position: #25 / 101
- Number of attempts: 2
Word completion - 279 entries
Try to complete these options within 20 keystrokes.
- Best score: 20
- Best player score: 20
- Position: #10 / 72
- Number of attempts: 4
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: #16 / 101
- Number of attempts: 3
Rearrange array to single level - 1649 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: #79 / 272
- Number of attempts: 4
Copy punctuation - 671 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: #130 / 159
- Number of attempts: 1
Deleting text - 325 entries
Delete everything except some specific numbers.
- Best score: 26
- Best player score: 45
- Position: #53 / 101
- Number of attempts: 1
VimGolf