Played Challenges
ASCII-art Histogram - 249 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: 35
- Number of attempts: 8
Remove quotes after first field - 229 entries
Remove the quotes around each field except for the first field.
- Best score: 16
- Best player score: 27
- Number of attempts: 1
Rule 110 - 32 entries
Compute the next 5 iterations of Rule 110 with the given starting state. https://en.wikipedia.org/wiki/Rule_110
- Best score: 43
- Best player score: 64
- Number of attempts: 9
Join 'em - 192 entries
This shouldn't be too tough
- Best score: 4
- Best player score: 5
- Number of attempts: 1
Around the clock - 155 entries
You'll want to use 2 special commands to complete this. If you haven't yet, read through 'input.txt', especially :help simple-changes
- Best score: 13
- Best player score: 15
- Number of attempts: 1
Reorder the groups - 1037 entries
Change the order so that the groups of fruit come before the vegetables.
- Best score: 14
- Best player score: 17
- Number of attempts: 2
Add semicolons - 10056 entries
Simply add a semicolon at the end of each line
- Best score: 10
- Best player score: 11
- Number of attempts: 1
html paragraph to table - 582 entries
reformat html paragraph to table
- Best score: 48
- Best player score: 48
- Number of attempts: 10
ninja substitution - 1178 entries
How can you reuse a previous substitution ?
- Best score: 14
- Best player score: 14
- Number of attempts: 8
Box it - 7502 entries
Create a box around a line.
- Best score: 6
- Best player score: 21
- Number of attempts: 7
One to Ten - 2017 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: 13
- Number of attempts: 5
remove lines containing the word "reader" - 3383 entries
easy stuff
- Best score: 9
- Best player score: 10
- Number of attempts: 2
Applying same text modification in several lines - 2679 entries
Remove identical text at the beginning of several lines and the closing parenthesis.
- Best score: 12
- Best player score: 14
- Number of attempts: 2
Swap values inside brackets - 2377 entries
Easy challenge.
- Best score: 14
- Best player score: 14
- Number of attempts: 5
Array transposition - 2231 entries
Transpose two arrays into one.
- Best score: 16
- Best player score: 17
- Number of attempts: 6
One number per line - 18077 entries
Just give me the numbers.
- Best score: 14
- Best player score: 17
- Number of attempts: 4
Vice versa - 7355 entries
Little role switching.
- Best score: 12
- Best player score: 12
- Number of attempts: 4
Simple, Practical, and Common - 32506 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
- Number of attempts: 4
Just the middle - 11038 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 8
- Number of attempts: 1
I forgot quotes - 15541 entries
Oops.
- Best score: 10
- Best player score: 10
- Number of attempts: 5
Basic renumbering - 5386 entries
Renumbering Basic.
- Best score: 11
- Best player score: 12
- Number of attempts: 3
A HAPPY NEW YEAR 2014 ! - 10486 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 12
- Number of attempts: 1
Words in parens - 12630 entries
We should all ace this, right?
- Best score: 13
- Best player score: 15
- Number of attempts: 2
Complete the hex array data - 188 entries
Do not use external tools(e.g. tac, seq) [My interpretation of Rule #7]
- Best score: 23
- Best player score: 37
- Number of attempts: 2
Case preserving word replacement - 395 entries
Half way through my project, my people turned into dogs. Now I have to change everything in my source.
- Best score: 19
- Best player score: 21
- Number of attempts: 1
Turn this csv list into queries - 190 entries
Transform each line of this csv file into a MySQL-ready INSERT query.
- Best score: 98
- Best player score: 225
- Number of attempts: 1
Add fold markers to a .c file - 447 entries
Fold markers can make it easier to navigate source code. Add them to this .c file.
- Best score: 30
- Best player score: 34
- Number of attempts: 4
Reconstruct the Sentence - 1042 entries
Get the sentence back in the proper order, remove duplicate lines, and then combine the separate lines into one.
- Best score: 20
- Best player score: 20
- Number of attempts: 5
Sort and add attributes - 1113 entries
Sort the states and add the attribute country to each record.
- Best score: 33
- Best player score: 33
- Number of attempts: 3
Braces or Brackets? - 644 entries
Someone forgot whether to use braces or brackets and you have to clean up their code!
- Best score: 34
- Best player score: 37
- Number of attempts: 3
Flodder-challenge - 829 entries
Replace the text the most efficient and win!
- Best score: 27
- Best player score: 31
- Number of attempts: 3
Whitespace, empty lines and tabs - 2761 entries
Convert tabs to spaces, strip empty lines and trailing whitespace.
- Best score: 16
- Best player score: 22
- Number of attempts: 3
Simple text editing with Vim - 11292 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 14
- Number of attempts: 8
Reformat/Refactor a Golfer Class - 5778 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 32
- Best player score: 49
- Number of attempts: 1