Played Challenges
Create json from a .env file - 1237 entries
A simple everyday task.
- Best score: 39
- Best player score: 44
- Position: #64 / 286
- Number of attempts: 5
Sort and Tag - 578 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: 125
- Position: #88 / 116
- Number of attempts: 3
Changing date formats - 589 entries
Change the date format to Y/M/D.
- Best score: 37
- Best player score: 100
- Position: #114 / 162
- Number of attempts: 4
YAML to dotenv - 1153 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 22
- Position: #106 / 254
- Number of attempts: 7
Swap columns and transform to CSV format - 370 entries
Turn this spreadsheet output into a CSV file but first swap the columns
- Best score: 16
- Best player score: 19
- Position: #90 / 136
- Number of attempts: 6
Fix the Scala Method - 269 entries
Fix the missing semicolons and the Int type, ensure the floating point division, and remove the unnecessary return.
- Best score: 2
- Best player score: 23
- Position: #46 / 86
- Number of attempts: 2
Move list of uuids into a SQL query - 191 entries
Take the list of UUIDs and use them as a filter in the where statement of a SQL query
- Best score: 57
- Best player score: 65
- Position: #27 / 65
- Number of attempts: 5
Markdown Blog Editing - 416 entries
Convert the given link text in start file to a markdown link list.
- Best score: 30
- Best player score: 37
- Position: #26 / 97
- Number of attempts: 6
Rearrange array to single level - 1613 entries
The goal is to flatten the array into a single list and remove any empty elements.
- Best score: 14
- Best player score: 75
- Position: #250 / 269
- Number of attempts: 1
Rearrange array to one line - 750 entries
Rearrange the array content on only one line, and remove trailing commas
- Best score: 13
- Best player score: 22
- Position: #117 / 181
- Number of attempts: 1
New teacher - 1399 entries
Update the details of the new CS teacher.
- Best score: 19
- Best player score: 26
- Position: #160 / 295
- Number of attempts: 3
VimGolf