Played Challenges
π - 186 entries
1200 π chars
- Best score: 16
- Best player score: 16
- Position: #7 / 49
- Number of attempts: 7
Create json from a .env file - 1303 entries
A simple everyday task.
- Best score: 39
- Best player score: 54
- Position: #118 / 303
- Number of attempts: 4
Change to ascending order - 448 entries
Change each line of numbers consistently from descending to ascending order.
- Best score: 17
- Best player score: 18
- Position: #20 / 109
- Number of attempts: 18
Replace markdown sections with numbering - 284 entries
Replace each section and subsection with their respective numbers
- Best score: 29
- Best player score: 30
- Position: #7 / 72
- Number of attempts: 10
Change class fields from snake case to camel case - 276 entries
Change the class fields in this Scala class from snake case to camel case
- Best score: 13
- Best player score: 13
- Position: #58 / 103
- Number of attempts: 4
Reorganize Pokémon - 691 entries
Change the format of the each line and sort alphabetically.
- Best score: 18
- Best player score: 19
- Position: #59 / 190
- Number of attempts: 8
Replace csv column if it's not empty - 248 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: #54 / 83
- Number of attempts: 1
Change readonly files - 90 entries
Try to write a file that was marked as read-only.
- Best score: 20
- Best player score: 20
- Position: #8 / 24
- Number of attempts: 6
Move list of uuids into a SQL query - 196 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: #8 / 66
- Number of attempts: 6
Word completion - 279 entries
Try to complete these options within 20 keystrokes.
- Best score: 20
- Best player score: 22
- Position: #25 / 72
- Number of attempts: 8
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: 16
- Position: #34 / 101
- Number of attempts: 5
Remove adjacent duplicates - 646 entries
Try to find a way to remove adjacent duplicate letters.
- Best score: 19
- Best player score: 19
- Position: #16 / 162
- Number of attempts: 5
months to html list items - 1108 entries
Turn the months into list items.
- Best score: 22
- Best player score: 23
- Position: #54 / 300
- Number of attempts: 5
Surround the 'z' character with brackets, quotes, and print as formatted string. - 572 entries
Surround the 'z' character with brackets, quotes, and print as formatted string.
- Best score: 17
- Best player score: 17
- Position: #245 / 321
- Number of attempts: 1
VimGolf