Played Challenges
Quicksort - 1883 entries
We need the numbers in the first row sorted as quickly as possible! Be careful not to disturb the data below the divider though: that must remain unchanged.
- Best score: 6
- Best player score: 9
- Position: #165 / 412
- Number of attempts: 5
HS exam question - 1577 entries
Convert the data to a python dictionary
- Best score: 47
- Best player score: 118
- Position: #367 / 415
- Number of attempts: 1
Put a newline after every 10 lines in vim - 1656 entries
Goal is to put a newline after every 10 lines in vim.
- Best score: 10
- Best player score: 11
- Position: #80 / 555
- Number of attempts: 3
Reordering Lorem Ipsum - 290 entries
Who even sorted this?
- Best score: 13
- Best player score: 133
- Position: #57 / 66
- Number of attempts: 1
Learn to ask for :help - 587 entries
Learn to use the help to reduce your strokes...
- Best score: 19
- Best player score: 62
- Position: #125 / 130
- Number of attempts: 1
Plotting some variables in python - 1660 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: 34
- Position: #6 / 347
- Number of attempts: 8
Lowercase first characters - 486 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: 44
- Position: #120 / 182
- Number of attempts: 2
Migrated to Postgres! - 323 entries
Celebration completion of this project. https://github.com/igrigorik/vimgolf/pull/322
- Best score: 26
- Best player score: 29
- Position: #39 / 126
- Number of attempts: 2
RUST Cargo.toml version to last - 355 entries
RUST Cargo.toml version to last. rusty practice on vimgolf
- Best score: 16
- Best player score: 16
- Position: #6 / 100
- Number of attempts: 7
Modernise code - 1388 entries
Modernise and clean up some C++ code.
- Best score: 34
- Best player score: 34
- Position: #12 / 319
- Number of attempts: 18
swap number pairs - 2066 entries
Swap the numbers in a bunch of 2-element arrays.
- Best score: 16
- Best player score: 17
- Position: #69 / 377
- Number of attempts: 12
HS Final exam vimgolf - 897 entries
Change the initial file to a single line containing all names comma-separated with numbers inside parentheses.
- Best score: 21
- Best player score: 21
- Position: #5 / 236
- Number of attempts: 9
Change double quotes to single quotes, but with a twist - 309 entries
Although this challenge is in the context of a Python function, you don't need to know Python to do this challenge. It is to add contexts and interesting constraints. The file contains a function that prints a multi-line string literal. I wrote the string literal with double quotes, but then I decided to use single quotes instead, and that's your challenge. However, interestingly enough, the string itself contains single and double quotes. This means, inside the string literal, the originally escaped double quotes no longer need to be escaped, but the single quotes now need to be escaped. Note that the triple double quotes in the docstring should be left alone.
- Best score: 22
- Best player score: 22
- Position: #6 / 56
- Number of attempts: 13
Python: Def to Lambda - 453 entries
LAMBDA!!!
- Best score: 19
- Best player score: 19
- Position: #12 / 155
- Number of attempts: 3
Rural Post - 4462 entries
Simple challenge to remove all but the post code on each line
- Best score: 9
- Best player score: 9
- Position: #46 / 1093
- Number of attempts: 5
Satisfy the go linter - 2374 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: #14 / 469
- Number of attempts: 12
Add quotes to ansible playbook - 952 entries
You created an ansible playbook, but forgot to add quotes. Can you fix it?
- Best score: 8
- Best player score: 8
- Position: #17 / 304
- Number of attempts: 5
Multiline to Single Line - 700 entries
Convert a multiline, indented file to a single line with no whitespace
- Best score: 5
- Best player score: 5
- Position: #30 / 302
- Number of attempts: 2
Data reformat - 294 entries
Reformat this copy-paste data! #csv
- Best score: 36
- Best player score: 90
- Position: #54 / 65
- Number of attempts: 1
xrandr outputs and dashes - 704 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: 15
- Position: #176 / 221
- Number of attempts: 5
From a Thunderlink to a Markdown link - 764 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: 26
- Position: #132 / 169
- Number of attempts: 3
Yo To Hello - 1129 entries
Simply Turn Yo To Hello
- Best score: 10
- Best player score: 10
- Position: #18 / 523
- Number of attempts: 5
Replace pattern with 1, 2, 3, ... on each line - 1146 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: 28
- Position: #129 / 229
- Number of attempts: 7
Simple, Practical, and Common - 33584 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: #2295 / 7407
- Number of attempts: 11
Hogwarts Email Sorting - 917 entries
Given a list of emails, get the students full name and their associated house.
- Best score: 20
- Best player score: 24
- Position: #194 / 260
- Number of attempts: 3
prepend * to every non-blank line - 6298 entries
Prepend an asterisk to every non-blank line in the input file.
- Best score: 10
- Best player score: 10
- Position: #343 / 1535
- Number of attempts: 8
One number per line - 18710 entries
Just give me the numbers.
- Best score: 14
- Best player score: 17
- Position: #1326 / 3857
- Number of attempts: 11
Quote modules - 1073 entries
Complete golang import statement.
- Best score: 21
- Best player score: 21
- Position: #32 / 280
- Number of attempts: 12
Swap values inside brackets - 2486 entries
Easy challenge.
- Best score: 14
- Best player score: 14
- Position: #98 / 576
- Number of attempts: 17
V to the i - 4798 entries
Input is 99 V's. Output is 100 i's.
- Best score: 7
- Best player score: 7
- Position: #762 / 1891
- Number of attempts: 3
Add semicolons - 10846 entries
Simply add a semicolon at the end of each line
- Best score: 10
- Best player score: 11
- Position: #1659 / 3060
- Number of attempts: 9
Bad Copy Syntax - 2028 entries
Copy should be from right to left, but sometimes you type it wrong.
- Best score: 18
- Best player score: 18
- Position: #25 / 522
- Number of attempts: 8
Com(m)a Trouble - 3791 entries
Someone was real stupid when placing his commas. Can you fix it?
- Best score: 12
- Best player score: 43
- Position: #805 / 858
- Number of attempts: 2
Just the middle - 11423 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 8
- Position: #3094 / 4185
- Number of attempts: 4
Sorting a glossary - 131 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: 6
- Position: #22 / 81
- Number of attempts: 1
One to Ten - 2209 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: 12
- Position: #308 / 669
- Number of attempts: 15
Array transposition - 2415 entries
Transpose two arrays into one.
- Best score: 16
- Best player score: 37
- Position: #399 / 446
- Number of attempts: 9
Swap assigned value - 643 entries
Simple problem but looking for interesting solutions.
- Best score: 10
- Best player score: 12
- Position: #195 / 253
- Number of attempts: 2
VimGolfNight - 555 entries
Based on "The name of the game".
- Best score: 12
- Best player score: 12
- Position: #176 / 345
- Number of attempts: 1
Condensed Cases - 800 entries
Apple's new programming language, Swift, allows two style of case statements: 1) one Enum case on each line, or 2) multiple Enum cases on a single line. Convert the following from the first case (no pun intended) to the second type.
- Best score: 12
- Best player score: 19
- Position: #211 / 245
- Number of attempts: 1
I forgot quotes - 15970 entries
Oops.
- Best score: 10
- Best player score: 17
- Position: #2736 / 4175
- Number of attempts: 3
Change name of a variable - 179 entries
Replace the name of the $variable with the fastest move possible. The challenge is having a command that allow you to easily change the variable name even if its indented.
- Best score: 9
- Best player score: 10
- Position: #132 / 137
- Number of attempts: 2
Where should I put the Newline? - 881 entries
Help me put the newline.
- Best score: 7
- Best player score: 8
- Position: #239 / 437
- Number of attempts: 2
A HAPPY NEW YEAR 2014 ! - 10657 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 15
- Position: #2914 / 3679
- Number of attempts: 1
Words in parens - 12928 entries
We should all ace this, right?
- Best score: 13
- Best player score: 14
- Position: #1154 / 3960
- Number of attempts: 3
Minimalist Limerick - 520 entries
Reproduce this lovely poem.
- Best score: 30
- Best player score: 41
- Position: #144 / 174
- Number of attempts: 4
Define to require - 127 entries
When JSHint is enabled, there's a rule that doesn't let you have more than 6 arguments in a function, so the moment you need to add a 7th argument, you need to do a refactoring.
- Best score: 62
- Best player score: 119
- Position: #45 / 50
- Number of attempts: 3
Enumerate words - 254 entries
Enumerate the unique words in order.
- Best score: 23
- Best player score: 30
- Position: #79 / 91
- Number of attempts: 1
Groups magic - 158 entries
Regexp or macros for string converting: (a) -> ___ (abc) -> ____ (abcd) -> ______ All in the '(' replace to _ multiply by char count + ()
- Best score: 13
- Best player score: 18
- Position: #90 / 93
- Number of attempts: 1
Prefixes and suffixes - 629 entries
Generate all prefixes of "vimchallenge", then all suffixes.
- Best score: 17
- Best player score: 33
- Position: #170 / 196
- Number of attempts: 1
Refactor arguments into object argument - 166 entries
A relatively common Javascript refactoring.
- Best score: 48
- Best player score: 75
- Position: #49 / 68
- Number of attempts: 3
abcd > a b c d - 290 entries
transform the single spaces into 4 spaces repeat for each line
- Best score: 15
- Best player score: 15
- Position: #8 / 221
- Number of attempts: 1
Python: Lots of function arguments - 105 entries
The function definition is too long for one line. The modeline helps you with some typical Python indent settings.
- Best score: 6
- Best player score: 31
- Position: #47 / 48
- Number of attempts: 2
Readable Rubyhash - 263 entries
Rubyists talk about being cutting edge but how many are using 1.9 in production? Time to convert those verbose 1.8 hashes in to symbolic, succinct 1.9 beauties!
- Best score: 23
- Best player score: 38
- Position: #84 / 94
- Number of attempts: 5
Checkerboard case pattern - 163 entries
All the squares are white. Make some of them black. But only the right ones.
- Best score: 15
- Best player score: 25
- Position: #51 / 60
- Number of attempts: 2
NATO phonetic alphabet - 526 entries
Transform the series of words into a list.
- Best score: 19
- Best player score: 41
- Position: #194 / 195
- Number of attempts: 2
A simple change - 461 entries
Just change the numbers in the most efficient way ...
- Best score: 12
- Best player score: 21
- Position: #176 / 191
- Number of attempts: 2
Add links to an existing HTML table - 97 entries
Add these links at that top to the respective table cell. First link, first cell, etc.
- Best score: 42
- Best player score: 104
- Position: #31 / 31
- Number of attempts: 1
SFD-ROC: The Quick Brown Fox - 189 entries
Someone has vandalized our text (again). Please fix to read: The Quick Brown Fox Jumps Over The Lazy Dog.
- Best score: 24
- Best player score: 28
- Position: #25 / 105
- Number of attempts: 1
Extract text from xml - 127 entries
Extract text from xml file (ignoring commented out elements) and create a one line regex.
- Best score: 28
- Best player score: 46
- Position: #35 / 46
- Number of attempts: 4
The Quick Brown Fox Jumps Over The Lazy Vim - 416 entries
Someone has vandalized this text file and replaced the beginning character of one word in each line with a Big "X." Please remove the big X's, and fix each line to read "The Quick Brown Fox Jumps Over The Lazy Dog."
- Best score: 8
- Best player score: 12
- Position: #163 / 191
- Number of attempts: 4
The name of the game - 665 entries
End up with the name of the game.
- Best score: 11
- Best player score: 14
- Position: #338 / 360
- Number of attempts: 3
SFD-ROC: vimvimvim - 1606 entries
Oh no, this line is longer than 80 chars... put each 'vim' on a new line.
- Best score: 8
- Best player score: 14
- Position: #314 / 446
- Number of attempts: 2
Stairs Indenting - 473 entries
Indent each line with <line number> whitespaces.
- Best score: 12
- Best player score: 19
- Position: #175 / 197
- Number of attempts: 2
Unwrap the text of an email message - 189 entries
Reverse of "Wrap the text of an email message to 79 characters". gq and gw are great for wrapping paragraphs. But sometimes other programs choke on your wrapped lines. What's the best way to un-gq?
- Best score: 16
- Best player score: 36
- Position: #71 / 74
- Number of attempts: 3
Saving the hashes(#) - 2053 entries
The following file is copied from vimcasts.org(Its only for learning purpose,hope the site owner doesn't mind it), its probably the easiest of challenges.Our goal is to delete every line which doesn't contain a hash signs. The remaining hash signs with numbers are then sorted to get the final output.
- Best score: 20
- Best player score: 34
- Position: #429 / 479
- Number of attempts: 1
Convert pandoc unordered list to a numbered list - 166 entries
I know it's possible to use #. in pandoc to auto-generate numbered lists, but then it's not easy to tell how many items there are when reading it in Markdown. How fast can you make the switch?
- Best score: 20
- Best player score: 51
- Position: #56 / 57
- Number of attempts: 2
SFD-ROC: ROT13 Phonics - 101 entries
A is for apple, b is for ball, etc... This familiar phonics poem has been rotated 13 characters. Make the letter match the word.
- Best score: 6
- Best player score: 6
- Position: #5 / 73
- Number of attempts: 1
Let's play some Ivmgolf - 1118 entries
Oops, I spelled that wrong.
- Best score: 7
- Best player score: 10
- Position: #354 / 445
- Number of attempts: 3
Inconsistent real estate paste - 213 entries
Format a hand-typed real estate listing that uses inconsistent punctuation into four sections
- Best score: 24
- Best player score: 60
- Position: #53 / 57
- Number of attempts: 3
Vertical Limit - 2538 entries
transform a succession of one word lines to a an array of strings
- Best score: 21
- Best player score: 38
- Position: #726 / 754
- Number of attempts: 3
Make the circuit grid! - 101 entries
Copy this command for a circuit layout program to create 10 total smd commands. Increment the number in quotes to name each pad, and add 0.7 to each of the (X Y) coordinates at the end of each line.
- Best score: 26
- Best player score: 89
- Position: #50 / 50
- Number of attempts: 2
Exchanging Quotes - 851 entries
Sometimes you need to exchange a choice of quotes in some code.
- Best score: 30
- Best player score: 53
- Position: #219 / 228
- Number of attempts: 4
Make it more readable - 1986 entries
Insert blank lines to make it more organized and readable
- Best score: 13
- Best player score: 15
- Position: #277 / 646
- Number of attempts: 3
Rotating Philosophers Problem - 410 entries
Can you help the philosophers find a good place to sit before they get five forks and spaghetti?
- Best score: 29
- Best player score: 36
- Position: #153 / 166
- Number of attempts: 2
Simple text editing with Vim - 12692 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 39
- Position: #3496 / 3667
- Number of attempts: 2
Reformat/Refactor a Golfer Class - 6871 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 28
- Best player score: 44
- Position: #1080 / 1682
- Number of attempts: 3
Ravi S Sinha
Twitter: @ambidextrousTx
I aspire to be a fit, athletic, healthy, creative technologist. PhD. Connoisseur. Senior Software Engineer at @Adobe. Personal account and views.