Played Challenges
EDN reformat - 1162 entries
The goal is to make the code more readable and concise while maintaining its functionality.
- Best score: 17
- Best player score: 33
- Position: #123 / 166
- Number of attempts: 4
Find fix point of cos - 1408 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: 30
- Position: #348 / 418
- Number of attempts: 5
Surround the 'z' character with brackets, quotes, and print as formatted string. - 561 entries
Surround the 'z' character with brackets, quotes, and print as formatted string.
- Best score: 17
- Best player score: 17
- Position: #153 / 314
- Number of attempts: 1
Paste a column after a column - 2557 entries
This task is very common while using multi-cursor. What is the elegant vim way ?
- Best score: 14
- Best player score: 21
- Position: #328 / 558
- Number of attempts: 4