Skip to content
View DecemberDream's full-sized avatar
  • Lithuania

Block or report DecemberDream

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. thesis-latex-template thesis-latex-template Public

    Template of my bachelor thesis

    TeX 1

  2. digital-hologram-phase-unwrapping digital-hologram-phase-unwrapping Public

    This repository has two different methods to eliminate vortices/residuals in digital holograms

    Python 4

  3. advent-of-code advent-of-code Public

    My Advent of Code submissions

    Python 1

  4. flutter_world_time flutter_world_time Public

    A simple Flutter app to show the times of cities around the world.

    C++

  5. This is my own implementation of QR-... This is my own implementation of QR-Decomposition with Householder's method
    1
    import numpy as np
    2
    from numpy import linalg as LA
    3
    
                  
    4
    
                  
    5
    def householder(AA, bb):