Played Challenges
Changing date formats - 687 entries
Change the date format to Y/M/D.
- Best score: 37
- Best player score: 45
- Position: #25 / 188
- Number of attempts: 7
YAML to dotenv - 1459 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 19
- Position: #92 / 298
- Number of attempts: 4
The Fibonacci Spacer - 157 entries
Split the words, remove punctuation and add spaces before each line following the Fibonacci sequence (0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89)
- Best score: 25
- Best player score: 47
- Position: #25 / 47
- Number of attempts: 4
Replace markdown sections with numbering - 303 entries
Replace each section and subsection with their respective numbers
- Best score: 29
- Best player score: 73
- Position: #46 / 80
- Number of attempts: 2
Rearrange array to single level - 1720 entries
The goal is to flatten the array into a single list and remove any empty elements.
- Best score: 14
- Best player score: 18
- Position: #51 / 289
- Number of attempts: 4
Copy punctuation - 682 entries
I want to copy the last line’s brackets, quotes, and commas to each line. How?
- Best score: 19
- Best player score: 30
- Position: #45 / 166
- Number of attempts: 2
Replace word while reserving first letter case - 663 entries
Window -> Door window -> door Windows -> Windows windows -> windows
- Best score: 24
- Best player score: 28
- Position: #44 / 126
- Number of attempts: 6
months to html list items - 1130 entries
Turn the months into list items.
- Best score: 22
- Best player score: 26
- Position: #155 / 306
- Number of attempts: 2
Inverting Lines - 1952 entries
A simple challenge to invert all lines, except the first.
- Best score: 10
- Best player score: 12
- Position: #313 / 522
- Number of attempts: 3
VimGolf