Code Monkey home page Code Monkey logo

Henry Swanson's Projects

3d-chess icon 3d-chess

A C++ implementation of 3D chess. Not the Star Trek kind; this is a full 8 x 8 x 8 chessboard (chesscube?).

3d-tetris icon 3d-tetris

This was the final project for a CTY course: Fundamentals of Computer Science. We had 3 days, and couldn't use any external libraries. It's not fantastically designed, but I thought it was pretty cool back in 10th grade.

haskell-power-series icon haskell-power-series

A simple implementation of power series in Haskell. Nothing too fancy, but I thought it was really cool that Haskell makes such a thing not only easy, but beautiful.

icfp-2015 icon icfp-2015

Our entry for the 2015 ICFP contest. WIth @matt-kempster and @rpinkerton

intransitive-dice icon intransitive-dice

A set of dice is transitive if, whenever A beats B and B beats C, A also beats C. (Here, "beats" just means "rolls a higher number more often".) A set of dice without this property is, naturally, "intransitive".

ksp-orbit-planner icon ksp-orbit-planner

I wanted to make a tool to help me play KSP better, but it quickly became a goal in-and-of-itself. Oops.

math-lib icon math-lib

Sometimes when I'm learning math, it's nice to be able to do some computations. This is a half-hearted attempt to put some common math code in the same place so I can tinker with computations. But honestly I should probably just use Sage.

not-a-virtual-machine icon not-a-virtual-machine

The assignment was to write a virtual machine. Instead, this compiles the fictional machine code into x86 assembly, drops it into memory, and executes it.

project-euler icon project-euler

I haven't done Project Euler since high school. Let's try it again :) First 100 problems only, as per Project Euler policy.

rust-lox icon rust-lox

Reading "Crafting Interpreters" (https://craftinginterpreters.com/) and following along in Rust

solitaire icon solitaire

Wrote this back in 2011 to learn about graphics/dynamic libraries/etc. It works just fine, but apparently, 10th grade me didn't know how to format code. I'll go back and clean it up at some point. Maybe.

velox icon velox

A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.