Played Challenges
Reorganize Pokémon - 675 entries
Change the format of the each line and sort alphabetically.
- Best score: 18
- Best player score: 18
- Position: #5 / 187
- Number of attempts: 10
Markdown Blog Editing - 420 entries
Convert the given link text in start file to a markdown link list.
- Best score: 30
- Best player score: 36
- Position: #23 / 99
- Number of attempts: 3
Fix timezone format - 318 entries
Add the missing T and Z in the datetime field. There should be a T instead of the space, and a Z at the end of the datetime. `2024-08-31 18:32:00;` -> `2024-08-31T18:32:00Z;`
- Best score: 15
- Best player score: 15
- Position: #10 / 101
- Number of attempts: 5
Search different SQL column with similar where clause - 292 entries
Replace a column in the where clause and convert all numbers from text to numeric, by replacing the leading 0 with the code 359.
- Best score: 22
- Best player score: 22
- Position: #6 / 67
- Number of attempts: 6
Poorly indented Python comments - 1328 entries
Fix the alignment of some Python comments as quickly as possible.
- Best score: 15
- Best player score: 15
- Position: #55 / 223
- Number of attempts: 11
hello-world-vimgolf - 2510 entries
Simple number generation
- Best score: 10
- Best player score: 10
- Position: #341 / 716
- Number of attempts: 3
Contribute to keyboard mashing - 900 entries
Speak in tongues
- Best score: 17
- Best player score: 18
- Position: #118 / 273
- Number of attempts: 3
Reordering Lorem Ipsum - 290 entries
Who even sorted this?
- Best score: 13
- Best player score: 73
- Position: #41 / 66
- Number of attempts: 3
Fill in the chess board - 959 entries
Fill in the name of each square using its file (a-h) and rank (1-8).
- Best score: 19
- Best player score: 25
- Position: #64 / 185
- Number of attempts: 6
Simple, Practical, and Common - 33843 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: 24
- Position: #3135 / 7469
- Number of attempts: 3
One number per line - 18830 entries
Just give me the numbers.
- Best score: 14
- Best player score: 21
- Position: #2594 / 3888
- Number of attempts: 3
Applying same text modification in several lines - 2915 entries
Remove identical text at the beginning of several lines and the closing parenthesis.
- Best score: 12
- Best player score: 15
- Position: #553 / 863
- Number of attempts: 4
remove lines containing the word "reader" - 3622 entries
easy stuff
- Best score: 9
- Best player score: 10
- Position: #865 / 1177
- Number of attempts: 2
Com(m)a Trouble - 3941 entries
Someone was real stupid when placing his commas. Can you fix it?
- Best score: 12
- Best player score: 15
- Position: #464 / 892
- Number of attempts: 4
Box it - 7961 entries
Create a box around a line.
- Best score: 21
- Best player score: 25
- Position: #1051 / 1890
- Number of attempts: 5
Cool or not? - 842 entries
abc trying to be cool or not...
- Best score: 15
- Best player score: 20
- Position: #167 / 233
- Number of attempts: 2
Two pairs of cluster of letters creates word - 751 entries
Clean and group.
- Best score: 17
- Best player score: 24
- Position: #142 / 179
- Number of attempts: 2
Just the middle - 11534 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 8
- Position: #3207 / 4227
- Number of attempts: 3
Basic renumbering - 5699 entries
Renumbering Basic.
- Best score: 11
- Best player score: 11
- Position: #279 / 1273
- Number of attempts: 1
ninja substitution - 1427 entries
How can you reuse a previous substitution ?
- Best score: 14
- Best player score: 18
- Position: #194 / 269
- Number of attempts: 2
One to Ten - 2241 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: #365 / 682
- Number of attempts: 1
Increment each number - 1043 entries
Increment each number individually by one
- Best score: 15
- Best player score: 21
- Position: #185 / 255
- Number of attempts: 3
simple format (3) - 86 entries
reverse two column values!
- Best score: 34
- Best player score: 57
- Position: #20 / 24
- Number of attempts: 4
I forgot quotes - 16089 entries
Oops.
- Best score: 10
- Best player score: 15
- Position: #2399 / 4200
- Number of attempts: 3
Words in parens - 12991 entries
We should all ace this, right?
- Best score: 13
- Best player score: 14
- Position: #1184 / 3976
- Number of attempts: 5
Resort and deup a CSV list - 170 entries
I'm always adding items to a sorted list. There has to be a better way dedup and resort the lists. There are multiple lists with varying lengths to discourage manual sorting. Also Australia's animals are weird.
- Best score: 44
- Best player score: 48
- Position: #24 / 44
- Number of attempts: 6
Simple text editing with Vim - 13251 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 13
- Position: #725 / 3806
- Number of attempts: 2
VimGolf