Played Challenges
New teacher - 1376 entries
Update the details of the new CS teacher.
- Best score: 19
- Best player score: 20
- Position: #31 / 287
- Number of attempts: 7
months to html list items - 1088 entries
Turn the months into list items.
- Best score: 22
- Best player score: 26
- Position: #143 / 295
- Number of attempts: 2
EDN reformat - 1175 entries
The goal is to make the code more readable and concise while maintaining its functionality.
- Best score: 17
- Best player score: 26
- Position: #108 / 167
- Number of attempts: 7
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: #219 / 424
- Number of attempts: 3
Paste a column after a column - 2610 entries
This task is very common while using multi-cursor. What is the elegant vim way ?
- Best score: 14
- Best player score: 20
- Position: #316 / 566
- 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! - 2606 entries
Fix the shell script with the fewest keystrokes!
- Best score: 26
- Best player score: 31
- Position: #271 / 607
- 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 - 16061 entries
Oops.
- Best score: 10
- Best player score: 15
- Position: #2390 / 4195
- Number of attempts: 2
Contributed Challenges
Truth Table to ModelSim - 58 entries
Convert this truth table to simulator instructions!