Played Challenges
Create json from a .env file - 1525 entries
A simple everyday task.
- Best score: 39
- Best player score: 52
- Position: #120 / 357
- Number of attempts: 6
Sort and Tag - 676 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: #139 / 140
- Number of attempts: 1
YAML to dotenv - 1476 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 30
- Position: #205 / 301
- Number of attempts: 1
Search different SQL column with similar where clause - 328 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: #56 / 75
- Number of attempts: 3
Rearrange array to single level - 1737 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: #197 / 290
- Number of attempts: 4
Swap values - 4670 entries
Well, swap the values...
- Best score: 11
- Best player score: 16
- Position: #1106 / 1285
- Number of attempts: 1
VimGolf