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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. thesis-latex-templatethesis-latex-templatePublic

    Template of my bachelor thesis

    TeX 1

  2. digital-hologram-phase-unwrappingdigital-hologram-phase-unwrappingPublic

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

    Python 6

  3. advent-of-codeadvent-of-codePublic

    My Advent of Code submissions

    Python 1

  4. flutter_world_timeflutter_world_timePublic

    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
    importnumpyasnp
    2
    fromnumpyimportlinalgasLA
    3
    4
    5
    defhouseholder(AA, bb):