Skip to content
View yojona's full-sized avatar
Block or Report

Block or report yojona

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. mafuba mafuba Public archive

    Simple state container for react apps.

    JavaScript 20 1

  2. coyota.js coyota.js Public

    Behavior-based game engine

    JavaScript 6

  3. every every Public

    Small library to handle recurring calls

    JavaScript

  4. react-freeTransform react-freeTransform Public

    Draggable, resizable and rotatory component

    JavaScript 1

  5. tempus.py tempus.py Public

    Simple date handler

  6. Expose your localhost to internet Expose your localhost to internet
    1
    # Add this function to your source
    2
    
                  
    3
    expose () {
    4
      if [ -n "$1" ]; then
    5
        ssh -R $3:80:$1 serveo.net