Played Challenges
Convert list of enums to list of localization terms - 48 entries
While making my game Piloteer, I had a large list of TaskTypes and needed to convert them to an equivalent list of localization terms, to be used when translating the game's text into different languages.
- Best score: 86
- Best player score: 95
- Position: #6 / 18
- Number of attempts: 1
Markdown Blog Editing - 444 entries
Convert the given link text in start file to a markdown link list.
- Best score: 30
- Best player score: 31
- Position: #19 / 103
- Number of attempts: 4
Fix timezone format - 319 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: #36 / 102
- Number of attempts: 1
Copy punctuation - 678 entries
I want to copy the last line’s brackets, quotes, and commas to each line. How?
- Best score: 19
- Best player score: 21
- Position: #22 / 163
- Number of attempts: 3
Column wise pasting - 256 entries
Make a table from 3 columns
- Best score: 17
- Best player score: 18
- Position: #15 / 53
- Number of attempts: 2
Add quotes to ansible playbook - 1031 entries
You created an ansible playbook, but forgot to add quotes. Can you fix it?
- Best score: 8
- Best player score: 9
- Position: #221 / 326
- Number of attempts: 1
VimGolf