Played Challenges
Reordering properties - 1042 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: 81
- Position: #131 / 240
- Number of attempts: 2
Changing date formats - 615 entries
Change the date format to Y/M/D.
- Best score: 37
- Best player score: 69
- Position: #71 / 170
- Number of attempts: 2
YAML to dotenv - 1226 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 16
- Position: #16 / 262
- Number of attempts: 8
Swap columns and transform to CSV format - 386 entries
Turn this spreadsheet output into a CSV file but first swap the columns
- Best score: 16
- Best player score: 17
- Position: #35 / 143
- Number of attempts: 3
Generate an entry for each month - 351 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: 82
- Position: #71 / 84
- Number of attempts: 4
Nested JSON Flattener - 101 entries
Transform a deeply nested JSON structure into a flattened key-value format where each path is represented by dot notation
- Best score: 44
- Best player score: 83
- Position: #17 / 27
- Number of attempts: 2
Fix the Scala Method - 287 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: 28
- Position: #69 / 90
- Number of attempts: 1
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: #26 / 120
- Number of attempts: 7
Change class fields from snake case to camel case - 276 entries
Change the class fields in this Scala class from snake case to camel case
- Best score: 13
- Best player score: 13
- Position: #41 / 103
- Number of attempts: 2
Reorganize Pokémon - 691 entries
Change the format of the each line and sort alphabetically.
- Best score: 18
- Best player score: 19
- Position: #51 / 190
- Number of attempts: 3
Replace csv column if it's not empty - 248 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: #19 / 83
- Number of attempts: 6
CaN yOuR ViM dO ThAt? #1 - 236 entries
Tsoding's famous "Can your Vim do that?" https://youtu.be/Bafo3hhheHU?si=DfcT4sUEMTSAevnx&t=1091
- Best score: 41
- Best player score: 47
- Position: #67 / 91
- Number of attempts: 2
Move list of uuids into a SQL query - 196 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: 77
- Position: #60 / 66
- Number of attempts: 1
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: #17 / 101
- Number of attempts: 5
Remove adjacent duplicates - 646 entries
Try to find a way to remove adjacent duplicate letters.
- Best score: 19
- Best player score: 20
- Position: #31 / 162
- Number of attempts: 6
Rearrange array to single level - 1631 entries
The goal is to flatten the array into a single list and remove any empty elements.
- Best score: 14
- Best player score: 24
- Position: #121 / 271
- Number of attempts: 3
Rearrange array to one line - 758 entries
Rearrange the array content on only one line, and remove trailing commas
- Best score: 13
- Best player score: 18
- Position: #65 / 182
- Number of attempts: 3
Column wise pasting - 240 entries
Make a table from 3 columns
- Best score: 17
- Best player score: 63
- Position: #49 / 51
- Number of attempts: 1
VimGolf