Played Challenges
Simple, Practical, and Common - 33929 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: #1824 / 7489
- Number of attempts: 6
V to the i - 4833 entries
Input is 99 V's. Output is 100 i's.
- Best score: 7
- Best player score: 7
- Position: #662 / 1904
- Number of attempts: 2
Add semicolons - 10923 entries
Simply add a semicolon at the end of each line
- Best score: 10
- Best player score: 10
- Position: #57 / 3087
- Number of attempts: 3
Split line with dots - 2156 entries
This line is too long, split it.
- Best score: 15
- Best player score: 19
- Position: #350 / 636
- Number of attempts: 1
Box it - 7987 entries
Create a box around a line.
- Best score: 21
- Best player score: 21
- Position: #120 / 1895
- Number of attempts: 5
Tables, Functions, Sprocs - 146 entries
In order to load some scripts into my database in the correct order I need to load tables first (t_), then functions (fn_), then stored procedures (sp_). The order of the t_ lines and the order of the sp_ lines should also match. Reorder the lines so they will load correctly.
- Best score: 10
- Best player score: 10
- Position: #9 / 51
- Number of attempts: 3
Cool or not? - 852 entries
abc trying to be cool or not...
- Best score: 15
- Best player score: 18
- Position: #133 / 234
- Number of attempts: 2
Letterbox - 161 entries
Make a box!
- Best score: 35
- Best player score: 54
- Position: #21 / 30
- Number of attempts: 2
Flip the bit - 140 entries
Change the specific 0 to a 1.
- Best score: 8
- Best player score: 8
- Position: #24 / 79
- Number of attempts: 2
Order and join - 992 entries
There's something special about the input order.
- Best score: 10
- Best player score: 11
- Position: #127 / 261
- Number of attempts: 4
One to Ten - 2243 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: #130 / 683
- Number of attempts: 2
ASCII Art - 87 entries
how good are you with simple regex?
- Best score: 10
- Best player score: 10
- Position: #28 / 54
- Number of attempts: 6
Join 'em - 254 entries
This shouldn't be too tough
- Best score: 4
- Best player score: 5
- Position: #81 / 153
- Number of attempts: 1
Reorder the groups - 1195 entries
Change the order so that the groups of fruit come before the vegetables.
- Best score: 14
- Best player score: 14
- Position: #22 / 267
- Number of attempts: 3
move titles next to url, in quotes - 558 entries
had trouble with something similar
- Best score: 19
- Best player score: 19
- Position: #2 / 147
- Number of attempts: 6
I forgot quotes - 16127 entries
Oops.
- Best score: 10
- Best player score: 14
- Position: #1878 / 4208
- Number of attempts: 3
-a-b-c- - 3225 entries
Put hyphens everywhere.
- Best score: 13
- Best player score: 15
- Position: #706 / 1140
- Number of attempts: 2
Groups magic - 163 entries
Regexp or macros for string converting: (a) -> ___ (abc) -> ____ (abcd) -> ______ All in the '(' replace to _ multiply by char count + ()
- Best score: 13
- Best player score: 13
- Position: #15 / 96
- Number of attempts: 2
switch variable - 5101 entries
how fast can you switch two variable ?
- Best score: 11
- Best player score: 13
- Position: #1237 / 1756
- Number of attempts: 2
VimGolf