Skip to content
View SapiensAnatis's full-sized avatar
  • UK
  • 01:45 - same time

Block or report SapiensAnatis

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

    Server emulator for Dragalia Lost

    C# 110 35

  2. helm-charts Public

    Personal Kubernetes Helm chart repository

    2

  3. sph Public

    Smoothed-particle hydrodynamics

    C++ 1

  4. nbody-simulation Public

    Gravitational n-body simulation using a Verlet integrator

    C

  5. matrix-determinant Public

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

    C

  6. 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