Skip to content
View mppks's full-sized avatar

Block or report mppks

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. docker-lamp-multisite docker-lamp-multisite Public

    LAMP server based on Docker for web development with the possibility of running multiple projects

    HTML 3 1

  2. microsha microsha Public

    Arduino tracked platform

    C++

  3. sendmailplug.sh sendmailplug.sh
    1
    #!/bin/sh 
    2
    prefix="/home/user/www/sendmail/new"
    3
    numPath="/home/user/www/sendmail"
    4
     
    5
    if [ ! -f $numPath/num ]; then 
  4. IoT_ESP8266 IoT_ESP8266 Public

    A small Internet of Things project based on the ESP8266 module

    Python