Skip to content
View gunvirranu's full-sized avatar
🤡
clownin around
🤡
clownin around
  • University of Toronto
  • Palo Alto, California
  • LinkedIn in/gunvirranu

Block or report gunvirranu

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

🌊 hello!

little known facts about myself

  • studied aerospace engineering science at the university of toronto
  • things I dabble in:
    • embedded software & hardware
    • systems design, architecture, & integration
    • control systems & physics-based models
    • scientific & numerical computing
  • currently work on systems integration & firmware for EV thermal management

Pinned Loading

  1. perturb perturb Public

    🌎 sgp4 orbit propagation library for modern c++11

    C++ 23 2

  2. block-grid block-grid Public

    A quick, cache-conscious, blocked 2D array for Rust

    Rust 8 1

  3. gelocus gelocus Public

    🌐 A modern C++ library for Earth-centered reference frames and transformations

    C++ 2 1

  4. mini-code mini-code Public

    Useless mini-implementations of stuff

    Python 3 2

  5. 2D-Collision-Detection 2D-Collision-Detection Public archive

    2D Collision Detection and Partitioning of Polygons

    Java 4

  6. Complete 2D Vector Class for Java Complete 2D Vector Class for Java
    1
    
                  
    2
    public class Vector2D {
    3
    
                  
    4
        public double x;
    5
        public double y;