Played Challenges
YAML to dotenv - 1260 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 27
- Position: #151 / 269
- Number of attempts: 1
Fix the git merge conflicts - 288 entries
Solve the merge conflicts in the Python file
- Best score: 36
- Best player score: 57
- Position: #39 / 78
- 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: #81 / 162
- Number of attempts: 3
Rearrange array to single level - 1650 entries
The goal is to flatten the array into a single list and remove any empty elements.
- Best score: 14
- Best player score: 27
- Position: #149 / 273
- Number of attempts: 1
Rearrange array to one line - 774 entries
Rearrange the array content on only one line, and remove trailing commas
- Best score: 13
- Best player score: 28
- Position: #149 / 183
- Number of attempts: 1
Copy punctuation - 671 entries
I want to copy the last line’s brackets, quotes, and commas to each line. How?
- Best score: 19
- Best player score: 45
- Position: #112 / 159
- Number of attempts: 1
Sort and add attributes - 1539 entries
Sort the states and add the attribute country to each record.
- Best score: 33
- Best player score: 41
- Position: #557 / 594
- Number of attempts: 1
Flodder-challenge - 1416 entries
Replace the text the most efficient and win!
- Best score: 27
- Best player score: 40
- Position: #261 / 360
- Number of attempts: 1
Simple text editing with Vim - 13274 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 20
- Position: #2920 / 3811
- Number of attempts: 2
Reformat/Refactor a Golfer Class - 7415 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 7
- Best player score: 49
- Position: #1422 / 1825
- Number of attempts: 1
VimGolf