Skip to content
View ChengGuang-Li's full-sized avatar

Block or report ChengGuang-Li

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
ChengGuang-Li/README.md
#!/bin/bash

echo "Enter 'profile' to see my information, or 'quit' to exit:"
while true; do
    read INPUT_STRING
    case $INPUT_STRING in
        profile)
            echo "Name: Chengguang Li"
            echo "Interests: fitness, outdoors, football"
            echo "Learning: Distributed Systems, AWS, Image Processing"
            echo "Dev Devices: MSI on Windows, Macbook Pro M2"
            ;;
        quit)
            echo "Goodbye!"
            break
            ;;
        *)
            echo "Unknown command: $INPUT_STRING"
            echo "Enter 'profile' to see my information, or 'quit' to exit:"
            ;;
    esac
done

📊 Weekly development breakdown

No activity tracked

Popular repositories Loading

  1. studyonline-platform studyonline-platform Public

    Java 167

  2. Lepton Lepton Public

    Forked from hackjutsu/Lepton

    💻 Democratizing Snippet Management (macOS/Win/Linux)

    JavaScript

  3. ChengGuang-Li.github.io ChengGuang-Li.github.io Public

    My Blog

    HTML

  4. prometheus prometheus Public

    Forked from prometheus/prometheus

    The Prometheus monitoring system and time series database.

    Go

  5. Map-of-Javascript Map-of-Javascript Public

    Forked from mechaniac/Map-of-Javascript

    Javascript on one sheet. (and one for algorithms)

    JavaScript

  6. leetcode_spider leetcode_spider Public

    Forked from yamyamyuo/leetcode_spider

    Python