Played Challenges
Java to JavaScript - 216 entries
Let convert some simple Java file to JavaScript!
- Best score: 59
- Best player score: 73
- Position: #21 / 57
- Number of attempts: 7
Wikitext headings to markdown - 781 entries
Convert the wikitext headings to markdown.
- Best score: 20
- Best player score: 22
- Position: #65 / 172
- Number of attempts: 4
hello-world-vimgolf - 1978 entries
Simple number generation
- Best score: 10
- Best player score: 10
- Position: #104 / 563
- Number of attempts: 5
swap number pairs - 1871 entries
Swap the numbers in a bunch of 2-element arrays.
- Best score: 16
- Best player score: 27
- Position: #189 / 346
- Number of attempts: 5
Satisfy the go linter - 2076 entries
You just came up with this briliant go vars package. But dang, you forgot to add comments to the exported variables. Can you add a comment over each variable with a TODO-placeholder?
- Best score: 20
- Best player score: 23
- Position: #195 / 422
- Number of attempts: 6
Replace pattern with 1, 2, 3, ... on each line - 1054 entries
For each line replace a search pattern (in this case $) with numbers starting at 1 and then increasing by 1 for each replaced match. a$b$c$ -> a0b1c2
- Best score: 21
- Best player score: 29
- Position: #131 / 214
- Number of attempts: 1
Whitespace, empty lines and tabs - 3107 entries
Convert tabs to spaces, strip empty lines and trailing whitespace.
- Best score: 16
- Best player score: 20
- Position: #180 / 691
- Number of attempts: 9