vault backup: 2022-07-12 07:02:43

This commit is contained in:
Jet Hughes 2022-07-12 07:02:44 +12:00
parent 40bbf6d77b
commit d9c85d909c
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,22 @@
<%*
const d = new Date().getDay()
switch(d){
case 1:
tR+="- [ ] 202 Lecture\n- [ ] 204 Lecture\n- [ ] 203 Lab"
break;
case 2:
tR+="- [ ] 204 Lab\n- [ ] 203 Lecture"
break;
case 3:
tR+="- [ ] 202 Lecture\n- [ ] 210 Lecture"
break;
case 4:
tR+= - [ ] 204 Lecture\ - [ ] 203 Lab\n- [ ] 210 Lecture"
break;
case 5:
tR+="- [ ] 202 Lecture\ - [ ] 203 Lecture\n- [ ] 203 Lab"
break;
default:
break;
}
%>

View File

@ -35,6 +35,7 @@ tags:
# Lectures
[01-bits-and-bytes](notes/01-bits-and-bytes.md)
# Archive