First jameswitzema.net commit
This commit is contained in:
Executable
+22
@@ -0,0 +1,22 @@
|
||||
<title>PROJECTS</title>
|
||||
<body>
|
||||
<div id="body">
|
||||
<h1>PROJECTS</h1>
|
||||
<p>
|
||||
Here you will find documentation of some of the things I've made (code, circuits, machines, etc):
|
||||
</p>
|
||||
<h3>SOFTWARE</h3>
|
||||
<ul>
|
||||
<li><a href="index.php?type=article&name=mypage">This website!</a></li>
|
||||
<li><a href="index.php?type=article&name=mlib-c">Writing a machine learning library in C</a></li>
|
||||
<li><a href="index.php?type=article&name=starsky">Night sky generator</a></li>
|
||||
<li><a href="">Progressive Steps to Analog ANNs (coming soon!)</a></li>
|
||||
<li><a href=""></a></li>
|
||||
</ul>
|
||||
<h3>HARDWARE</h3>
|
||||
<ul>
|
||||
<li><a href="index.php?type=article&name=modular-synth">Building a modular synthesizer</a></li>
|
||||
<li><a href="index.php?type=article&name=6502">Building a 6502-based computer with terminal graphics processing</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
Reference in New Issue
Block a user