Played Challenges
Reordering properties - 1067 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: #206 / 245
- 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: 107
- Position: #75 / 78
- Number of attempts: 1
Move to corresponding lines - 305 entries
Move the values to the corresponding lines.
- Best score: 16
- Best player score: 60
- Position: #67 / 68
- Number of attempts: 1
SCREAMING_SNAKE_CASE to Title Case - 1253 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: #246 / 261
- Number of attempts: 1
Search and Replace 0 - 5031 entries
Replace every instance of 'aaa' with 'xaaax'.
- Best score: 12
- Best player score: 21
- Position: #1547 / 1638
- Number of attempts: 2
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: 31
- Position: #3521 / 3811
- Number of attempts: 3
Reformat/Refactor a Golfer Class - 7415 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 7
- Best player score: 112
- Position: #1804 / 1825
- Number of attempts: 1
VimGolf