1
0
Fork 0

Update projects page

This commit is contained in:
Aaron Lindsay 2017-09-27 20:28:20 -04:00
parent c52215457b
commit 6919a9bec8
1 changed files with 7 additions and 7 deletions

View File

@ -9,16 +9,16 @@ include("../header_top.php");
<div id="main">
<h2>Projects</h2>
<h3>Personal</h3>
<p>Most self-respecting geeks I know tend to leave personal projects in their wake in varying stages of completion. Here is a woefully incomplete and out-of-date listing of mine:</p>
<p><a href="https://github.com/aclindsa/moneygo" />MoneyGo</a>, a personal finance management web application featuring double-entry accounting and importing transactions via OFX with the help of <a href="https://github.com/aclindsa/ofxgo">ofxgo</a>. </p>
<p><a href="http://aedrix.org">Aedrix</a>, a simple OS kernel which runs on ARM (inclusing the Raspberry Pi) and x86.</p>
<p>An <a href="<?php echo get_protocol(); ?>blog.aclindsay.com/2011/06/the-sorry-state-of-open-source-dropbox-clones/">open-source Dropbox clone</a> written in python, <a href="https://github.com/aclindsa/asink">Asink</a>.</p>
<p>My <a href="https://github.com/aclindsa">github page</a> has several other projects I have worked on over time.</p>
<h3>Thesis Research</h3>
<p>For my thesis research, I worked on <a href="http://chronoslinux.org">ChronOS Linux</a>, a real-time addition to the Linux kernel, as well as associated libraries. The ChronOS kernel is built on top of the <code>PREEMPT_RT</code> patch for the Linux kernel, and allows for writing advanced real-time schedulers which can be be inserted into the running kernel as kernel modules.</p>
<h3>Personal</h3>
<p>Most self-respecting geeks I know tend to leave personal projects in their wake in varying stages of completion. Here is a woefully incomplete and out-of-date listing of mine:</p>
<p><a href="http://aedrix.org">Aedrix</a>, a simple OS kernel which runs on ARM (inclusing the Raspberry Pi) and x86.</p>
<p>An <a href="<?php echo get_protocol(); ?>blog.aclindsay.com/2011/06/the-sorry-state-of-open-source-dropbox-clones/">open-source Dropbox clone</a> written in python, <a href="https://github.com/aclindsa/asink">Asink</a>.</p>
<p>One project which I would love to actually work on if I ever had the time, can be found at <a href="http://acal.aclindsay.com">acal.aclindsay.com</a>. </p>
<p>I volunteer some of my computers' idle time to the <a href="http://www.worldcommunitygrid.org/">World Community Grid</a>. It's easy, and helps to do things such as "find drugs that can disable three particular proteins associated with neuroblastoma, one of the most frequently occurring solid tumors in children" via the <a href="http://www.worldcommunitygrid.org/research/hfcc/overview.do">Help Fight Childhood Cancer</a> project.</p>
<p>My <a href="https://github.com/aclindsa">github page</a> has several small projects I have worked on over time.</p>
</div>
<div id="sidebar">
<span>Other Projects I Like:</span>