Skip to content
View HenrySwanson's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report HenrySwanson

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. ksp-orbit-planner ksp-orbit-planner Public

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

    Rust 2

  2. math-mondays math-mondays Public

    This is the repository for mathmondays.com

    JavaScript 2 1

  3. rust-lox rust-lox Public

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

    Rust 1

  4. project-euler project-euler Public

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

    Python 1

  5. not-a-virtual-machine not-a-virtual-machine Public

    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.

    C 1 1

  6. 3d-chess 3d-chess Public

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

    C++