Played Challenges
π - 247 entries
1200 π chars
- Best score: 16
- Best player score: 16
- Position: #7 / 61
- Number of attempts: 7
Create json from a .env file - 1485 entries
A simple everyday task.
- Best score: 39
- Best player score: 54
- Position: #130 / 345
- Number of attempts: 4
Change to ascending order - 484 entries
Change each line of numbers consistently from descending to ascending order.
- Best score: 17
- Best player score: 18
- Position: #20 / 118
- Number of attempts: 18
Replace markdown sections with numbering - 302 entries
Replace each section and subsection with their respective numbers
- Best score: 29
- Best player score: 30
- Position: #7 / 79
- Number of attempts: 10
Change class fields from snake case to camel case - 290 entries
Change the class fields in this Scala class from snake case to camel case
- Best score: 13
- Best player score: 13
- Position: #58 / 108
- Number of attempts: 4
Reorganize Pokémon - 756 entries
Change the format of the each line and sort alphabetically.
- Best score: 18
- Best player score: 19
- Position: #63 / 209
- Number of attempts: 8
Replace csv column if it's not empty - 255 entries
Replace the credit_score_percentile column with the value 0.0 but leave the empty ones untouched
- Best score: 15
- Best player score: 16
- Position: #55 / 87
- Number of attempts: 1
Change readonly files - 96 entries
Try to write a file that was marked as read-only.
- Best score: 20
- Best player score: 20
- Position: #8 / 27
- Number of attempts: 6
Move list of uuids into a SQL query - 218 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: 60
- Position: #9 / 71
- Number of attempts: 6
Word completion - 284 entries
Try to complete these options within 20 keystrokes.
- Best score: 20
- Best player score: 22
- Position: #25 / 76
- Number of attempts: 8
Fix timezone format - 324 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: 16
- Position: #34 / 104
- Number of attempts: 5
Remove adjacent duplicates - 665 entries
Try to find a way to remove adjacent duplicate letters.
- Best score: 19
- Best player score: 19
- Position: #16 / 166
- Number of attempts: 5
months to html list items - 1128 entries
Turn the months into list items.
- Best score: 22
- Best player score: 23
- Position: #55 / 305
- Number of attempts: 5
Surround the 'z' character with brackets, quotes, and print as formatted string. - 575 entries
Surround the 'z' character with brackets, quotes, and print as formatted string.
- Best score: 17
- Best player score: 17
- Position: #245 / 323
- Number of attempts: 1
VimGolf