Skip to content
View adamdadd's full-sized avatar
:octocat:
:octocat:
Block or Report

Block or report adamdadd

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. .dotfiles .dotfiles Public

    silky smooth configs xD

    Shell

  2. ddwm ddwm Public

    A customised dwm window manager written in C

    C

  3. jolt jolt Public

    A playground for understanding Java bytecode by implementing fundamental JVM classfile parsing

    C

  4. Install docker-compose on AWS Gravit... Install docker-compose on AWS Graviton2 Amazon Linux 2
    1
    #!/bin/bash
    2
    yum install docker git python3 python3-pip python3-devel gcc libffi-devel  openssl11-devel                                                                                   
    3
    service docker start
    4
    chkconfig docker on
    5
    pip3 install wheel
  5. HangmanPy HangmanPy Public

    A command line hangman game written in python. Useful as a beginner python project.

    Python 1

  6. bsh bsh Public

    shell automation tool that sends push notifications to your phone when scripts have failed//completed

    Python