Played Challenges
From brakets to parens - 851 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: 30
- Position: #74 / 196
- Number of attempts: 2
π - 247 entries
1200 π chars
- Best score: 16
- Best player score: 17
- Position: #17 / 61
- Number of attempts: 4
Reordering properties - 1120 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: 76
- Position: #127 / 264
- Number of attempts: 3
Changing date formats - 680 entries
Change the date format to Y/M/D.
- Best score: 37
- Best player score: 79
- Position: #93 / 185
- Number of attempts: 1
YAML to dotenv - 1430 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 34
- Position: #224 / 294
- Number of attempts: 1
Change to ascending order - 484 entries
Change each line of numbers consistently from descending to ascending order.
- Best score: 17
- Best player score: 39
- Position: #41 / 118
- Number of attempts: 1
Swap columns and transform to CSV format - 411 entries
Turn this spreadsheet output into a CSV file but first swap the columns
- Best score: 16
- Best player score: 28
- Position: #133 / 152
- Number of attempts: 1
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: 69
- Position: #16 / 29
- Number of attempts: 4
Replace markdown sections with numbering - 302 entries
Replace each section and subsection with their respective numbers
- Best score: 29
- Best player score: 124
- Position: #73 / 79
- Number of attempts: 3
Change class fields from camel case to snake case - 549 entries
This is the reverse of the previous challenge: https://www.vimgolf.com/challenges/9v006705493c000000000513
- Best score: 18
- Best player score: 32
- Position: #90 / 128
- Number of attempts: 2
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: 80
- Position: #66 / 71
- Number of attempts: 1
Word completion - 284 entries
Try to complete these options within 20 keystrokes.
- Best score: 20
- Best player score: 22
- Position: #22 / 76
- Number of attempts: 4
Copy punctuation - 681 entries
I want to copy the last line’s brackets, quotes, and commas to each line. How?
- Best score: 19
- Best player score: 30
- Position: #60 / 165
- Number of attempts: 2
Column wise pasting - 256 entries
Make a table from 3 columns
- Best score: 17
- Best player score: 37
- Position: #38 / 53
- Number of attempts: 2
Quicksort - 2094 entries
We need the numbers in the first row sorted as quickly as possible! Be careful not to disturb the data below the divider though: that must remain unchanged.
- Best score: 6
- Best player score: 38
- Position: #404 / 464
- Number of attempts: 1
Align commas - 1097 entries
There are 15,000 aligning challenges on vimgolf.com, and they're all exactly the same. I hope this one is a little different.
- Best score: 11
- Best player score: 26
- Position: #238 / 247
- Number of attempts: 2
Entries sort - 93 entries
It cames to my mind a weird idea : sorting parts of my .vimrc. Take few minutes to sort out this, it's easy !
- Best score: 14
- Best player score: 19
- Position: #39 / 41
- Number of attempts: 3
Shuffle and Sort - 233 entries
The values where sorted incorrectly. Get them back to how they are supposed to be
- Best score: 17
- Best player score: 30
- Position: #63 / 69
- Number of attempts: 2
VimGolf