Skip to content
View Ampretuzo's full-sized avatar

Block or report Ampretuzo

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. sample-from-youtube sample-from-youtube Public

    Bash script that helps me organize my youtube "sample library"

    Shell 1

  2. make-requirements make-requirements Public

    `pip-tools` starter template.

    Makefile

  3. CS107-aka-Paradigms CS107-aka-Paradigms Public

    C

  4. BTCAssign3_BlockChain BTCAssign3_BlockChain Public

    Bitcoin and Cryptocurrency Technologies assignment 3 from Coursera

    Java

  5. ops-classs dockerfile ops-classs dockerfile
    1
    from ubuntu:xenial
    2
    # install toolchain
    3
    RUN apt update \
    4
    	&& apt install -y software-properties-common \
    5
    	&& add-apt-repository -y ppa:ops-class/os161-toolchain \