Played Challenges
HS exam question - 1610 entries
Convert the data to a python dictionary
- Best score: 47
- Best player score: 104
- Position: #348 / 420
- Number of attempts: 1
Reformat symbols in list - 1649 entries
Saw this in some lecture, easy reformatting using multiple cursor in VS Code
- Best score: 24
- Best player score: 27
- Position: #147 / 355
- Number of attempts: 7
Many duplicates - 1472 entries
Quick and easy
- Best score: 7
- Best player score: 8
- Position: #186 / 480
- Number of attempts: 3
simple replacements - 1861 entries
The goal is to see the replacement commands in action.
- Best score: 19
- Best player score: 25
- Position: #240 / 399
- Number of attempts: 3
Inverting Lines - 1952 entries
A simple challenge to invert all lines, except the first.
- Best score: 10
- Best player score: 10
- Position: #35 / 522
- Number of attempts: 6
Python dataclasses - 1248 entries
Simple challenge to extract fields from a Python class
- Best score: 19
- Best player score: 32
- Position: #224 / 311
- Number of attempts: 2
Rural Post - 4579 entries
Simple challenge to remove all but the post code on each line
- Best score: 9
- Best player score: 9
- Position: #19 / 1117
- Number of attempts: 12
Satisfy the go linter - 2476 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: 22
- Position: #220 / 492
- Number of attempts: 4
Simple, Practical, and Common - 33929 entries
Simple things we do all the time should be able to be done with very few keystrokes, but sometimes I find something I need to do makes me go, "There MUST be a better way." This challenge is just a simple movement and entering text at a certain place.
- Best score: 22
- Best player score: 22
- Position: #2256 / 7489
- Number of attempts: 7
prepend * to every non-blank line - 6380 entries
Prepend an asterisk to every non-blank line in the input file.
- Best score: 10
- Best player score: 10
- Position: #317 / 1557
- Number of attempts: 4
One number per line - 18840 entries
Just give me the numbers.
- Best score: 14
- Best player score: 14
- Position: #698 / 3893
- Number of attempts: 11
Add semicolons - 10923 entries
Simply add a semicolon at the end of each line
- Best score: 10
- Best player score: 10
- Position: #645 / 3087
- Number of attempts: 2
Box it - 7987 entries
Create a box around a line.
- Best score: 21
- Best player score: 23
- Position: #788 / 1895
- Number of attempts: 4
I forgot quotes - 16127 entries
Oops.
- Best score: 10
- Best player score: 11
- Position: #1237 / 4208
- Number of attempts: 8
VimGolf