Played Challenges
Make list of numbers from 1 to 30 more compact, but more confusing - 81 entries
Change the naming logic of numbers to end up with less lines.
- Best score: 75
- Best player score: 81
- Position: #4 / 33
- Number of attempts: 5
Increment number for every 10 lines - 180 entries
The file consists of 2 columns (code and percentage). We need to add 2 more columns with increasing number for 4th column (Xcols) and increment 3rd column (Ycols) only for every 10 lines with reset of 4th column
- Best score: 25
- Best player score: 39
- Position: #25 / 53
- Number of attempts: 3
simple replacements - 1264 entries
The goal is to see the replacement commands in action.
- Best score: 19
- Best player score: 19
- Position: #18 / 283
- Number of attempts: 6
CSV to MD format - 330 entries
To convert a CSV list to Markdown list
- Best score: 36
- Best player score: 62
- Position: #33 / 77
- Number of attempts: 5
Making 3 line function a one liner. - 237 entries
Simple challenge for frequent action while programming.
- Best score: 4
- Best player score: 4
- Position: #29 / 157
- Number of attempts: 1
Put a cross in the square - 175 entries
Put a cross in the square
- Best score: 20
- Best player score: 23
- Position: #44 / 76
- Number of attempts: 2
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: 20
- Position: #22 / 422
- Number of attempts: 7
Add quotes to ansible playbook - 845 entries
You created an ansible playbook, but forgot to add quotes. Can you fix it?
- Best score: 8
- Best player score: 10
- Position: #193 / 267
- Number of attempts: 1
Multiline to Single Line - 585 entries
Convert a multiline, indented file to a single line with no whitespace
- Best score: 5
- Best player score: 5
- Position: #56 / 260
- Number of attempts: 2
From a Thunderlink to a Markdown link - 720 entries
ThunderLinks are durable hyperlinks to specific email messages generated from Thunderbird in HTML format. Leverage the power of vim to make them suitable for a markdown-formatted file.
- Best score: 18
- Best player score: 22
- Position: #96 / 160
- Number of attempts: 3
Yo To Hello - 1081 entries
Simply Turn Yo To Hello
- Best score: 10
- Best player score: 10
- Position: #175 / 497
- Number of attempts: 1
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: 39
- Position: #169 / 214
- Number of attempts: 1
Simple, Practical, and Common - 33136 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: 23
- Position: #2737 / 7308
- Number of attempts: 5
prepend * to every non-blank line - 6120 entries
Prepend an asterisk to every non-blank line in the input file.
- Best score: 10
- Best player score: 10
- Position: #242 / 1493
- Number of attempts: 3
One number per line - 18497 entries
Just give me the numbers.
- Best score: 14
- Best player score: 14
- Position: #670 / 3815
- Number of attempts: 5
Add semicolons - 10720 entries
Simply add a semicolon at the end of each line
- Best score: 10
- Best player score: 12
- Position: #1852 / 3023
- Number of attempts: 1