Played Challenges
Create json from a .env file - 1518 entries
A simple everyday task.
- Best score: 39
- Best player score: 46
- Position: #94 / 353
- Number of attempts: 8
Sort and Tag - 676 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: 59
- Position: #48 / 140
- Number of attempts: 13
Changing date formats - 687 entries
Change the date format to Y/M/D.
- Best score: 37
- Best player score: 93
- Position: #122 / 188
- Number of attempts: 3
YAML to dotenv - 1459 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 19
- Position: #95 / 298
- Number of attempts: 6
Swap columns and transform to CSV format - 426 entries
Turn this spreadsheet output into a CSV file but first swap the columns
- Best score: 16
- Best player score: 16
- Position: #10 / 154
- Number of attempts: 8
Generate an entry for each month - 369 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: 56
- Position: #58 / 91
- Number of attempts: 2
The Fibonacci Spacer - 157 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: 43
- Position: #18 / 47
- Number of attempts: 7
Fix the Scala Method - 306 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: #66 / 98
- Number of attempts: 3
Change class fields from camel case to snake case - 568 entries
This is the reverse of the previous challenge: https://www.vimgolf.com/challenges/9v006705493c000000000513
- Best score: 18
- Best player score: 18
- Position: #33 / 132
- Number of attempts: 7
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: 15
- Position: #29 / 87
- Number of attempts: 3
Copy punctuation - 682 entries
I want to copy the last line’s brackets, quotes, and commas to each line. How?
- Best score: 19
- Best player score: 25
- Position: #36 / 166
- Number of attempts: 7
months to html list items - 1130 entries
Turn the months into list items.
- Best score: 22
- Best player score: 24
- Position: #106 / 306
- Number of attempts: 8
Simple, Practical, and Common - 33929 entries
Simple things we do all the time should be able to be done with very few keystrokes, but sometimes I find something I need to do makes me go, "There MUST be a better way." This challenge is just a simple movement and entering text at a certain place.
- Best score: 22
- Best player score: 22
- Position: #2417 / 7489
- Number of attempts: 11
VimGolf