Skip to content
View aviadhahami's full-sized avatar
πŸ’­
ICQ 193018559
πŸ’­
ICQ 193018559
Block or Report

Block or report aviadhahami

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
aviadhahami/README.md

✨ A wild Umbreon appeared! ✨

Pinned

  1. nodevault/node-vault nodevault/node-vault Public

    Client for HashiCorp's Vault

    JavaScript 520 159

  2. wolty wolty Public

    JavaScript 19 3

  3. vue-chaos vue-chaos Public

    A vue chaos-generating component

    JavaScript 2 1

  4. Download, build and install all pyth... Download, build and install all python 3.x versions
    1
    #!/bin/bash
    2
    
                  
    3
    # Verify we have wget and build tools
    4
    apt-get update && apt-get install -y wget gcc make
    5
    
                  
  5. Node 10 + Python 2.7 for old time cr... Node 10 + Python 2.7 for old time crap; Also works as a devcontainer πŸ‘
    1
    # set the base image to Debian
    2
    # https://hub.docker.com/_/debian/
    3
    FROM debian:buster
    4
    # update the repository sources list
    5
    # and install dependencies