Played Challenges
Reordering properties - 1047 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: 31
- Position: #16 / 242
- Number of attempts: 15
Changing date formats - 615 entries
Change the date format to Y/M/D.
- Best score: 37
- Best player score: 104
- Position: #123 / 170
- Number of attempts: 4
Change to ascending order - 450 entries
Change each line of numbers consistently from descending to ascending order.
- Best score: 17
- Best player score: 42
- Position: #48 / 110
- Number of attempts: 3
Hex to binary - 120 entries
Convert hexadecimal numbers into binary format.
- Best score: 29
- Best player score: 43
- Position: #16 / 23
- Number of attempts: 2
Evil Numbers - 103 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: 99
- Position: #19 / 26
- Number of attempts: 2
months to html list items - 1110 entries
Turn the months into list items.
- Best score: 22
- Best player score: 22
- Position: #8 / 301
- Number of attempts: 7
Quicksort - 2061 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: #56 / 458
- Number of attempts: 6
EDN reformat - 1193 entries
The goal is to make the code more readable and concise while maintaining its functionality.
- Best score: 17
- Best player score: 17
- Position: #9 / 169
- Number of attempts: 5
Tic-Tac-Toe Grid Transformation - 413 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: 58
- Position: #14 / 85
- Number of attempts: 11
Remove line numbers - 752 entries
From http://web.archive.org/web/20140831121704/http://dirac.org/linux/gdb/02a-Memory_Layout_And_The_Stack.php#investigatingthestackwithgdb.
- Best score: 9
- Best player score: 12
- Position: #43 / 201
- Number of attempts: 5
Find fix point of cos - 1444 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: #52 / 427
- Number of attempts: 8
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: 14
- Position: #83 / 570
- Number of attempts: 10
HS exam question - 1599 entries
Convert the data to a python dictionary
- Best score: 47
- Best player score: 47
- Position: #17 / 419
- Number of attempts: 15
Reformat symbols in list - 1635 entries
Saw this in some lecture, easy reformatting using multiple cursor in VS Code
- Best score: 24
- Best player score: 24
- Position: #58 / 352
- Number of attempts: 7
Fix the shell script! - 2651 entries
Fix the shell script with the fewest keystrokes!
- Best score: 26
- Best player score: 27
- Position: #120 / 616
- Number of attempts: 10
hello-world-vimgolf - 2513 entries
Simple number generation
- Best score: 10
- Best player score: 10
- Position: #303 / 717
- Number of attempts: 4
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: 19
- Position: #34 / 185
- Number of attempts: 11
Line under headers - 2072 entries
Put a line under each header, and remove the other markdown formatting.
- Best score: 24
- Best player score: 24
- Position: #18 / 510
- Number of attempts: 9
Exchanging Quotes - 859 entries
Sometimes you need to exchange a choice of quotes in some code.
- Best score: 30
- Best player score: 30
- Position: #14 / 231
- Number of attempts: 10
Switch function arguments - 2182 entries
How to switch two arguments of a function.
- Best score: 11
- Best player score: 11
- Position: #192 / 674
- Number of attempts: 7
Reverse and double space - 500 entries
Reverse the order of the given lines and double space everything
- Best score: 14
- Best player score: 15
- Position: #87 / 199
- Number of attempts: 6
VimGolf