From 6919a9bec8cb09810594e36d9124cd311d4db18f Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Wed, 27 Sep 2017 20:28:20 -0400 Subject: [PATCH] Update projects page --- projects/index.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/projects/index.php b/projects/index.php index ea79acc..ece09c4 100644 --- a/projects/index.php +++ b/projects/index.php @@ -9,16 +9,16 @@ include("../header_top.php");

Projects

+

Personal

+

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:

+

MoneyGo, a personal finance management web application featuring double-entry accounting and importing transactions via OFX with the help of ofxgo.

+

Aedrix, a simple OS kernel which runs on ARM (inclusing the Raspberry Pi) and x86.

+

An open-source Dropbox clone written in python, Asink.

+

My github page has several other projects I have worked on over time.

+

Thesis Research

For my thesis research, I worked on ChronOS Linux, a real-time addition to the Linux kernel, as well as associated libraries. The ChronOS kernel is built on top of the PREEMPT_RT 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.

-

Personal

-

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:

-

Aedrix, a simple OS kernel which runs on ARM (inclusing the Raspberry Pi) and x86.

-

An open-source Dropbox clone written in python, Asink.

-

One project which I would love to actually work on if I ever had the time, can be found at acal.aclindsay.com.

-

I volunteer some of my computers' idle time to the World Community Grid. 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 Help Fight Childhood Cancer project.

-

My github page has several small projects I have worked on over time.