Played Challenges
Fix the Scala Method - 252 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: 25
- Position: #47 / 81
- Number of attempts: 2
Change class fields from snake case to camel case - 261 entries
Change the class fields in this Scala class from snake case to camel case
- Best score: 13
- Best player score: 13
- Position: #7 / 99
- Number of attempts: 1
Reorganize Pokémon - 651 entries
Change the format of the each line and sort alphabetically.
- Best score: 18
- Best player score: 25
- Position: #137 / 178
- Number of attempts: 1
CaN yOuR ViM dO ThAt? #1 - 204 entries
Tsoding's famous "Can your Vim do that?" https://youtu.be/Bafo3hhheHU?si=DfcT4sUEMTSAevnx&t=1091
- Best score: 41
- Best player score: 48
- Position: #67 / 80
- Number of attempts: 1
Move list of uuids into a SQL query - 169 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: 65
- Position: #24 / 58
- Number of attempts: 2
Fix timezone format - 304 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: 19
- Position: #64 / 98
- Number of attempts: 1
Rearrange array to one line - 728 entries
Rearrange the array content on only one line, and remove trailing commas
- Best score: 13
- Best player score: 16
- Position: #52 / 176
- Number of attempts: 2
months to html list items - 1098 entries
Turn the months into list items.
- Best score: 22
- Best player score: 26
- Position: #157 / 299
- Number of attempts: 2
Quicksort - 2049 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: 26
- Position: #311 / 454
- Number of attempts: 3
Paste a column after a column - 2620 entries
This task is very common while using multi-cursor. What is the elegant vim way ?
- Best score: 14
- Best player score: 17
- Position: #237 / 568
- Number of attempts: 3
Reformat symbols in list - 1635 entries
Saw this in some lecture, easy reformatting using multiple cursor in VS Code
- Best score: 24
- Best player score: 40
- Position: #276 / 352
- Number of attempts: 1
Poorly indented Python comments - 1328 entries
Fix the alignment of some Python comments as quickly as possible.
- Best score: 15
- Best player score: 35
- Position: #133 / 223
- Number of attempts: 2
2 quick changes and a numbered list - 648 entries
The ascii will not be lost, but rather numbered in 4 digit blocks with leading zeros.
- Best score: 37
- Best player score: 43
- Position: #71 / 155
- Number of attempts: 5
delete swap - 1814 entries
delete all swap
- Best score: 5
- Best player score: 5
- Position: #383 / 565
- Number of attempts: 5
hello-world-vimgolf - 2506 entries
Simple number generation
- Best score: 10
- Best player score: 10
- Position: #343 / 713
- Number of attempts: 4
Inverting Lines - 1931 entries
A simple challenge to invert all lines, except the first.
- Best score: 10
- Best player score: 11
- Position: #275 / 517
- Number of attempts: 1