Skip to content
View mccrea-dev's full-sized avatar

Block or report mccrea-dev

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

Popular repositories Loading

  1. planet-plopper planet-plopper Public

    Seeded procedural generation of terrain on an icosahedral planet model, featuring user-adjustable parameters and gradient-based coloration.

    JavaScript 1

  2. Query-Execution-Engine Query-Execution-Engine Public

    This project is a simple query processing engine built using relational algebra operators. It supports query evaluation using materialization, with operators such as Select, Project, and Join, and …

    C++ 1

  3. KroniKalZ KroniKalZ Public

    Config files for my GitHub profile.

  4. MinesweeperRepo MinesweeperRepo Public

    CS 2 Final Project

    C++

  5. AlgoFinal AlgoFinal Public

    This was my final project for CMSC - 285, Algorithms. It is Huffman Coding, an algorithm used for lossless data compression. This HuffmanCode class is able to both compress and decompress files.

    C++

  6. Hand-Gesture-Recognition Hand-Gesture-Recognition Public

    Real-time gesture recognition using Seeed Studio IMU sensors. The current model classifies waving, petting, raising roof, wrist rotation, and stationary poses from accelerometer/gyroscope data. Fea…

    Python