Played Challenges
Markdown Blog Editing - 370 entries
Convert the given link text in start file to a markdown link list.
- Best score: 30
- Best player score: 31
- Position: #11 / 86
- Number of attempts: 12
Word completion - 233 entries
Try to complete these options within 20 keystrokes.
- Best score: 20
- Best player score: 20
- Position: #3 / 63
- Number of attempts: 4
Fix timezone format - 294 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: 15
- Position: #5 / 94
- Number of attempts: 3
Search different SQL column with similar where clause - 265 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: 26
- Position: #34 / 60
- Number of attempts: 3
Remove adjacent duplicates - 571 entries
Try to find a way to remove adjacent duplicate letters.
- Best score: 19
- Best player score: 21
- Position: #43 / 149
- Number of attempts: 6
Evil Numbers - 96 entries
Print the first 100 evil numbers https://oeis.org/A001969. This is an advert for code.golf https://code.golf/evil-numbers#viml
- Best score: 25
- Best player score: 62
- Position: #13 / 25
- Number of attempts: 1
Mirror image - 95 entries
Add the second eye
- Best score: 15
- Best player score: 15
- Position: #4 / 32
- Number of attempts: 4
Find anomalies - 157 entries
There is one special character per line
- Best score: 30
- Best player score: 37
- Position: #18 / 42
- Number of attempts: 4
Coordinate extraction - 55 entries
Get the coordinates of all "M"s from the Vim logo
- Best score: 43
- Best player score: 50
- Position: #9 / 16
- Number of attempts: 4
Morse - 155 entries
Translate Morse code to Text
- Best score: 31
- Best player score: 90
- Position: #24 / 35
- Number of attempts: 1
Find fix point of cos - 1426 entries
Write a function to find the fix point of cos. It is not a good code; It is just to use vim. Inspired by the excellent https://mvanier.livejournal.com/2897.html about the Y combinator.
- Best score: 14
- Best player score: 15
- Position: #122 / 422
- Number of attempts: 2
Paste a column after a column - 2604 entries
This task is very common while using multi-cursor. What is the elegant vim way ?
- Best score: 14
- Best player score: 16
- Position: #131 / 565
- Number of attempts: 6
Tabbed Table to Python Array - 743 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: #55 / 180
- Number of attempts: 9