Played Challenges
Create json from a .env file - 1585 entries
A simple everyday task.
- Best score: 39
- Best player score: 53
- Position: #136 / 376
- Number of attempts: 4
YAML to dotenv - 1542 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 22
- Position: #139 / 316
- Number of attempts: 7
Fix the git merge conflicts - 332 entries
Solve the merge conflicts in the Python file
- Best score: 36
- Best player score: 57
- Position: #47 / 98
- Number of attempts: 2
Replace csv column if it's not empty - 270 entries
Replace the credit_score_percentile column with the value 0.0 but leave the empty ones untouched
- Best score: 15
- Best player score: 15
- Position: #40 / 92
- Number of attempts: 2
Change readonly files - 115 entries
Try to write a file that was marked as read-only.
- Best score: 20
- Best player score: 21
- Position: #16 / 34
- Number of attempts: 6
Move list of uuids into a SQL query - 228 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: 70
- Position: #53 / 74
- Number of attempts: 1
Box it - 7997 entries
Create a box around a line.
- Best score: 21
- Best player score: 29
- Position: #1376 / 1897
- Number of attempts: 1
Todo list specification - 408 entries
The every item on the todo list must be done today. Modify the list to reflect that.
- Best score: 37
- Best player score: 42
- Position: #178 / 184
- Number of attempts: 1
VimGolf