Played Challenges
YAML to dotenv - 1226 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 23
- Position: #121 / 262
- Number of attempts: 1
Generate an entry for each month - 351 entries
The input file contains a URI with a month in it. Generate the URIs for all the other months up to a couple of years
- Best score: 27
- Best player score: 60
- Position: #59 / 84
- Number of attempts: 1
Fix the Scala Method - 287 entries
Fix the missing semicolons and the Int type, ensure the floating point division, and remove the unnecessary return.
- Best score: 2
- Best player score: 25
- Position: #56 / 90
- Number of attempts: 1
CaN yOuR ViM dO ThAt? #1 - 239 entries
Tsoding's famous "Can your Vim do that?" https://youtu.be/Bafo3hhheHU?si=DfcT4sUEMTSAevnx&t=1091
- Best score: 41
- Best player score: 47
- Position: #70 / 91
- 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: 16
- Position: #273 / 427
- Number of attempts: 1
Insert column data on Confluence-style table - 474 entries
Add ip addresses into new "IP" column based on the last digits from the "Server" column
- Best score: 33
- Best player score: 50
- Position: #65 / 110
- Number of attempts: 1
Paste a column after a column - 2632 entries
This task is very common while using multi-cursor. What is the elegant vim way ?
- Best score: 14
- Best player score: 21
- Position: #335 / 570
- Number of attempts: 2
Filter number combinations that don't add to 11 - 417 entries
Append the sum of each line to its end, alongside an equals sign, and remove any that do not sum to 11. The ordering of lines should stay the same. Note that the combinations are semi-arbitrary and not all 4-number combinations are present in the file.
- Best score: 27
- Best player score: 29
- Position: #87 / 120
- Number of attempts: 2
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: 59
- Position: #77 / 182
- Number of attempts: 1
HS exam question - 1599 entries
Convert the data to a python dictionary
- Best score: 47
- Best player score: 63
- Position: #139 / 419
- Number of attempts: 2
Reformat symbols in list - 1635 entries
Saw this in some lecture, easy reformatting using multiple cursor in VS Code
- Best score: 24
- Best player score: 54
- Position: #324 / 352
- Number of attempts: 1
Substraction (bis) - 621 entries
Solve the equations (adapted from the original @Caek_'s challenge).
- Best score: 21
- Best player score: 29
- Position: #55 / 115
- Number of attempts: 1
Changing around text with citations - 340 entries
Based off of something I saw on reddit
- Best score: 28
- Best player score: 40
- Position: #53 / 94
- Number of attempts: 1
Poorly indented Python comments - 1328 entries
Fix the alignment of some Python comments as quickly as possible.
- Best score: 15
- Best player score: 46
- Position: #162 / 223
- Number of attempts: 1
Many duplicates - 1465 entries
Quick and easy
- Best score: 7
- Best player score: 10
- Position: #356 / 478
- Number of attempts: 1
2 quick changes and a numbered list - 648 entries
The ascii will not be lost, but rather numbered in 4 digit blocks with leading zeros.
- Best score: 37
- Best player score: 47
- Position: #86 / 155
- Number of attempts: 1
delete swap - 1818 entries
delete all swap
- Best score: 5
- Best player score: 5
- Position: #95 / 567
- Number of attempts: 1
Generate a very basic Python constructor (fixed) - 1281 entries
Original by @BiddulphCaleb (http://www.vimgolf.com/challenges/6019f1c4642668000cee11e8) - had some extra spaces in output file.
- Best score: 29
- Best player score: 61
- Position: #232 / 275
- Number of attempts: 1
Fix the shell script! - 2651 entries
Fix the shell script with the fewest keystrokes!
- Best score: 26
- Best player score: 38
- Position: #391 / 616
- Number of attempts: 1
Visual block training - 1096 entries
You see the input. You see the output. Go.
- Best score: 17
- Best player score: 44
- Position: #131 / 207
- Number of attempts: 1
Java to JavaScript - 285 entries
Let convert some simple Java file to JavaScript!
- Best score: 59
- Best player score: 78
- Position: #33 / 76
- Number of attempts: 3
Wikitext headings to markdown - 1014 entries
Convert the wikitext headings to markdown.
- Best score: 20
- Best player score: 57
- Position: #183 / 211
- Number of attempts: 2
VimGolf