Played Challenges
Reformat symbols in list - 1633 entries
Saw this in some lecture, easy reformatting using multiple cursor in VS Code
- Best score: 24
- Best player score: 34
- Position: #218 / 351
- Number of attempts: 1
Many duplicates - 1459 entries
Quick and easy
- Best score: 7
- Best player score: 8
- Position: #146 / 476
- Number of attempts: 6
delete swap - 1801 entries
delete all swap
- Best score: 5
- Best player score: 5
- Position: #108 / 561
- Number of attempts: 1
Python dataclasses - 1214 entries
Simple challenge to extract fields from a Python class
- Best score: 19
- Best player score: 33
- Position: #247 / 300
- Number of attempts: 2
citizen_hacks_2019_challenge2 - 200 entries
For the Citizen Hacks 2019 Vim competition.
- Best score: 6
- Best player score: 7
- Position: #75 / 103
- Number of attempts: 2
Swap values inside brackets - 2515 entries
Easy challenge.
- Best score: 13
- Best player score: 15
- Position: #192 / 584
- Number of attempts: 9
Unsemantic linewrapping - 933 entries
[Inspired by a blog post I read: https://scott.mn/2014/02/21/semantic_linewrapping/. Text adapted.] Sometimes when editing a Markdown file, I wrap the lines semantically. Instead of inserting a newline at 70 columns (or whatever), or making paragraphs one long line, I put in newlines at a point that seems logical to me. This may seem silly, but it produces better diffs. Semantic linewrapping also makes editing snappier. I can delete, edit or insert sentences easily using linewise operations. Code-oriented text editors like Vim and [REDACTED] are really good at this kind of manipulation. Editing text that hasn't been wrapped semantically is a pain, though:
- Best score: 9
- Best player score: 10
- Position: #121 / 232
- Number of attempts: 3
Applying same text modification in several lines - 2900 entries
Remove identical text at the beginning of several lines and the closing parenthesis.
- Best score: 12
- Best player score: 13
- Position: #188 / 859
- Number of attempts: 5
Add string initializers to an enum - 875 entries
Change Typescript enum so that it has string initializers.
- Best score: 21
- Best player score: 29
- Position: #225 / 260
- Number of attempts: 1
SCREAMING_SNAKE_CASE to Title Case - 1231 entries
Convert strings in SCREAMING_SNAKE_CASE to Title Case. Examples: EMPLOYEE_NAME -> Employee Name REVENUE_YEAR_TO_DATE -> Revenue Year To Date SALARY -> Salary
- Best score: 19
- Best player score: 20
- Position: #71 / 254
- Number of attempts: 2
remove lines containing the word "reader" - 3610 entries
easy stuff
- Best score: 9
- Best player score: 11
- Position: #911 / 1172
- Number of attempts: 2
Com(m)a Trouble - 3890 entries
Someone was real stupid when placing his commas. Can you fix it?
- Best score: 12
- Best player score: 13
- Position: #273 / 882
- Number of attempts: 9
Two pairs of cluster of letters creates word - 749 entries
Clean and group.
- Best score: 17
- Best player score: 18
- Position: #81 / 178
- Number of attempts: 11
Every other line - 2922 entries
AaAaAaA
- Best score: 12
- Best player score: 13
- Position: #248 / 706
- Number of attempts: 5
Copy three lines - 2875 entries
If the site is up (by some miracle), make the text under every header identical.
- Best score: 13
- Best player score: 15
- Position: #242 / 641
- Number of attempts: 5
comment and uncomment code inline - 1151 entries
It's very useful to be able to comment out a block of code in a quick edit. And likewise to uncomment the code. This operation often involves multi-line stanzas and even large blocks. With just line-wise navigation and insert mode this would cost you about 4 keystrokes per line. Master this hole of VimGolf and you'll quickly drop your key count in day to day Vim as well.
- Best score: 9
- Best player score: 10
- Position: #212 / 328
- Number of attempts: 3
Just the middle - 11497 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 8
- Position: #2918 / 4215
- Number of attempts: 4
Team names - 1846 entries
The team names are misspelled.
- Best score: 16
- Best player score: 17
- Position: #311 / 591
- Number of attempts: 3
Basic renumbering - 5685 entries
Renumbering Basic.
- Best score: 11
- Best player score: 11
- Position: #188 / 1270
- Number of attempts: 1
ninja substitution - 1420 entries
How can you reuse a previous substitution ?
- Best score: 14
- Best player score: 14
- Position: #47 / 267
- Number of attempts: 7
Vice versa - 7967 entries
Little role switching.
- Best score: 12
- Best player score: 13
- Position: #817 / 2144
- Number of attempts: 4
citizen_hacks_2019_challenge4 - 99 entries
For the Citizen Hacks 2019 Vim competition.
- Best score: 5
- Best player score: 5
- Position: #6 / 66
- Number of attempts: 1
One to Ten - 2234 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
- Position: #386 / 679
- Number of attempts: 3
Change part of a function name in multiple occurrences - 663 entries
Change the middle part of the function name in multiple places, preferably using the next and dot commands.
- Best score: 14
- Best player score: 15
- Position: #113 / 209
- Number of attempts: 6
citizen_hacks_2019_challenge5 - 147 entries
For the Citizen Hacks 2019 Vim competition.
- Best score: 6
- Best player score: 6
- Position: #4 / 77
- Number of attempts: 2
Line under headers - 2068 entries
Put a line under each header, and remove the other markdown formatting.
- Best score: 24
- Best player score: 36
- Position: #384 / 508
- Number of attempts: 1
citizen_hacks_2019_challenge6 - 65 entries
For the Citizen Hacks 2019 Vim competition.
- Best score: 3
- Best player score: 3
- Position: #10 / 51
- Number of attempts: 1
Delete to the end of the current line - 847 entries
Delete to the end of the current line, but keep the character under the cursor.
- Best score: 5
- Best player score: 5
- Position: #174 / 406
- Number of attempts: 1
change parenthesis - 296 entries
change the pair of braces into a pair of parentheses
- Best score: 9
- Best player score: 9
- Position: #50 / 161
- Number of attempts: 2
Put the months in order - 978 entries
Our contractor thought that months should be in alphabetical order. Put them in calendar order please.
- Best score: 20
- Best player score: 23
- Position: #33 / 164
- Number of attempts: 20
Reorder the groups - 1182 entries
Change the order so that the groups of fruit come before the vegetables.
- Best score: 14
- Best player score: 15
- Position: #107 / 265
- Number of attempts: 4
Mirror Symmetry - 822 entries
Add backslashes.
- Best score: 7
- Best player score: 10
- Position: #120 / 269
- Number of attempts: 6
Collect List - 4308 entries
Convert to comma separated list.
- Best score: 12
- Best player score: 16
- Position: #868 / 1192
- Number of attempts: 3
-a-b-c- - 3216 entries
Put hyphens everywhere.
- Best score: 13
- Best player score: 17
- Position: #1026 / 1138
- Number of attempts: 3
A HAPPY NEW YEAR 2014 ! - 10699 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 11
- Position: #1428 / 3695
- Number of attempts: 3
Words in parens - 12969 entries
We should all ace this, right?
- Best score: 13
- Best player score: 14
- Position: #1025 / 3970
- Number of attempts: 5
citizen_hacks_2019_challenge1 - 53 entries
For the Citizen Hacks 2019 Vim competition
- Best score: 5
- Best player score: 6
- Position: #41 / 45
- Number of attempts: 1
calculations - 312 entries
Complete these (weird) calculations.
- Best score: 38
- Best player score: 48
- Position: #46 / 68
- Number of attempts: 2
switch variable - 5085 entries
how fast can you switch two variable ?
- Best score: 11
- Best player score: 11
- Position: #565 / 1750
- Number of attempts: 3
Complete the hex array data (Part II) - 166 entries
Do not use external tools(e.g. tac, seq) [My interpretation of Rule #7]
- Best score: 20
- Best player score: 21
- Position: #6 / 69
- Number of attempts: 3
Abnermtj
Twitter: @Abnerjr19
Drawing account, watch me struggle. Also, click the website below for commissions