Played Challenges
Paste a column after a column - 2632 entries
This task is very common while using multi-cursor. What is the elegant vim way ?
- Best score: 14
- Best player score: 16
- Position: #157 / 570
- Number of attempts: 12
2 quick changes and a numbered list - 648 entries
The ascii will not be lost, but rather numbered in 4 digit blocks with leading zeros.
- Best score: 37
- Best player score: 46
- Position: #84 / 155
- Number of attempts: 3
delete swap - 1818 entries
delete all swap
- Best score: 5
- Best player score: 5
- Position: #160 / 567
- Number of attempts: 4
Generate a very basic Python constructor (fixed) - 1281 entries
Original by @BiddulphCaleb (http://www.vimgolf.com/challenges/6019f1c4642668000cee11e8) - had some extra spaces in output file.
- Best score: 29
- Best player score: 37
- Position: #92 / 275
- Number of attempts: 7
Visual block training - 1096 entries
You see the input. You see the output. Go.
- Best score: 17
- Best player score: 30
- Position: #92 / 207
- Number of attempts: 8
Put a newline after every 10 lines in vim - 1668 entries
Goal is to put a newline after every 10 lines in vim.
- Best score: 10
- Best player score: 11
- Position: #154 / 561
- Number of attempts: 3
hello-world-vimgolf - 2513 entries
Simple number generation
- Best score: 10
- Best player score: 10
- Position: #168 / 717
- Number of attempts: 3
Fill in the chess board - 959 entries
Fill in the name of each square using its file (a-h) and rank (1-8).
- Best score: 19
- Best player score: 27
- Position: #67 / 185
- Number of attempts: 4
Plotting some variables in python - 1673 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: 35
- Position: #78 / 350
- Number of attempts: 4
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: 47
- Position: #142 / 184
- Number of attempts: 1
Migrated to Postgres! - 338 entries
Celebration completion of this project. https://github.com/igrigorik/vimgolf/pull/322
- Best score: 26
- Best player score: 29
- Position: #61 / 133
- Number of attempts: 3
simple replacements - 1833 entries
The goal is to see the replacement commands in action.
- Best score: 19
- Best player score: 23
- Position: #207 / 396
- Number of attempts: 5
Inverting Lines - 1932 entries
A simple challenge to invert all lines, except the first.
- Best score: 10
- Best player score: 11
- Position: #260 / 518
- Number of attempts: 5
Making 3 line function a one liner. - 340 entries
Simple challenge for frequent action while programming.
- Best score: 4
- Best player score: 4
- Position: #25 / 209
- Number of attempts: 1
Modernise code - 1420 entries
Modernise and clean up some C++ code.
- Best score: 34
- Best player score: 52
- Position: #243 / 328
- Number of attempts: 3
Enumerate Bullets - 330 entries
We will need to refer to the bullet points in our document explicitly later, so we need to assign them some ID's!
- Best score: 18
- Best player score: 56
- Position: #75 / 90
- Number of attempts: 2
swap number pairs - 2146 entries
Swap the numbers in a bunch of 2-element arrays.
- Best score: 16
- Best player score: 23
- Position: #177 / 390
- Number of attempts: 7
HS Final exam vimgolf - 913 entries
Change the initial file to a single line containing all names comma-separated with numbers inside parentheses.
- Best score: 21
- Best player score: 28
- Position: #144 / 241
- Number of attempts: 3
Rural Post - 4572 entries
Simple challenge to remove all but the post code on each line
- Best score: 9
- Best player score: 10
- Position: #444 / 1116
- Number of attempts: 6
Satisfy the go linter - 2468 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: 26
- Position: #303 / 491
- Number of attempts: 4
Add quotes to ansible playbook - 1030 entries
You created an ansible playbook, but forgot to add quotes. Can you fix it?
- Best score: 8
- Best player score: 9
- Position: #179 / 325
- Number of attempts: 6
Multiline to Single Line - 747 entries
Convert a multiline, indented file to a single line with no whitespace
- Best score: 5
- Best player score: 5
- Position: #201 / 318
- Number of attempts: 1
Replace pattern with 1, 2, 3, ... on each line - 1151 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: 30
- Position: #149 / 233
- Number of attempts: 13
Hogwarts Email Sorting - 944 entries
Given a list of emails, get the students full name and their associated house.
- Best score: 20
- Best player score: 24
- Position: #202 / 267
- Number of attempts: 3
Get mail address from outlook format - 649 entries
Create a mail list space separated of mail list formatted by outlook
- Best score: 15
- Best player score: 19
- Position: #150 / 204
- Number of attempts: 3
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: 11
- Position: #741 / 1555
- Number of attempts: 8
Quote modules - 1095 entries
Complete golang import statement.
- Best score: 21
- Best player score: 28
- Position: #198 / 286
- Number of attempts: 2
citizen_hacks_2019_challenge2 - 202 entries
For the Citizen Hacks 2019 Vim competition.
- Best score: 6
- Best player score: 7
- Position: #94 / 104
- Number of attempts: 2
Add string initializers to an enum - 892 entries
Change Typescript enum so that it has string initializers.
- Best score: 21
- Best player score: 22
- Position: #99 / 263
- Number of attempts: 4
Copy three lines - 2882 entries
If the site is up (by some miracle), make the text under every header identical.
- Best score: 13
- Best player score: 17
- Position: #296 / 642
- Number of attempts: 5
That hyphen - 2602 entries
"vim vi improved"
- Best score: 9
- Best player score: 10
- Position: #280 / 704
- Number of attempts: 3
Just the middle - 11541 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 8
- Position: #3182 / 4230
- Number of attempts: 3
Make HTML List - 1061 entries
Turn the comma separated list into an unordered html list.
- Best score: 33
- Best player score: 49
- Position: #194 / 274
- Number of attempts: 3
Turn a ninja to case-insensitive [Nn][Ii][Nn][Jj][Aa] regexp! - 67 entries
I bumped into this in a dailywtf code: http://pastebin.com/QApa5ycS I didn't want to translate a string whenever I wanted to be [Ss][Aa][Rr][Cc][Aa][Ss][Tt][Ii][Cc] on slack, so I figured a script (python, sed, whatever) would be helpful. Well, or a few vim keystroke!
- Best score: 18
- Best player score: 18
- Position: #29 / 39
- Number of attempts: 2
Basic renumbering - 5699 entries
Renumbering Basic.
- Best score: 11
- Best player score: 11
- Position: #258 / 1273
- Number of attempts: 1
create arrows in a list - 130 entries
Add arrow at same distance
- Best score: 10
- Best player score: 13
- Position: #72 / 78
- Number of attempts: 2
Wrap text in quotes - 368 entries
All the blocks of text should be wrapped in quotation marks.
- Best score: 16
- Best player score: 17
- Position: #73 / 122
- Number of attempts: 4
Sort files from hosts - 195 entries
Resume files by host. I hope you enjoy with this challenge
- Best score: 15
- Best player score: 16
- Position: #35 / 77
- Number of attempts: 5
From A to B - 591 entries
Mirror and change this text block
- Best score: 16
- Best player score: 23
- Position: #140 / 159
- Number of attempts: 10
Simple format (2) - 335 entries
try again!
- Best score: 23
- Best player score: 30
- Position: #39 / 70
- Number of attempts: 3
Collect List - 4317 entries
Convert to comma separated list.
- Best score: 12
- Best player score: 17
- Position: #1013 / 1194
- Number of attempts: 4
Space out the alphabet - 1659 entries
Put 3 spaces between adjacent letters.
- Best score: 15
- Best player score: 21
- Position: #295 / 446
- Number of attempts: 1
Mute the second method of this script - 455 entries
prepend a # infront of every line of the second method
- Best score: 8
- Best player score: 9
- Position: #146 / 239
- Number of attempts: 3
Condensed Cases - 807 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: 15
- Position: #174 / 248
- Number of attempts: 7
Word frequency alignment - 296 entries
You've got to align the second column, but the spacing is inconvenient and there are nasty tabs in the way. If you're a "real Vim ninja," this could be very quick indeed...
- Best score: 5
- Best player score: 5
- Position: #108 / 163
- Number of attempts: 6
Stairs Indenting - 479 entries
Indent each line with <line number> whitespaces.
- Best score: 12
- Best player score: 16
- Position: #165 / 199
- Number of attempts: 5
Switch function arguments - 2182 entries
How to switch two arguments of a function.
- Best score: 11
- Best player score: 11
- Position: #178 / 674
- Number of attempts: 5
Append semicolon after expressions - 1061 entries
Some lines need the semicolon, some don't.
- Best score: 11
- Best player score: 11
- Position: #128 / 421
- Number of attempts: 4
Remove noise from HTTP log - 729 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: #200 / 276
- Number of attempts: 8
Line Zipper - 477 entries
Zip/pair related lines.
- Best score: 12
- Best player score: 13
- Position: #65 / 216
- Number of attempts: 6
imports alignment (python) - 700 entries
Align as one import per line.
- Best score: 17
- Best player score: 19
- Position: #69 / 198
- Number of attempts: 15
Generate English Alphabets - 508 entries
Start with a, get up to z.
- Best score: 19
- Best player score: 42
- Position: #189 / 211
- Number of attempts: 2
Assignment Alignment - 885 entries
line up the operators. Use spaces, not tabs.
- Best score: 18
- Best player score: 30
- Position: #171 / 221
- Number of attempts: 6
Reverse Simple Deletion - 862 entries
You did the simple deletion, now reverse it.
- Best score: 11
- Best player score: 12
- Position: #363 / 463
- Number of attempts: 1
Hatsuyume - 556 entries
http://en.wikipedia.org/wiki/Hatsuyume
- Best score: 15
- Best player score: 17
- Position: #22 / 191
- Number of attempts: 1
Make Fancy Header - 1075 entries
Make the header text stand out with surrounding asterisks
- Best score: 15
- Best player score: 19
- Position: #254 / 349
- Number of attempts: 1
Reverse characters in a line - 789 entries
You have everything you need, just not in the right order. Mastermind would give you 26 white pegs.
- Best score: 12
- Best player score: 16
- Position: #162 / 269
- Number of attempts: 5
VimGolf