commit 58b78829d3a3928a104a0fd8a1277bcd71e9bb46
parent 9e65cde874bb6fbfe65d9685261692097bc728bf
Author: thing1 <thing1@seacrossedlovers.xyz>
Date: Mon, 2 Mar 2026 09:52:21 +0000
prep for tutorial
Diffstat:
6 files changed, 51 insertions(+), 279 deletions(-)
diff --git a/CS10120/project/blog.html b/CS10120/project/blog.html
@@ -1,57 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <title>The amazing blogs of Lucas Standen!</title>
- <link rel="stylesheet" href="./style.css">
- </head>
-
- <body>
- <header>
- <h1 id="title">The amazing blogs of Lucas Standen!</h1>
- <h2 id="title">You've stumbled right into my rants!</h2>
-
- <hr>
-
- <nav>
- <table>
- <thead>
- <tr>
- <th><a href="./index.html">Home</a></th>
- <th><a href="./blog.html">Blog</a></th>
- <th><a href="./cv.html">CV</a></th>
- </tr>
- </thead>
- </table>
- </nav>
-
- <hr>
- </header>
-
- <div id="mainbody">
- <table id="blogs">
- <thead>
- <tr>
- <th>Title</th>
- <th>Date</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td><button onclick="load('./blogs/begin.html');">begin</button></td>
- <td><pre>15/02/26</pre></td>
- </tr>
- </tbody>
- </table>
- <script src="scripts/blog.js"></script>
- </div>
-
- <hr>
-
- <footer>
- <a href="./disclaimer.html">Disclaimer</a>
- <a href="https://analognowhere.com/_/cohelg/">Background source</a>
- <small><p id="pageLastChanged"></p></small>
- <script src="scripts/lastmodified.js"></script>
- </footer>
- </body>
- <html>
diff --git a/CS10120/project/blogs/begin.html b/CS10120/project/blogs/begin.html
@@ -1 +0,0 @@
-<p>this is a very boring blog</p>
diff --git a/CS10120/project/cv.html b/CS10120/project/cv.html
@@ -1,134 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <title>CV</title>
- <link rel="stylesheet" href="./cvstyle.css">
- </head>
-
- <header>
- <h1>Lucas Standen</h1>
- </header>
-
- <aside>
- <table>
- <tbody>
- <tr>
- <td>07123456789</td>
- <td>lucas@example.com</td>
- <td>420 foobar road EN</td>
- </tr>
- </tbody>
- </table>
- </aside>
-
-
-
- <div class="content">
- <div>
- <h2>Qualifications</h2>
- <table>
- <thead>
- <tr>
- <th>Type</th>
- <th>Where</th>
- <th>When</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>PhD in computer infrastructure</td>
- <td>Aberystwyth University</td>
- <td>2025</td>
- </tr>
- <tr>
- <td>Business Admin</td>
- <td>Aberystwyth University</td>
- <td>2020</td>
- </tr>
- </tbody>
- </table>
- </div>
- <hr>
-
- <div>
- <h2>Interest</h2>
- <table>
- <thead>
- <tr>
- <th>What</th>
- <th>Skills learned</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>Programming</td>
- <td><p>
- Self taught in C, Hare and Go, made many small projects that are used on a daily basis. Learned how to manage projects, debug them, and find what is important to a user</p>
- </td>
- </tr>
- <tr>
- <td>Hiking</td>
- <td>Map reading and navigation skills, takes frequent hikes to stay healthy</td>
- </tr>
- </tbody>
- </table>
- </div>
- <hr>
-
- <div>
- <h2>History</h2>
- <table>
- <thead>
- <tr>
- <th>Where</th>
- <th>When</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td></td>
- <td></td>
- </tr>
- <tr>
- <td></td>
- <td></td>
- </tr>
- </tbody>
- </table>
-
- </div>
- <hr>
-
- <div>
- <h2>References</h2>
- <table>
- <thead>
- <tr>
- <th>Who</th>
- <th>Contact</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>Judith M.<br>Head chef at the 3 heads pub</td>
- <td>074567890, <a href="mailto:jum41@aber.ac.uk">jum41@aber.ac.uk</a></td>
- </tr>
- <tr>
- <td>Otar A.<br>Personal tutor at Aberystwyth University</td>
- <td>0734214567, <a href="mailto:ota1@aber.ac.uk">ota1@aber.ac.uk</a></td>
- </tr>
- </tbody>
- </table>
- </div>
- <hr>
- </div>
-
-
- <footer>
- <a href="./disclaimer.html">Disclaimer</a>
- <pre>This page contains false information and is for demonstration only</pre>
- <small><p id="pageLastChanged"></p></small>
- <script src="scripts/lastmodified.js"></script>
- </footer>
-
-</html>
diff --git a/CS10120/project/disclaimer.html b/CS10120/project/disclaimer.html
@@ -1 +0,0 @@
-</p>The information provided on this and other pages by me, Lucas Standen (lus53@aber.ac.uk), is under my own personal responsibility and not that of the Aberystwyth University. Similarly, any opinions expressed are my own and are in no way to be taken as those of Aberystwyth University.</p>
diff --git a/CS10120/project/index.html b/CS10120/project/index.html
@@ -1,86 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <title>The amazing world of Lucas Standen!</title>
- <link rel="stylesheet" href="./style.css">
- </head>
-
- <body>
- <header>
- <h1 id="title">The amazing world of Lucas Standen!</h1>
- <h2 id="title">A website straight out of 1999</h2>
-
- <hr>
-
- <nav>
- <table>
- <thead>
- <tr>
- <th><a href="./index.html">Home</a></th>
- <th><a href="./blog.html">Blog</a></th>
- <th><a href="./cv.html">CV</a></th>
- </tr>
- </thead>
- </table>
- </nav>
- </header>
-
- <div id="nameinput">
- <hr>
- <label for="namebox">What's your name?</label>
- <input id="namebox" name="name" type="text" placeholder="Name" maxlength="20">
- <button onclick="sayHello();">Say <b><em>hello!</em></b></button>
-
- <p id="nameoutput"></p>
- <script src="scripts/nameinput.js"></script>
- <hr>
- </div>
-
- <div id="mainbody">
- <h2 onmouseleave="whosNotAsking();" onmouseover="whosAsking();">Who am I?</h2>
- <h5 class="rainbow" id="whosAsking"></h5>
- <script src="scripts/whosasking.js"></script>
-
- <p>I'm a neat <em>little</em> nerd who likes programming, anime, and other such things. I spend an impressive amount of time behind a screen, and somehow my eyes still function<small class="verysmall"> (sorta)</small>. When I'm not in front of a screen, I'm probably cooking some food, perhaps for my <a href="https://users.aber.ac.uk/jum41">friend</a>, as I seem to cook for others more than myself! I find it very relaxing, and cooking for someone else forces you to put in some effort, and you ought to try!</p>
-
- <h2>Why am I here?</h2>
-
- <p>I made this website to create my own little corner of the internet, <em>(it seems to have a lot of little corners, <strong>strange that, isn't it</strong>)</em>,<small class="verysmall"> and because I had an assignment to complete</small>.I hope to use this site as a nice little place to rant to my friends, and to show off, obviously.</p>
-
- <h2>So, do you like computers?</h2>
-
- <p>And now I've ran out of things to talk about so were back to computers! Aren't the just so cool! I sure think they are. They are much better when they get covered in stickers of cute little <a href="http://glenda.cat-v.org/">mascots</a> though. Isn't Unix awesome, so is Plan9, why aren't all computers like that?! Imagine a world with computers that all spoke the same <em>lean, clean, and most importantly, simple</em> language; things might be a lot faster, but then again, perhaps no one would use a computer that only <a href="https://analognowhere.com/wiki/technomage/">techno mages</a> understand.</p>
-
- <hr>
- <div id="aolBanner">
- <marquee scrollamount=7>
- <p height=1>Get online with <a href="https://www.aol.com/">AOL</a> today!</p>
- </marquee>
- </div>
- <hr>
- </div>
-
-
- <footer>
- <table>
- <tbody>
- <tr>
- <td>
- <a href="https://en.wikipedia.org/wiki/Netscape_Navigator"><img width="88px" src=images/netscape-ie.gif alt="Best viewed on Netscape Navigator 3.0"></a>
- <a href="https://www.w3.org/Style/CSS/specs.en.html"><img width="88px" src=images/cssdif.gif alt="CSS is hard"></a>
- <a href="https://www.howtogeek.com/881609/why-you-should-stop-using-google-chrome-today/"><img width="88px" src=images/anythingbut.gif alt="Please Not Chrome"></a>
- <a href="https://archlinux.org"><img width="88px" src=images/archlinux.gif alt="I use arch BTW"></a>
- <a href="https://www.specsavers.co.uk/"><img width="88px" src=images/best_viewed_with_eyes.gif alt="Do you have eyes?"></a>
- <a href="https://9front.org/"><img width="88px" src=images/mothra.gif alt="A link to a better way"></a>
- </td>
- </tr>
- </tbody>
- </table>
-
- <a href="./disclaimer.html">Disclaimer</a>
- <a href="https://analognowhere.com/_/cohelg/">Background source</a>
- <small><p id="pageLastChanged"></p></small>
- <script src="scripts/lastmodified.js"></script>
- </footer>
- </body>
- <html>
diff --git a/CS10720/tutorials/ws6.md b/CS10720/tutorials/ws6.md
@@ -0,0 +1,51 @@
+# 1
+
+## X + X
+```
+2 6 10 14
+-14 -10 -6 -2
+18 -22 22 -18
+```
+
+## X + Y
+
+N/A
+
+## Y + X
+
+N/A
+
+## Y + Y
+
+```
+0 4 8
+12 16 20
+-20 -16 -12
+-8 -2 0
+```
+
+# 2
+
+## X . X
+
+N/A
+
+## X . Y
+
+```
+(0 + 18 + -50 + -28) (2 + 24 + -40 + -14) (4 + 30 + -30 + 0)
+(0 + -30 + 30 + 4) (-14 + -40 + 24 + 2) (-28 + -50 + 18 + 0)
+(0 + -66 + -110 + 36) (18 + -88 + -88 + 18) (36 + -110 + -66 + 0)
+```
+
+## Y . X
+
+```
+() () ()
+() () ()
+() () ()
+```
+
+## Y . Y
+
+N/A