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: 21
- Position: #49 / 170
- Number of attempts: 6
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: #84 / 174
- Number of attempts: 1
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: 32
- Position: #19 / 97
- Number of attempts: 6
Find the devices that have no revoked time, and extract out the duration left on their leases. - 169 entries
Extract non-revoked devices and the duration of their leases.
- Best score: 50
- Best player score: 62
- Position: #17 / 48
- Number of attempts: 7
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: 100
- Position: #17 / 60
- Number of attempts: 3
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: 27
- Position: #90 / 277
- Number of attempts: 9
π - 321 entries
1200 π chars
- Best score: 16
- Best player score: 21
- Position: #44 / 79
- Number of attempts: 5
Create json from a .env file - 1637 entries
A simple everyday task.
- Best score: 38
- Best player score: 41
- Position: #61 / 401
- Number of attempts: 4
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: 29
- Position: #19 / 293
- Number of attempts: 4
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: 53
- Position: #38 / 151
- Number of attempts: 4
Changing date formats - 725 entries
Change the date format to Y/M/D.
- Best score: 37
- Best player score: 70
- Position: #88 / 204
- Number of attempts: 2
VimGolf