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

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! I'm Gunvir

little known facts about myself:

  • i dabble in engineering
  • i studied engsci aerospace at the university of toronto
  • i have experience with:
    • systems design & integration
    • embedded software
    • control systems
    • scientific computing

my core design values:

  • robust interfaces are key to good engineering
  • good visual design has immense functional value
  • aiming for simplicity and pragmatism is usually a safe bet

Pinned

  1. block-grid block-grid Public

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

    Rust 8 1

  2. perturb perturb Public

    🌎 SGP4 orbit propagation library for modern C++11

    C++ 18 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;