Played Challenges
New teacher - 1399 entries
Update the details of the new CS teacher.
- Best score: 19
- Best player score: 20
- Position: #31 / 295
- Number of attempts: 7
months to html list items - 1103 entries
Turn the months into list items.
- Best score: 22
- Best player score: 26
- Position: #144 / 299
- Number of attempts: 2
EDN reformat - 1179 entries
The goal is to make the code more readable and concise while maintaining its functionality.
- Best score: 17
- Best player score: 26
- Position: #109 / 168
- Number of attempts: 7
Find fix point of cos - 1434 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: #219 / 425
- Number of attempts: 3
Paste a column after a column - 2627 entries
This task is very common while using multi-cursor. What is the elegant vim way ?
- Best score: 14
- Best player score: 20
- Position: #319 / 569
- Number of attempts: 1
Reformat symbols in list - 1635 entries
Saw this in some lecture, easy reformatting using multiple cursor in VS Code
- Best score: 24
- Best player score: 38
- Position: #260 / 352
- Number of attempts: 2
Changing around text with citations - 340 entries
Based off of something I saw on reddit
- Best score: 28
- Best player score: 46
- Position: #74 / 94
- Number of attempts: 3
Fix the shell script! - 2617 entries
Fix the shell script with the fewest keystrokes!
- Best score: 26
- Best player score: 31
- Position: #273 / 609
- Number of attempts: 1
Visual block training - 1089 entries
You see the input. You see the output. Go.
- Best score: 17
- Best player score: 29
- Position: #86 / 206
- Number of attempts: 3
I forgot quotes - 16089 entries
Oops.
- Best score: 10
- Best player score: 15
- Position: #2392 / 4200
- Number of attempts: 2
Contributed Challenges
Truth Table to ModelSim - 58 entries
Convert this truth table to simulator instructions!