Skip to content
View aarondewindt's full-sized avatar

Block or report aarondewindt

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. cw cw Public

    Collection of python libraries I've written throughout the years.

    Python 2

  2. jsbsim jsbsim Public

    Forked from JSBSim-Team/jsbsim

    An open source flight dynamics & control software library

    C++

  3. yarve yarve Public

    RISC-V emulator in Rust

    Rust 1 1

  4. adt adt Public

    Algebraic Data Types supporting Python 3.10+ pattern matching

    Python 2

  5. Experimental Algebraic Data Types im... Experimental Algebraic Data Types implementation in Python 3.10
    1
    from dataclasses import dataclass
    2
    
                  
    3
    
                  
    4
    class ADTMeta(type):
    5
        def __new__(mcs, name, bases, namespace: dict):