Played Challenges
Changing around text with citations - 361 entries
Based off of something I saw on reddit
- Best score: 28
- Best player score: 49
- Position: #79 / 95
- Number of attempts: 1
delete swap - 1834 entries
delete all swap
- Best score: 5
- Best player score: 5
- Position: #74 / 570
- Number of attempts: 2
Easy modification of ssh config - 397 entries
Just add another alias to each worker
- Best score: 24
- Best player score: 31
- Position: #77 / 116
- Number of attempts: 1
One number per line - 18840 entries
Just give me the numbers.
- Best score: 14
- Best player score: 22
- Position: #2760 / 3893
- Number of attempts: 3
V to the i - 4833 entries
Input is 99 V's. Output is 100 i's.
- Best score: 7
- Best player score: 14
- Position: #1852 / 1904
- Number of attempts: 1
Box it - 7987 entries
Create a box around a line.
- Best score: 21
- Best player score: 34
- Position: #1595 / 1895
- Number of attempts: 3
multiple cursor alternative - 1556 entries
from: https://www.reddit.com/r/vim/comments/6w5pfa/crosspost_from_remacs_how_would_you_do_this_in_vim/
- Best score: 19
- Best player score: 28
- Position: #334 / 386
- Number of attempts: 1
From argument to object - 1536 entries
This task typifies those programmers endure while coding. This C-family pseudocode needs a function argument to be repurposed as an object call. Simply search and replace? Repeat a pattern of edits?
- Best score: 17
- Best player score: 26
- Position: #434 / 466
- Number of attempts: 1
Flip the bit - 140 entries
Change the specific 0 to a 1.
- Best score: 8
- Best player score: 8
- Position: #22 / 79
- Number of attempts: 2
Just the middle - 11555 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 7
- Position: #1230 / 4234
- Number of attempts: 2
Team names - 1854 entries
The team names are misspelled.
- Best score: 16
- Best player score: 24
- Position: #557 / 593
- Number of attempts: 1
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: 21
- Position: #585 / 683
- Number of attempts: 4
I forgot quotes - 16127 entries
Oops.
- Best score: 10
- Best player score: 16
- Position: #2688 / 4208
- Number of attempts: 2
-a-b-c- - 3225 entries
Put hyphens everywhere.
- Best score: 13
- Best player score: 16
- Position: #860 / 1140
- Number of attempts: 1
Words in parens - 13005 entries
We should all ace this, right?
- Best score: 13
- Best player score: 17
- Position: #2734 / 3979
- Number of attempts: 1
Saving the hashes(#) - 2067 entries
The following file is copied from vimcasts.org(Its only for learning purpose,hope the site owner doesn't mind it), its probably the easiest of challenges.Our goal is to delete every line which doesn't contain a hash signs. The remaining hash signs with numbers are then sorted to get the final output.
- Best score: 20
- Best player score: 32
- Position: #420 / 480
- Number of attempts: 1
VimGolf