Played Challenges
YAML to dotenv - 917 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 23
- Position: #94 / 201
- Number of attempts: 1
Generate an entry for each month - 235 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: #46 / 66
- Number of attempts: 1
Fix the Scala Method - 232 entries
Fix the missing semicolons and the Int type, ensure the floating point division, and remove the unnecessary return.
- Best score: 9
- Best player score: 25
- Position: #49 / 74
- Number of attempts: 1
CaN yOuR ViM dO ThAt? #1 - 177 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: #58 / 71
- 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: 16
- Position: #269 / 422
- 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 - 2604 entries
This task is very common while using multi-cursor. What is the elegant vim way ?
- Best score: 14
- Best player score: 21
- Position: #330 / 565
- Number of attempts: 2
Filter number combinations that don't add to 11 - 415 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 / 119
- Number of attempts: 2
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: 59
- Position: #75 / 180
- Number of attempts: 1
HS exam question - 1596 entries
Convert the data to a python dictionary
- Best score: 47
- Best player score: 63
- Position: #138 / 418
- Number of attempts: 2
Reformat symbols in list - 1633 entries
Saw this in some lecture, easy reformatting using multiple cursor in VS Code
- Best score: 24
- Best player score: 54
- Position: #323 / 351
- Number of attempts: 1
Substraction (bis) - 619 entries
Solve the equations (adapted from the original @Caek_'s challenge).
- Best score: 21
- Best player score: 29
- Position: #55 / 114
- 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 - 1459 entries
Quick and easy
- Best score: 7
- Best player score: 10
- Position: #354 / 476
- 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 - 1801 entries
delete all swap
- Best score: 5
- Best player score: 5
- Position: #95 / 561
- Number of attempts: 1
Generate a very basic Python constructor (fixed) - 1264 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: #229 / 272
- Number of attempts: 1
Fix the shell script! - 2605 entries
Fix the shell script with the fewest keystrokes!
- Best score: 26
- Best player score: 38
- Position: #383 / 606
- Number of attempts: 1
Visual block training - 1089 entries
You see the input. You see the output. Go.
- Best score: 17
- Best player score: 44
- Position: #130 / 206
- Number of attempts: 1
Java to JavaScript - 277 entries
Let convert some simple Java file to JavaScript!
- Best score: 59
- Best player score: 78
- Position: #32 / 75
- Number of attempts: 3
Wikitext headings to markdown - 1003 entries
Convert the wikitext headings to markdown.
- Best score: 20
- Best player score: 57
- Position: #182 / 210
- Number of attempts: 2