Skip to content
View GiuseppeLota's full-sized avatar

Block or report GiuseppeLota

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. Bash getops template Bash getops template
    1
    usage() { echo "Usage: $0 [-s <45|90>] [-p <string>]" 1>&2; exit 1; }
    2
    
                  
    3
    while getopts ":s:p:" o "$@"; 
    4
    do
    5
        case $o in
  2. ristodetector ristodetector Public

    A didactic webapp for learning the base concept of react and redux.

    JavaScript