Skip to content
View graemegilmourbates's full-sized avatar

Block or report graemegilmourbates

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. ring-lwe ring-lwe Public

    Implementation of Ring Learning With Errors (Ring-LWE) post-quantum key exchange in C++, built from raw socket programming with no cryptographic libraries.

    C++

  2. numerics numerics Public

    Numerical methods library in C++. Currently implements bracketed root-finding via IQI with bisection fallback, composable function arithmetic, and dense polynomial operations.

    C++

  3. cppUnitTest cppUnitTest Public

    Lightweight single-header unit testing framework for C++. Supports named test suites, lambda or function tests, repeat/stress testing, and file output. No dependencies.

    C++

  4. pyPoker pyPoker Public

    CLI and GUI Five Card Draw/Stud simulator in Python. Features hand evaluation and ranking, AI opponents, chip tracking, and a tkinter interface with card images and betting controls.

    Python