Played Challenges
Swap function parameters and delete all comments in python. - 539 entries
Swap function parameters and delete all comments in python.
- Best score: 19
- Best player score: 28
- Position: #78 / 148
- Number of attempts: 3
Delete the last function argument in python. - 423 entries
Delete the last function argument in this python script.
- Best score: 6
- Best player score: 8
- Position: #114 / 153
- Number of attempts: 1
Find the devices that have no revoked time, and extract out the duration left on their leases. - 165 entries
Extract non-revoked devices and the duration of their leases.
- Best score: 50
- Best player score: 262
- Position: #44 / 46
- Number of attempts: 3
Convert list of enums to list of localization terms - 183 entries
While making my game Piloteer, I had a large list of TaskTypes and needed to convert them to an equivalent list of localization terms, to be used when translating the game's text into different languages.
- Best score: 75
- Best player score: 130
- Position: #45 / 60
- Number of attempts: 2
From brakets to parens - 1228 entries
This is one of the most common problem when you wrap an array for error handling. Vim is useful when you convert foo[i][j][k] into foo(i, j, k) for many times.
- Best score: 24
- Best player score: 221
- Position: #270 / 272
- Number of attempts: 3
Create json from a .env file - 1632 entries
A simple everyday task.
- Best score: 38
- Best player score: 93
- Position: #336 / 398
- Number of attempts: 1
Reordering properties - 1307 entries
Arrange the CSS lines for the #topbar selector based on their complete line length, from shortest to longest.
- Best score: 24
- Best player score: 105
- Position: #222 / 292
- Number of attempts: 1
Sort and Tag - 697 entries
The goal is to sort these lines alphabetically, assign a unique identifier to each line in the format "[01]", "[02]", etc., and then restore the original order of the lines while preserving the assigned identifiers.
- Best score: 36
- Best player score: 90
- Position: #81 / 150
- Number of attempts: 1
Changing date formats - 718 entries
Change the date format to Y/M/D.
- Best score: 37
- Best player score: 127
- Position: #165 / 202
- Number of attempts: 1
YAML to dotenv - 1574 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 49
- Position: #293 / 329
- Number of attempts: 1
Change to ascending order - 513 entries
Change each line of numbers consistently from descending to ascending order.
- Best score: 17
- Best player score: 200
- Position: #119 / 127
- Number of attempts: 1
Swap columns and transform to CSV format - 457 entries
Turn this spreadsheet output into a CSV file but first swap the columns
- Best score: 16
- Best player score: 30
- Position: #149 / 167
- Number of attempts: 2
Generate an entry for each month - 378 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: 88
- Position: #80 / 94
- Number of attempts: 2
Fix the git merge conflicts - 341 entries
Solve the merge conflicts in the Python file
- Best score: 36
- Best player score: 59
- Position: #57 / 101
- Number of attempts: 1
Replace markdown sections with numbering - 314 entries
Replace each section and subsection with their respective numbers
- Best score: 29
- Best player score: 57
- Position: #36 / 86
- Number of attempts: 5
Fix the Scala Method - 346 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: 30
- Position: #91 / 116
- Number of attempts: 1
Change class fields from camel case to snake case - 648 entries
This is the reverse of the previous challenge: https://www.vimgolf.com/challenges/9v006705493c000000000513
- Best score: 18
- Best player score: 36
- Position: #110 / 148
- Number of attempts: 2
Change class fields from snake case to camel case - 316 entries
Change the class fields in this Scala class from snake case to camel case
- Best score: 13
- Best player score: 24
- Position: #112 / 119
- Number of attempts: 1
Reorganize Pokémon - 854 entries
Change the format of the each line and sort alphabetically.
- Best score: 18
- Best player score: 40
- Position: #222 / 234
- Number of attempts: 1
Replace csv column if it's not empty - 282 entries
Replace the credit_score_percentile column with the value 0.0 but leave the empty ones untouched
- Best score: 15
- Best player score: 15
- Position: #43 / 95
- Number of attempts: 6
Convert plain text into a markdown table - 101 entries
Convert the table to markdown to make it more usable
- Best score: 56
- Best player score: 153
- Position: #24 / 32
- Number of attempts: 4
VimGolf