Played Challenges
π - 261 entries
1200 π chars
- Best score: 16
- Best player score: 16
- Position: #7 / 65
- Number of attempts: 7
Create json from a .env file - 1518 entries
A simple everyday task.
- Best score: 39
- Best player score: 54
- Position: #132 / 353
- Number of attempts: 4
Change to ascending order - 487 entries
Change each line of numbers consistently from descending to ascending order.
- Best score: 17
- Best player score: 18
- Position: #20 / 120
- Number of attempts: 18
Replace markdown sections with numbering - 303 entries
Replace each section and subsection with their respective numbers
- Best score: 29
- Best player score: 30
- Position: #7 / 80
- 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 - 772 entries
Change the format of the each line and sort alphabetically.
- Best score: 18
- Best player score: 19
- Position: #64 / 214
- 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 - 99 entries
Try to write a file that was marked as read-only.
- Best score: 20
- Best player score: 20
- Position: #8 / 29
- Number of attempts: 6
Move list of uuids into a SQL query - 227 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 / 73
- 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 - 326 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 / 105
- Number of attempts: 5
Remove adjacent duplicates - 666 entries
Try to find a way to remove adjacent duplicate letters.
- Best score: 19
- Best player score: 19
- Position: #16 / 167
- Number of attempts: 5
months to html list items - 1130 entries
Turn the months into list items.
- Best score: 22
- Best player score: 23
- Position: #55 / 306
- Number of attempts: 5
Surround the 'z' character with brackets, quotes, and print as formatted string. - 576 entries
Surround the 'z' character with brackets, quotes, and print as formatted string.
- Best score: 17
- Best player score: 17
- Position: #245 / 324
- Number of attempts: 1
VimGolf