Skip to content
View AlexanderPinkerton's full-sized avatar

Organizations

@AtakamaLLC

Block or report AlexanderPinkerton

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. web-template-2023 web-template-2023 Public

    Starter Project with a collection of modern technologies. Next + MUI + MobX + IndexDB + Jest + RTL

    TypeScript

  2. hyper-bloodbath hyper-bloodbath Public

    A bloody new way of experiencing your terminal

    JavaScript 7 2

  3. PoloniexAPI-Wrapper PoloniexAPI-Wrapper Public

    A C++ wrapper for the Poloniex crypto-currency exchange using cpprest library from microsoft. (Formerly casablanca)

    C++ 4 2

  4. TradingSystem-SCRY TradingSystem-SCRY Public

    Trading System implemented in C++ using Qt for GUI and network operations.

    C++

  5. HyperCSV HyperCSV Public

    Command line tool for reading and manipulating csv files.

    C++

  6. Matrix / Digital Rain effect Matrix / Digital Rain effect
    1
    var c = document.getElementById("c");
    2
    var ctx = c.getContext("2d");
    3
    
                  
    4
    //making the canvas full screen
    5
    c.height = window.innerHeight;