Played Challenges
Create json from a .env file - 1435 entries
A simple everyday task.
- Best score: 39
- Best player score: 45
- Position: #80 / 334
- Number of attempts: 6
Reordering properties - 1100 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: 54
- Position: #76 / 256
- Number of attempts: 5
Sort and Tag - 659 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: 119
- Position: #97 / 136
- Number of attempts: 2
Changing date formats - 673 entries
Change the date format to Y/M/D.
- Best score: 37
- Best player score: 89
- Position: #113 / 182
- Number of attempts: 5
YAML to dotenv - 1328 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 22
- Position: #115 / 277
- Number of attempts: 3
Swap columns and transform to CSV format - 403 entries
Turn this spreadsheet output into a CSV file but first swap the columns
- Best score: 16
- Best player score: 19
- Position: #92 / 149
- Number of attempts: 2
Generate an entry for each month - 356 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: 37
- Position: #26 / 87
- Number of attempts: 4
Fix the git merge conflicts - 304 entries
Solve the merge conflicts in the Python file
- Best score: 36
- Best player score: 50
- Position: #27 / 82
- Number of attempts: 3
Nested JSON Flattener - 126 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: 111
- Position: #23 / 29
- Number of attempts: 2
The Fibonacci Spacer - 153 entries
Split the words, remove punctuation and add spaces before each line following the Fibonacci sequence (0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89)
- Best score: 25
- Best player score: 33
- Position: #13 / 44
- Number of attempts: 5
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: 24
- Position: #51 / 94
- Number of attempts: 1
Change class fields from camel case to snake case - 539 entries
This is the reverse of the previous challenge: https://www.vimgolf.com/challenges/9v006705493c000000000513
- Best score: 18
- Best player score: 21
- Position: #57 / 124
- Number of attempts: 2
Append leading hyphen count to each line - 126 entries
Append the number of leading hyphens to the end of each line.
- Best score: 23
- Best player score: 25
- Position: #22 / 35
- Number of attempts: 2
Simple text editing with Vim - 13311 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 14
- Position: #2072 / 3821
- Number of attempts: 1
VimGolf