Played Challenges
Fix the Scala Method - 218 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 / 71
- Number of attempts: 3
Change class fields from camel case to snake case - 448 entries
This is the reverse of the previous challenge: https://www.vimgolf.com/challenges/9v006705493c000000000513
- Best score: 18
- Best player score: 18
- Position: #12 / 108
- Number of attempts: 10
Change class fields from snake case to camel case - 230 entries
Change the class fields in this Scala class from snake case to camel case
- Best score: 13
- Best player score: 13
- Position: #21 / 88
- Number of attempts: 2
Reorganize Pokémon - 582 entries
Change the format of the each line and sort alphabetically.
- Best score: 18
- Best player score: 21
- Position: #63 / 158
- Number of attempts: 2
Replace csv column if it's not empty - 191 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 / 65
- Number of attempts: 3
Remove adjacent duplicates - 559 entries
Try to find a way to remove adjacent duplicate letters.
- Best score: 19
- Best player score: 20
- Position: #24 / 146
- Number of attempts: 5
Rearrange array to single level - 1499 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: #162 / 248
- Number of attempts: 3
Copy punctuation - 574 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: #86 / 145
- Number of attempts: 2
New teacher - 1357 entries
Update the details of the new CS teacher.
- Best score: 19
- Best player score: 26
- Position: #154 / 282
- Number of attempts: 5
EDN reformat - 1175 entries
The goal is to make the code more readable and concise while maintaining its functionality.
- Best score: 17
- Best player score: 41
- Position: #140 / 167
- Number of attempts: 5
Find fix point of cos - 1426 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: #284 / 422
- Number of attempts: 2
Surround the 'z' character with brackets, quotes, and print as formatted string. - 567 entries
Surround the 'z' character with brackets, quotes, and print as formatted string.
- Best score: 17
- Best player score: 17
- Position: #230 / 318
- 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: 24
- Position: #774 / 859
- Number of attempts: 2
remove lines containing the word "reader" - 3610 entries
easy stuff
- Best score: 9
- Best player score: 10
- Position: #864 / 1172
- Number of attempts: 2
SFD-ROC: The Quick Brown Fox - 200 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: #81 / 107
- Number of attempts: 4
Switch function arguments - 2152 entries
How to switch two arguments of a function.
- Best score: 11
- Best player score: 12
- Position: #339 / 667
- Number of attempts: 5
Remove semicolons after expressions - 663 entries
A follow-up for http://vimgolf.com/challenges/4fc9d767d3a0d4000100000e.
- Best score: 6
- Best player score: 6
- Position: #138 / 264
- Number of attempts: 6
Make it more readable - 2009 entries
Insert blank lines to make it more organized and readable
- Best score: 13
- Best player score: 13
- Position: #115 / 652
- 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