Template
#include <iostream>
#define num long int
using namespace std;
int main(){| 'The peaks of Mt. CodeMore are carpeted with an impenetrable armour of snow.' | |
| """Below that snow lies sparkly logic.""" | |
| # | |
| #-## | |
| ##-#. | |
| @print ### | |
| @ ( ##-###. | |
| lambda ###=# ## | |
| a ## #= |
| > v | |
| 1 # | |
| 2 vtv#< | |
| 3 # # t | |
| 4 v<v< >#vtv | |
| 5 t t # # | |
| 6 v<v< | |
| 7 t t | |
| 8 | |
| SXY vvvv vvvv |
| // ==UserScript== | |
| // @name NYJC download | |
| // @namespace https://tampermonkey.net/ | |
| // @version 2025-03-02 | |
| // @description Adds the download button to lectures on the NYJCportal. https://gist.github.com/lomnom/a0c51d25a65198eba13333d6395e9bb1 | |
| // @author lomnom on github | |
| // @match portal.nyjc.edu.sg/* | |
| // @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== | |
| // @grant none | |
| // ==/UserScript== |
Cms was installed onto a raspberry pi running 64x raspbian through docker. This document details the process. It assumes you are working from the terminal.
sudo apt-get update && sudo apt-get upgrade to have up-to-date apt info
Note that we install through the docker route to avoid the suffering that comes with manually resolving dependencies.
sudo apt-get install git.