Played Challenges
Find the devices that have no revoked time, and extract out the duration left on their leases. - 53 entries
Extract non-revoked devices and the duration of their leases.
- Best score: 50
- Best player score: 59
- Position: #5 / 20
- Number of attempts: 2
Convert list of enums to list of localization terms - 105 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: 86
- Position: #2 / 35
- Number of attempts: 5
From brakets to parens - 932 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: 25
- Position: #4 / 215
- Number of attempts: 4
π - 261 entries
1200 π chars
- Best score: 16
- Best player score: 16
- Position: #2 / 65
- Number of attempts: 1
Move list of uuids into a SQL query - 227 entries
Take the list of UUIDs and use them as a filter in the where statement of a SQL query
- Best score: 57
- Best player score: 63
- Position: #23 / 73
- Number of attempts: 1
Mirror image - 125 entries
Add the second eye
- Best score: 15
- Best player score: 20
- Position: #12 / 36
- Number of attempts: 3
Python dataclasses - 1248 entries
Simple challenge to extract fields from a Python class
- Best score: 19
- Best player score: 19
- Position: #82 / 311
- Number of attempts: 1
citizen_hacks_2019_part2 - 39 entries
For the Citizen Hacks 2019 Vim competition
- Best score: 40
- Best player score: 40
- Position: #1 / 14
- Number of attempts: 1
VimGolf