Played Challenges
From brakets to parens - 802 entries
This is one of the most common problem when you wrap an array for error handling. Vim is useful when you convert foo[i][j][k] into foo(i, j, k) for many times.
- Best score: 24
- Best player score: 24
- Position: #2 / 182
- Number of attempts: 12
π - 237 entries
1200 π chars
- Best score: 16
- Best player score: 16
- Position: #11 / 60
- Number of attempts: 12
Create json from a .env file - 1453 entries
A simple everyday task.
- Best score: 39
- Best player score: 39
- Position: #31 / 338
- Number of attempts: 19
Reordering properties - 1108 entries
Arrange the CSS lines for the #topbar selector based on their complete line length, from shortest to longest.
- Best score: 24
- Best player score: 24
- Position: #11 / 258
- Number of attempts: 31
Changing date formats - 678 entries
Change the date format to Y/M/D.
- Best score: 37
- Best player score: 37
- Position: #8 / 184
- Number of attempts: 31
YAML to dotenv - 1337 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 16
- Position: #50 / 279
- Number of attempts: 18
Swap columns and transform to CSV format - 407 entries
Turn this spreadsheet output into a CSV file but first swap the columns
- Best score: 16
- Best player score: 16
- Position: #11 / 150
- Number of attempts: 5
Generate an entry for each month - 360 entries
The input file contains a URI with a month in it. Generate the URIs for all the other months up to a couple of years
- Best score: 27
- Best player score: 32
- Position: #17 / 88
- Number of attempts: 21
Fix the git merge conflicts - 307 entries
Solve the merge conflicts in the Python file
- Best score: 36
- Best player score: 36
- Position: #4 / 84
- Number of attempts: 19
Nested JSON Flattener - 126 entries
Transform a deeply nested JSON structure into a flattened key-value format where each path is represented by dot notation
- Best score: 44
- Best player score: 44
- Position: #3 / 29
- Number of attempts: 14
Replace markdown sections with numbering - 296 entries
Replace each section and subsection with their respective numbers
- Best score: 29
- Best player score: 35
- Position: #18 / 77
- Number of attempts: 17
Fix the Scala Method - 296 entries
Fix the missing semicolons and the Int type, ensure the floating point division, and remove the unnecessary return.
- Best score: 2
- Best player score: 22
- Position: #43 / 94
- Number of attempts: 12
Change class fields from camel case to snake case - 547 entries
This is the reverse of the previous challenge: https://www.vimgolf.com/challenges/9v006705493c000000000513
- Best score: 18
- Best player score: 18
- Position: #39 / 127
- Number of attempts: 17
Reorganize Pokémon - 734 entries
Change the format of the each line and sort alphabetically.
- Best score: 18
- Best player score: 18
- Position: #35 / 203
- Number of attempts: 10
Replace csv column if it's not empty - 255 entries
Replace the credit_score_percentile column with the value 0.0 but leave the empty ones untouched
- Best score: 15
- Best player score: 15
- Position: #38 / 87
- Number of attempts: 6
Convert plain text into a markdown table - 84 entries
Convert the table to markdown to make it more usable
- Best score: 56
- Best player score: 56
- Position: #4 / 27
- Number of attempts: 17
extract struct tag in go - 148 entries
Can you extract all struct tags in the fewest keystrokes possible?
- Best score: 29
- Best player score: 29
- Position: #3 / 40
- Number of attempts: 17
CaN yOuR ViM dO ThAt? #2 - 84 entries
Tsoding's famous "Can your Vim do that?" https://www.youtube.com/watch?v=F4xc4jQO7ck&t=1429s
- Best score: 49
- Best player score: 49
- Position: #7 / 21
- Number of attempts: 11
CaN yOuR ViM dO ThAt? #1 - 253 entries
Tsoding's famous "Can your Vim do that?" https://youtu.be/Bafo3hhheHU?si=DfcT4sUEMTSAevnx&t=1091
- Best score: 41
- Best player score: 41
- Position: #23 / 98
- Number of attempts: 8
Append leading hyphen count to each line - 126 entries
Append the number of leading hyphens to the end of each line.
- Best score: 23
- Best player score: 23
- Position: #7 / 35
- Number of attempts: 10
Move list of uuids into a SQL query - 218 entries
Take the list of UUIDs and use them as a filter in the where statement of a SQL query
- Best score: 57
- Best player score: 57
- Position: #6 / 71
- Number of attempts: 8
Markdown Blog Editing - 447 entries
Convert the given link text in start file to a markdown link list.
- Best score: 30
- Best player score: 30
- Position: #11 / 105
- Number of attempts: 13
Word completion - 283 entries
Try to complete these options within 20 keystrokes.
- Best score: 20
- Best player score: 22
- Position: #27 / 75
- Number of attempts: 14
Search different SQL column with similar where clause - 318 entries
Replace a column in the where clause and convert all numbers from text to numeric, by replacing the leading 0 with the code 359.
- Best score: 22
- Best player score: 22
- Position: #18 / 71
- Number of attempts: 10
Remove adjacent duplicates - 658 entries
Try to find a way to remove adjacent duplicate letters.
- Best score: 19
- Best player score: 19
- Position: #19 / 164
- Number of attempts: 17
Move to corresponding lines - 307 entries
Move the values to the corresponding lines.
- Best score: 16
- Best player score: 17
- Position: #7 / 69
- Number of attempts: 12
Rearrange array to single level - 1684 entries
The goal is to flatten the array into a single list and remove any empty elements.
- Best score: 14
- Best player score: 14
- Position: #19 / 281
- Number of attempts: 18
Rearrange array to one line - 799 entries
Rearrange the array content on only one line, and remove trailing commas
- Best score: 13
- Best player score: 13
- Position: #28 / 187
- Number of attempts: 16
Copy punctuation - 679 entries
I want to copy the last line’s brackets, quotes, and commas to each line. How?
- Best score: 19
- Best player score: 19
- Position: #19 / 164
- Number of attempts: 16
Change LaTex itemizations formats - 128 entries
Inspired by the way my professor formats their LaTeX assignments.
- Best score: 43
- Best player score: 43
- Position: #5 / 20
- Number of attempts: 13
Column wise pasting - 256 entries
Make a table from 3 columns
- Best score: 17
- Best player score: 17
- Position: #11 / 53
- Number of attempts: 14
Deleting text - 326 entries
Delete everything except some specific numbers.
- Best score: 26
- Best player score: 26
- Position: #7 / 102
- Number of attempts: 15
Resolve the spreadsheet - 37 entries
Replace the formulas in column C with the resulting values. Divisions by zero result in NaN. Operations with NaN also result in NaN.
- Best score: 118
- Best player score: 176
- Position: #6 / 8
- Number of attempts: 11
Case matching substitution - 72 entries
Swap every "lorem" for "ipsum", keeping the letter cases the same.
- Best score: 31
- Best player score: 31
- Position: #7 / 18
- Number of attempts: 11
Define Gray code states - 53 entries
List the states using Gray code and assign Gray code values to each state.
- Best score: 56
- Best player score: 58
- Position: #5 / 14
- Number of attempts: 11
Hex to binary - 120 entries
Convert hexadecimal numbers into binary format.
- Best score: 29
- Best player score: 31
- Position: #6 / 23
- Number of attempts: 14
Count words - 112 entries
Merge duplicates and count each word.
- Best score: 39
- Best player score: 42
- Position: #7 / 25
- Number of attempts: 11
String decompression - 37 entries
3a4b2c => aaabbbbcc. Start a new line when you exceed 79 columns.
- Best score: 27
- Best player score: 27
- Position: #9 / 13
- Number of attempts: 5
Reverse even lines - 42 entries
Reverse only the even lines without altering the odd lines.
- Best score: 7
- Best player score: 7
- Position: #3 / 13
- Number of attempts: 9
Format a long line - 125 entries
Reformat long lines (gq), textwidth=78, no trailing spaces.
- Best score: 17
- Best player score: 17
- Position: #6 / 34
- Number of attempts: 14
Evil Numbers - 115 entries
Print the first 100 evil numbers https://oeis.org/A001969. This is an advert for code.golf https://code.golf/evil-numbers#viml
- Best score: 25
- Best player score: 25
- Position: #10 / 27
- Number of attempts: 12
Mirror image - 125 entries
Add the second eye
- Best score: 15
- Best player score: 15
- Position: #7 / 36
- Number of attempts: 19
Coordinate extraction - 66 entries
Get the coordinates of all "M"s from the Vim logo
- Best score: 43
- Best player score: 43
- Position: #6 / 17
- Number of attempts: 11
Morse - 178 entries
Translate Morse code to Text
- Best score: 31
- Best player score: 31
- Position: #4 / 36
- Number of attempts: 23
New teacher - 1453 entries
Update the details of the new CS teacher.
- Best score: 19
- Best player score: 19
- Position: #30 / 304
- Number of attempts: 13
Truth Table to ModelSim - 65 entries
Convert this truth table to simulator instructions!
- Best score: 64
- Best player score: 64
- Position: #5 / 18
- Number of attempts: 7
Replace word while reserving first letter case - 663 entries
Window -> Door window -> door Windows -> Windows windows -> windows
- Best score: 24
- Best player score: 24
- Position: #30 / 126
- Number of attempts: 16
months to html list items - 1119 entries
Turn the months into list items.
- Best score: 22
- Best player score: 22
- Position: #47 / 303
- Number of attempts: 8
Instance creation in Verilog - 48 entries
Creating an instance of a module is a very frequent task in Verilog. Let's see how efficiently can it be done
- Best score: 107
- Best player score: 140
- Position: #6 / 10
- Number of attempts: 7
Quicksort - 2077 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: 6
- Position: #141 / 462
- Number of attempts: 11
EDN reformat - 1209 entries
The goal is to make the code more readable and concise while maintaining its functionality.
- Best score: 17
- Best player score: 17
- Position: #13 / 170
- Number of attempts: 16
Tic-Tac-Toe Grid Transformation - 449 entries
Your mission is to efficiently convert the original Tic-Tac-Toe grid, represented by 'x's and 'o's, into a neat and well-organized game board.
- Best score: 56
- Best player score: 56
- Position: #8 / 87
- Number of attempts: 21
Populate 3D bone names list - 652 entries
Ran into this at work, excited to see how this gets optimized
- Best score: 21
- Best player score: 21
- Position: #41 / 168
- Number of attempts: 12
Remove line numbers - 777 entries
From http://web.archive.org/web/20140831121704/http://dirac.org/linux/gdb/02a-Memory_Layout_And_The_Stack.php#investigatingthestackwithgdb.
- Best score: 8
- Best player score: 8
- Position: #1 / 204
- Number of attempts: 16
Find fix point of cos - 1458 entries
Write a function to find the fix point of cos. It is not a good code; It is just to use vim. Inspired by the excellent https://mvanier.livejournal.com/2897.html about the Y combinator.
- Best score: 14
- Best player score: 14
- Position: #81 / 430
- Number of attempts: 7
Insert column data on Confluence-style table - 500 entries
Add ip addresses into new "IP" column based on the last digits from the "Server" column
- Best score: 33
- Best player score: 33
- Position: #7 / 112
- Number of attempts: 25
Surround the 'z' character with brackets, quotes, and print as formatted string. - 575 entries
Surround the 'z' character with brackets, quotes, and print as formatted string.
- Best score: 17
- Best player score: 17
- Position: #246 / 323
- Number of attempts: 2
Easier Align - 442 entries
Align the columns of a markdown table
- Best score: 51
- Best player score: 51
- Position: #5 / 99
- Number of attempts: 21
Paste a column after a column - 2661 entries
This task is very common while using multi-cursor. What is the elegant vim way ?
- Best score: 14
- Best player score: 14
- Position: #115 / 575
- Number of attempts: 11
Filter number combinations that don't add to 11 - 424 entries
Append the sum of each line to its end, alongside an equals sign, and remove any that do not sum to 11. The ordering of lines should stay the same. Note that the combinations are semi-arbitrary and not all 4-number combinations are present in the file.
- Best score: 27
- Best player score: 27
- Position: #47 / 122
- Number of attempts: 5
Tabbed Table to Python Array - 769 entries
Not payed by the hour? So make it fast ;-) The table contains the relative occurencies of bigrams (two consecutive letters) in 1/100,000 in the german language, copy-pasted from http://www.mathe.tu-freiberg.de/~hebisch/cafe/kryptographie/bigramme.html
- Best score: 50
- Best player score: 50
- Position: #10 / 184
- Number of attempts: 13
HS exam question - 1610 entries
Convert the data to a python dictionary
- Best score: 47
- Best player score: 48
- Position: #45 / 420
- Number of attempts: 11
Reformat symbols in list - 1648 entries
Saw this in some lecture, easy reformatting using multiple cursor in VS Code
- Best score: 24
- Best player score: 24
- Position: #68 / 354
- Number of attempts: 11
Fizzbuzz - 612 entries
type the first 100 lines of the fizzbuzz problem
- Best score: 44
- Best player score: 44
- Position: #3 / 171
- Number of attempts: 20
Substraction (bis) - 637 entries
Solve the equations (adapted from the original @Caek_'s challenge).
- Best score: 21
- Best player score: 21
- Position: #10 / 116
- Number of attempts: 16
Changing around text with citations - 361 entries
Based off of something I saw on reddit
- Best score: 28
- Best player score: 28
- Position: #25 / 95
- Number of attempts: 21
Poorly indented Python comments - 1348 entries
Fix the alignment of some Python comments as quickly as possible.
- Best score: 15
- Best player score: 15
- Position: #57 / 224
- Number of attempts: 16
Many duplicates - 1472 entries
Quick and easy
- Best score: 7
- Best player score: 7
- Position: #45 / 480
- Number of attempts: 5
2 quick changes and a numbered list - 660 entries
The ascii will not be lost, but rather numbered in 4 digit blocks with leading zeros.
- Best score: 37
- Best player score: 37
- Position: #31 / 156
- Number of attempts: 12
delete swap - 1834 entries
delete all swap
- Best score: 5
- Best player score: 5
- Position: #392 / 570
- Number of attempts: 8
Generate a very basic Python constructor (fixed) - 1294 entries
Original by @BiddulphCaleb (http://www.vimgolf.com/challenges/6019f1c4642668000cee11e8) - had some extra spaces in output file.
- Best score: 29
- Best player score: 29
- Position: #68 / 277
- Number of attempts: 9
Fix the shell script! - 2661 entries
Fix the shell script with the fewest keystrokes!
- Best score: 26
- Best player score: 26
- Position: #63 / 618
- Number of attempts: 9
Visual block training - 1116 entries
You see the input. You see the output. Go.
- Best score: 17
- Best player score: 17
- Position: #14 / 208
- Number of attempts: 20
Innocent Monster - 229 entries
You have the tools, just create him!
- Best score: 60
- Best player score: 60
- Position: #6 / 50
- Number of attempts: 12
Put a newline after every 10 lines in vim - 1678 entries
Goal is to put a newline after every 10 lines in vim.
- Best score: 10
- Best player score: 10
- Position: #47 / 563
- Number of attempts: 7
Java to JavaScript - 299 entries
Let convert some simple Java file to JavaScript!
- Best score: 59
- Best player score: 59
- Position: #15 / 77
- Number of attempts: 14
Wikitext headings to markdown - 1029 entries
Convert the wikitext headings to markdown.
- Best score: 20
- Best player score: 20
- Position: #53 / 213
- Number of attempts: 12
hello-world-vimgolf - 2522 entries
Simple number generation
- Best score: 10
- Best player score: 10
- Position: #348 / 721
- Number of attempts: 2
Contribute to keyboard mashing - 903 entries
Speak in tongues
- Best score: 17
- Best player score: 17
- Position: #59 / 274
- Number of attempts: 3
Reordering Lorem Ipsum - 306 entries
Who even sorted this?
- Best score: 13
- Best player score: 13
- Position: #24 / 67
- Number of attempts: 16
Solve anagram with ASCII letters - 63 entries
ASCII created by TOIlet command
- Best score: 46
- Best player score: 46
- Position: #4 / 19
- Number of attempts: 9
Fill in the chess board - 979 entries
Fill in the name of each square using its file (a-h) and rank (1-8).
- Best score: 19
- Best player score: 19
- Position: #37 / 186
- Number of attempts: 20
Learn to ask for :help - 593 entries
Learn to use the help to reduce your strokes...
- Best score: 19
- Best player score: 21
- Position: #25 / 131
- Number of attempts: 6
Plotting some variables in python - 1683 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: #61 / 352
- Number of attempts: 8
Transpose a python matrix - 901 entries
Rotate the matrix in 90 degrees.
- Best score: 23
- Best player score: 23
- Position: #21 / 139
- Number of attempts: 28
Create a diamond comment - 355 entries
Encapsulate the text in a diamond pattern.
- Best score: 27
- Best player score: 27
- Position: #16 / 76
- Number of attempts: 18
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: 33
- Position: #38 / 185
- Number of attempts: 9
Make list of numbers from 1 to 30 more compact, but more confusing - 124 entries
Change the naming logic of numbers to end up with less lines.
- Best score: 74
- Best player score: 74
- Position: #3 / 40
- Number of attempts: 17
Write Hello World in the 'i use arch btw' -programming language - 38 entries
> "I use Arch btw" is an esoteric programming language based on Brainfuck in which the Brainfuck commands have been replaced with the following keywords: i, use, arch, linux, btw, by, the, way. https://github.com/OverMighty/i-use-arch-btw
- Best score: 162
- Best player score: 162
- Position: #4 / 17
- Number of attempts: 7
Migrated to Postgres! - 348 entries
Celebration completion of this project. https://github.com/igrigorik/vimgolf/pull/322
- Best score: 26
- Best player score: 26
- Position: #14 / 134
- Number of attempts: 10
Increment number for every 10 lines - 245 entries
The file consists of 2 columns (code and percentage). We need to add 2 more columns with increasing number for 4th column (Xcols) and increment 3rd column (Ycols) only for every 10 lines with reset of 4th column
- Best score: 25
- Best player score: 25
- Position: #8 / 66
- Number of attempts: 14
simple replacements - 1857 entries
The goal is to see the replacement commands in action.
- Best score: 19
- Best player score: 19
- Position: #99 / 398
- Number of attempts: 15
Inverting Lines - 1946 entries
A simple challenge to invert all lines, except the first.
- Best score: 10
- Best player score: 10
- Position: #238 / 520
- Number of attempts: 9
CSV to MD format - 441 entries
To convert a CSV list to Markdown list
- Best score: 36
- Best player score: 36
- Position: #17 / 97
- Number of attempts: 12
Generate a very basic Python constructor - 336 entries
I actually needed to do this myself, so I look forward to learning how.
- Best score: 38
- Best player score: 38
- Position: #24 / 101
- Number of attempts: 13
Python dataclasses - 1237 entries
Simple challenge to extract fields from a Python class
- Best score: 19
- Best player score: 19
- Position: #88 / 309
- Number of attempts: 8
Count to 100 in word form - 158 entries
Write all the numbers from 1 to 100, using their word forms rather than the digit form. Most of the parts you will need are included in the input file. Use hyphens when appropriate.
- Best score: 53
- Best player score: 53
- Position: #7 / 32
- Number of attempts: 10
RUST Cargo.toml version to last - 394 entries
RUST Cargo.toml version to last. rusty practice on vimgolf
- Best score: 16
- Best player score: 16
- Position: #28 / 105
- Number of attempts: 16
RUST match with enum for Coin - 195 entries
RUST match with enum for Coin rusty practice on vimgolf
- Best score: 84
- Best player score: 84
- Position: #3 / 55
- Number of attempts: 9
Making 3 line function a one liner. - 343 entries
Simple challenge for frequent action while programming.
- Best score: 4
- Best player score: 4
- Position: #187 / 211
- Number of attempts: 1
Modernise code - 1429 entries
Modernise and clean up some C++ code.
- Best score: 34
- Best player score: 34
- Position: #77 / 329
- Number of attempts: 9
Staircase - 166 entries
Going downstairs, while singing the alphabet song. Some vb practice to us all. Would it be much easier to make it go from left to right instead?
- Best score: 21
- Best player score: 21
- Position: #6 / 36
- Number of attempts: 14
vimtutor, but you can cheat - 37 entries
It's time to revisit vimtutor, but as an experienced Vim user! Your goal is to change the file to appear as if you had gone through the tutorial, but you do NOT need to actually complete the tutorial as written or do anything that doesn't result in changes to the file. You may use whatever you have in your Vim toolbelt that's allowed under VimGolf rules. The whole tutorial is too large to submit, so only the relevant lesson headers and associated practice lines are presented in this challenge. You will have to reference the tutor for the original instructions if you need them: https://raw.githubusercontent.com/vim/vim/4466ad6baa22485abb1147aca3340cced4778a66/runtime/tutor/tutor
- Best score: 142
- Best player score: 142
- Position: #2 / 12
- Number of attempts: 13
Enumerate Bullets - 337 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: 20
- Position: #28 / 91
- Number of attempts: 7
Put a cross in the square - 243 entries
Put a cross in the square
- Best score: 20
- Best player score: 20
- Position: #16 / 93
- Number of attempts: 8
swap number pairs - 2162 entries
Swap the numbers in a bunch of 2-element arrays.
- Best score: 16
- Best player score: 16
- Position: #61 / 391
- Number of attempts: 16
HS Final exam vimgolf - 922 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: #40 / 242
- Number of attempts: 9
Extend shell script - 155 entries
Just add some more stuff
- Best score: 37
- Best player score: 37
- Position: #11 / 49
- Number of attempts: 17
Easy modification of ssh config - 397 entries
Just add another alias to each worker
- Best score: 24
- Best player score: 24
- Position: #28 / 116
- Number of attempts: 15
ssh config skills - 278 entries
Parse output from `kuebctl get no -o wide` into an .ssh/config file!
- Best score: 41
- Best player score: 41
- Position: #14 / 67
- Number of attempts: 20
Change double quotes to single quotes, but with a twist - 338 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: #25 / 59
- Number of attempts: 19
C to python code snippet - 101 entries
C code can be easily translated into Python code. However, the difference in syntax can make this process tedious and time-consuming. Can Vim help you here?
- Best score: 48
- Best player score: 48
- Position: #4 / 31
- Number of attempts: 13
Mr. Hacker - 98 entries
Elvin is hacker. He has piece of users database from some social net site. Recently he installed Vim, and he wants to convert CSV DB to specific format `key=value' where `key' is login and `value' is password, but password in DB is encrypted in ROT13. Help him.
- Best score: 19
- Best player score: 19
- Position: #19 / 37
- Number of attempts: 8
Python: Def to Lambda - 474 entries
LAMBDA!!!
- Best score: 19
- Best player score: 19
- Position: #92 / 158
- Number of attempts: 14
Turn the x - 339 entries
Turn the x to a +
- Best score: 19
- Best player score: 19
- Position: #23 / 84
- Number of attempts: 8
Format the CSS - 165 entries
You just copied some CSS color names from the web and need to add them to your python module. Create the COLORS variable and assign a dict() with the names as keys and hex-colors as values. BEWARE OF THE TABS!!
- Best score: 41
- Best player score: 41
- Position: #9 / 50
- Number of attempts: 7
Rural Post - 4579 entries
Simple challenge to remove all but the post code on each line
- Best score: 9
- Best player score: 9
- Position: #215 / 1117
- Number of attempts: 7
Levenshtein distance - 122 entries
Compute distance for each pair. Notice that this recursive implementation is very inefficient. Wagner-Fischer algorithm is iterative and much faster. #vimscript
- Best score: 27
- Best player score: 27
- Position: #5 / 38
- Number of attempts: 17
Satisfy the go linter - 2476 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: #172 / 492
- Number of attempts: 8
Add quotes to ansible playbook - 1036 entries
You created an ansible playbook, but forgot to add quotes. Can you fix it?
- Best score: 8
- Best player score: 8
- Position: #97 / 327
- Number of attempts: 5
Multiline to Single Line - 750 entries
Convert a multiline, indented file to a single line with no whitespace
- Best score: 5
- Best player score: 5
- Position: #267 / 319
- Number of attempts: 3
Data reformat - 319 entries
Reformat this copy-paste data! #csv
- Best score: 36
- Best player score: 36
- Position: #3 / 67
- Number of attempts: 15
xrandr outputs and dashes - 730 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: #156 / 227
- Number of attempts: 5
From a Thunderlink to a Markdown link - 796 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: #63 / 175
- Number of attempts: 13
Add semicolons - 10916 entries
Simply add a semicolon at the end of each line
- Best score: 10
- Best player score: 10
- Position: #774 / 3085
- Number of attempts: 2
VimGolf