Played Challenges
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: #20 / 430
- Number of attempts: 4
Insert column data on Confluence-style table - 499 entries
Add ip addresses into new "IP" column based on the last digits from the "Server" column
- Best score: 33
- Best player score: 61
- Position: #74 / 111
- Number of attempts: 1
Surround the 'z' character with brackets, quotes, and print as formatted string. - 574 entries
Surround the 'z' character with brackets, quotes, and print as formatted string.
- Best score: 17
- Best player score: 17
- Position: #112 / 322
- Number of attempts: 2
Paste a column after a column - 2642 entries
This task is very common while using multi-cursor. What is the elegant vim way ?
- Best score: 14
- Best player score: 17
- Position: #221 / 573
- Number of attempts: 3
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: 25
- Position: #101 / 352
- Number of attempts: 7
Reformat/Refactor a Golfer Class - 7415 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 7
- Best player score: 62
- Position: #1671 / 1825
- Number of attempts: 1
VimGolf