Played Challenges
Reordering properties - 1136 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: #224 / 269
- Number of attempts: 1
Fix the git merge conflicts - 313 entries
Solve the merge conflicts in the Python file
- Best score: 36
- Best player score: 107
- Position: #83 / 88
- Number of attempts: 1
Move to corresponding lines - 307 entries
Move the values to the corresponding lines.
- Best score: 16
- Best player score: 60
- Position: #68 / 69
- Number of attempts: 1
SCREAMING_SNAKE_CASE to Title Case - 1269 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: #249 / 264
- Number of attempts: 1
Search and Replace 0 - 5042 entries
Replace every instance of 'aaa' with 'xaaax'.
- Best score: 12
- Best player score: 21
- Position: #1552 / 1643
- Number of attempts: 2
Simple text editing with Vim - 13419 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 31
- Position: #3553 / 3846
- Number of attempts: 3
Reformat/Refactor a Golfer Class - 7507 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 7
- Best player score: 112
- Position: #1826 / 1847
- Number of attempts: 1
VimGolf