Played Challenges
Markdown Blog Editing - 370 entries
Convert the given link text in start file to a markdown link list.
- Best score: 30
- Best player score: 45
- Position: #42 / 86
- Number of attempts: 3
Word completion - 234 entries
Try to complete these options within 20 keystrokes.
- Best score: 20
- Best player score: 49
- Position: #32 / 64
- Number of attempts: 3
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: 17
- Position: #36 / 96
- Number of attempts: 4
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: 25
- Position: #29 / 60
- Number of attempts: 3
Remove adjacent duplicates - 578 entries
Try to find a way to remove adjacent duplicate letters.
- Best score: 19
- Best player score: 21
- Position: #41 / 150
- Number of attempts: 8
Rearrange array to single level - 1528 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: #37 / 254
- Number of attempts: 3
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: 19
- Position: #70 / 174
- Number of attempts: 1
Copy punctuation - 599 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: #61 / 149
- Number of attempts: 4
Change LaTex itemizations formats - 110 entries
Inspired by the way my professor formats their LaTeX assignments.
- Best score: 43
- Best player score: 75
- Position: #10 / 18
- Number of attempts: 5
Case matching substitution - 56 entries
Swap every "lorem" for "ipsum", keeping the letter cases the same.
- Best score: 31
- Best player score: 120
- Position: #14 / 16
- Number of attempts: 5
Format a long line - 99 entries
Reformat long lines (gq), textwidth=78, no trailing spaces.
- Best score: 17
- Best player score: 29
- Position: #18 / 31
- Number of attempts: 6
Evil Numbers - 96 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: #20 / 25
- Number of attempts: 2
Find anomalies - 157 entries
There is one special character per line
- Best score: 30
- Best player score: 41
- Position: #23 / 42
- Number of attempts: 5
Morse - 155 entries
Translate Morse code to Text
- Best score: 31
- Best player score: 61
- Position: #18 / 35
- Number of attempts: 3
New teacher - 1376 entries
Update the details of the new CS teacher.
- Best score: 19
- Best player score: 20
- Position: #39 / 287
- Number of attempts: 9
months to html list items - 1088 entries
Turn the months into list items.
- Best score: 22
- Best player score: 25
- Position: #128 / 295
- Number of attempts: 2
Remove line numbers - 747 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: 13
- Position: #106 / 200
- Number of attempts: 6
Find fix point of cos - 1432 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: #245 / 424
- 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