Played Challenges
Tabbed Table to Python Array - 389 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: 51
- Best player score: 57
- Position: #34 / 110
- Number of attempts: 10
HS exam question - 1143 entries
Convert the data to a python dictionary
- Best score: 47
- Best player score: 56
- Position: #60 / 309
- Number of attempts: 10
Reformat symbols in list - 1035 entries
Saw this in some lecture, easy reformatting using multiple cursor in VS Code
- Best score: 24
- Best player score: 25
- Position: #59 / 235
- Number of attempts: 14
Fizzbuzz - 354 entries
type the first 100 lines of the fizzbuzz problem
- Best score: 47
- Best player score: 198
- Position: #102 / 111
- Number of attempts: 3
Poorly indented Python comments - 866 entries
Fix the alignment of some Python comments as quickly as possible.
- Best score: 15
- Best player score: 57
- Position: #133 / 168
- Number of attempts: 3
Many duplicates - 851 entries
Quick and easy
- Best score: 7
- Best player score: 8
- Position: #159 / 287
- Number of attempts: 7
2 quick changes and a numbered list - 459 entries
The ascii will not be lost, but rather numbered in 4 digit blocks with leading zeros.
- Best score: 37
- Best player score: 48
- Position: #67 / 109
- Number of attempts: 7
delete swap - 1095 entries
delete all swap
- Best score: 5
- Best player score: 5
- Position: #168 / 356
- Number of attempts: 8
Generate a very basic Python constructor (fixed) - 926 entries
Original by @BiddulphCaleb (http://www.vimgolf.com/challenges/6019f1c4642668000cee11e8) - had some extra spaces in output file.
- Best score: 29
- Best player score: 41
- Position: #89 / 208
- Number of attempts: 16
Fix the shell script! - 1728 entries
Fix the shell script with the fewest keystrokes!
- Best score: 26
- Best player score: 29
- Position: #144 / 418
- Number of attempts: 12
Visual block training - 780 entries
You see the input. You see the output. Go.
- Best score: 17
- Best player score: 18
- Position: #25 / 146
- Number of attempts: 20
Innocent Monster - 131 entries
You have the tools, just create him!
- Best score: 60
- Best player score: 126
- Position: #28 / 40
- Number of attempts: 1
Put a newline after every 10 lines in vim - 1348 entries
Goal is to put a newline after every 10 lines in vim.
- Best score: 10
- Best player score: 11
- Position: #144 / 458
- Number of attempts: 6
Java to JavaScript - 216 entries
Let convert some simple Java file to JavaScript!
- Best score: 59
- Best player score: 108
- Position: #50 / 57
- Number of attempts: 2
Wikitext headings to markdown - 781 entries
Convert the wikitext headings to markdown.
- Best score: 20
- Best player score: 59
- Position: #150 / 172
- Number of attempts: 1
hello-world-vimgolf - 1986 entries
Simple number generation
- Best score: 10
- Best player score: 10
- Position: #237 / 565
- Number of attempts: 5
Contribute to keyboard mashing - 748 entries
Speak in tongues
- Best score: 17
- Best player score: 18
- Position: #92 / 231
- Number of attempts: 6
Solve anagram with ASCII letters - 31 entries
ASCII created by TOIlet command
- Best score: 48
- Best player score: 288
- Position: #13 / 14
- Number of attempts: 2
Plotting some variables in python - 1404 entries
4 sets of (x,y) variables to plot. Just increment the numbers! Well, let's change the colors of the lines as well. Oh and we meant to plot the absolute values of course.
- Best score: 34
- Best player score: 47
- Position: #152 / 296
- Number of attempts: 3
Transpose a python matrix - 684 entries
Rotate the matrix in 90 degrees.
- Best score: 23
- Best player score: 37
- Position: #46 / 117
- Number of attempts: 16
Lowercase first characters - 421 entries
This is the (abridged) input for Day 3 in Advent of Code 2019. The output is a format more suitable for Prolog programming: the two lines of input become two lists of pairs, joined together in a wires functor.
- Best score: 33
- Best player score: 34
- Position: #45 / 152
- Number of attempts: 9
Migrated to Postgres! - 268 entries
Celebration completion of this project. https://github.com/igrigorik/vimgolf/pull/322
- Best score: 26
- Best player score: 39
- Position: #98 / 107
- Number of attempts: 1
Increment number for every 10 lines - 180 entries
The file consists of 2 columns (code and percentage). We need to add 2 more columns with increasing number for 4th column (Xcols) and increment 3rd column (Ycols) only for every 10 lines with reset of 4th column
- Best score: 25
- Best player score: 56
- Position: #34 / 53
- Number of attempts: 4
simple replacements - 1264 entries
The goal is to see the replacement commands in action.
- Best score: 19
- Best player score: 19
- Position: #69 / 283
- Number of attempts: 7
Inverting Lines - 1562 entries
A simple challenge to invert all lines, except the first.
- Best score: 10
- Best player score: 13
- Position: #282 / 423
- Number of attempts: 6
CSV to MD format - 330 entries
To convert a CSV list to Markdown list
- Best score: 36
- Best player score: 98
- Position: #59 / 77
- Number of attempts: 1
RUST Cargo.toml version to last - 283 entries
RUST Cargo.toml version to last. rusty practice on vimgolf
- Best score: 16
- Best player score: 16
- Position: #21 / 80
- Number of attempts: 10