Played Challenges
Simple, Practical, and Common - 33930 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: 27
- Position: #4045 / 7490
- Number of attempts: 4
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: 11
- Position: #475 / 1557
- Number of attempts: 7
Quote modules - 1099 entries
Complete golang import statement.
- Best score: 21
- Best player score: 37
- Position: #261 / 287
- Number of attempts: 3
Add semicolons - 10923 entries
Simply add a semicolon at the end of each line
- Best score: 10
- Best player score: 15
- Position: #2295 / 3087
- Number of attempts: 2
remove lines containing the word "reader" - 3631 entries
easy stuff
- Best score: 9
- Best player score: 10
- Position: #744 / 1179
- Number of attempts: 4
Every other line - 2925 entries
AaAaAaA
- Best score: 12
- Best player score: 12
- Position: #53 / 707
- Number of attempts: 10
switch variable - 5101 entries
how fast can you switch two variable ?
- Best score: 11
- Best player score: 12
- Position: #975 / 1756
- Number of attempts: 7
remove dupes from array - 1361 entries
given a random string that contains a ruby-esque array, make sure that there are no duplicate elements
- Best score: 17
- Best player score: 24
- Position: #237 / 338
- Number of attempts: 4
Simple text editing with Vim - 13427 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 14
- Position: #1864 / 3849
- Number of attempts: 4
VimGolf