Played Challenges
Many duplicates - 1447 entries
Quick and easy
- Best score: 7
- Best player score: 8
- Position: #224 / 470
- Number of attempts: 3
Plotting some variables in python - 1661 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: 56
- Position: #241 / 348
- Number of attempts: 1
Transpose a python matrix - 873 entries
Rotate the matrix in 90 degrees.
- Best score: 23
- Best player score: 62
- Position: #97 / 138
- Number of attempts: 3
Lowercase first characters - 487 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: 43
- Position: #110 / 183
- Number of attempts: 3
Migrated to Postgres! - 331 entries
Celebration completion of this project. https://github.com/igrigorik/vimgolf/pull/322
- Best score: 26
- Best player score: 30
- Position: #78 / 131
- Number of attempts: 3
Increment number for every 10 lines - 231 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: 70
- Position: #51 / 65
- Number of attempts: 1
simple replacements - 1802 entries
The goal is to see the replacement commands in action.
- Best score: 19
- Best player score: 20
- Position: #114 / 390
- Number of attempts: 6
Inverting Lines - 1907 entries
A simple challenge to invert all lines, except the first.
- Best score: 10
- Best player score: 14
- Position: #365 / 512
- Number of attempts: 2
Python dataclasses - 1187 entries
Simple challenge to extract fields from a Python class
- Best score: 19
- Best player score: 26
- Position: #163 / 294
- Number of attempts: 3
Modernise code - 1402 entries
Modernise and clean up some C++ code.
- Best score: 34
- Best player score: 43
- Position: #153 / 324
- Number of attempts: 1
HS Final exam vimgolf - 904 entries
Change the initial file to a single line containing all names comma-separated with numbers inside parentheses.
- Best score: 21
- Best player score: 39
- Position: #193 / 238
- Number of attempts: 1
Extend shell script - 137 entries
Just add some more stuff
- Best score: 37
- Best player score: 66
- Position: #33 / 47
- Number of attempts: 1
Format the CSS - 158 entries
You just copied some CSS color names from the web and need to add them to your python module. Create the COLORS variable and assign a dict() with the names as keys and hex-colors as values. BEWARE OF THE TABS!!
- Best score: 41
- Best player score: 58
- Position: #46 / 49
- Number of attempts: 2
Rural Post - 4532 entries
Simple challenge to remove all but the post code on each line
- Best score: 9
- Best player score: 9
- Position: #164 / 1107
- Number of attempts: 7
Multiline to Single Line - 731 entries
Convert a multiline, indented file to a single line with no whitespace
- Best score: 5
- Best player score: 5
- Position: #140 / 310
- Number of attempts: 1
Yo To Hello - 1142 entries
Simply Turn Yo To Hello
- Best score: 8
- Best player score: 10
- Position: #318 / 529
- Number of attempts: 1
Get mail address from outlook format - 649 entries
Create a mail list space separated of mail list formatted by outlook
- Best score: 15
- Best player score: 18
- Position: #142 / 204
- Number of attempts: 3
prepend * to every non-blank line - 6337 entries
Prepend an asterisk to every non-blank line in the input file.
- Best score: 10
- Best player score: 10
- Position: #406 / 1546
- Number of attempts: 7
Python Hello World! Reformatting - 1000 entries
A novice Python using prints Hello World! and a pro shows him different way. Using vim to get into pro style from novice, win the challenge.
- Best score: 39
- Best player score: 43
- Position: #190 / 382
- Number of attempts: 4
underscore_to_camelCase - 173 entries
Pointy haired boss decided we need to switch to camelCase. Let's get this over with.
- Best score: 14
- Best player score: 16
- Position: #68 / 82
- Number of attempts: 2
Triangle of arrows - 199 entries
I made this by accident when working on another challenge. How would you go about making this?
- Best score: 14
- Best player score: 22
- Position: #26 / 44
- Number of attempts: 7
Sorting paragraphs - 552 entries
Order the paragraphs correctly, per prefixed index
- Best score: 18
- Best player score: 31
- Position: #89 / 165
- Number of attempts: 1
Simple text editing with Vim - 12996 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 14
- Position: #1907 / 3739
- Number of attempts: 4