Skip to content
View kalopilato's full-sized avatar

Block or report kalopilato

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. hey-palette hey-palette Public

    A little toy app to help you find the nearest match for a given color within a Figma Tokens color palette.

    TypeScript 6 2

  2. webstep_midi_sequencer webstep_midi_sequencer Public

    A web based, matrix style midi sequencer

    JavaScript 5

  3. drum-brain drum-brain Public

    MIDI drum controller using arduino, piezo sensors and piezo voltage filtering circuits

    Arduino 2

  4. graphql-utils graphql-utils Public

    Simple GraphQL utility scripts written in JavaScript

    JavaScript 2

  5. Quick cleanup script when working wi... Quick cleanup script when working with multiple docker containers in multiple tmux sessions/windows/panes
    1
    CONTAINERS=`docker ps -a -q`
    2
    
                  
    3
    if [[ ! -z $CONTAINERS ]]
    4
    then
    5
      echo "Stopping all docker containers..."