Played Challenges
Changing date formats - 598 entries
Change the date format to Y/M/D.
- Best score: 37
- Best player score: 57
- Position: #46 / 165
- Number of attempts: 1
YAML to dotenv - 1184 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 28
- Position: #149 / 258
- Number of attempts: 1
Change to ascending order - 431 entries
Change each line of numbers consistently from descending to ascending order.
- Best score: 17
- Best player score: 26
- Position: #22 / 107
- Number of attempts: 4
Swap columns and transform to CSV format - 375 entries
Turn this spreadsheet output into a CSV file but first swap the columns
- Best score: 16
- Best player score: 17
- Position: #17 / 139
- Number of attempts: 1
Generate an entry for each month - 331 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: 38
- Position: #28 / 80
- Number of attempts: 4
Fix the git merge conflicts - 273 entries
Solve the merge conflicts in the Python file
- Best score: 36
- Best player score: 51
- Position: #27 / 74
- Number of attempts: 1
months to html list items - 1106 entries
Turn the months into list items.
- Best score: 22
- Best player score: 28
- Position: #198 / 300
- Number of attempts: 1
Search and Replace 0 - 5022 entries
Replace every instance of 'aaa' with 'xaaax'.
- Best score: 12
- Best player score: 12
- Position: #207 / 1636
- Number of attempts: 2
Numbering a List - 1940 entries
Pretty simple, number the list.
- Best score: 13
- Best player score: 18
- Position: #125 / 656
- Number of attempts: 4
Braces or Brackets? - 1096 entries
Someone forgot whether to use braces or brackets and you have to clean up their code!
- Best score: 34
- Best player score: 42
- Position: #135 / 339
- Number of attempts: 5
Whitespace, empty lines and tabs - 3843 entries
Convert tabs to spaces, strip empty lines and trailing whitespace.
- Best score: 16
- Best player score: 25
- Position: #411 / 828
- Number of attempts: 4
Flodder-challenge - 1401 entries
Replace the text the most efficient and win!
- Best score: 27
- Best player score: 42
- Position: #276 / 358
- Number of attempts: 1
Simple text editing with Vim - 13251 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 17
- Position: #2392 / 3806
- Number of attempts: 3
Reformat/Refactor a Golfer Class - 7369 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 7
- Best player score: 33
- Position: #230 / 1821
- Number of attempts: 7
Contributed Challenges
YAML to dotenv - 1184 entries
Convert this YAML config file to a .env file.
VimGolf