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

Organizations

@ellak-monades-aristeias @cloudcommunity

Block or report bluemyria

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more aboutblocking 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 aboutreporting abuse.

Report abuse

Pinned Loading

  1. react-cabin-rent react-cabin-rentPublic

    JavaScript

  2. ionic4-drag-layer-snap2grid ionic4-drag-layer-snap2gridPublic

    ionic4-drag-layer-snap2grid

    TypeScript

  3. ionic3-recipes ionic3-recipesPublic

    TypeScript 1

  4. PythonAlgorithmsDataStructs PythonAlgorithmsDataStructsPublic

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

    Python 1 1

  5. ionic3-staticstarfield ionic3-staticstarfieldPublic

    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
    letBullet:game.LedSprite=null
    2
    letShip:game.LedSprite=null
    3
    letInvader:game.LedSprite=null
    4
    basic.forever(()=>{
    5
    Invader=game.createSprite(Math.random(5),0)