Played Challenges
Change class fields from snake case to camel case - 318 entries
Change the class fields in this Scala class from snake case to camel case
- Best score: 13
- Best player score: 13
- Position: #43 / 120
- Number of attempts: 4
Reorganize Pokémon - 858 entries
Change the format of the each line and sort alphabetically.
- Best score: 18
- Best player score: 36
- Position: #215 / 235
- Number of attempts: 1
Move list of uuids into a SQL query - 245 entries
Take the list of UUIDs and use them as a filter in the where statement of a SQL query
- Best score: 57
- Best player score: 62
- Position: #15 / 82
- Number of attempts: 5
Fix timezone format - 345 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: 20
- Position: #89 / 114
- Number of attempts: 2
Search different SQL column with similar where clause - 360 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: 28
- Position: #57 / 85
- Number of attempts: 10
Remove adjacent duplicates - 718 entries
Try to find a way to remove adjacent duplicate letters.
- Best score: 19
- Best player score: 20
- Position: #36 / 179
- Number of attempts: 6
Rearrange array to one line - 862 entries
Rearrange the array content on only one line, and remove trailing commas
- Best score: 13
- Best player score: 14
- Position: #45 / 202
- Number of attempts: 11
New teacher - 1502 entries
Update the details of the new CS teacher.
- Best score: 19
- Best player score: 24
- Position: #121 / 315
- Number of attempts: 8
Paste a column after a column - 2666 entries
This task is very common while using multi-cursor. What is the elegant vim way ?
- Best score: 14
- Best player score: 20
- Position: #327 / 577
- Number of attempts: 8
Add semicolons - 10943 entries
Simply add a semicolon at the end of each line
- Best score: 10
- Best player score: 11
- Position: #1798 / 3093
- Number of attempts: 3
Wrap the text of an email message to 79 characters - 860 entries
You're replying to an email with silly long lines. Clean them up.
- Best score: 5
- Best player score: 7
- Position: #401 / 446
- Number of attempts: 1
Cool or not? - 854 entries
abc trying to be cool or not...
- Best score: 15
- Best player score: 20
- Position: #170 / 235
- Number of attempts: 7
Missing Library and a Typo - 952 entries
I forgot to add a c library, please add it for me. Also I'm bad at typing so fix my typo too.
- Best score: 14
- Best player score: 21
- Position: #175 / 222
- Number of attempts: 7
Adam's challenge - 1018 entries
Change both normal to bold and 4 by 2. Adam Wathan challenge this on twitter . He did it in 11 keystrokes on Sublime.
- Best score: 18
- Best player score: 22
- Position: #203 / 278
- Number of attempts: 5
Generate a list of numbers - 302 entries
Please generate list of numbers from 1 to 20.
- Best score: 14
- Best player score: 15
- Position: #117 / 142
- Number of attempts: 4
VimGolfNight - 581 entries
Based on "The name of the game".
- Best score: 12
- Best player score: 12
- Position: #297 / 353
- Number of attempts: 6
A HAPPY NEW YEAR 2014 ! - 10748 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 12
- Position: #2532 / 3711
- Number of attempts: 2
Cleanining up 80 column concatenated text - 207 entries
1. Put the whole query on one line, remove the concatenation operators 2. Remove the double spaces that appear a few times in the query 3. Use string-interpolated variable statementPid rather than the ugly concatenation
- Best score: 31
- Best player score: 44
- Position: #49 / 81
- Number of attempts: 3
The Cake is a Lie - 1390 entries
Correct the capitalization of each word
- Best score: 9
- Best player score: 14
- Position: #512 / 539
- Number of attempts: 2
VimGolf