Played Challenges
Changing date formats - 71 entries
Change the date format to Y/M/D.
- Best score: 37
- Best player score: 57
- Position: #12 / 26
- Number of attempts: 4
Fix the git merge conflicts - 75 entries
Solve the merge conflicts in the Python file
- Best score: 36
- Best player score: 44
- Position: #5 / 23
- Number of attempts: 4
Replace markdown sections with numbering - 144 entries
Replace each section and subsection with their respective numbers
- Best score: 29
- Best player score: 35
- Position: #4 / 43
- Number of attempts: 4
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: 25
- Position: #25 / 39
- Number of attempts: 3
Change class fields from camel case to snake case - 275 entries
This is the reverse of the previous challenge: https://www.vimgolf.com/challenges/9v006705493c000000000513
- Best score: 18
- Best player score: 18
- Position: #5 / 70
- Number of attempts: 6
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: #5 / 56
- Number of attempts: 3
Reorganize Pokémon - 301 entries
Change the format of the each line and sort alphabetically.
- Best score: 18
- Best player score: 18
- Position: #6 / 80
- Number of attempts: 4
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: #5 / 38
- Number of attempts: 4
Remove adjacent duplicates - 445 entries
Try to find a way to remove adjacent duplicate letters.
- Best score: 19
- Best player score: 38
- Position: #88 / 117
- Number of attempts: 2
Rearrange array to single level - 1298 entries
The goal is to flatten the array into a single list and remove any empty elements.
- Best score: 14
- Best player score: 80
- Position: #190 / 205
- Number of attempts: 1
Column wise pasting - 172 entries
Make a table from 3 columns
- Best score: 17
- Best player score: 17
- Position: #6 / 37
- Number of attempts: 10
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: 14
- Position: #76 / 415
- Number of attempts: 13
Surround the 'z' character with brackets, quotes, and print as formatted string. - 554 entries
Surround the 'z' character with brackets, quotes, and print as formatted string.
- Best score: 17
- Best player score: 17
- Position: #228 / 309
- Number of attempts: 2