Played Challenges
HS exam question - 1143 entries
Convert the data to a python dictionary
- Best score: 47
- Best player score: 69
- Position: #138 / 309
- Number of attempts: 8
Reformat symbols in list - 1035 entries
Saw this in some lecture, easy reformatting using multiple cursor in VS Code
- Best score: 24
- Best player score: 38
- Position: #165 / 235
- Number of attempts: 2
Put a newline after every 10 lines in vim - 1348 entries
Goal is to put a newline after every 10 lines in vim.
- Best score: 10
- Best player score: 12
- Position: #167 / 458
- Number of attempts: 2
Transpose a python matrix - 684 entries
Rotate the matrix in 90 degrees.
- Best score: 23
- Best player score: 34
- Position: #40 / 117
- Number of attempts: 6
Generate a very basic Python constructor - 292 entries
I actually needed to do this myself, so I look forward to learning how.
- Best score: 38
- Best player score: 45
- Position: #30 / 85
- Number of attempts: 1
Modernise code - 1103 entries
Modernise and clean up some C++ code.
- Best score: 34
- Best player score: 44
- Position: #138 / 261
- Number of attempts: 1
swap number pairs - 1871 entries
Swap the numbers in a bunch of 2-element arrays.
- Best score: 16
- Best player score: 16
- Position: #15 / 346
- Number of attempts: 10
Rural Post - 4257 entries
Simple challenge to remove all but the post code on each line
- Best score: 9
- Best player score: 10
- Position: #280 / 1045
- Number of attempts: 6
Satisfy the go linter - 2076 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: 20
- Position: #46 / 422
- Number of attempts: 4
Add quotes to ansible playbook - 845 entries
You created an ansible playbook, but forgot to add quotes. Can you fix it?
- Best score: 8
- Best player score: 8
- Position: #20 / 267
- Number of attempts: 3
xrandr outputs and dashes - 624 entries
uh oh, different video drivers identify display outputs with more dashes. Quick, need to change this xrandr script!
- Best score: 12
- Best player score: 12
- Position: #80 / 205
- Number of attempts: 4
From a Thunderlink to a Markdown link - 720 entries
ThunderLinks are durable hyperlinks to specific email messages generated from Thunderbird in HTML format. Leverage the power of vim to make them suitable for a markdown-formatted file.
- Best score: 18
- Best player score: 18
- Position: #33 / 160
- Number of attempts: 5
Yo To Hello - 1081 entries
Simply Turn Yo To Hello
- Best score: 10
- Best player score: 10
- Position: #207 / 497
- Number of attempts: 1
Simple, Practical, and Common - 33136 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: 22
- Position: #43 / 7308
- Number of attempts: 3
Hogwarts Email Sorting - 850 entries
Given a list of emails, get the students full name and their associated house.
- Best score: 20
- Best player score: 20
- Position: #36 / 247
- Number of attempts: 4
Get mail address from outlook format - 604 entries
Create a mail list space separated of mail list formatted by outlook
- Best score: 15
- Best player score: 17
- Position: #127 / 190
- Number of attempts: 1
Swap values - 4500 entries
Well, swap the values...
- Best score: 11
- Best player score: 13
- Position: #528 / 1247
- Number of attempts: 3
prepend * to every non-blank line - 6120 entries
Prepend an asterisk to every non-blank line in the input file.
- Best score: 10
- Best player score: 10
- Position: #288 / 1493
- Number of attempts: 7
Quote modules - 1024 entries
Complete golang import statement.
- Best score: 21
- Best player score: 24
- Position: #101 / 263
- Number of attempts: 2
Separate the lines - 171 entries
Every other line is mixed up. Separate them into their original texts.
- Best score: 11
- Best player score: 11
- Position: #7 / 87
- Number of attempts: 2
Unsemantic linewrapping - 861 entries
[Inspired by a blog post I read: https://scott.mn/2014/02/21/semantic_linewrapping/. Text adapted.] Sometimes when editing a Markdown file, I wrap the lines semantically. Instead of inserting a newline at 70 columns (or whatever), or making paragraphs one long line, I put in newlines at a point that seems logical to me. This may seem silly, but it produces better diffs. Semantic linewrapping also makes editing snappier. I can delete, edit or insert sentences easily using linewise operations. Code-oriented text editors like Vim and [REDACTED] are really good at this kind of manipulation. Editing text that hasn't been wrapped semantically is a pain, though:
- Best score: 9
- Best player score: 9
- Position: #77 / 218
- Number of attempts: 7
V to the i - 4651 entries
Input is 99 V's. Output is 100 i's.
- Best score: 7
- Best player score: 9
- Position: #1586 / 1864
- Number of attempts: 1
Applying same text modification in several lines - 2793 entries
Remove identical text at the beginning of several lines and the closing parenthesis.
- Best score: 12
- Best player score: 14
- Position: #294 / 827
- Number of attempts: 3
Add string initializers to an enum - 836 entries
Change Typescript enum so that it has string initializers.
- Best score: 21
- Best player score: 21
- Position: #53 / 246
- Number of attempts: 4
From argument to object - 1441 entries
This task typifies those programmers endure while coding. This C-family pseudocode needs a function argument to be repurposed as an object call. Simply search and replace? Repeat a pattern of edits?
- Best score: 17
- Best player score: 17
- Position: #17 / 441
- Number of attempts: 5
Every other line - 2856 entries
AaAaAaA
- Best score: 12
- Best player score: 16
- Position: #368 / 691
- Number of attempts: 2
Array propagate - 318 entries
Complete the array with the keys as part of the value
- Best score: 23
- Best player score: 28
- Position: #67 / 114
- Number of attempts: 2
Extract argument from function - 2269 entries
The aim is to see if you can do some refactoring very fast.
- Best score: 13
- Best player score: 14
- Position: #327 / 737
- Number of attempts: 2
That hyphen - 2522 entries
"vim vi improved"
- Best score: 9
- Best player score: 11
- Position: #320 / 689
- Number of attempts: 2
Just the middle - 11289 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 8
- Position: #1914 / 4144
- Number of attempts: 1
Make HTML List - 997 entries
Turn the comma separated list into an unordered html list.
- Best score: 33
- Best player score: 39
- Position: #76 / 265
- Number of attempts: 5
Todo list specification - 373 entries
The every item on the todo list must be done today. Modify the list to reflect that.
- Best score: 37
- Best player score: 37
- Position: #15 / 170
- Number of attempts: 4
For all cases. - 131 entries
In this case... change it! :) Watch the line.
- Best score: 8
- Best player score: 8
- Position: #21 / 94
- Number of attempts: 2
Missing Library and a Typo - 838 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: 15
- Best player score: 16
- Position: #44 / 206
- Number of attempts: 6
Basic renumbering - 5489 entries
Renumbering Basic.
- Best score: 11
- Best player score: 19
- Position: #728 / 1245
- Number of attempts: 1
Adam's challenge - 928 entries
Change both normal to bold and 4 by 2. Adam Wathan challenge this on twitter . He did it in 11 keystrokes on Sublime.
- Best score: 18
- Best player score: 18
- Position: #31 / 261
- Number of attempts: 4
Add to end of each line... kinda - 313 entries
Visual-block mode can be used to add something to the end of each line, even if they are of differing lengths. However, what if it's not quite at the end?
- Best score: 12
- Best player score: 12
- Position: #13 / 164
- Number of attempts: 2
Vice versa - 7643 entries
Little role switching.
- Best score: 12
- Best player score: 13
- Position: #621 / 2072
- Number of attempts: 5
Free hyphen! - 156 entries
Just like "Inner hyphens", but I'm giving you a free hyphen to play with. Will your solution be any different?
- Best score: 9
- Best player score: 11
- Position: #61 / 84
- Number of attempts: 1
Sorting a glossary - 116 entries
Sort a glossary. Glossary head contains a header phrase ending with ':' and glossary body has multi line text indented with a tab.
- Best score: 6
- Best player score: 9
- Position: #73 / 75
- Number of attempts: 1
comments galore - 982 entries
Basic comment reformatting
- Best score: 10
- Best player score: 10
- Position: #160 / 414
- Number of attempts: 1
Scrambled numbers - 775 entries
Four is NOT 1. One is 1.
- Best score: 18
- Best player score: 24
- Position: #106 / 181
- Number of attempts: 3
Alsa configuration - 485 entries
I'm tweaking my ~/.asoundrc file!
- Best score: 22
- Best player score: 28
- Position: #75 / 123
- Number of attempts: 5
Align commas - 1046 entries
There are 15,000 aligning challenges on vimgolf.com, and they're all exactly the same. I hope this one is a little different.
- Best score: 11
- Best player score: 18
- Position: #173 / 238
- Number of attempts: 2
Reorder the groups - 1120 entries
Change the order so that the groups of fruit come before the vegetables.
- Best score: 14
- Best player score: 14
- Position: #74 / 255
- Number of attempts: 3
Add Go XML to structure tags - 151 entries
The Go programming language can directly map XML to structure fields. Add the correct XML tag after each field.
- Best score: 23
- Best player score: 24
- Position: #7 / 65
- Number of attempts: 3
Restore order to the alphabet - 183 entries
The numbers are OK. The letters are wonky.
- Best score: 12
- Best player score: 13
- Position: #28 / 66
- Number of attempts: 2
Array transposition - 2321 entries
Transpose two arrays into one.
- Best score: 16
- Best player score: 17
- Position: #58 / 434
- Number of attempts: 8
Mirror Symmetry - 787 entries
Add backslashes.
- Best score: 7
- Best player score: 11
- Position: #119 / 264
- Number of attempts: 1
From A to B - 562 entries
Mirror and change this text block
- Best score: 16
- Best player score: 17
- Position: #63 / 154
- Number of attempts: 3
Collect List - 4212 entries
Convert to comma separated list.
- Best score: 12
- Best player score: 12
- Position: #58 / 1176
- Number of attempts: 3
camel riding - 760 entries
add a prefix on some camelCase variables
- Best score: 15
- Best player score: 17
- Position: #180 / 271
- Number of attempts: 2
readability - 310 entries
Make the code readable by adding some spaces
- Best score: 18
- Best player score: 18
- Position: #58 / 147
- Number of attempts: 3
Space out the alphabet - 1602 entries
Put 3 spaces between adjacent letters.
- Best score: 15
- Best player score: 18
- Position: #213 / 436
- Number of attempts: 3
Fix the XML - 962 entries
The challenge consists in having a valid xml from an incomplete source.
- Best score: 18
- Best player score: 24
- Position: #124 / 280
- Number of attempts: 5
Line 'em up! - 384 entries
It can be so hard to keep everything neatly lined-up. Somebody clearly hasn't bothered here. Tidy it up, please!
- Best score: 17
- Best player score: 20
- Position: #62 / 107
- Number of attempts: 2
I forgot quotes - 15852 entries
Oops.
- Best score: 10
- Best player score: 14
- Position: #1586 / 4136
- Number of attempts: 2
Shift down - 191 entries
Number words are back.
- Best score: 19
- Best player score: 29
- Position: #45 / 66
- Number of attempts: 1
-a-b-c- - 3149 entries
Put hyphens everywhere.
- Best score: 13
- Best player score: 15
- Position: #570 / 1121
- Number of attempts: 1
Count both ways - 985 entries
Right AND down.
- Best score: 13
- Best player score: 16
- Position: #229 / 347
- Number of attempts: 2
A HAPPY NEW YEAR 2014 ! - 10566 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 12
- Position: #2011 / 3647
- Number of attempts: 2
attr_aligner - 3403 entries
Two attr keywords. Two separate indentations. Align the colons.
- Best score: 19
- Best player score: 25
- Position: #236 / 686
- Number of attempts: 4
quotes inside quotes - 3088 entries
taken from tip 85 of the very good book 'Practical Vim: Edit Text at the Speed of Thought' ! I'd be interested what people use :)
- Best score: 14
- Best player score: 17
- Position: #857 / 1060
- Number of attempts: 1
Words in parens - 12790 entries
We should all ace this, right?
- Best score: 13
- Best player score: 17
- Position: #2630 / 3932
- Number of attempts: 3
Remove noise from HTTP log - 670 entries
This piece of log (from the year 2000) contains some irrelevant data. We only want to see the HTTP method and resource.
- Best score: 15
- Best player score: 16
- Position: #179 / 265
- Number of attempts: 1
Simple text editing with Vim - 11897 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 17
- Position: #2323 / 3482
- Number of attempts: 2
Reformat/Refactor a Golfer Class - 6251 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 32
- Best player score: 38
- Position: #601 / 1544
- Number of attempts: 2