Played Challenges
Markdown Blog Editing - 434 entries
Convert the given link text in start file to a markdown link list.
- Best score: 30
- Best player score: 55
- Position: #69 / 101
- Number of attempts: 1
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: 19
- Position: #64 / 101
- Number of attempts: 6
Search different SQL column with similar where clause - 315 entries
Replace a column in the where clause and convert all numbers from text to numeric, by replacing the leading 0 with the code 359.
- Best score: 22
- Best player score: 35
- Position: #62 / 70
- Number of attempts: 1
Remove adjacent duplicates - 646 entries
Try to find a way to remove adjacent duplicate letters.
- Best score: 19
- Best player score: 24
- Position: #84 / 162
- Number of attempts: 3
Rearrange array to single level - 1657 entries
The goal is to flatten the array into a single list and remove any empty elements.
- Best score: 14
- Best player score: 37
- Position: #214 / 275
- Number of attempts: 2
VimGolf