Skip to content
View MiguelMDSDP's full-sized avatar
💻
Working
💻
Working
Block or Report

Block or report MiguelMDSDP

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. boost-asio-serial-example boost-asio-serial-example Public

    Application model using the boost::asio library.

    C++

  2. threads-and-pipes threads-and-pipes Public

    This project contains the implementation of the threads and pipes exercise proposed at the Dstributed Systems class of Computer Engineering at Federal University of Rio Grande.

    C

  3. go-upload-server go-upload-server Public

    Implementation of a file upload server using GoLang and live-server.

    Go

  4. responsive-fading-slideshow-gallery responsive-fading-slideshow-gallery Public

    This project was developed to help web developers to build a fullscreen responsive fading slideshow gallery with thumbs. This project was developed using HTML, CSS and Javascript.

    HTML

  5. mysql-php-connection mysql-php-connection
    1
    $hostname = 'localhost';
    2
    $username = 'root';
    3
    $password = '';
    4
    $dbname = 'mydb';
    5
    $tablename = 'mytable';