Played Challenges
Find fix point of cos - 1402 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: 15
- Position: #84 / 415
- Number of attempts: 4
Insert column data on Confluence-style table - 458 entries
Add ip addresses into new "IP" column based on the last digits from the "Server" column
- Best score: 33
- Best player score: 110
- Position: #103 / 109
- Number of attempts: 1
Surround the 'z' character with brackets, quotes, and print as formatted string. - 554 entries
Surround the 'z' character with brackets, quotes, and print as formatted string.
- Best score: 17
- Best player score: 17
- Position: #56 / 309
- Number of attempts: 4
Paste a column after a column - 2537 entries
This task is very common while using multi-cursor. What is the elegant vim way ?
- Best score: 14
- Best player score: 14
- Position: #50 / 553
- Number of attempts: 11
Filter number combinations that don't add to 11 - 408 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: #16 / 117
- Number of attempts: 10
Tabbed Table to Python Array - 734 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: 53
- Position: #36 / 179
- Number of attempts: 8
HS exam question - 1589 entries
Convert the data to a python dictionary
- Best score: 47
- Best player score: 55
- Position: #77 / 417
- Number of attempts: 9
Reformat symbols in list - 1621 entries
Saw this in some lecture, easy reformatting using multiple cursor in VS Code
- Best score: 24
- Best player score: 24
- Position: #42 / 348
- Number of attempts: 13
Fizzbuzz - 573 entries
type the first 100 lines of the fizzbuzz problem
- Best score: 45
- Best player score: 48
- Position: #26 / 168
- Number of attempts: 12
Substraction (bis) - 603 entries
Solve the equations (adapted from the original @Caek_'s challenge).
- Best score: 21
- Best player score: 71
- Position: #92 / 113
- Number of attempts: 7
Changing around text with citations - 329 entries
Based off of something I saw on reddit
- Best score: 28
- Best player score: 154
- Position: #91 / 93
- Number of attempts: 1
Many duplicates - 1445 entries
Quick and easy
- Best score: 7
- Best player score: 8
- Position: #233 / 468
- Number of attempts: 5
delete swap - 1786 entries
delete all swap
- Best score: 5
- Best player score: 5
- Position: #247 / 555
- Number of attempts: 7
Visual block training - 1070 entries
You see the input. You see the output. Go.
- Best score: 17
- Best player score: 18
- Position: #37 / 204
- Number of attempts: 24
Innocent Monster - 217 entries
You have the tools, just create him!
- Best score: 60
- Best player score: 84
- Position: #26 / 49
- Number of attempts: 4
Put a newline after every 10 lines in vim - 1657 entries
Goal is to put a newline after every 10 lines in vim.
- Best score: 10
- Best player score: 11
- Position: #176 / 556
- Number of attempts: 6
hello-world-vimgolf - 2499 entries
Simple number generation
- Best score: 10
- Best player score: 10
- Position: #270 / 708
- Number of attempts: 4
Compile C - 430 entries
You might have to get clever to do this one.
- Best score: 19
- Best player score: 19
- Position: #22 / 141
- Number of attempts: 2
Sort and add attributes - 1451 entries
Sort the states and add the attribute country to each record.
- Best score: 33
- Best player score: 33
- Position: #259 / 563
- Number of attempts: 4
Reconstruct the Sentence - 1507 entries
Get the sentence back in the proper order, remove duplicate lines, and then combine the separate lines into one.
- Best score: 20
- Best player score: 20
- Position: #126 / 412
- Number of attempts: 7
Braces or Brackets? - 1015 entries
Someone forgot whether to use braces or brackets and you have to clean up their code!
- Best score: 34
- Best player score: 43
- Position: #140 / 315
- Number of attempts: 2
Whitespace, empty lines and tabs - 3665 entries
Convert tabs to spaces, strip empty lines and trailing whitespace.
- Best score: 16
- Best player score: 22
- Position: #327 / 787
- Number of attempts: 5
Flodder-challenge - 1262 entries
Replace the text the most efficient and win!
- Best score: 27
- Best player score: 32
- Position: #101 / 335
- Number of attempts: 8
Simple text editing with Vim - 12811 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 20
- Position: #2835 / 3694
- Number of attempts: 5
Reformat/Refactor a Golfer Class - 6982 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 28
- Best player score: 36
- Position: #480 / 1706
- Number of attempts: 13
Golf Vim
Twitter2: