Played Challenges
From brakets to parens - 611 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: 42
- Position: #100 / 139
- Number of attempts: 2
Create json from a .env file - 1303 entries
A simple everyday task.
- Best score: 39
- Best player score: 113
- Position: #273 / 303
- Number of attempts: 1
Reordering properties - 1042 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: 73
- Position: #109 / 240
- Number of attempts: 3
Reorganize Pokémon - 691 entries
Change the format of the each line and sort alphabetically.
- Best score: 18
- Best player score: 126
- Position: #189 / 190
- Number of attempts: 1
Replace csv column if it's not empty - 248 entries
Replace the credit_score_percentile column with the value 0.0 but leave the empty ones untouched
- Best score: 15
- Best player score: 21
- Position: #75 / 83
- Number of attempts: 1
Search different SQL column with similar where clause - 314 entries
Replace a column in the where clause and convert all numbers from text to numeric, by replacing the leading 0 with the code 359.
- Best score: 22
- Best player score: 35
- Position: #62 / 69
- Number of attempts: 2
Replace word while reserving first letter case - 641 entries
Window -> Door window -> door Windows -> Windows windows -> windows
- Best score: 24
- Best player score: 42
- Position: #95 / 124
- Number of attempts: 1
Change the content of a string - 1707 entries
This docstring is a complete lie. Fix it.
- Best score: 22
- Best player score: 29
- Position: #559 / 628
- Number of attempts: 1
VimGolf