Skip to content
View shalen-original's full-sized avatar

Block or report shalen-original

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 Loading

  1. bachelor-thesis bachelor-thesis Public

    All the material for my bachelor thesis

    TeX

  2. micromouse micromouse Public

    Micromouse robot designed for the winter semester 2020-2021 "Micromouse: design an educational robot from scratch" advanced practical course at TUM.

    C 1

  3. subify subify Public

    A completely client side app to edit subtitle files and synchronize them with a movie

    EJS

  4. master-thesis master-thesis Public

    The thesis project for my master degree

    TeX 2

  5. 3D Spline In Python 3D Spline In Python
    1
    import numpy as np
    2
    from scipy.interpolate import splprep, splev
    3
    import matplotlib.pyplot as plt
    4
    
                  
    5
    x, y, z = [0, 1, 2, 3, 4, 5], [1, 5, 3, 7, 1, 2], [2, 5, 4, 1, 5, 2]
  6. shadl shadl Public

    My own deel learning "framework"

    Rust