Played Challenges
Create json from a .env file - 1453 entries
A simple everyday task.
- Best score: 39
- Best player score: 52
- Position: #117 / 338
- Number of attempts: 6
Sort and Tag - 659 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: #135 / 136
- Number of attempts: 1
YAML to dotenv - 1337 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 30
- Position: #191 / 279
- 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 - 1683 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: #193 / 280
- Number of attempts: 4
Swap values - 4663 entries
Well, swap the values...
- Best score: 11
- Best player score: 16
- Position: #1105 / 1283
- Number of attempts: 1
VimGolf