Played Challenges
Change class fields from snake case to camel case - 187 entries
Change the class fields in this Scala class from snake case to camel case
- Best score: 13
- Best player score: 13
- Position: #43 / 72
- Number of attempts: 4
Reorganize Pokémon - 465 entries
Change the format of the each line and sort alphabetically.
- Best score: 18
- Best player score: 36
- Position: #118 / 127
- Number of attempts: 1
Move list of uuids into a SQL query - 90 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: #6 / 39
- Number of attempts: 5
Fix timezone format - 253 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: #68 / 85
- Number of attempts: 2
Search different SQL column with similar where clause - 220 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: #42 / 54
- Number of attempts: 10
Remove adjacent duplicates - 531 entries
Try to find a way to remove adjacent duplicate letters.
- Best score: 19
- Best player score: 20
- Position: #26 / 137
- Number of attempts: 6
Paste a column after a column - 2555 entries
This task is very common while using multi-cursor. What is the elegant vim way ?
- Best score: 14
- Best player score: 20
- Position: #312 / 557
- Number of attempts: 8
Wrap the text of an email message to 79 characters - 799 entries
You're replying to an email with silly long lines. Clean them up.
- Best score: 5
- Best player score: 7
- Position: #377 / 421
- Number of attempts: 1
VimGolfNight - 568 entries
Based on "The name of the game".
- Best score: 12
- Best player score: 12
- Position: #297 / 349
- Number of attempts: 6
Cleanining up 80 column concatenated text - 206 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 / 80
- Number of attempts: 3
The Cake is a Lie - 1365 entries
Correct the capitalization of each word
- Best score: 9
- Best player score: 14
- Position: #506 / 532
- Number of attempts: 2