Played Challenges
Tabbed Table to Python Array - 734 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: 52
- Position: #19 / 179
- Number of attempts: 9
HS exam question - 1589 entries
Convert the data to a python dictionary
- Best score: 47
- Best player score: 61
- Position: #131 / 417
- Number of attempts: 3
Reformat symbols in list - 1621 entries
Saw this in some lecture, easy reformatting using multiple cursor in VS Code
- Best score: 24
- Best player score: 30
- Position: #188 / 348
- Number of attempts: 5
Fizzbuzz - 573 entries
type the first 100 lines of the fizzbuzz problem
- Best score: 45
- Best player score: 62
- Position: #44 / 168
- Number of attempts: 5
Many duplicates - 1445 entries
Quick and easy
- Best score: 7
- Best player score: 8
- Position: #160 / 468
- Number of attempts: 3
Generate a very basic Python constructor (fixed) - 1253 entries
Original by @BiddulphCaleb (http://www.vimgolf.com/challenges/6019f1c4642668000cee11e8) - had some extra spaces in output file.
- Best score: 29
- Best player score: 45
- Position: #151 / 271
- Number of attempts: 3
Java to JavaScript - 269 entries
Let convert some simple Java file to JavaScript!
- Best score: 59
- Best player score: 80
- Position: #34 / 74
- Number of attempts: 4
hello-world-vimgolf - 2499 entries
Simple number generation
- Best score: 10
- Best player score: 10
- Position: #221 / 708
- Number of attempts: 6
Fill in the chess board - 959 entries
Fill in the name of each square using its file (a-h) and rank (1-8).
- Best score: 19
- Best player score: 31
- Position: #76 / 185
- Number of attempts: 10
CSV to MD format - 413 entries
To convert a CSV list to Markdown list
- Best score: 36
- Best player score: 111
- Position: #80 / 94
- Number of attempts: 2
RUST match with enum for Coin - 183 entries
RUST match with enum for Coin rusty practice on vimgolf
- Best score: 84
- Best player score: 94
- Position: #16 / 53
- Number of attempts: 7
Modernise code - 1400 entries
Modernise and clean up some C++ code.
- Best score: 34
- Best player score: 34
- Position: #58 / 323
- Number of attempts: 6
Staircase - 149 entries
Going downstairs, while singing the alphabet song. Some vb practice to us all. Would it be much easier to make it go from left to right instead?
- Best score: 21
- Best player score: 49
- Position: #33 / 34
- Number of attempts: 1
HS Final exam vimgolf - 897 entries
Change the initial file to a single line containing all names comma-separated with numbers inside parentheses.
- Best score: 21
- Best player score: 21
- Position: #29 / 236
- Number of attempts: 5
C to python code snippet - 88 entries
C code can be easily translated into Python code. However, the difference in syntax can make this process tedious and time-consuming. Can Vim help you here?
- Best score: 48
- Best player score: 61
- Position: #15 / 30
- Number of attempts: 6
Rural Post - 4479 entries
Simple challenge to remove all but the post code on each line
- Best score: 9
- Best player score: 22
- Position: #883 / 1097
- Number of attempts: 1
Satisfy the go linter - 2391 entries
You just came up with this briliant go vars package. But dang, you forgot to add comments to the exported variables. Can you add a comment over each variable with a TODO-placeholder?
- Best score: 20
- Best player score: 27
- Position: #324 / 471
- Number of attempts: 1
One number per line - 18727 entries
Just give me the numbers.
- Best score: 14
- Best player score: 19
- Position: #2015 / 3864
- Number of attempts: 1
From argument to object - 1508 entries
This task typifies those programmers endure while coding. This C-family pseudocode needs a function argument to be repurposed as an object call. Simply search and replace? Repeat a pattern of edits?
- Best score: 17
- Best player score: 23
- Position: #414 / 458
- Number of attempts: 1