Tip
i really like cake
Note
there was a
Important
it was sunny today
Caution
i suggest you try number 3. it is very sweet and not too spicy
Warning
you can push off reading the rest of this if you want
Innocent first test.
I have no idea why I exist or why I'm here.
Sheep?
TestEdit
dummy edit
yet anotre #badBAD
commit for camel @wandwan
The grades listed here are for the 2020–2021 school year.
Grade | Graduation year |
---|---|
7th | 2026 |
8th | 2025 |
9th | 2024 |
10th | 2023 |
11th | 2022 |
12th | 2021 |
-
Copypaste
ic-scrape-sections.js
into the console and then runo = await main(3)
in the console on IC while signed in. (3
is the max number of errors it has to encounter to stop as it increments/decrements a section ID.) -
Do
JSON.stringify(o, null, '\t')
when it finishes, and copypaste the JSON into a file (I would recommend vim for this). The file isn't in this repo; I put it in a test folder. -
Adjust the path in
sections-analysement.js
to point to the file with the JSON. -
Run it.
node sections-analysement.js
-
Run
node teacher-periods.js
.
Here is a simple flow chart:
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"id": 1,
"properties": {
"ID": 0
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[-90, 35],
[-90, 30],
[-85, 30],
[-85, 35],
[-90, 35]
]
]
}
}
]
}
{
"type": "Topology",
"transform": {
"scale": [0.0005000500050005, 0.00010001000100010001],
"translate": [100, 0]
},
"objects": {
"example": {
"type": "GeometryCollection",
"geometries": [
{
"type": "Point",
"properties": { "prop0": "value0" },
"coordinates": [4000, 5000]
},
{
"type": "LineString",
"properties": { "prop0": "value0", "prop1": 0 },
"arcs": [0]
},
{
"type": "Polygon",
"properties": { "prop0": "value0", "prop1": { "this": "that" } },
"arcs": [[1]]
}
]
}
},
"arcs": [
[
[4000, 0],
[1999, 9999],
[2000, -9999],
[2000, 9999]
],
[
[0, 0],
[0, 9999],
[2000, 0],
[0, -9999],
[-2000, 0]
]
]
}
solid cube_corner
facet normal 0.0 -1.0 0.0
outer loop
vertex 0.0 0.0 0.0
vertex 1.0 0.0 0.0
vertex 0.0 0.0 1.0
endloop
endfacet
facet normal 0.0 0.0 -1.0
outer loop
vertex 0.0 0.0 0.0
vertex 0.0 1.0 0.0
vertex 1.0 0.0 0.0
endloop
endfacet
facet normal -1.0 0.0 0.0
outer loop
vertex 0.0 0.0 0.0
vertex 0.0 0.0 1.0
vertex 0.0 1.0 0.0
endloop
endfacet
facet normal 0.577 0.577 0.577
outer loop
vertex 1.0 0.0 0.0
vertex 0.0 1.0 0.0
vertex 0.0 0.0 1.0
endloop
endfacet
endsolid