Skip to content
View andrew-ma's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Highlights

  • Pro
Block or Report

Block or report andrew-ma

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. sim_csv_script sim_csv_script Public archive

    Python script to write values from a CSV file to SIM cards

    Python 4

  2. brickseek brickseek Public archive

    Browser extension (Firefox, Chrome) that adds an "Open in Brickseek" button to Walmart product pages

    JavaScript 2

  3. linkedin-autoconnect-bookmarklet linkedin-autoconnect-bookmarklet Public archive

    Javascript Bookmarklet to automatically click on Connect buttons on Linkedin

    HTML 2

  4. ryu_game ryu_game Public archive

    Built with Solar2D (Lua)

    Lua 1

  5. Install Docker on Debian, Ubuntu, or... Install Docker on Debian, Ubuntu, or Kali
    1
    sudo apt remove docker docker-engine docker.io containerd runc -y
    2
    sudo apt update -y
    3
    sudo apt install apt-transport-https ca-certificates curl gnupg lsb-release -y
    4
    curl -fsSL https://download.docker.com/linux/debian/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg --yes
    5
    DEBIAN_VERSION="$(lsb_release -cs)"