Skip to content
View dmanning21h's full-sized avatar
  • Clark Associates
  • Nashville, TN

Block or report dmanning21h

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

    C#

  2. pi-cluster pi-cluster Public

    Project to Design a Hadoop/Spark Raspberry Pi 4 Cluster for Distributed Computing.

    Jupyter Notebook 7 1

  3. Customization script for fresh insta... Customization script for fresh install of Ubuntu 20.04
    1
    # Update System
    2
    sudo apt update && sudo apt upgrade -y
    3
    
                  
    4
    # Curl
    5
    sudo apt-get install wget gpg