Played Challenges
Markdown Blog Editing - 476 entries
Convert the given link text in start file to a markdown link list.
- Best score: 30
- Best player score: 45
- Position: #52 / 113
- Number of attempts: 3
Word completion - 305 entries
Try to complete these options within 20 keystrokes.
- Best score: 20
- Best player score: 49
- Position: #39 / 81
- Number of attempts: 3
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: 17
- Position: #41 / 114
- Number of attempts: 4
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: 25
- Position: #36 / 85
- Number of attempts: 3
Remove adjacent duplicates - 718 entries
Try to find a way to remove adjacent duplicate letters.
- Best score: 19
- Best player score: 21
- Position: #52 / 179
- Number of attempts: 8
Rearrange array to single level - 1811 entries
The goal is to flatten the array into a single list and remove any empty elements.
- Best score: 14
- Best player score: 17
- Position: #45 / 306
- Number of attempts: 3
Rearrange array to one line - 865 entries
Rearrange the array content on only one line, and remove trailing commas
- Best score: 13
- Best player score: 19
- Position: #87 / 203
- Number of attempts: 1
Copy punctuation - 730 entries
I want to copy the last line’s brackets, quotes, and commas to each line. How?
- Best score: 19
- Best player score: 33
- Position: #70 / 178
- Number of attempts: 4
Change LaTex itemizations formats - 132 entries
Inspired by the way my professor formats their LaTeX assignments.
- Best score: 43
- Best player score: 75
- Position: #12 / 23
- Number of attempts: 5
Case matching substitution - 89 entries
Swap every "lorem" for "ipsum", keeping the letter cases the same.
- Best score: 31
- Best player score: 120
- Position: #19 / 21
- Number of attempts: 5
Format a long line - 129 entries
Reformat long lines (gq), textwidth=78, no trailing spaces.
- Best score: 17
- Best player score: 29
- Position: #22 / 37
- Number of attempts: 6
Evil Numbers - 117 entries
Print the first 100 evil numbers https://oeis.org/A001969. This is an advert for code.golf https://code.golf/evil-numbers#viml
- Best score: 25
- Best player score: 123
- Position: #22 / 28
- Number of attempts: 2
Find anomalies - 166 entries
There is one special character per line
- Best score: 30
- Best player score: 41
- Position: #23 / 45
- Number of attempts: 5
Morse - 181 entries
Translate Morse code to Text
- Best score: 31
- Best player score: 61
- Position: #19 / 37
- Number of attempts: 3
New teacher - 1502 entries
Update the details of the new CS teacher.
- Best score: 19
- Best player score: 20
- Position: #42 / 315
- Number of attempts: 9
months to html list items - 1139 entries
Turn the months into list items.
- Best score: 22
- Best player score: 25
- Position: #132 / 309
- Number of attempts: 2
Remove line numbers - 784 entries
From http://web.archive.org/web/20140831121704/http://dirac.org/linux/gdb/02a-Memory_Layout_And_The_Stack.php#investigatingthestackwithgdb.
- Best score: 8
- Best player score: 13
- Position: #109 / 208
- Number of attempts: 6
Find fix point of cos - 1485 entries
Write a function to find the fix point of cos. It is not a good code; It is just to use vim. Inspired by the excellent https://mvanier.livejournal.com/2897.html about the Y combinator.
- Best score: 14
- Best player score: 15
- Position: #247 / 434
- Number of attempts: 1
Another Mixed-Up Haiku - 265 entries
VimGolf ... a perfect evening?
- Best score: 21
- Best player score: 45
- Position: #85 / 90
- Number of attempts: 1
VimGolf