Played Challenges
Reordering properties - 1308 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: 117
- Position: #246 / 293
- Number of attempts: 1
Fix the git merge conflicts - 342 entries
Solve the merge conflicts in the Python file
- Best score: 36
- Best player score: 107
- Position: #97 / 102
- Number of attempts: 1
Move to corresponding lines - 324 entries
Move the values to the corresponding lines.
- Best score: 16
- Best player score: 60
- Position: #74 / 75
- Number of attempts: 1
SCREAMING_SNAKE_CASE to Title Case - 1272 entries
Convert strings in SCREAMING_SNAKE_CASE to Title Case. Examples: EMPLOYEE_NAME -> Employee Name REVENUE_YEAR_TO_DATE -> Revenue Year To Date SALARY -> Salary
- Best score: 19
- Best player score: 46
- Position: #250 / 265
- Number of attempts: 1
Search and Replace 0 - 5115 entries
Replace every instance of 'aaa' with 'xaaax'.
- Best score: 12
- Best player score: 21
- Position: #1575 / 1667
- Number of attempts: 2
Simple text editing with Vim - 13526 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 31
- Position: #3577 / 3879
- Number of attempts: 3
Reformat/Refactor a Golfer Class - 7612 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 7
- Best player score: 112
- Position: #1852 / 1875
- Number of attempts: 1
VimGolf