Played Challenges
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: 22
- Position: #1844 / 7422
- Number of attempts: 4
One number per line - 18732 entries
Just give me the numbers.
- Best score: 14
- Best player score: 17
- Position: #1260 / 3865
- Number of attempts: 3
Unsemantic linewrapping - 928 entries
[Inspired by a blog post I read: https://scott.mn/2014/02/21/semantic_linewrapping/. Text adapted.] Sometimes when editing a Markdown file, I wrap the lines semantically. Instead of inserting a newline at 70 columns (or whatever), or making paragraphs one long line, I put in newlines at a point that seems logical to me. This may seem silly, but it produces better diffs. Semantic linewrapping also makes editing snappier. I can delete, edit or insert sentences easily using linewise operations. Code-oriented text editors like Vim and [REDACTED] are really good at this kind of manipulation. Editing text that hasn't been wrapped semantically is a pain, though:
- Best score: 9
- Best player score: 9
- Position: #9 / 231
- Number of attempts: 5
Add semicolons - 10859 entries
Simply add a semicolon at the end of each line
- Best score: 10
- Best player score: 10
- Position: #150 / 3064
- Number of attempts: 5
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: #39 / 525
- Number of attempts: 4
Split line with dots - 2144 entries
This line is too long, split it.
- Best score: 15
- Best player score: 15
- Position: #149 / 634
- Number of attempts: 3
Box it - 7905 entries
Create a box around a line.
- Best score: 21
- Best player score: 21
- Position: #141 / 1876
- Number of attempts: 4
Splits long lines in more readable ones - 13 entries
Those tests have too long lines. We have to split the to have more readable ones. This is based on a real project with Ruby and RSpec.
- Best score: 54
- Best player score: 56
- Position: #3 / 6
- Number of attempts: 3
Vice versa - 7907 entries
Little role switching.
- Best score: 12
- Best player score: 12
- Position: #484 / 2128
- Number of attempts: 6
One to Ten - 2219 entries
Generate the sequence of numbers from 1 to 10, one number per line. Inspired by this Reddit thread: https://redd.it/ak4it2
- Best score: 12
- Best player score: 12
- Position: #156 / 672
- Number of attempts: 2
Reformat Cura settings - 132 entries
Cura settings are weirdly encoded... After mere replacements, you'll have to enquote two strings (infill_pattern & speed_travel) and dont forget booleans in lowercase. #format #json
- Best score: 50
- Best player score: 55
- Position: #13 / 24
- Number of attempts: 9
Song Transcription Oops - 243 entries
When transcribing vocal music to Canjo Tab you can start by finding the lowest note and assigning that to zero and working your way up from there. However, without fail, I tend to miscount the notes and when I am near done I find a lower note. I mark this with a "z". This means I have to increase all the previous ones by 1. just a sting of numbers :)
- Best score: 15
- Best player score: 15
- Position: #7 / 78
- Number of attempts: 5
change parenthesis - 296 entries
change the pair of braces into a pair of parentheses
- Best score: 9
- Best player score: 9
- Position: #2 / 161
- Number of attempts: 2
Conway sequence - 26 entries
Generate the the first fifteen numbers. See here for more information: http://en.wikipedia.org/wiki/Look-and-say_sequence
- Best score: 43
- Best player score: 43
- Position: #15 / 20
- Number of attempts: 2
I forgot quotes - 15989 entries
Oops.
- Best score: 10
- Best player score: 10
- Position: #905 / 4181
- Number of attempts: 6
attr_aligner - 3520 entries
Two attr keywords. Two separate indentations. Align the colons.
- Best score: 19
- Best player score: 19
- Position: #156 / 702
- Number of attempts: 7
Words in parens - 12939 entries
We should all ace this, right?
- Best score: 13
- Best player score: 14
- Position: #1012 / 3964
- Number of attempts: 2
ASCII-art Histogram - 320 entries
Create an ASCCI-art histogram for the given numbers. Make sure not to leave trailing whitespaces. Thanks to VimGolf I recently discovered a feature of Vim thAT blew my mind. I'm curious to see what real ninjas make of it ;-)
- Best score: 33
- Best player score: 43
- Position: #34 / 57
- Number of attempts: 5
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: 13
- Position: #592 / 3696
- Number of attempts: 4
Reformat/Refactor a Golfer Class - 6984 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 28
- Best player score: 32
- Position: #165 / 1708
- Number of attempts: 6