Played Challenges
Create json from a .env file - 1523 entries
A simple everyday task.
- Best score: 39
- Best player score: 39
- Position: #10 / 356
- Number of attempts: 8
Reordering properties - 1162 entries
Arrange the CSS lines for the #topbar selector based on their complete line length, from shortest to longest.
- Best score: 24
- Best player score: 77
- Position: #137 / 272
- Number of attempts: 3
Change to ascending order - 487 entries
Change each line of numbers consistently from descending to ascending order.
- Best score: 17
- Best player score: 40
- Position: #42 / 120
- Number of attempts: 2
Swap columns and transform to CSV format - 426 entries
Turn this spreadsheet output into a CSV file but first swap the columns
- Best score: 16
- Best player score: 20
- Position: #103 / 154
- Number of attempts: 2
Generate an entry for each month - 369 entries
The input file contains a URI with a month in it. Generate the URIs for all the other months up to a couple of years
- Best score: 27
- Best player score: 57
- Position: #60 / 91
- Number of attempts: 1
Fix the git merge conflicts - 320 entries
Solve the merge conflicts in the Python file
- Best score: 36
- Best player score: 42
- Position: #14 / 91
- Number of attempts: 5
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: 45
- Position: #21 / 47
- Number of attempts: 5
VimGolf