Skip to content
View aviadhahami's full-sized avatar
๐Ÿ’ญ
ICQ 193018559
๐Ÿ’ญ
ICQ 193018559

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.

Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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 Loading

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

    Client for HashiCorp's Vault

    JavaScript 554 161

  2. wolty wolty Public

    JavaScript 19 2

  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