Played Challenges
Fix the Scala Method - 106 entries
Fix the missing semicolons and the Int type, ensure the floating point division, and remove the unnecessary return.
- Best score: 9
- Best player score: 22
- Position: #3 / 39
- Number of attempts: 3
Change class fields from camel case to snake case - 277 entries
This is the reverse of the previous challenge: https://www.vimgolf.com/challenges/9v006705493c000000000513
- Best score: 18
- Best player score: 18
- Position: #12 / 71
- Number of attempts: 10
Change class fields from snake case to camel case - 150 entries
Change the class fields in this Scala class from snake case to camel case
- Best score: 13
- Best player score: 13
- Position: #21 / 56
- Number of attempts: 2
Reorganize Pokémon - 307 entries
Change the format of the each line and sort alphabetically.
- Best score: 18
- Best player score: 21
- Position: #40 / 82
- Number of attempts: 2
Replace csv column if it's not empty - 95 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: #10 / 39
- Number of attempts: 3
Remove adjacent duplicates - 446 entries
Try to find a way to remove adjacent duplicate letters.
- Best score: 19
- Best player score: 20
- Position: #20 / 118
- Number of attempts: 5
Rearrange array to single level - 1301 entries
The goal is to flatten the array into a single list and remove any empty elements.
- Best score: 14
- Best player score: 31
- Position: #140 / 207
- Number of attempts: 3
Copy punctuation - 488 entries
I want to copy the last line’s brackets, quotes, and commas to each line. How?
- Best score: 19
- Best player score: 40
- Position: #74 / 122
- Number of attempts: 2
New teacher - 925 entries
Update the details of the new CS teacher.
- Best score: 19
- Best player score: 26
- Position: #113 / 196
- Number of attempts: 5
EDN reformat - 1158 entries
The goal is to make the code more readable and concise while maintaining its functionality.
- Best score: 17
- Best player score: 41
- Position: #138 / 164
- Number of attempts: 5
Find fix point of cos - 1403 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: 16
- Position: #279 / 416
- Number of attempts: 2
Surround the 'z' character with brackets, quotes, and print as formatted string. - 555 entries
Surround the 'z' character with brackets, quotes, and print as formatted string.
- Best score: 17
- Best player score: 17
- Position: #230 / 310
- Number of attempts: 3
Applying same text modification in several lines - 2880 entries
Remove identical text at the beginning of several lines and the closing parenthesis.
- Best score: 12
- Best player score: 24
- Position: #766 / 851
- Number of attempts: 2
remove lines containing the word "reader" - 3586 entries
easy stuff
- Best score: 9
- Best player score: 10
- Position: #861 / 1162
- Number of attempts: 2
SFD-ROC: The Quick Brown Fox - 193 entries
Someone has vandalized our text (again). Please fix to read: The Quick Brown Fox Jumps Over The Lazy Dog.
- Best score: 24
- Best player score: 28
- Position: #80 / 106
- Number of attempts: 4
Switch function arguments - 2139 entries
How to switch two arguments of a function.
- Best score: 11
- Best player score: 12
- Position: #338 / 663
- Number of attempts: 5
Remove semicolons after expressions - 654 entries
A follow-up for http://vimgolf.com/challenges/4fc9d767d3a0d4000100000e.
- Best score: 6
- Best player score: 6
- Position: #138 / 263
- Number of attempts: 6
Make it more readable - 2005 entries
Insert blank lines to make it more organized and readable
- Best score: 13
- Best player score: 13
- Position: #115 / 650
- Number of attempts: 10
remove dupes from array - 1358 entries
given a random string that contains a ruby-esque array, make sure that there are no duplicate elements
- Best score: 17
- Best player score: 20
- Position: #140 / 336
- Number of attempts: 4