Git Product home page Git Product logo

meiheran / hustcs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hustergs/hustcs

0.0 0.0 0.0 104.55 MB

华中科技大学CS文件存留,包含相关资料,代码以及报告

License: MIT License

C 28.63% C++ 46.21% QMake 0.02% CMake 0.01% Perl 0.28% Makefile 0.77% Assembly 23.28% Python 0.03% Batchfile 0.12% Pascal 0.06% POV-Ray SDL 0.01% VBScript 0.01% NASL 0.03% Jupyter Notebook 0.56%

hustcs's Introduction

HUSTCS

GitHub repo size GitHub last commit GitHub license

文件存留

可以使用GitZip来下载单个文件/文件夹

由于一些课程包含了老师提供的文档或者题目,若有侵权请联系删除

文件列表

大一上:

大二上:

大二下:

大三上:

大三下:

杂项


关于子模块(git submodule)

一些内容使用submodule进行管理。有以下几个可选方式

  • clone时就初始化所有的模块,获得所有内容

    在clone的时候增加--recurse-submodules选项

    git clone --recurse-submodules [email protected]:HUSTERGS/HUSTCS.git
  • clone之后再初始化所有的模块

    git clone [email protected]:HUSTERGS/HUSTCS.git
    cd ./HUSTCS
    git submodule update --init
  • clone后单独初始化某一个模块

    git clone [email protected]:HUSTERGS/HUSTCS.git
    cd ./HUSTCS
    git submodule update --init Java课程实验 # 此处以Java课程实验为例,其他submodule类似
  • 直接访问子模块对应的仓库,clone或者下载即可

相关仓库

hustcs's People

Contributors

hustergs 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.