Skip to content

Commit

Permalink
update zip file, QAQ, upload speed is too low and failure occurs beca…
Browse files Browse the repository at this point in the history
…use of files excess 100mb T_T
  • Loading branch information
heqin-zhu committed Dec 19, 2018
1 parent 4456a5f commit ccf9e11
Show file tree
Hide file tree
Showing 1,063 changed files with 911,792 additions and 3,771 deletions.
15 changes: 0 additions & 15 deletions .gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

20 changes: 17 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<!-- vim-markdown-toc -->

# 公告
* 欢迎 star,fork. 欢迎反馈与建议(通过 [issue](https://github.com/mbinary/USTC-CS-Courses-Resource/issues/new),<a href="mailto:[email protected]?subject=%E5%8F%8D%E9%A6%88%E4%B8%8E%E5%BB%BA%E8%AE%AE">mail</a>, 或者 [qq](http://wpa.qq.com/msgrd?v=3&uin=414313516&site=qq&menu=yes))
* 欢迎 star,fork. 欢迎反馈与建议(通过 [issue](https://github.com/mbinary/USTC-CS-Courses-Resource/issues/new),<a href="mailto:&#122;[email protected]?subject=%E5%8F%8D%E9%A6%88%E4%B8%8E%E5%BB%BA%E8%AE%AE">mail</a>, 或者 [qq](http://wpa.qq.com/msgrd?v=3&uin=414313516&site=qq&menu=yes))
* 可以通过在此页面搜索课程名快速定位,下面的课程目录是经过**拼音排序**过的,方便查找
* 可以添加其他计算机非课程资源, 欢迎大家的参与与贡献 (。・∀・)ノ

Expand Down Expand Up @@ -77,10 +77,24 @@


# 课程目录
**根据拼音字母排序**

* [.](.)
* [docs](./docs)
* [src](./docs/src)
* [assets](./docs/assets)
* [css](./docs/css)
* [docs](./docs/docs)
* [工具类](./docs/工具类)
* [经管类](./docs/经管类)
* [计算机与信息类](./docs/计算机与信息类)
* [js](./docs/js)
* [lib](./docs/lib)
* [其他](./docs/其他)
* [人文社科类](./docs/人文社科类)
* [书籍推荐](./docs/书籍推荐)
* [数学类](./docs/数学类)
* [utils](./docs/utils)
* [物理类](./docs/物理类)
* [工具类](./工具类)
* [经管类](./经管类)
* [会计学原理](./经管类/会计学原理)
Expand Down Expand Up @@ -169,7 +183,7 @@ echo "公选课/人工智障" >> .git/info/sparse-checkout #这里工作目录
#只需记住的是 加入的目录应该在远程仓库存在,否则报错“error: Sparse checkout leaves no entry on the working directory”

git pull origin master
git remote add upstream [email protected]:mbinary/USTC-CS-Courses-Resource.git
git remote add upstream [email protected]:mbinary/USTC-CS-Courses-Resource.git
```
建议: 如果没有较大的改动, 或者在改动之前,可以删除掉以前 fork 的仓库 重新 fork

Expand Down
16 changes: 14 additions & 2 deletions before_commit.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
python3 utils/genZipFile.py
python3 utils/genReadme.py -p . -d 2
echo "generating zip files..."
python3 utils/genZipFile.py #-r

echo "checking big files(>100M) and removing them..."
python3 utils/checkBigFile.py

echo "generating readme"
python3 utils/genReadme.py -p . -d 2

echo "git add ..."
git add *

echo "generating index html files..."
python3 utils/genIndex.py

4 changes: 4 additions & 0 deletions docs/assets/css/DPlayer.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/assets/css/DPlayer.min.css.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/assets/js/APlayer.min.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/assets/js/DPlayer.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit ccf9e11

Please sign in to comment.