archive complete

This commit is contained in:
John Gatward
2026-03-16 19:04:56 +00:00
parent 4e94902f01
commit da5879fc6e
20 changed files with 1034 additions and 1002 deletions

View File

@@ -101,38 +101,36 @@
<div class="projects">
<h3 id="projectjump">Projects</h3>
<a href="/gameoflife.php">
<a href="/projects/game_of_life.html">
<p> Game of Life</p>
</a>
<a href="mazeGen.php">
<a href="/projects/maze_generation.html">
<p>Maze Generator</p>
</a>
<a href="oscil.php">
<a href="/projects/oscillations_in_3d.html">
<p>Oscilations in 3D</p>
</a>
<a href="poissonDist.php">
<a href="/projects/poisson_distribution.html">
<p>Poisson Distribution</p>
</a>
<a href="piApprox.php">
<a href="/projects/pi_approximation.html">
<p>Approximating PI</p>
</a>
<a href="cardioid.php">
<p>Cardioids</p>
</a>
<a href="/ellipseConst/index.php">
<a href="/projects/ellipse_construction.html">
<p>Constructing an ellipse</p>
</a>
<a href="/weatherApp/index.php">
<p>Weather App</p>
</a>
<h3>Tutorials</h3>
<a href="/TSP_files/index.php">
<a href="/tutorials/tsp/index.html">
<p>Travelling salesman problem</p>
</a>
<a href="/terrainGen/index.php">
<a href="/tutorials/midpoint_displacement/index.html">
<p>Midpoint displacement terrain generator</p>
</a>
<a href="/jarvisMarsh/index.php">
<a href="/tutorials/convex_hull/index.html">
<p>Convex hull generator</p>
</a>