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

Block or report igorvoltaic

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. edat edat Public

    EDAT - statistical dataset visualisation tool

    Python 1 1

  2. web50 web50 Public

    HarvardX: CS50's Web Programming with Python and JavaScript 2020

    1

  3. python-barcode python-barcode Public

    Forked from WhyNotHugo/python-barcode

    ㊙️ Create standard barcodes with Python. No external dependencies. 100% Organic Python.

    Python

  4. Create new user using command line i... Create new user using command line in Mac OS X. Do not forget to set correct permissions for the file.
    1
    #!/bin/sh
    2
    
                  
    3
    if [[ `id -u` != 0 ]]; then
    4
        echo "Must be root to run script"
    5
        exit
  5. Step-by-step Python 3.6.x installati... Step-by-step Python 3.6.x installation process on Apple Macbook M1 with Mac OS X Big Sur
    1
    # 0. [OPTIONAL] In case: `Error: Failed to link all completions, docs and manpages: Permission denied @ rb_file_s_symlink`
    2
    sudo chown -R $(whoami) /usr/local/share/zsh
    3
    
                  
    4
    
                  
    5
    # 1. Install x86_64 Homebrew version: