Played Challenges
Change class fields from snake case to camel case - 246 entries
Change the class fields in this Scala class from snake case to camel case
- Best score: 13
- Best player score: 13
- Position: #43 / 94
- Number of attempts: 4
Reorganize Pokémon - 625 entries
Change the format of the each line and sort alphabetically.
- Best score: 18
- Best player score: 36
- Position: #158 / 170
- Number of attempts: 1
Move list of uuids into a SQL query - 157 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: #11 / 54
- Number of attempts: 5
Fix timezone format - 298 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: #78 / 96
- Number of attempts: 2
Search different SQL column with similar where clause - 265 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: #47 / 60
- Number of attempts: 10
Remove adjacent duplicates - 578 entries
Try to find a way to remove adjacent duplicate letters.
- Best score: 19
- Best player score: 20
- Position: #28 / 150
- Number of attempts: 6
Rearrange array to one line - 719 entries
Rearrange the array content on only one line, and remove trailing commas
- Best score: 13
- Best player score: 14
- Position: #35 / 174
- Number of attempts: 11
New teacher - 1376 entries
Update the details of the new CS teacher.
- Best score: 19
- Best player score: 24
- Position: #113 / 287
- Number of attempts: 8
Paste a column after a column - 2610 entries
This task is very common while using multi-cursor. What is the elegant vim way ?
- Best score: 14
- Best player score: 20
- Position: #318 / 566
- Number of attempts: 8
Add semicolons - 10899 entries
Simply add a semicolon at the end of each line
- Best score: 10
- Best player score: 11
- Position: #1790 / 3078
- Number of attempts: 3
Wrap the text of an email message to 79 characters - 822 entries
You're replying to an email with silly long lines. Clean them up.
- Best score: 5
- Best player score: 7
- Position: #385 / 429
- Number of attempts: 1
Cool or not? - 841 entries
abc trying to be cool or not...
- Best score: 15
- Best player score: 20
- Position: #168 / 232
- Number of attempts: 7
Missing Library and a Typo - 920 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: #172 / 219
- Number of attempts: 7
Adam's challenge - 1008 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: #202 / 275
- Number of attempts: 5
Generate a list of numbers - 299 entries
Please generate list of numbers from 1 to 20.
- Best score: 14
- Best player score: 15
- Position: #116 / 141
- Number of attempts: 4
VimGolfNight - 575 entries
Based on "The name of the game".
- Best score: 12
- Best player score: 12
- Position: #297 / 352
- Number of attempts: 6
A HAPPY NEW YEAR 2014 ! - 10699 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 12
- Position: #2523 / 3695
- Number of attempts: 2
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 - 1374 entries
Correct the capitalization of each word
- Best score: 9
- Best player score: 14
- Position: #508 / 534
- Number of attempts: 2