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

Block or report adidonato

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. language-hql language-hql Public

    Brings HQL (Apache Hive query) language support to Atom text editor. Works for SQL like languages and Pig Latin

    CSS 4 4

  2. facebook-network-graph facebook-network-graph Public

    Python - pulls data from the Facebook API to create a forced directed layout graph using D3

    Python 2 2

  3. spotify_playlist spotify_playlist Public

    Python - generate a Spotify playlist from text input

    Python 1 1

  4. FlipsideCrypto/sql_models FlipsideCrypto/sql_models Public

    SQL Tables/Views for Flipside Crypto

    PLpgSQL 29 7

  5. Say "Done" or "Failed" when process ... Say "Done" or "Failed" when process ends
    1
    function status_say () {
    2
    	echo "EXECUTING: " "$@" "& saying 'done' or 'failed'"
    3
    	bash -c " $@ && say '$@ is done' || say '$@ has failed' " || echo "Quote the command to be executed status_say `command arg1 arg2`"
    4
    }
    5
    
                  
  6. docker-purge.sh docker-purge.sh
    1
    #!/usr/bin/sh
    2
    command -v docker >/dev/null 2>&1 || { echo >&2 "I require docker but it's not installed.  Aborting."; exit 1; }
    3
    
                  
    4
    read -p "
    5
        ##############################################################