Played Challenges
Generate an entry for each month - 360 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: #47 / 88
- Number of attempts: 2
Fix the git merge conflicts - 308 entries
Solve the merge conflicts in the Python file
- Best score: 36
- Best player score: 57
- Position: #40 / 85
- Number of attempts: 6
Replace markdown sections with numbering - 296 entries
Replace each section and subsection with their respective numbers
- Best score: 29
- Best player score: 65
- Position: #43 / 77
- Number of attempts: 6
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: 26
- Position: #59 / 94
- Number of attempts: 3
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: 19
- Position: #45 / 127
- Number of attempts: 3
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: 16
- Position: #82 / 108
- Number of attempts: 5
Replace csv column if it's not empty - 255 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: #48 / 87
- Number of attempts: 2
Change readonly files - 96 entries
Try to write a file that was marked as read-only.
- Best score: 20
- Best player score: 22
- Position: #15 / 27
- Number of attempts: 7
extract struct tag in go - 149 entries
Can you extract all struct tags in the fewest keystrokes possible?
- Best score: 29
- Best player score: 38
- Position: #14 / 41
- Number of attempts: 3
CaN yOuR ViM dO ThAt? #1 - 254 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: #83 / 99
- Number of attempts: 1
Move list of uuids into a SQL query - 218 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: #59 / 71
- Number of attempts: 1
Word completion - 283 entries
Try to complete these options within 20 keystrokes.
- Best score: 20
- Best player score: 24
- Position: #32 / 75
- Number of attempts: 6
Hex to binary - 120 entries
Convert hexadecimal numbers into binary format.
- Best score: 29
- Best player score: 44
- Position: #18 / 23
- Number of attempts: 3
VimGolf