Add low-level link
This commit is contained in:
parent
34d482b15a
commit
bfc647d02e
39
index.html
39
index.html
@ -105,13 +105,6 @@
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!--
|
||||
<div id=lowLevel>
|
||||
<h3>Low-level programming</h3>
|
||||
|
||||
</div>
|
||||
-->
|
||||
|
||||
<div id='rustAndHaskel'>
|
||||
<h3>Rust and Haskell projects</h3>
|
||||
<ul>
|
||||
@ -131,34 +124,24 @@
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div id="firmware">
|
||||
<h3>Bare-metal programming</h3>
|
||||
<ul>
|
||||
<li> <b>Low-level programming sandbox </b>
|
||||
<a href="https://github.com/neunenak/low_level_programming" class="codeLink">(code)</a>
|
||||
- my sandbox for experimenting with writing toy operating system kernels, in assembly,
|
||||
Rust and C. Right now this repository is a bit of a mess, I'm (slowly) in the process
|
||||
of cleaning it up and making the code presentable.
|
||||
</li>
|
||||
</div>
|
||||
|
||||
<div id=graphics>
|
||||
<h3>Computer graphics</h3>
|
||||
<ul>
|
||||
<li> <a href="https://github.com/neunenak/Raytracer">C++ Raytracer</a> <a href='https://github.com/neunenak/Raytracer' class='codeLink'>(code)</a>
|
||||
written for CS184 at UC Berkeley, Intro to Computer Graphics. This was a partner project with <a href="https://github.com/miedwards">Mark Edwards</a>. I'm
|
||||
working on a <a href='https://github.com/neunenak/rust-raytracer' class='codeLink'>Rust port</a> of this project.
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
<!--
|
||||
<div id='randomThings'>
|
||||
<h3>Other projects</h3>
|
||||
<ul>
|
||||
|
||||
|
||||
<li> <b>Ocarina of Time App</b> <a href="https://github.com/neunenak/Ocarina" class="codeLink">(code)</a> - an ocarina Android app that you play by pressing five buttons, just like in the eponymous classic N64 title. Not guaranteed to open the Door of Time.
|
||||
|
||||
|
||||
<li> <a href="http://neunenak.github.com/html5go/go.html">HTML 5 Go</a> <a href='https://github.com/neunenak/html5go' class='codeLink'>(code)</a>
|
||||
an implementation of the board game Go (碁) in pure HTML5. It uses the canvas to draw the gameboard, with the game logic written in Javascript (work in progress - the game is playable but some more advanced features are not yet implemented)
|
||||
<li> <a href="http://blazing-night-9415.herokuapp.com/dictionary">Arbitrary-language Django Dictionary</a> <a href='https://github.com/neunenak/ConlangDictionary' class='codeLink'>(code)</a>
|
||||
a web interface for a dictionary in an arbitrary language, written
|
||||
using the Django Python web framework and currently hosted on Heroku.
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
-->
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user