Skip to content
View up209d's full-sized avatar

Block or report up209d

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. ResourcesSaverExt ResourcesSaverExt Public

    Chrome Extension for one click downloading all resources files and keeping folder structures.

    JavaScript 1.6k 338

  2. LastAssignment LastAssignment Public

    Night Owl vs. Early Bird - An Experiment with PixiJS v4 & GSAP

    JavaScript 10 3

  3. UPPortfolio UPPortfolio Public

    My Experimental Project - Also my Portfolio

    JavaScript 9 3

  4. OpenTheFirst OpenTheFirst Public

    A Sem 3 Project - Experience with Adobe Edge Animate

    JavaScript 3 2

  5. up-sky up-sky Public

    Canvas Sky - Pseudo 3D Environment

    TypeScript 3 1

  6. Signed request for AWS Elasticsearch Signed request for AWS Elasticsearch
    1
    #!/bin/bash
    2
    
    
    3
    sha256Hash() {
    4
      local output=$(printf "$1" | shasum -a 256)
    5
      echo "${output%% *}"