Played Challenges
Create json from a .env file - 1585 entries
A simple everyday task.
- Best score: 39
- Best player score: 52
- Position: #125 / 376
- Number of attempts: 6
Sort and Tag - 685 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: #144 / 145
- Number of attempts: 1
YAML to dotenv - 1542 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 30
- Position: #215 / 316
- 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: 29
- Position: #58 / 79
- Number of attempts: 3
Rearrange array to single level - 1791 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: #204 / 299
- Number of attempts: 4
Swap values - 4693 entries
Well, swap the values...
- Best score: 11
- Best player score: 16
- Position: #1109 / 1289
- Number of attempts: 1
VimGolf