Project Euler

I recently found out about Project Euler and have enjoyed solving some of those problems. Some of my solutions can be found here.

Lisp Interpreter

A lisp interpreter written in C. It employs static scoping, a basic type system, variable declarations, conditional statements, a math library, reading from stdin and writing to stdout. Click here for the GitHub repository.

Timeline of Bible events

A basic timeline of events in the Bible organized by category. I used Chartjs for the charting library. This is going to be an ongoing work in progress. Click here to view.