Played Challenges
Change class fields from snake case to camel case - 295 entries
Change the class fields in this Scala class from snake case to camel case
- Best score: 13
- Best player score: 13
- Position: #43 / 109
- Number of attempts: 4
Reorganize Pokémon - 783 entries
Change the format of the each line and sort alphabetically.
- Best score: 18
- Best player score: 36
- Position: #198 / 216
- Number of attempts: 1
Move list of uuids into a SQL query - 227 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 / 73
- Number of attempts: 5
Fix timezone format - 329 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: #84 / 106
- Number of attempts: 2
Search different SQL column with similar where clause - 328 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: #54 / 75
- Number of attempts: 10
Remove adjacent duplicates - 671 entries
Try to find a way to remove adjacent duplicate letters.
- Best score: 19
- Best player score: 20
- Position: #33 / 168
- Number of attempts: 6
Rearrange array to one line - 810 entries
Rearrange the array content on only one line, and remove trailing commas
- Best score: 13
- Best player score: 14
- Position: #42 / 191
- Number of attempts: 11
New teacher - 1470 entries
Update the details of the new CS teacher.
- Best score: 19
- Best player score: 24
- Position: #118 / 307
- Number of attempts: 8
Paste a column after a column - 2662 entries
This task is very common while using multi-cursor. What is the elegant vim way ?
- Best score: 14
- Best player score: 20
- Position: #326 / 576
- Number of attempts: 8
Add semicolons - 10923 entries
Simply add a semicolon at the end of each line
- Best score: 10
- Best player score: 11
- Position: #1795 / 3087
- Number of attempts: 3
Wrap the text of an email message to 79 characters - 852 entries
You're replying to an email with silly long lines. Clean them up.
- Best score: 5
- Best player score: 7
- Position: #396 / 441
- Number of attempts: 1
Cool or not? - 852 entries
abc trying to be cool or not...
- Best score: 15
- Best player score: 20
- Position: #169 / 234
- Number of attempts: 7
Missing Library and a Typo - 943 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: #174 / 221
- Number of attempts: 7
Adam's challenge - 1010 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 / 277
- 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 ! - 10721 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 12
- Position: #2528 / 3704
- 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 - 1389 entries
Correct the capitalization of each word
- Best score: 9
- Best player score: 14
- Position: #512 / 538
- Number of attempts: 2
VimGolf