Played Challenges
From brakets to parens - 1134 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: #168 / 249
- Number of attempts: 2
Create json from a .env file - 1585 entries
A simple everyday task.
- Best score: 39
- Best player score: 113
- Position: #341 / 376
- Number of attempts: 1
Reordering properties - 1220 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: #133 / 279
- Number of attempts: 3
Reorganize Pokémon - 829 entries
Change the format of the each line and sort alphabetically.
- Best score: 18
- Best player score: 126
- Position: #225 / 226
- Number of attempts: 1
Replace csv column if it's not empty - 270 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: #81 / 92
- Number of attempts: 1
Search different SQL column with similar where clause - 336 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: #70 / 79
- Number of attempts: 2
Replace word while reserving first letter case - 664 entries
Window -> Door window -> door Windows -> Windows windows -> windows
- Best score: 24
- Best player score: 42
- Position: #97 / 126
- Number of attempts: 1
Change the content of a string - 1761 entries
This docstring is a complete lie. Fix it.
- Best score: 22
- Best player score: 29
- Position: #571 / 645
- Number of attempts: 1
VimGolf