Skip to content
View bluemyria's full-sized avatar
❤️
React
❤️
React
  • blum.systems
  • Munich, Germany

Organizations

@ellak-monades-aristeias @cloudcommunity
Block or Report

Block or report bluemyria

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

  1. react-cabin-rent react-cabin-rent Public

    JavaScript

  2. ionic4-drag-layer-snap2grid ionic4-drag-layer-snap2grid Public

    ionic4-drag-layer-snap2grid

    TypeScript

  3. ionic3-recipes ionic3-recipes Public

    TypeScript 1

  4. PythonAlgorithmsDataStructs PythonAlgorithmsDataStructs Public

    Personal copy from https://github.com/adnanaziz/EPIJudge including own code and hints for solving specific tasks

    Python 1 1

  5. ionic3-staticstarfield ionic3-staticstarfield Public

    static star field: for astrophotografy: calculate the exposure time for your camera so that stars do not appear as lines due to earch movement

    TypeScript 1 1

  6. Space Invaders microbit Space Invaders microbit
    1
    let Bullet: game.LedSprite = null
    2
    let Ship: game.LedSprite = null
    3
    let Invader: game.LedSprite = null
    4
    basic.forever(() => {
    5
        Invader = game.createSprite(Math.random(5), 0)