Played Challenges
Swap function parameters and delete all comments in python. - 643 entries
Swap function parameters and delete all comments in python.
- Best score: 19
- Best player score: 26
- Position: #85 / 173
- Number of attempts: 3
Delete the last function argument in python. - 485 entries
Delete the last function argument in this python script.
- Best score: 6
- Best player score: 6
- Position: #58 / 178
- Number of attempts: 3
Flip All Bits - 312 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: #29 / 99
- Number of attempts: 2
Convert list of enums to list of localization terms - 183 entries
While making my game Piloteer, I had a large list of TaskTypes and needed to convert them to an equivalent list of localization terms, to be used when translating the game's text into different languages.
- Best score: 75
- Best player score: 114
- Position: #33 / 60
- Number of attempts: 3
From brakets to parens - 1252 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: 36
- Position: #141 / 278
- Number of attempts: 2
VimGolf