Skip to content
View lokisho's full-sized avatar

Block or report lokisho

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. odd-graphql odd-graphql Public

    Serverless graphql example

    TypeScript

  2. vimconfig vimconfig Public

    my vim config

    Vim Script

  3. How to install multithreads (pthread... How to install multithreads (pthreads) for php 7.3 ubuntu 18.04
    1
    # Tutorial
    2
    
                  
    3
    pthreads allows to use multiple threads when running a php script with php cli. 
    4
    ||
    5
    |---------|
  4. Docker commands Docker commands
    1
    docker container run --publish[allow to listen] 8080:80[host_port:container_port] --name[optional for listing] webhost -d[detached] nginx:1.11[optional image version] nginx [image]
    2
    --env [to pass environment variables]
    3
    docker container logs [to view the logs of the container, useful to get mysql password for example]
    4
    docker container stop NAME [stops container, space separated to stop multiple containers]
    5
    docker container ls [list containers] -a [all]
  5. odd_python_multithreading odd_python_multithreading Public

    Python Multithreading example

    Python

  6. odd_editor odd_editor Public

    C++ basic editor

    C++