Played Challenges
Generate an entry for each month - 107 entries
The input file contains a URI with a month in it. Generate the URIs for all the other months up to a couple of years
- Best score: 27
- Best player score: 47
- Position: #21 / 34
- Number of attempts: 2
Fix the git merge conflicts - 79 entries
Solve the merge conflicts in the Python file
- Best score: 36
- Best player score: 57
- Position: #13 / 26
- Number of attempts: 6
Replace markdown sections with numbering - 144 entries
Replace each section and subsection with their respective numbers
- Best score: 29
- Best player score: 65
- Position: #24 / 43
- Number of attempts: 6
Fix the Scala Method - 106 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: 26
- Position: #28 / 39
- Number of attempts: 3
Change class fields from camel case to snake case - 277 entries
This is the reverse of the previous challenge: https://www.vimgolf.com/challenges/9v006705493c000000000513
- Best score: 18
- Best player score: 19
- Position: #26 / 71
- Number of attempts: 3
Change class fields from snake case to camel case - 150 entries
Change the class fields in this Scala class from snake case to camel case
- Best score: 13
- Best player score: 16
- Position: #42 / 56
- Number of attempts: 5
Replace csv column if it's not empty - 95 entries
Replace the credit_score_percentile column with the value 0.0 but leave the empty ones untouched
- Best score: 15
- Best player score: 16
- Position: #24 / 39
- Number of attempts: 2
Change readonly files - 33 entries
Try to write a file that was marked as read-only.
- Best score: 20
- Best player score: 22
- Position: #7 / 12
- Number of attempts: 7
extract struct tag in go - 42 entries
Can you extract all struct tags in the fewest keystrokes possible?
- Best score: 29
- Best player score: 38
- Position: #9 / 17
- Number of attempts: 3
CaN yOuR ViM dO ThAt? #1 - 82 entries
Tsoding's famous "Can your Vim do that?" https://youtu.be/Bafo3hhheHU?si=DfcT4sUEMTSAevnx&t=1091
- Best score: 41
- Best player score: 49
- Position: #35 / 35
- Number of attempts: 1
Move list of uuids into a SQL query - 69 entries
Take the list of UUIDs and use them as a filter in the where statement of a SQL query
- Best score: 57
- Best player score: 75
- Position: #27 / 29
- Number of attempts: 1
Word completion - 185 entries
Try to complete these options within 20 keystrokes.
- Best score: 20
- Best player score: 24
- Position: #22 / 51
- Number of attempts: 6
Hex to binary - 91 entries
Convert hexadecimal numbers into binary format.
- Best score: 29
- Best player score: 44
- Position: #15 / 19
- Number of attempts: 3