Played Challenges
Swap function parameters and delete all comments in python. - 629 entries
Swap function parameters and delete all comments in python.
- Best score: 19
- Best player score: 27
- Position: #87 / 170
- Number of attempts: 2
Delete the last function argument in python. - 478 entries
Delete the last function argument in this python script.
- Best score: 6
- Best player score: 6
- Position: #87 / 174
- Number of attempts: 2
Flip All Bits - 299 entries
Perform a bitwise NOT operation on each bit, meaning that bits that are 0 become 1, and those that are 1 become 0.
- Best score: 26
- Best player score: 35
- Position: #31 / 97
- Number of attempts: 1
From brakets to parens - 1249 entries
This is one of the most common problem when you wrap an array for error handling. Vim is useful when you convert foo[i][j][k] into foo(i, j, k) for many times.
- Best score: 24
- Best player score: 30
- Position: #103 / 277
- Number of attempts: 2
Create json from a .env file - 1637 entries
A simple everyday task.
- Best score: 38
- Best player score: 85
- Position: #322 / 401
- Number of attempts: 2
Sort and Tag - 703 entries
The goal is to sort these lines alphabetically, assign a unique identifier to each line in the format "[01]", "[02]", etc., and then restore the original order of the lines while preserving the assigned identifiers.
- Best score: 36
- Best player score: 297
- Position: #145 / 151
- Number of attempts: 1
Changing date formats - 725 entries
Change the date format to Y/M/D.
- Best score: 37
- Best player score: 89
- Position: #122 / 204
- Number of attempts: 2
Change to ascending order - 516 entries
Change each line of numbers consistently from descending to ascending order.
- Best score: 17
- Best player score: 66
- Position: #91 / 129
- Number of attempts: 1
VimGolf