-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (49 loc) · 3.1 KB
/
index.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
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
<title>Adam Richard's web page</title>
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
<meta name="viewport" content="initial-scale=1">
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://github.com/adam4235/adam4235.github.io/commits/master.atom">
<style>
.bottom {
text-align:center;
}
</style>
</head>
<body>
<h1>Adam Richard's web page</h1>
<h3>Things I've made:</h3>
<ul>
<li><p><a href="https://www.thegamecrafter.com/games/maze-gambit">Maze Gambit</a> is a board game for two players.</p></li>
<li><p><a href="algebra/algebrain.html">Algebrain</a> is a puzzle video game with the goal of increasing your algebra skills in a fun way.</p></li>
<li><p><a href="https://www.smashwords.com/books/view/350737">Philosophy of a Martyr</a> is a philosophy book about ethics.</p></li>
<li><p><a href="thesis.pdf">OOMatch</a> was my Master's thesis, an extension to the Java programming language. Click <a href="oomatch.zip">here</a> for the code (belongs in the ext directory of polyglot 1.3.4).</p></li>
<li><p><a href="cstar/index.html">C*</a> is a programming language I invented.</p></li>
<li><p><a href="shiftingmazes.html">Shifting Mazes</a> is a QBasic game, a randomized dungeon explorer RPG.</p></li>
<li><p><a href="loans.html">loans.pl</a> is a perl program to do loan calculations, useful if you lend people money.</p></li>
<li><p><a href="pick_file.html">pick_file</a> is a bash script (for Linux) to easily open files on your computer by typing part of the filename.</p></li>
<li><p><a href="recipe_instructions.html">meals</a> is my program to manage my meal preparation and generate a grocery list from the chosen recipes.</p></li>
</ul>
<h3>Information:</h3>
<ul>
<li><p><a href="early_retirement_extreme.html">Early Retirement Extreme</a></p></li>
<li><p><a href="carbon_footprint.html">Carboon Footprint</a></p></li>
<li><p><a href="diy.html">Lifehacks And Howto Guides</a></p></li>
<li><p><a href="ethical_consumption.html">Ethical Consumption</a></p></li>
<li><p><a href="children.html">Activities and Ideas for Children</a></p></li>
</ul>
<h3>Personal:</h3>
<ul>
<li><p><a href="recipes/">My recipes</a> (which are formatted to work with my <a href="recipe_instructions.html">meals program</a>)</p></li>
<li><p><a rel="me" href="https://qoto.org/@adamrichard">My social media / blog</a></p></li>
<li><p><a href="my_bookmarks.html">My bookmarks</a></p></li>
<li><p><a href="library/index.html">My library of games, books and movies that I own</a></p></li>
<li><p><a href="facebook.html">About me</a></p></li>
<li><p><a href="email.html">Contact me</a></p></li>
</ul>
<hr>
<p class="bottom">Site created 2004, last updated 2024.</p>
<p class="bottom">Note: you may link to this site and you may distribute the content of this website in any way you want. You may even distribute modified versions of it if and only if part of the modification is a note saying it was modified.</p>
</body>
</html>