Played Challenges
hello-world-vimgolf - 1394 entries
Simple number generation
- Best score: 10
- Best player score: 30
- Position: #377 / 399
- Number of attempts: 2
Contribute to keyboard mashing - 582 entries
Speak in tongues
- Best score: 17
- Best player score: 19
- Position: #85 / 178
- Number of attempts: 5
Transpose a python matrix - 523 entries
Rotate the matrix in 90 degrees.
- Best score: 23
- Best player score: 79
- Position: #90 / 103
- Number of attempts: 1
simple replacements - 1006 entries
The goal is to see the replacement commands in action.
- Best score: 19
- Best player score: 25
- Position: #171 / 227
- Number of attempts: 2
Inverting Lines - 1265 entries
A simple challenge to invert all lines, except the first.
- Best score: 10
- Best player score: 15
- Position: #261 / 351
- Number of attempts: 6
swap number pairs - 1409 entries
Swap the numbers in a bunch of 2-element arrays.
- Best score: 16
- Best player score: 50
- Position: #247 / 276
- Number of attempts: 1
Satisfy the go linter - 1996 entries
You just came up with this briliant go vars package. But dang, you forgot to add comments to the exported variables. Can you add a comment over each variable with a TODO-placeholder?
- Best score: 20
- Best player score: 35
- Position: #343 / 400
- Number of attempts: 3
Yo To Hello - 1042 entries
Simply Turn Yo To Hello
- Best score: 10
- Best player score: 10
- Position: #52 / 477
- Number of attempts: 3
Replace pattern with 1, 2, 3, ... on each line - 1025 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: 29
- Position: #121 / 207
- Number of attempts: 7
Simple, Practical, and Common - 32879 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: 28
- Position: #4395 / 7266
- Number of attempts: 5
prepend * to every non-blank line - 5946 entries
Prepend an asterisk to every non-blank line in the input file.
- Best score: 10
- Best player score: 13
- Position: #777 / 1459
- Number of attempts: 7
One number per line - 18365 entries
Just give me the numbers.
- Best score: 14
- Best player score: 19
- Position: #1932 / 3785
- Number of attempts: 5
Add semicolons - 10527 entries
Simply add a semicolon at the end of each line
- Best score: 10
- Best player score: 11
- Position: #1361 / 2986
- Number of attempts: 4
remove lines containing the word "reader" - 3450 entries
easy stuff
- Best score: 9
- Best player score: 9
- Position: #414 / 1119
- Number of attempts: 4
Box it - 7678 entries
Create a box around a line.
- Best score: 21
- Best player score: 26
- Position: #1071 / 1834
- Number of attempts: 5
Vice versa - 7508 entries
Little role switching.
- Best score: 12
- Best player score: 23
- Position: #1889 / 2038
- Number of attempts: 2
One to Ten - 2091 entries
Generate the sequence of numbers from 1 to 10, one number per line. Inspired by this Reddit thread: https://redd.it/ak4it2
- Best score: 12
- Best player score: 15
- Position: #507 / 640
- Number of attempts: 3