Played Challenges
YAML to dotenv - 1292 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 53
- Position: #245 / 271
- Number of attempts: 2
CaN yOuR ViM dO ThAt? #1 - 239 entries
Tsoding's famous "Can your Vim do that?" https://youtu.be/Bafo3hhheHU?si=DfcT4sUEMTSAevnx&t=1091
- Best score: 41
- Best player score: 46
- Position: #55 / 91
- Number of attempts: 2
Move list of uuids into a SQL query - 205 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: 76
- Position: #60 / 68
- Number of attempts: 2
Fix timezone format - 318 entries
Add the missing T and Z in the datetime field. There should be a T instead of the space, and a Z at the end of the datetime. `2024-08-31 18:32:00;` -> `2024-08-31T18:32:00Z;`
- Best score: 15
- Best player score: 21
- Position: #86 / 101
- Number of attempts: 2
months to html list items - 1119 entries
Turn the months into list items.
- Best score: 22
- Best player score: 31
- Position: #242 / 303
- Number of attempts: 3
VimGolf