Played Challenges
Plotting some variables in python - 1671 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: 44
- Position: #158 / 349
- Number of attempts: 2
Lowercase first characters - 490 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: #113 / 184
- Number of attempts: 1
Inverting Lines - 1924 entries
A simple challenge to invert all lines, except the first.
- Best score: 10
- Best player score: 12
- Position: #292 / 516
- Number of attempts: 3
Python dataclasses - 1215 entries
Simple challenge to extract fields from a Python class
- Best score: 19
- Best player score: 29
- Position: #191 / 301
- Number of attempts: 1
Swap assigned value - 664 entries
Simple problem but looking for interesting solutions.
- Best score: 10
- Best player score: 13
- Position: #232 / 258
- Number of attempts: 3
Prefixes and suffixes - 637 entries
Generate all prefixes of "vimchallenge", then all suffixes.
- Best score: 17
- Best player score: 29
- Position: #146 / 202
- Number of attempts: 3
abcd > a b c d - 298 entries
transform the single spaces into 4 spaces repeat for each line
- Best score: 15
- Best player score: 15
- Position: #184 / 227
- Number of attempts: 1
A simple change - 474 entries
Just change the numbers in the most efficient way ...
- Best score: 12
- Best player score: 14
- Position: #128 / 195
- Number of attempts: 2
Let's play some Ivmgolf - 1130 entries
Oops, I spelled that wrong.
- Best score: 7
- Best player score: 9
- Position: #329 / 448
- Number of attempts: 2
Vertical Limit - 2574 entries
transform a succession of one word lines to a an array of strings
- Best score: 21
- Best player score: 27
- Position: #563 / 761
- Number of attempts: 2
Append semicolon after expressions - 1057 entries
Some lines need the semicolon, some don't.
- Best score: 11
- Best player score: 13
- Position: #355 / 420
- Number of attempts: 1
Remove semicolons after expressions - 663 entries
A follow-up for http://vimgolf.com/challenges/4fc9d767d3a0d4000100000e.
- Best score: 6
- Best player score: 10
- Position: #253 / 264
- Number of attempts: 1
switch variable - 5085 entries
how fast can you switch two variable ?
- Best score: 11
- Best player score: 13
- Position: #1257 / 1750
- Number of attempts: 1
The meaning - 577 entries
Numbers are fun!
- Best score: 5
- Best player score: 5
- Position: #297 / 364
- Number of attempts: 1
Sort the cardinal numbers - 315 entries
Maybe a simple challenge.
- Best score: 12
- Best player score: 14
- Position: #130 / 149
- Number of attempts: 3
A Simple One - 1064 entries
Here is a very simple one - just to illustrate/introduce a vim feature that some people seem to miss...
- Best score: 9
- Best player score: 9
- Position: #519 / 670
- Number of attempts: 1
Increment, increment, increment.... - 701 entries
Vim likes macros
- Best score: 10
- Best player score: 11
- Position: #77 / 413
- Number of attempts: 1
Context insensitive completion 0 - 590 entries
Buried in the lines you're not supposed to add is the line "Add this line!" Add that line to the top of the file.
- Best score: 6
- Best player score: 8
- Position: #153 / 249
- Number of attempts: 2
Make Fancy Header - 1070 entries
Make the header text stand out with surrounding asterisks
- Best score: 15
- Best player score: 16
- Position: #121 / 348
- Number of attempts: 3
Sort and add attributes - 1512 entries
Sort the states and add the attribute country to each record.
- Best score: 33
- Best player score: 37
- Position: #480 / 585
- Number of attempts: 2
Simple text editing with Vim - 13145 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 16
- Position: #2346 / 3778
- Number of attempts: 2