Played Challenges
hello-world-vimgolf - 2522 entries
Simple number generation
- Best score: 10
- Best player score: 14
- Position: #521 / 721
- Number of attempts: 2
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: 42
- Position: #106 / 185
- Number of attempts: 3
Inverting Lines - 1946 entries
A simple challenge to invert all lines, except the first.
- Best score: 10
- Best player score: 10
- Position: #124 / 520
- Number of attempts: 2
Replace pattern with 1, 2, 3, ... on each line - 1155 entries
For each line replace a search pattern (in this case $) with numbers starting at 1 and then increasing by 1 for each replaced match. a$b$c$ -> a0b1c2
- Best score: 21
- Best player score: 43
- Position: #212 / 234
- Number of attempts: 1
Simple, Practical, and Common - 33905 entries
Simple things we do all the time should be able to be done with very few keystrokes, but sometimes I find something I need to do makes me go, "There MUST be a better way." This challenge is just a simple movement and entering text at a certain place.
- Best score: 22
- Best player score: 35
- Position: #6678 / 7484
- Number of attempts: 1
prepend * to every non-blank line - 6366 entries
Prepend an asterisk to every non-blank line in the input file.
- Best score: 10
- Best player score: 18
- Position: #1175 / 1555
- Number of attempts: 1
One number per line - 18834 entries
Just give me the numbers.
- Best score: 14
- Best player score: 30
- Position: #3678 / 3892
- Number of attempts: 1
Add semicolons - 10916 entries
Simply add a semicolon at the end of each line
- Best score: 10
- Best player score: 11
- Position: #1432 / 3085
- Number of attempts: 3
remove lines containing the word "reader" - 3624 entries
easy stuff
- Best score: 9
- Best player score: 14
- Position: #1065 / 1178
- Number of attempts: 1
Box it - 7962 entries
Create a box around a line.
- Best score: 21
- Best player score: 32
- Position: #1519 / 1891
- Number of attempts: 1
Just the middle - 11546 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 12
- Position: #4076 / 4232
- Number of attempts: 1
Line under headers - 2072 entries
Put a line under each header, and remove the other markdown formatting.
- Best score: 24
- Best player score: 46
- Position: #475 / 510
- Number of attempts: 1
Words in parens - 12992 entries
We should all ace this, right?
- Best score: 13
- Best player score: 24
- Position: #3749 / 3977
- Number of attempts: 1
VimGolf