-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomputing.html
48 lines (43 loc) · 1.46 KB
/
computing.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<title>Dan Cummins</title>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="UTF-8">
<meta name="author" content="Daniel Cummins">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div class="toplinks">
<span><a href="index.html">Home</a></span>
<span>  </span>
<span><a href="research.html">Research</a></span>
<span>  </span>
<span><a href="computing.html">Computing</a></span>
<span>  </span>
<span><a href="cv.html">CV</a></span>
</div>
<div id="body" class="mainsect">
<p><b>Physics simulations</b></p>
<ul>
<li><a href="https://github.com/dc2917/IdealGasSim">Ideal gas</a></li>
<li><a href="https://github.com/dc2917/RayTracerSim">Ray-tracing</a></li>
<li><a href="https://github.com/dc2917/GameOfLife">Game of Life</a></li>
<li><a href="https://github.com/dc2917/LorenzXViz">Lorenz attractor X11 visualisation</a></li>
</ul>
</div>
<div id="body" class="mainsect">
<p><b>Software</b></p>
<ul>
<li><a href="https://github.com/dc2917/XCPlot">XCPlot</a></li>
</ul>
</div>
<div id="body" class="mainsect">
<p><b>Miscellaneous</b></p>
<ul>
<li><a href="https://github.com/dpcummins/hershey_vector_fonts">Hershey Vector Fonts</a></li>
</ul>
</div>
<br>
</body>
</html>