Skip to content

Commit f7b9869

Browse files
committed
Remove zip files because they cost too much storage
1 parent 36728c3 commit f7b9869

12 files changed

+4
-4
lines changed

Diff for: README.md

-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ FTP 更快, 可以下载整个目录, 是最好的选择, 只是更新频率低
6363
* 课程主页及其他链接资源记在 README.md 中
6464
* slides: 主要是 ppt 文件类型, **将所有 slides** 打包成 zip, 放在 课程目录下(若有多个老师,则在课程目录建立slides-teacherName1.zip, slides-teacherName2.zip...)
6565
* students(同学们上传的自己的一些资料,作品,每个同学新建一个目录)
66-
* 非zip, 非以'.'开头的文件多于 3 个的目录下都有个 zip 文件:`-DIRECTORY 目录下的\d+个文件.zip`,包含当前目录下的一些文件, 这样方便大家一键下载. (在 git commit前, 运行 `./before__commit.sh`可以自动生成)
6766

6867

6968
如 编译原理和技术 课程

Diff for: before_commit.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
echo "generating zip files..."
2-
python3 utils/genZipFile.py #-r
1+
#echo "generating zip files..."
2+
#python3 utils/genZipFile.py #-r
33

44
echo "checking big files(>100M) and removing them..."
55
python3 utils/checkBigFile.py
-13.8 KB
Binary file not shown.

Diff for: utils/config.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@
5454
</html>
5555
'''
5656

57+
#* 非zip, 非以'.'开头的文件多于 3 个的目录下都有个 zip 文件:`-DIRECTORY 目录下的\d+个文件.zip`,包含当前目录下的一些文件, 这样方便大家一键下载. (在 git commit前, 运行 `./before__commit.sh`可以自动生成)
58+
5759
README=r'''
5860
# 中国科学技术大学课程资源
5961
>这是一个收集 中国科学技术大学课程资源的(主要是计算机学院的,也有其他课程,公选课,自由选修等)的 repo, 包括课程电子版 书籍,参考书,slides(ppt), 考试试卷,学习心得,某些书的答案。
@@ -119,7 +121,6 @@
119121
* 课程主页及其他链接资源记在 README.md 中
120122
* slides: 主要是 ppt 文件类型, **将所有 slides** 打包成 zip, 放在 课程目录下(若有多个老师,则在课程目录建立slides-teacherName1.zip, slides-teacherName2.zip...)
121123
* students(同学们上传的自己的一些资料,作品,每个同学新建一个目录)
122-
* 非zip, 非以'.'开头的文件多于 3 个的目录下都有个 zip 文件:`-DIRECTORY 目录下的\d+个文件.zip`,包含当前目录下的一些文件, 这样方便大家一键下载. (在 git commit前, 运行 `./before__commit.sh`可以自动生成)
123124
124125
125126
如 编译原理和技术 课程
Binary file not shown.
Binary file not shown.

Diff for: 工具类/-工具类目录下的3个文件.zip

-14.6 MB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)