\(
\newcommand{\floor}[1]{\left\lfloor #1 \right\rfloor}
\newcommand{\ceil}[1]{\left\lceil #1 \right\rceil}
\newcommand{\R}{\mathbb{R}}
\newcommand{\Z}{\mathbb{Z}}
\newcommand{\N}{\mathbb{N}}
\newcommand{\Q}{\mathbb{Q}}
\newcommand{\cin}{c_{\rm in}}
\newcommand{\cout}{c_{\rm out}}
\newcommand{\maj}{\textnormal{Maj}}
\newcommand{\xor}{\oplus}
\newcommand{\depth}{\textnormal{depth}}
\newcommand{\poly}{\textnormal{poly}}
\)
Automatic label collector for TI-2
You cannot simply open this page with a browser from your file system. Instead, you have to host it on an http
server with CORS enabled running in the course main directory, for example
TI-1 $ http-server . --cors
and then open
http://localhost:8080/javascript/put-all-in-one-page.html
in your browser.