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. Linkedin-Autoconnect Linkedin-Autoconnect Public

    Javascript Bookmarklet to automatically click on Connect buttons on Linkedin

    HTML 2

  2. nft_demo_website nft_demo_website Public

    Demo NFT website with 3 components: Koa Javascript Backend, React Javascript Frontend, Ethereum Solidity Contract

    JavaScript 1 1

  3. CTF_Shortcuts CTF_Shortcuts Public

    Some shortcuts and scripts to help when solving CTF challenges

    Shell 1

  4. 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)"
  5. ryu_game ryu_game Public

    Built with Solar2D (Lua)

    Lua