Played Challenges
Replace markdown sections with numbering - 139 entries
Replace each section and subsection with their respective numbers
- Best score: 29
- Best player score: 65
- Position: #22 / 39
- Number of attempts: 4
Fix the Scala Method - 94 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: 29
- Position: #28 / 34
- Number of attempts: 2
Change class fields from snake case to camel case - 134 entries
Change the class fields in this Scala class from snake case to camel case
- Best score: 13
- Best player score: 13
- Position: #23 / 53
- Number of attempts: 1
Reorganize Pokémon - 261 entries
Change the format of the each line and sort alphabetically.
- Best score: 18
- Best player score: 19
- Position: #21 / 72
- 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: 19
- Position: #32 / 38
- Number of attempts: 3
extract struct tag in go - 35 entries
Can you extract all struct tags in the fewest keystrokes possible?
- Best score: 33
- Best player score: 33
- Position: #5 / 14
- Number of attempts: 3
Move list of uuids into a SQL query - 64 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: 72
- Position: #20 / 25
- Number of attempts: 2
Word completion - 178 entries
Try to complete these options within 20 keystrokes.
- Best score: 20
- Best player score: 23
- Position: #19 / 49
- Number of attempts: 3
Fix timezone format - 220 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: 15
- Position: #4 / 73
- Number of attempts: 7
Search different SQL column with similar where clause - 168 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: 23
- Position: #14 / 45
- Number of attempts: 6
Remove adjacent duplicates - 437 entries
Try to find a way to remove adjacent duplicate letters.
- Best score: 19
- Best player score: 33
- Position: #71 / 116
- Number of attempts: 2
Rearrange array to single level - 1267 entries
The goal is to flatten the array into a single list and remove any empty elements.
- Best score: 14
- Best player score: 25
- Position: #100 / 202
- Number of attempts: 3
Rearrange array to one line - 588 entries
Rearrange the array content on only one line, and remove trailing commas
- Best score: 13
- Best player score: 22
- Position: #93 / 142
- Number of attempts: 2
months to html list items - 996 entries
Turn the months into list items.
- Best score: 22
- Best player score: 36
- Position: #232 / 269
- Number of attempts: 1
Populate 3D bone names list - 626 entries
Ran into this at work, excited to see how this gets optimized
- Best score: 21
- Best player score: 37
- Position: #131 / 162
- Number of attempts: 2
Remove line numbers - 716 entries
From http://web.archive.org/web/20140831121704/http://dirac.org/linux/gdb/02a-Memory_Layout_And_The_Stack.php#investigatingthestackwithgdb.
- Best score: 9
- Best player score: 43
- Position: #167 / 192
- Number of attempts: 1
Surround the 'z' character with brackets, quotes, and print as formatted string. - 551 entries
Surround the 'z' character with brackets, quotes, and print as formatted string.
- Best score: 17
- Best player score: 17
- Position: #224 / 307
- Number of attempts: 1
Paste a column after a column - 2526 entries
This task is very common while using multi-cursor. What is the elegant vim way ?
- Best score: 14
- Best player score: 43
- Position: #464 / 551
- Number of attempts: 1
Many duplicates - 1445 entries
Quick and easy
- Best score: 7
- Best player score: 8
- Position: #316 / 468
- Number of attempts: 3
Contributed Challenges
Markdown Blog Editing - 246 entries
Convert the given link text in start file to a markdown link list.