Played Challenges
Change class fields from camel case to snake case - 586 entries
This is the reverse of the previous challenge: https://www.vimgolf.com/challenges/9v006705493c000000000513
- Best score: 18
- Best player score: 20
- Position: #56 / 134
- Number of attempts: 12
Reorganize Pokémon - 783 entries
Change the format of the each line and sort alphabetically.
- Best score: 18
- Best player score: 24
- Position: #153 / 216
- Number of attempts: 1
Find fix point of cos - 1468 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: 32
- Position: #370 / 431
- Number of attempts: 3
Python: Lots of function arguments - 119 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: 13
- Position: #22 / 50
- Number of attempts: 11
Simple text editing with Vim - 13427 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 14
- Position: #2053 / 3849
- Number of attempts: 4
VimGolf