Played Challenges
From brakets to parens - 637 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: #32 / 149
- Number of attempts: 16
Markdown Blog Editing - 434 entries
Convert the given link text in start file to a markdown link list.
- Best score: 30
- Best player score: 31
- Position: #12 / 101
- Number of attempts: 12
Word completion - 279 entries
Try to complete these options within 20 keystrokes.
- Best score: 20
- Best player score: 20
- Position: #3 / 72
- Number of attempts: 4
Fix timezone format - 318 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 / 101
- Number of attempts: 3
Search different SQL column with similar where clause - 314 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: #39 / 69
- Number of attempts: 3
Remove adjacent duplicates - 646 entries
Try to find a way to remove adjacent duplicate letters.
- Best score: 19
- Best player score: 21
- Position: #50 / 162
- Number of attempts: 6
Evil Numbers - 115 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: #15 / 27
- Number of attempts: 1
Mirror image - 123 entries
Add the second eye
- Best score: 15
- Best player score: 15
- Position: #4 / 36
- Number of attempts: 4
Find anomalies - 161 entries
There is one special character per line
- Best score: 30
- Best player score: 37
- Position: #18 / 43
- Number of attempts: 4
Coordinate extraction - 66 entries
Get the coordinates of all "M"s from the Vim logo
- Best score: 43
- Best player score: 50
- Position: #10 / 17
- 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 - 1444 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 / 427
- Number of attempts: 2
Paste a column after a column - 2637 entries
This task is very common while using multi-cursor. What is the elegant vim way ?
- Best score: 14
- Best player score: 16
- Position: #133 / 571
- Number of attempts: 6
Tabbed Table to Python Array - 755 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: #56 / 182
- Number of attempts: 9
VimGolf