Played Challenges
HS exam question - 1610 entries
Convert the data to a python dictionary
- Best score: 47
- Best player score: 96
- Position: #325 / 420
- Number of attempts: 1
Reformat symbols in list - 1649 entries
Saw this in some lecture, easy reformatting using multiple cursor in VS Code
- Best score: 24
- Best player score: 29
- Position: #180 / 355
- Number of attempts: 3
Fizzbuzz - 612 entries
type the first 100 lines of the fizzbuzz problem
- Best score: 44
- Best player score: 95
- Position: #130 / 171
- Number of attempts: 1
Substraction (bis) - 637 entries
Solve the equations (adapted from the original @Caek_'s challenge).
- Best score: 21
- Best player score: 332
- Position: #115 / 116
- Number of attempts: 1
Changing around text with citations - 361 entries
Based off of something I saw on reddit
- Best score: 28
- Best player score: 49
- Position: #80 / 95
- Number of attempts: 3
Many duplicates - 1472 entries
Quick and easy
- Best score: 7
- Best player score: 8
- Position: #133 / 480
- Number of attempts: 5
delete swap - 1834 entries
delete all swap
- Best score: 5
- Best player score: 5
- Position: #87 / 570
- Number of attempts: 2
Generate a very basic Python constructor (fixed) - 1294 entries
Original by @BiddulphCaleb (http://www.vimgolf.com/challenges/6019f1c4642668000cee11e8) - had some extra spaces in output file.
- Best score: 29
- Best player score: 53
- Position: #202 / 277
- Number of attempts: 1
Fix the shell script! - 2663 entries
Fix the shell script with the fewest keystrokes!
- Best score: 26
- Best player score: 38
- Position: #388 / 619
- Number of attempts: 1
Visual block training - 1116 entries
You see the input. You see the output. Go.
- Best score: 17
- Best player score: 59
- Position: #166 / 208
- Number of attempts: 2
Put a newline after every 10 lines in vim - 1680 entries
Goal is to put a newline after every 10 lines in vim.
- Best score: 10
- Best player score: 13
- Position: #285 / 564
- Number of attempts: 3
hello-world-vimgolf - 2523 entries
Simple number generation
- Best score: 10
- Best player score: 10
- Position: #158 / 722
- Number of attempts: 8
Fill in the chess board - 979 entries
Fill in the name of each square using its file (a-h) and rank (1-8).
- Best score: 19
- Best player score: 150
- Position: #179 / 186
- Number of attempts: 1
Plotting some variables in python - 1683 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: 59
- Position: #262 / 352
- Number of attempts: 1
Create a diamond comment - 355 entries
Encapsulate the text in a diamond pattern.
- Best score: 27
- Best player score: 184
- Position: #71 / 76
- Number of attempts: 1
Lowercase first characters - 499 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: 48
- Position: #145 / 185
- Number of attempts: 2
Inverting Lines - 1952 entries
A simple challenge to invert all lines, except the first.
- Best score: 10
- Best player score: 10
- Position: #142 / 522
- Number of attempts: 4
swap number pairs - 2168 entries
Swap the numbers in a bunch of 2-element arrays.
- Best score: 16
- Best player score: 30
- Position: #245 / 392
- Number of attempts: 4
HS Final exam vimgolf - 933 entries
Change the initial file to a single line containing all names comma-separated with numbers inside parentheses.
- Best score: 21
- Best player score: 30
- Position: #152 / 244
- Number of attempts: 3
Rural Post - 4579 entries
Simple challenge to remove all but the post code on each line
- Best score: 9
- Best player score: 21
- Position: #888 / 1117
- Number of attempts: 2
Multiline to Single Line - 750 entries
Convert a multiline, indented file to a single line with no whitespace
- Best score: 5
- Best player score: 5
- Position: #171 / 319
- Number of attempts: 3
prepend * to every non-blank line - 6380 entries
Prepend an asterisk to every non-blank line in the input file.
- Best score: 10
- Best player score: 16
- Position: #1100 / 1557
- Number of attempts: 2
Add semicolons - 10923 entries
Simply add a semicolon at the end of each line
- Best score: 10
- Best player score: 11
- Position: #1427 / 3087
- Number of attempts: 6
Box it - 7987 entries
Create a box around a line.
- Best score: 21
- Best player score: 41
- Position: #1736 / 1895
- Number of attempts: 3
Just the middle - 11555 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 8
- Position: #2663 / 4234
- Number of attempts: 1
Missing Library and a Typo - 943 entries
I forgot to add a c library, please add it for me. Also I'm bad at typing so fix my typo too.
- Best score: 14
- Best player score: 22
- Position: #184 / 221
- Number of attempts: 2
lamb had a little Mary - 641 entries
"Mary" and "lamb" are swapped. Unswap them. Fast as you can.
- Best score: 16
- Best player score: 38
- Position: #125 / 177
- Number of attempts: 2
VimGolf