Skip to content
View dernatsch's full-sized avatar
💯
💯

Organizations

@akafliegdarmstadt
Block or Report

Block or report dernatsch

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

  1. nrv32emu nrv32emu Public

    RISC-V 32 emulator with not a lot of features.

    Rust 1

  2. akafliegdarmstadt/thermalbot akafliegdarmstadt/thermalbot Public

    A simulation of an autonomous glider agent using reinforcement learning

    Python 2

  3. Sine lookup-table generated at compi... Sine lookup-table generated at compile time.
    1
    #include <iostream>
    2
    #include <cmath>
    3
    
                  
    4
    template<int size>
    5
    struct SinTable {