Skip to content
View mpscl's full-sized avatar

Block or report mpscl

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. Setting up and using Python3, Pip3, ... Setting up and using Python3, Pip3, Virtualenv (for Python3) and Virtualenvwrapper (for Python3)
    1
    First install pip for Python2. Download the get-pip.py file from https://bootstrap.pypa.io/get-pip.py
    2
    $ cd <download location>
    3
    $ sudo -H python ./get-pip.py
    4
    
                  
    5
    Installing pip also installs Python3
  2. annict annict Public

    Forked from annict/annict

    The platform for anime addicts built with Rails 5.1 and Vue.js 2.3.

    Ruby

  3. graphql-php graphql-php Public

    Forked from shmax/graphql-php

    A PHP port of GraphQL reference implementation

    PHP

  4. graphql-php-validation-toolkit graphql-php-validation-toolkit Public

    Forked from shmax/graphql-php-validation-toolkit

    Dynamically generates mutation user error types for easy validation.

    PHP

  5. nginx_python_docker nginx_python_docker Public

    Django with Postgres, Gunicorn, and Nginx

    Python