Played Challenges
Reorganize Pokémon - 301 entries
Change the format of the each line and sort alphabetically.
- Best score: 18
- Best player score: 23
- Position: #63 / 80
- Number of attempts: 2
Replace csv column if it's not empty - 93 entries
Replace the credit_score_percentile column with the value 0.0 but leave the empty ones untouched
- Best score: 15
- Best player score: 15
- Position: #6 / 38
- Number of attempts: 2
Fix timezone format - 225 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: 22
- Position: #67 / 75
- Number of attempts: 1
Search different SQL column with similar where clause - 168 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: 33
- Position: #37 / 45
- Number of attempts: 1
New teacher - 923 entries
Update the details of the new CS teacher.
- Best score: 19
- Best player score: 31
- Position: #166 / 194
- Number of attempts: 1
months to html list items - 1010 entries
Turn the months into list items.
- Best score: 22
- Best player score: 38
- Position: #246 / 274
- Number of attempts: 1
Find fix point of cos - 1402 entries
Write a function to find the fix point of cos. It is not a good code; It is just to use vim. Inspired by the excellent https://mvanier.livejournal.com/2897.html about the Y combinator.
- Best score: 14
- Best player score: 15
- Position: #248 / 415
- Number of attempts: 3
Paste a column after a column - 2537 entries
This task is very common while using multi-cursor. What is the elegant vim way ?
- Best score: 14
- Best player score: 18
- Position: #268 / 553
- Number of attempts: 2
Tabbed Table to Python Array - 734 entries
Not payed by the hour? So make it fast ;-) The table contains the relative occurencies of bigrams (two consecutive letters) in 1/100,000 in the german language, copy-pasted from http://www.mathe.tu-freiberg.de/~hebisch/cafe/kryptographie/bigramme.html
- Best score: 50
- Best player score: 56
- Position: #64 / 179
- Number of attempts: 6
HS exam question - 1589 entries
Convert the data to a python dictionary
- Best score: 47
- Best player score: 76
- Position: #246 / 417
- Number of attempts: 2
Reformat symbols in list - 1621 entries
Saw this in some lecture, easy reformatting using multiple cursor in VS Code
- Best score: 24
- Best player score: 25
- Position: #107 / 348
- Number of attempts: 6
Many duplicates - 1445 entries
Quick and easy
- Best score: 7
- Best player score: 8
- Position: #318 / 468
- Number of attempts: 2
delete swap - 1786 entries
delete all swap
- Best score: 5
- Best player score: 5
- Position: #382 / 555
- Number of attempts: 1
Generate a very basic Python constructor (fixed) - 1253 entries
Original by @BiddulphCaleb (http://www.vimgolf.com/challenges/6019f1c4642668000cee11e8) - had some extra spaces in output file.
- Best score: 29
- Best player score: 47
- Position: #163 / 271
- Number of attempts: 3
Fix the shell script! - 2544 entries
Fix the shell script with the fewest keystrokes!
- Best score: 26
- Best player score: 57
- Position: #517 / 589
- Number of attempts: 1
simple replacements - 1753 entries
The goal is to see the replacement commands in action.
- Best score: 19
- Best player score: 20
- Position: #139 / 380
- Number of attempts: 4
Inverting Lines - 1900 entries
A simple challenge to invert all lines, except the first.
- Best score: 10
- Best player score: 13
- Position: #351 / 511
- Number of attempts: 2
Making 3 line function a one liner. - 328 entries
Simple challenge for frequent action while programming.
- Best score: 4
- Best player score: 4
- Position: #179 / 205
- Number of attempts: 1
Modernise code - 1400 entries
Modernise and clean up some C++ code.
- Best score: 34
- Best player score: 35
- Position: #99 / 323
- Number of attempts: 2
Put a cross in the square - 225 entries
Put a cross in the square
- Best score: 20
- Best player score: 21
- Position: #20 / 89
- Number of attempts: 4
swap number pairs - 2103 entries
Swap the numbers in a bunch of 2-element arrays.
- Best score: 16
- Best player score: 30
- Position: #246 / 380
- Number of attempts: 1
HS Final exam vimgolf - 897 entries
Change the initial file to a single line containing all names comma-separated with numbers inside parentheses.
- Best score: 21
- Best player score: 21
- Position: #39 / 236
- Number of attempts: 3
Easy modification of ssh config - 371 entries
Just add another alias to each worker
- Best score: 24
- Best player score: 25
- Position: #42 / 112
- Number of attempts: 3
Turn the x - 328 entries
Turn the x to a +
- Best score: 19
- Best player score: 27
- Position: #73 / 82
- Number of attempts: 2
Format the CSS - 158 entries
You just copied some CSS color names from the web and need to add them to your python module. Create the COLORS variable and assign a dict() with the names as keys and hex-colors as values. BEWARE OF THE TABS!!
- Best score: 41
- Best player score: 46
- Position: #31 / 49
- Number of attempts: 5
Rural Post - 4479 entries
Simple challenge to remove all but the post code on each line
- Best score: 9
- Best player score: 10
- Position: #482 / 1097
- Number of attempts: 2
Satisfy the go linter - 2391 entries
You just came up with this briliant go vars package. But dang, you forgot to add comments to the exported variables. Can you add a comment over each variable with a TODO-placeholder?
- Best score: 20
- Best player score: 20
- Position: #167 / 471
- Number of attempts: 4
Add quotes to ansible playbook - 954 entries
You created an ansible playbook, but forgot to add quotes. Can you fix it?
- Best score: 8
- Best player score: 9
- Position: #214 / 305
- Number of attempts: 2
Multiline to Single Line - 700 entries
Convert a multiline, indented file to a single line with no whitespace
- Best score: 5
- Best player score: 5
- Position: #258 / 302
- Number of attempts: 1
xrandr outputs and dashes - 704 entries
uh oh, different video drivers identify display outputs with more dashes. Quick, need to change this xrandr script!
- Best score: 12
- Best player score: 12
- Position: #151 / 221
- Number of attempts: 4
Capitalize the Names - 408 entries
I want to capitalize the names in quotes, but just the people's names, not the file names.
- Best score: 21
- Best player score: 31
- Position: #69 / 97
- Number of attempts: 1
Hogwarts Email Sorting - 925 entries
Given a list of emails, get the students full name and their associated house.
- Best score: 20
- Best player score: 22
- Position: #175 / 261
- Number of attempts: 2
prepend * to every non-blank line - 6308 entries
Prepend an asterisk to every non-blank line in the input file.
- Best score: 10
- Best player score: 11
- Position: #759 / 1537
- Number of attempts: 1
Quote modules - 1084 entries
Complete golang import statement.
- Best score: 21
- Best player score: 26
- Position: #147 / 281
- Number of attempts: 1
Search and Replace 0 - 4989 entries
Replace every instance of 'aaa' with 'xaaax'.
- Best score: 12
- Best player score: 14
- Position: #1081 / 1624
- Number of attempts: 3
Exchanging Quotes - 858 entries
Sometimes you need to exchange a choice of quotes in some code.
- Best score: 30
- Best player score: 37
- Position: #138 / 230
- Number of attempts: 4
replacing each line of a block selection - 2999 entries
replace each line's ../assets/js with /javascripts
- Best score: 18
- Best player score: 29
- Position: #642 / 777
- Number of attempts: 1
Append semicolon after expressions - 1056 entries
Some lines need the semicolon, some don't.
- Best score: 11
- Best player score: 12
- Position: #265 / 419
- Number of attempts: 3
switch variable - 5071 entries
how fast can you switch two variable ?
- Best score: 11
- Best player score: 12
- Position: #1008 / 1748
- Number of attempts: 3
The meaning - 575 entries
Numbers are fun!
- Best score: 5
- Best player score: 5
- Position: #327 / 363
- Number of attempts: 1
Ugly spreadsheet copy/paste to CSV - 1009 entries
convert an ugly spreadsheet copy/paste into a CSV format.
- Best score: 19
- Best player score: 37
- Position: #121 / 193
- Number of attempts: 2
Replacing some words - 428 entries
How fast could it be?
- Best score: 17
- Best player score: 20
- Position: #66 / 151
- Number of attempts: 3
Make it more readable - 2005 entries
Insert blank lines to make it more organized and readable
- Best score: 13
- Best player score: 15
- Position: #316 / 650
- Number of attempts: 5
Line Zipper - 473 entries
Zip/pair related lines.
- Best score: 12
- Best player score: 16
- Position: #196 / 215
- Number of attempts: 1
Ruby 1.9 hashes - 1244 entries
Rubyists talk about being cutting edge but how many are using 1.9 in production? Time to convert those verbose 1.8 hashes in to symbolic, succinct 1.9 beauties!
- Best score: 12
- Best player score: 14
- Position: #248 / 406
- Number of attempts: 3
Shebangs for all - 1999 entries
We've all seen or used a shebang once or twice. Ditch the specific paths and leave just a dynamic Ruby and Python bath behind.
- Best score: 11
- Best player score: 25
- Position: #489 / 516
- Number of attempts: 2
A Simple One - 1050 entries
Here is a very simple one - just to illustrate/introduce a vim feature that some people seem to miss...
- Best score: 9
- Best player score: 9
- Position: #585 / 664
- Number of attempts: 2
Reverse Simple Deletion - 847 entries
You did the simple deletion, now reverse it.
- Best score: 11
- Best player score: 12
- Position: #375 / 458
- Number of attempts: 2
Context insensitive completion 0 - 577 entries
Buried in the lines you're not supposed to add is the line "Add this line!" Add that line to the top of the file.
- Best score: 6
- Best player score: 8
- Position: #153 / 246
- Number of attempts: 5
Compile C - 430 entries
You might have to get clever to do this one.
- Best score: 19
- Best player score: 22
- Position: #97 / 141
- Number of attempts: 5
Make Fancy Header - 1052 entries
Make the header text stand out with surrounding asterisks
- Best score: 15
- Best player score: 30
- Position: #332 / 344
- Number of attempts: 1
Reformat most common surnames - 717 entries
Reformat copy-pasted table into a list of the most common surnames
- Best score: 23
- Best player score: 27
- Position: #89 / 210
- Number of attempts: 2
Change the content of a string - 1580 entries
This docstring is a complete lie. Fix it.
- Best score: 22
- Best player score: 22
- Position: #236 / 588
- Number of attempts: 3
Sort and add attributes - 1451 entries
Sort the states and add the attribute country to each record.
- Best score: 33
- Best player score: 33
- Position: #290 / 563
- Number of attempts: 2
Braces or Brackets? - 1015 entries
Someone forgot whether to use braces or brackets and you have to clean up their code!
- Best score: 34
- Best player score: 39
- Position: #84 / 315
- Number of attempts: 4
Simple text editing with Vim - 12811 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 14
- Position: #2024 / 3694
- Number of attempts: 3
Reformat/Refactor a Golfer Class - 6982 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 28
- Best player score: 42
- Position: #1009 / 1706
- Number of attempts: 1