Played Challenges
Plotting some variables in python - 1661 entries
4 sets of (x,y) variables to plot. Just increment the numbers! Well, let's change the colors of the lines as well. Oh and we meant to plot the absolute values of course.
- Best score: 34
- Best player score: 59
- Position: #254 / 348
- Number of attempts: 2
Lowercase first characters - 487 entries
This is the (abridged) input for Day 3 in Advent of Code 2019. The output is a format more suitable for Prolog programming: the two lines of input become two lists of pairs, joined together in a wires functor.
- Best score: 33
- Best player score: 45
- Position: #128 / 183
- Number of attempts: 1
Python: Def to Lambda - 455 entries
LAMBDA!!!
- Best score: 19
- Best player score: 27
- Position: #149 / 156
- Number of attempts: 1
Rural Post - 4479 entries
Simple challenge to remove all but the post code on each line
- Best score: 9
- Best player score: 10
- Position: #286 / 1097
- Number of attempts: 4
Satisfy the go linter - 2391 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: 29
- Position: #356 / 471
- Number of attempts: 2
Add quotes to ansible playbook - 957 entries
You created an ansible playbook, but forgot to add quotes. Can you fix it?
- Best score: 8
- Best player score: 12
- Position: #286 / 306
- Number of attempts: 2
xrandr outputs and dashes - 704 entries
uh oh, different video drivers identify display outputs with more dashes. Quick, need to change this xrandr script!
- Best score: 12
- Best player score: 22
- Position: #207 / 221
- Number of attempts: 4
From a Thunderlink to a Markdown link - 764 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: 27
- Position: #137 / 169
- Number of attempts: 2
Yo To Hello - 1130 entries
Simply Turn Yo To Hello
- Best score: 10
- Best player score: 12
- Position: #469 / 524
- Number of attempts: 3
Simple, Practical, and Common - 33621 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: 34
- Position: #6440 / 7422
- Number of attempts: 1
Hogwarts Email Sorting - 928 entries
Given a list of emails, get the students full name and their associated house.
- Best score: 20
- Best player score: 37
- Position: #245 / 262
- Number of attempts: 2
Get mail address from outlook format - 649 entries
Create a mail list space separated of mail list formatted by outlook
- Best score: 15
- Best player score: 15
- Position: #44 / 204
- Number of attempts: 5
Swap values - 4616 entries
Well, swap the values...
- Best score: 11
- Best player score: 16
- Position: #1094 / 1268
- Number of attempts: 4
prepend * to every non-blank line - 6312 entries
Prepend an asterisk to every non-blank line in the input file.
- Best score: 10
- Best player score: 10
- Position: #264 / 1537
- Number of attempts: 7
One number per line - 18732 entries
Just give me the numbers.
- Best score: 14
- Best player score: 21
- Position: #2565 / 3865
- Number of attempts: 2
Quote modules - 1084 entries
Complete golang import statement.
- Best score: 21
- Best player score: 28
- Position: #192 / 281
- Number of attempts: 1
Swap values inside brackets - 2496 entries
Easy challenge.
- Best score: 14
- Best player score: 14
- Position: #92 / 579
- Number of attempts: 11
V to the i - 4802 entries
Input is 99 V's. Output is 100 i's.
- Best score: 7
- Best player score: 7
- Position: #743 / 1893
- Number of attempts: 5
Add string initializers to an enum - 872 entries
Change Typescript enum so that it has string initializers.
- Best score: 21
- Best player score: 29
- Position: #229 / 258
- Number of attempts: 1
SCREAMING_SNAKE_CASE to Title Case - 1214 entries
Convert strings in SCREAMING_SNAKE_CASE to Title Case. Examples: EMPLOYEE_NAME -> Employee Name REVENUE_YEAR_TO_DATE -> Revenue Year To Date SALARY -> Salary
- Best score: 19
- Best player score: 34
- Position: #216 / 249
- Number of attempts: 3
Add semicolons - 10860 entries
Simply add a semicolon at the end of each line
- Best score: 10
- Best player score: 10
- Position: #606 / 3064
- Number of attempts: 6
Bad Copy Syntax - 2037 entries
Copy should be from right to left, but sometimes you type it wrong.
- Best score: 18
- Best player score: 19
- Position: #204 / 525
- Number of attempts: 5
remove lines containing the word "reader" - 3586 entries
easy stuff
- Best score: 9
- Best player score: 9
- Position: #432 / 1162
- Number of attempts: 4
Box it - 7905 entries
Create a box around a line.
- Best score: 21
- Best player score: 33
- Position: #1559 / 1876
- Number of attempts: 1
Basic renumbering - 5648 entries
Renumbering Basic.
- Best score: 11
- Best player score: 11
- Position: #233 / 1264
- Number of attempts: 13
ninja substitution - 1420 entries
How can you reuse a previous substitution ?
- Best score: 14
- Best player score: 18
- Position: #189 / 267
- Number of attempts: 1
Vice versa - 7909 entries
Little role switching.
- Best score: 12
- Best player score: 12
- Position: #564 / 2129
- Number of attempts: 7
I forgot quotes - 15989 entries
Oops.
- Best score: 10
- Best player score: 18
- Position: #3375 / 4181
- Number of attempts: 4
Simple text editing with Vim - 12815 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 19
- Position: #2738 / 3696
- Number of attempts: 2