Played Challenges
Change class fields from camel case to snake case - 274 entries
This is the reverse of the previous challenge: https://www.vimgolf.com/challenges/9v006705493c000000000513
- Best score: 18
- Best player score: 23
- Position: #41 / 69
- Number of attempts: 3
Change class fields from snake case to camel case - 150 entries
Change the class fields in this Scala class from snake case to camel case
- Best score: 13
- Best player score: 13
- Position: #15 / 56
- Number of attempts: 3
Reorganize Pokémon - 301 entries
Change the format of the each line and sort alphabetically.
- Best score: 18
- Best player score: 21
- Position: #37 / 80
- Number of attempts: 2
Replace csv column if it's not empty - 93 entries
Replace the credit_score_percentile column with the value 0.0 but leave the empty ones untouched
- Best score: 15
- Best player score: 16
- Position: #20 / 38
- Number of attempts: 4
CaN yOuR ViM dO ThAt? #1 - 77 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: #27 / 32
- Number of attempts: 3
Move list of uuids into a SQL query - 68 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: 63
- Position: #9 / 28
- Number of attempts: 3
Fix timezone format - 225 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: 20
- Position: #59 / 75
- Number of attempts: 2
Rearrange array to single level - 1298 entries
The goal is to flatten the array into a single list and remove any empty elements.
- Best score: 14
- Best player score: 21
- Position: #74 / 205
- Number of attempts: 9
Rearrange array to one line - 602 entries
Rearrange the array content on only one line, and remove trailing commas
- Best score: 13
- Best player score: 20
- Position: #65 / 144
- Number of attempts: 3
Copy punctuation - 487 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: #37 / 121
- Number of attempts: 4
Column wise pasting - 172 entries
Make a table from 3 columns
- Best score: 17
- Best player score: 26
- Position: #20 / 37
- Number of attempts: 7
Deleting text - 254 entries
Delete everything except some specific numbers.
- Best score: 26
- Best player score: 47
- Position: #56 / 81
- Number of attempts: 1
months to html list items - 1010 entries
Turn the months into list items.
- Best score: 22
- Best player score: 38
- Position: #243 / 274
- Number of attempts: 3
Tic-Tac-Toe Grid Transformation - 396 entries
Your mission is to efficiently convert the original Tic-Tac-Toe grid, represented by 'x's and 'o's, into a neat and well-organized game board.
- Best score: 56
- Best player score: 162
- Position: #67 / 83
- Number of attempts: 1
Pick and sort servers from mirror list - 431 entries
Retrieve the primary server for each country from a mirror list file and organize them alphabetically by country name. Given a mirror list file containing server information for various countries, the objective is to extract the primary server from each country and then arrange these servers in alphabetical order based on the respective country names.
- Best score: 28
- Best player score: 42
- Position: #57 / 87
- Number of attempts: 3
Remove line numbers - 736 entries
From http://web.archive.org/web/20140831121704/http://dirac.org/linux/gdb/02a-Memory_Layout_And_The_Stack.php#investigatingthestackwithgdb.
- Best score: 9
- Best player score: 12
- Position: #78 / 198
- Number of attempts: 13
HS exam question - 1589 entries
Convert the data to a python dictionary
- Best score: 47
- Best player score: 60
- Position: #124 / 417
- Number of attempts: 2
Many duplicates - 1445 entries
Quick and easy
- Best score: 7
- Best player score: 8
- Position: #304 / 468
- Number of attempts: 2
Sort and add attributes - 1451 entries
Sort the states and add the attribute country to each record.
- Best score: 33
- Best player score: 34
- Position: #385 / 563
- Number of attempts: 3