GithubHelp home page GithubHelp logo

chengguang-li / geektime-downloader Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nicoxiang/geektime-downloader

0.0 0.0 0.0 139 KB

极客时间课程下载器,支持下载极客时间专栏(PDF/Markdown)和视频课,及训练营视频

License: MIT License

Go 100.00%

geektime-downloader's Introduction

#!/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

Java              10 hrs 46 mins  █████████████████░░░░░░░░   68.04 %
XML               3 hrs 32 mins   █████▓░░░░░░░░░░░░░░░░░░░   22.37 %
YAML              43 mins         █░░░░░░░░░░░░░░░░░░░░░░░░   04.53 %
HTTP Request      28 mins         ▓░░░░░░░░░░░░░░░░░░░░░░░░   03.01 %
SQL               16 mins         ▒░░░░░░░░░░░░░░░░░░░░░░░░   01.74 %

geektime-downloader's People

Contributors

dependabot[bot] avatar nicoxiang avatar yola-0316 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.