Skip to content
View EntireTwix's full-sized avatar
🥧
🥧
Block or Report

Block or report EntireTwix

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
EntireTwix/README.md

Projects

the HIGH, MEDIUM, and LOW enumerations are relative to myself

Name possible utility in other code utility as an app code quality Description
CCash N/A HIGH MEDIUM a webserver hosting a ledger for minecraft
Matrix HIGH N/A HIGH a zero overhead matrix container for C++17/20
Rum N/A N/A HIGH learning ML by implementing a library
Prioritize N/A HIGH LOW messing around with imgui yielding a priotization app
ThreadPool MEDIUM N/A MEDIUM a fast thread pool for C++

projects that are both public and not on this table should be ignored

Pinned

  1. CCash CCash Public

    an external ledger for in-game economies, running on a webserver with a RESTful API, exceptionally fast and lightweight written in C++

    C++ 26 4

  2. Matrix Matrix Public

    a header only zero overhead matrix library for C++17 or C++20

    C++ 8 1

  3. Rum Rum Public

    a small ML library that aims to be lightweight

    C++ 1

  4. Prioritize Prioritize Public

    just a quick test program as I mess around with imgui, although thats not to say this program lacks utility for simple task prioritization.

    C++ 11

  5. ThreadPool ThreadPool Public

    a single header fast thread pool for C++

    C++ 3 1

  6. BurnerPool BurnerPool Public

    A library for CCash connected services that manages pools of burner accounts.

    Lua