Played Challenges
Contribute to keyboard mashing - 903 entries
Speak in tongues
- Best score: 17
- Best player score: 22
- Position: #230 / 274
- Number of attempts: 1
Fill in the chess board - 979 entries
Fill in the name of each square using its file (a-h) and rank (1-8).
- Best score: 19
- Best player score: 102
- Position: #167 / 186
- Number of attempts: 1
Plotting some variables in python - 1683 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: 67
- Position: #313 / 352
- Number of attempts: 1
simple replacements - 1861 entries
The goal is to see the replacement commands in action.
- Best score: 19
- Best player score: 27
- Position: #303 / 399
- Number of attempts: 1
Inverting Lines - 1952 entries
A simple challenge to invert all lines, except the first.
- Best score: 10
- Best player score: 13
- Position: #338 / 522
- Number of attempts: 3
Python dataclasses - 1248 entries
Simple challenge to extract fields from a Python class
- Best score: 19
- Best player score: 20
- Position: #101 / 311
- Number of attempts: 10
swap number pairs - 2169 entries
Swap the numbers in a bunch of 2-element arrays.
- Best score: 16
- Best player score: 41
- Position: #335 / 393
- Number of attempts: 1
Easy modification of ssh config - 397 entries
Just add another alias to each worker
- Best score: 24
- Best player score: 46
- Position: #90 / 116
- Number of attempts: 1
Python: Def to Lambda - 474 entries
LAMBDA!!!
- Best score: 19
- Best player score: 23
- Position: #128 / 158
- Number of attempts: 1
Turn the x - 339 entries
Turn the x to a +
- Best score: 19
- Best player score: 28
- Position: #77 / 84
- Number of attempts: 1
Rural Post - 4579 entries
Simple challenge to remove all but the post code on each line
- Best score: 9
- Best player score: 12
- Position: #547 / 1117
- Number of attempts: 6
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: 37
- Position: #441 / 492
- Number of attempts: 1
Yo To Hello - 1154 entries
Simply Turn Yo To Hello
- Best score: 8
- Best player score: 10
- Position: #343 / 535
- Number of attempts: 3
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: 15
- Position: #1003 / 1557
- Number of attempts: 5
V to the i - 4833 entries
Input is 99 V's. Output is 100 i's.
- Best score: 7
- Best player score: 8
- Position: #1488 / 1904
- Number of attempts: 3
Add semicolons - 10923 entries
Simply add a semicolon at the end of each line
- Best score: 10
- Best player score: 19
- Position: #2802 / 3087
- Number of attempts: 1
Box it - 7987 entries
Create a box around a line.
- Best score: 21
- Best player score: 36
- Position: #1678 / 1895
- Number of attempts: 1
Space out the alphabet - 1659 entries
Put 3 spaces between adjacent letters.
- Best score: 15
- Best player score: 28
- Position: #417 / 446
- Number of attempts: 1
Change name of a variable - 180 entries
Replace the name of the $variable with the fastest move possible. The challenge is having a command that allow you to easily change the variable name even if its indented.
- Best score: 9
- Best player score: 9
- Position: #118 / 138
- Number of attempts: 2
Don't know what this is - 2025 entries
Replace contents of brackets with matching number of spaces. Don't ask what the format's supposed to be.
- Best score: 11
- Best player score: 16
- Position: #540 / 587
- Number of attempts: 1
Where should I put the Newline? - 885 entries
Help me put the newline.
- Best score: 7
- Best player score: 9
- Position: #429 / 439
- Number of attempts: 2
The name of the game - 678 entries
End up with the name of the game.
- Best score: 11
- Best player score: 13
- Position: #339 / 363
- Number of attempts: 1
Vertical Limit - 2615 entries
transform a succession of one word lines to a an array of strings
- Best score: 21
- Best player score: 34
- Position: #722 / 772
- Number of attempts: 1
Numbering a List - 1941 entries
Pretty simple, number the list.
- Best score: 13
- Best player score: 13
- Position: #62 / 657
- Number of attempts: 3
A Simple One - 1070 entries
Here is a very simple one - just to illustrate/introduce a vim feature that some people seem to miss...
- Best score: 9
- Best player score: 10
- Position: #608 / 673
- Number of attempts: 1
Ruby 1.9 compat - 642 entries
Remember when Ruby supported `when <expr> :`? Well, it doesn't in 1.9, so let's make sure we use `then`, without ruining our lovely new hash syntax!
- Best score: 14
- Best player score: 21
- Position: #214 / 237
- Number of attempts: 1
The Cake is a Lie - 1389 entries
Correct the capitalization of each word
- Best score: 9
- Best player score: 11
- Position: #467 / 538
- Number of attempts: 2
Make Fancy Header - 1079 entries
Make the header text stand out with surrounding asterisks
- Best score: 15
- Best player score: 26
- Position: #318 / 351
- Number of attempts: 1
VimGolf