Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions fp-introduction.tex
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,10 @@
\begin{document}

\input{title}
\input{who-we-are}
\input{qfpl}
\input{me}
\input{housekeeping}
\input{introduction}
\input{consequences}
\input{example}
Expand Down
13 changes: 13 additions & 0 deletions housekeeping.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
\begin{frame}
\begin{block}\textbf{Housekeeping}
\end{block}
\begin{center}
\begin{itemize}
\item Fire exits
\item Bathrooms
\item Building access
\item WiFi
\item Contacts: IRC / email / phone
\end{itemize}
\end{center}
\end{frame}
12 changes: 6 additions & 6 deletions introduction.tex
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
return (a + b) * 2;
}

int r = `wibble(x, y);`

/* arbitrary code */

int r = `wibble(x, y);`

blobble(`r`, `r`);
\end{lstlisting}
\end{block}
Expand All @@ -68,10 +68,10 @@
return (a + b) * 2;
}

int r = wibble(x, y);

/* arbitrary code */

int r = wibble(x, y);

blobble(r, r);
\end{lstlisting}
\end{block}
Expand Down Expand Up @@ -112,10 +112,10 @@
return (a + b) * 2;
}

int r = `pibble(x, y);`

/* arbitrary code */

int r = `pibble(x, y);`

globble(`r`, `r`);
\end{lstlisting}
\end{block}
Expand Down
10 changes: 10 additions & 0 deletions who-we-are.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
\begin{frame}
\begin{block}\textbf{CSIRO's Data61's QFPL}
\end{block}
\begin{center}
\begin{itemize}
\item QFPL
\item Data61
\end{itemize}
\end{center}
\end{frame}