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: 56
- Position: #4 / 20
- Number of attempts: 7
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: 45
- Position: #63 / 269
- Number of attempts: 6
YAML to dotenv - 1459 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 85
- Position: #291 / 298
- Number of attempts: 1
Fix the git merge conflicts - 317 entries
Solve the merge conflicts in the Python file
- Best score: 36
- Best player score: 55
- Position: #40 / 89
- Number of attempts: 3
Markdown Blog Editing - 456 entries
Convert the given link text in start file to a markdown link list.
- Best score: 30
- Best player score: 45
- Position: #52 / 107
- Number of attempts: 1
Word completion - 284 entries
Try to complete these options within 20 keystrokes.
- Best score: 20
- Best player score: 20
- Position: #5 / 76
- Number of attempts: 6
Fix timezone format - 326 entries
Add the missing T and Z in the datetime field. There should be a T instead of the space, and a Z at the end of the datetime. `2024-08-31 18:32:00;` -> `2024-08-31T18:32:00Z;`
- Best score: 15
- Best player score: 16
- Position: #23 / 105
- Number of attempts: 3
Search different SQL column with similar where clause - 322 entries
Replace a column in the where clause and convert all numbers from text to numeric, by replacing the leading 0 with the code 359.
- Best score: 22
- Best player score: 23
- Position: #23 / 74
- Number of attempts: 7
Remove adjacent duplicates - 666 entries
Try to find a way to remove adjacent duplicate letters.
- Best score: 19
- Best player score: 20
- Position: #25 / 167
- Number of attempts: 4
Move to corresponding lines - 307 entries
Move the values to the corresponding lines.
- Best score: 16
- Best player score: 18
- Position: #13 / 69
- Number of attempts: 7
Rearrange array to single level - 1720 entries
The goal is to flatten the array into a single list and remove any empty elements.
- Best score: 14
- Best player score: 20
- Position: #81 / 289
- Number of attempts: 9
Rearrange array to one line - 807 entries
Rearrange the array content on only one line, and remove trailing commas
- Best score: 13
- Best player score: 20
- Position: #95 / 190
- Number of attempts: 3
Copy punctuation - 682 entries
I want to copy the last line’s brackets, quotes, and commas to each line. How?
- Best score: 19
- Best player score: 38
- Position: #89 / 166
- Number of attempts: 1
Change LaTex itemizations formats - 128 entries
Inspired by the way my professor formats their LaTeX assignments.
- Best score: 43
- Best player score: 78
- Position: #15 / 20
- Number of attempts: 2
Column wise pasting - 256 entries
Make a table from 3 columns
- Best score: 17
- Best player score: 23
- Position: #17 / 53
- Number of attempts: 2
Deleting text - 329 entries
Delete everything except some specific numbers.
- Best score: 26
- Best player score: 45
- Position: #45 / 103
- Number of attempts: 2
Find anomalies - 163 entries
There is one special character per line
- Best score: 30
- Best player score: 50
- Position: #27 / 44
- Number of attempts: 2
Morse - 178 entries
Translate Morse code to Text
- Best score: 31
- Best player score: 190
- Position: #32 / 36
- Number of attempts: 3
Quicksort - 2095 entries
We need the numbers in the first row sorted as quickly as possible! Be careful not to disturb the data below the divider though: that must remain unchanged.
- Best score: 6
- Best player score: 24
- Position: #271 / 465
- Number of attempts: 6
Pick and sort servers from mirror list - 458 entries
Retrieve the primary server for each country from a mirror list file and organize them alphabetically by country name. Given a mirror list file containing server information for various countries, the objective is to extract the primary server from each country and then arrange these servers in alphabetical order based on the respective country names.
- Best score: 28
- Best player score: 43
- Position: #61 / 91
- Number of attempts: 1
Surround the 'z' character with brackets, quotes, and print as formatted string. - 576 entries
Surround the 'z' character with brackets, quotes, and print as formatted string.
- Best score: 17
- Best player score: 18
- Position: #277 / 324
- Number of attempts: 1
Tabbed Table to Python Array - 769 entries
Not payed by the hour? So make it fast ;-) The table contains the relative occurencies of bigrams (two consecutive letters) in 1/100,000 in the german language, copy-pasted from http://www.mathe.tu-freiberg.de/~hebisch/cafe/kryptographie/bigramme.html
- Best score: 50
- Best player score: 56
- Position: #66 / 184
- Number of attempts: 3
HS exam question - 1610 entries
Convert the data to a python dictionary
- Best score: 47
- Best player score: 74
- Position: #238 / 420
- Number of attempts: 3
Reformat symbols in list - 1649 entries
Saw this in some lecture, easy reformatting using multiple cursor in VS Code
- Best score: 24
- Best player score: 26
- Position: #116 / 355
- Number of attempts: 4
Many duplicates - 1472 entries
Quick and easy
- Best score: 7
- Best player score: 8
- Position: #316 / 480
- Number of attempts: 2
VimGolf