Skip to content
View moon0440's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report moon0440

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. meme-generator meme-generator Public

    Simple meme image generator created for Udacity Nanaodegree program.

    Python 2 2

  2. nd063-project1-automation nd063-project1-automation Public

    Project1 for AWS Cloud Architect Nanodegree Automated implementation

    Python

  3. apacheGuacamoleDockerInstall.sh apacheGuacamoleDockerInstall.sh
    1
    #!/bin/bash -x
    2
    PASSWORD=$(date +%s | sha256sum | base64 | head -c 32)
    3
    
    
    4
    # Enable to Remove all docker images and containers before install.
    5
    #docker rm --force $(docker ps -a -q)
  4. nd303-c1-advanced-python-techniques-project nd303-c1-advanced-python-techniques-project Public

    Forked from udacity/cd0010-advanced-python-techniques-project-starter

    Starter code for Course 1 of Intermediate Python ND

    Python

  5. todo-to-issue-action todo-to-issue-action Public

    Forked from alstr/todo-to-issue-action

    Action that converts TODO comments to GitHub issues on push.

    Python