Played Challenges
Find fix point of cos - 1391 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: #131 / 409
- Number of attempts: 4
Surround the 'z' character with brackets, quotes, and print as formatted string. - 548 entries
Surround the 'z' character with brackets, quotes, and print as formatted string.
- Best score: 17
- Best player score: 17
- Position: #105 / 306
- Number of attempts: 1
Paste a column after a column - 2524 entries
This task is very common while using multi-cursor. What is the elegant vim way ?
- Best score: 14
- Best player score: 16
- Position: #167 / 550
- Number of attempts: 4
Filter number combinations that don't add to 11 - 405 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: 28
- Position: #68 / 115
- Number of attempts: 3
Tabbed Table to Python Array - 721 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: 54
- Position: #42 / 178
- Number of attempts: 4
Poorly indented Python comments - 1315 entries
Fix the alignment of some Python comments as quickly as possible.
- Best score: 15
- Best player score: 40
- Position: #149 / 221
- Number of attempts: 3
Many duplicates - 1445 entries
Quick and easy
- Best score: 7
- Best player score: 8
- Position: #245 / 468
- Number of attempts: 1
2 quick changes and a numbered list - 647 entries
The ascii will not be lost, but rather numbered in 4 digit blocks with leading zeros.
- Best score: 37
- Best player score: 45
- Position: #80 / 154
- Number of attempts: 2