uni

Thing1's amazing uni repo
Log | Files | Refs

commit 61265c98e3cb2c959f61a67ebefd9d39fd9aef83
parent 512fde0eda956fe169fbd50f8d2d1802fc2996e8
Author: thing1 <l.standen@posteo.com>
Date:   Fri, 31 Oct 2025 17:32:39 +0000

cleaned up some stuff

Diffstat:
M.gitignore | 5+++++
ACS12020/labs/lab2/algo.tex | 22++++++++++++++++++++++
MCS18120/22.10.25.md | 1+
ACS18120/pres/notes.tex | 43+++++++++++++++++++++++++++++++++++++++++++
Mbuild | 3++-
Mclean | 2--
Astyle.tex | 11+++++++++++
7 files changed, 84 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -6,3 +6,8 @@ *.aux *.auxlock *.md5 +CS12020/*.tex +CS18120/*.tex +MP10610/*.tex +PH16210/*.tex + diff --git a/CS12020/labs/lab2/algo.tex b/CS12020/labs/lab2/algo.tex @@ -0,0 +1,22 @@ +\begin{itemize} +\tightlist +\item + have a function that reads time in hours, mins seconds + + \begin{itemize} + \tightlist + \item + store the data in a struct that is passed by reference to the input + function + \end{itemize} +\item + make a function that adds 3 time values + + \begin{itemize} + \tightlist + \item + make it check if a value is over 60 and add to the next col + \item + do this via dividing the total + \end{itemize} +\end{itemize} diff --git a/CS18120/22.10.25.md b/CS18120/22.10.25.md @@ -1 +1,2 @@ 22/10/25 +======== diff --git a/CS18120/pres/notes.tex b/CS18120/pres/notes.tex @@ -0,0 +1,43 @@ +\section{notes for presentation}\label{notes-for-presentation} + +\begin{itemize} +\item + latex + beamer! +\item + meet next wednesday same time, same place + + \begin{itemize} + \tightlist + \item + plan rehersals for closer to the time + \end{itemize} +\item + intro should be short and sweet \textasciitilde{} 3mins +\item + codenames - lucas \textasciitilde{} 6 mins +\item + send a message - lucas + + \begin{itemize} + \tightlist + \item + bring up the stats in this section + \end{itemize} +\item + quiz - jaidia \textasciitilde{} 6 mins +\item + zoom - jaidia +\item + bitoblisk - dean +\item + device - dean +\item + conclusion should be lots of stats, overview of the day + \textasciitilde{} 7 mins + + \begin{itemize} + \tightlist + \item + show how the day was succesful, making connections with group + \end{itemize} +\end{itemize} diff --git a/build b/build @@ -10,9 +10,10 @@ for name in $names; do echo "compiled ${out}" done -dirs=$(ls -d */) +dirs=$(ls -d */ | sort -k 1.12) for dir in $dirs; do cat $dir/*.html > $dir/book.html done + echo "done!" diff --git a/clean b/clean @@ -12,6 +12,4 @@ for name in $names; do echo "removed ${name}" done - - echo "done!" diff --git a/style.tex b/style.tex @@ -0,0 +1,11 @@ +\section{Style tips}\label{style-tips} + +\begin{itemize} +\tightlist +\item + Documents should start with the date as a heading, in (dd/mm/yy) +\item + Figures should be made using bullet points +\item + Spell check should be on +\end{itemize}