Skip to content
View SapiensAnatis's full-sized avatar
  • UK
  • 05:09 (UTC +01:00)

Block or report SapiensAnatis

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
SapiensAnatis/README.md

Hi there 👋

Welcome to my GitHub profile!

  • 🔭 I’m currently working on Dawnshard, a reimplementation of the web backend for the Dragalia Lost mobile game.
  • 🌱 I’m currently learning more about C#, and dabbling in embedded software development.
  • 📫 How to reach me: On Discord as dreadfullydistinct, or via email at dreadfullydistinct4 [at] gmail.com
  • 😄 Pronouns: he/him

Pinned Loading

  1. Dawnshard Dawnshard Public

    Server emulator for Dragalia Lost

    C# 115 34

  2. helm-charts helm-charts Public

    Personal Kubernetes Helm chart repository

    2

  3. sph sph Public

    Smoothed-particle hydrodynamics

    C++ 2

  4. nbody-simulation nbody-simulation Public

    Gravitational n-body simulation using a Verlet integrator

    C

  5. matrix-determinant matrix-determinant Public

    Compares speed of brute-force matrix determinant calculation with LU decomposition.

    C

  6. Lorentz factor from running pace Lorentz factor from running pace
    1
    import numpy as np
    2
    np.set_printoptions(precision=32, floatmode="fixed") # float128 isn't really capable of 32 digits anyway
    3
    
                  
    4
    # The following constants are in SI units
    5
    KILOMETER = 1000