Played Challenges
Create json from a .env file - 1376 entries
A simple everyday task.
- Best score: 39
- Best player score: 52
- Position: #112 / 324
- Number of attempts: 6
Sort and Tag - 654 entries
The goal is to sort these lines alphabetically, assign a unique identifier to each line in the format "[01]", "[02]", etc., and then restore the original order of the lines while preserving the assigned identifiers.
- Best score: 36
- Best player score: 511
- Position: #132 / 133
- Number of attempts: 1
YAML to dotenv - 1305 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 30
- Position: #185 / 273
- Number of attempts: 1
Search different SQL column with similar where clause - 315 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: 29
- Position: #53 / 70
- Number of attempts: 3
Rearrange array to single level - 1657 entries
The goal is to flatten the array into a single list and remove any empty elements.
- Best score: 14
- Best player score: 32
- Position: #189 / 275
- Number of attempts: 4
Swap values - 4661 entries
Well, swap the values...
- Best score: 11
- Best player score: 16
- Position: #1105 / 1282
- Number of attempts: 1
VimGolf