├── LICENSE ├── README.md ├── archive └── campus.md ├── campus.md ├── experiments.md └── works.md /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2020 cqu-codehub 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # cqu-code-index 2 | 3 | 收录了一些与重庆大学相关的[自由](https://www.gnu.org/philosophy/free-sw.html)/[开源](https://opensource.org/osd)项目。 4 | 5 | - [校园实用类](campus.md) (另有[过期项目归档](archive/campus.md)) 6 | - [课程实验类](experiments.md) 7 | - [师生其他作品](works.md)(暂无) 8 | 9 | 该目录将可能持续更新,欢迎 watch 和 star。 10 | 11 | 有任何建议、意见、问题,或添加尚不在列表中的项目也欢迎提交 issue 或 PR。 12 | 13 | **不收录主要功能明显违反校规的项目。** 14 | 15 | -------------------------------------------------------------------------------- /archive/campus.md: -------------------------------------------------------------------------------- 1 | # 校园实用类 - 归档 2 | 3 | 此处归档过期项目 4 | 5 | ## 教务处相关 6 | 7 | [cli\_cqu](https://github.com/zombie110year/cli_cqu):重庆大学教学管理的命令行界面 8 | 9 | [cqu-kx](https://github.com/CQU-AI/cqu-kx):第三方重庆大学课程可选人数查询工具-“快选!!” 10 | 11 | [cqu-jxgl](https://github.com/CQU-AI/cqu-jxgl):第三方重庆大学教务处登录模块 12 | 13 | [CQUScheduleCalendar](https://github.com/CQU-CSA/CQUScheduleCalendar): 利用 Django 制作网站,通过 selenium 爬取课表,生成日历的 ics 文件 14 | 15 | [cqu-kb](https://github.com/CQU-AI/cqu-kb):第三方重庆大学课表日历生成工具 16 | -------------------------------------------------------------------------------- /campus.md: -------------------------------------------------------------------------------- 1 | # 校园实用类 2 | 3 | 以下每一分类里的项目按字母顺序排序(暂定)。 4 | 5 | ## DrCOM 相关 6 | 7 | [CQU\_drcom](https://github.com/CQU-drcom/CQU_drcom):用于 OpenWrt 的重庆大学 drcom 懒人脚本 8 | 9 | [cqu-drcom-openwrt](https://github.com/CQU-drcom/cqu-drcom-openwrt): 重庆大学 drcom 的 OpenWrt 包 10 | 11 | [cqu-duodian-curl](https://github.com/Hagb/cqu-duodian-curl):基于 (b)ash 和 curl 的哆点登陆脚本 12 | 13 | [drcom-generic](https://github.com/drcoms/drcom-generic):drcom 非官方客户端 14 | 15 | [drcom-http-multidial](https://github.com/cyyself/drcom-http-multidial):基于curl且支持绑定网卡多拨的Dr.COM客户端 16 | 17 | [DrcomExecutor](https://github.com/CQU-AI/DrcomExecutor):第三方重庆大学 Dr.COM 登录器,主要面向 PC 端 (暂停维护) 18 | 19 | ## 教务相关 20 | 21 | [321CQUWebsite](https://github.com/ZhuLegend/321CQUWebsite): 321CQU 小程序后端部分 22 | 23 | [cm-http-api](https://github.com/weearc/cm-http-api):从新选课系统自动获取课表数据的方案 24 | 25 | [CourseMonitor](https://github.com/iamwhcn/CourseMonitor):CQU选课状态监测 26 | 27 | [CQU\_321\_mini](https://github.com/platopeanut/321CQU_mini):321CQU 微信小程序前端部分 28 | 29 | [CQU-class2ics](https://github.com/BillYang2016/CQU-class2ics):重庆大学课程表导出工具,适用于新教务网 30 | 31 | [cqu\_find\_idle\_time](https://github.com/Hagb/cqu_find_idle_time): CQU 多人时间冲突检查 32 | 33 | [CQUgetter](https://github.com/ZhuLegend/CQUgetter): 分别通过直接请求(借助 pymycqu)和 WebDriver(selenium)实现重庆大学教务网信息查询功能 34 | 35 | [CQU\_grade\_exporter](https://github.com/pkmq24/CQU_grade_exporter):重庆大学教师后台成绩导出软件,提供了一键导出(需要教师权限) 36 | 37 | [CQU-Grade-Monitor](https://github.com/VayneDuan/CQU-Grade-Monitor):重庆大学成绩监控 38 | 39 | [cqu-graduate-curricula](https://github.com/haowang-cqu/cqu-graduate-curricula): 重庆大学研究生课程表导出工具 40 | 41 | [CQUQueryGrade](https://github.com/CQULHW/CQUQueryGrade): 重庆大学新教务网单点登录+成绩查询 42 | 43 | [cqu-schedule](https://github.com/DL444/cqu-schedule): 重庆大学课程日历服务 44 | 45 | [cqu\_timetable\_new](https://github.com/weearc/cqu_timetable_new):课程表 ics 日历文件生成(适配 2020 下半年启用的新选课系统) 46 | 47 | [cqu-cj](https://github.com/CQU-AI/cqu-cj):第三方重庆大学老教务网成绩查询工具(暂停维护) 48 | 49 | [pymycqu](https://github.com/Hagb/pymycqu): Python 库,对重庆大学教务网和统一身份认证的部分 web api 进行了封装 50 | 51 | ## 论文排版相关 52 | 53 | [CQUBeamer](https://github.com/CQUtug/CQUBeamer):重庆大学 Beamer 模板 54 | 55 | [CQUThesis](https://github.com/nanmu42/CQUThesis):重庆大学毕业论文 LaTeX 模板 56 | 57 | [cqu-thesis-markdown](https://github.com/ilcpm/cqu-thesis-markdown): 重庆大学毕业论文 Markdown 转 Word (docx) 方案 58 | 59 | [TeXProposal](https://github.com/CQUtug/TeXProposal):《关于推荐重庆大学开设 TeX 相关课程并推广其运用的提议》的原始文件 60 | 61 | ## 其他 62 | 63 | [cqu\_spider](https://github.com/Tiangewang0524/cqu_spider):重庆大学新闻网爬虫项目 64 | 65 | [docker-easyconnect](https://github.com/Hagb/docker-easyconnect):EasyConnect 的 Docker 运行方案 66 | 67 | [mirrors.cqu.edu.cn](https://mirrors.cqu.edu.cn):重庆大学开源软件镜像站 68 | 69 | [RSSHub](https://github.com/DIYgod/RSSHub):一种 RSS 生成器,适配了重大网站上的部分内容的 RSS 生成 70 | -------------------------------------------------------------------------------- /experiments.md: -------------------------------------------------------------------------------- 1 | # 课程实验类 2 | 3 | [Chongqing-University-Comprehensive-Chemical-Experiment-Course](https://github.com/mizu-bai/Chongqing-University-Comprehensive-Chemical-Experiment-Course): 重庆大学综合化学实验数据处理方案 4 | 5 | [Chongqing-University-Instrumental-Analysis-Experiment-Course](https://github.com/mizu-bai/Chongqing-University-Instrumental-Analysis-Experiment-Course): 重庆大学仪器分析实验课程数据处理方案 6 | 7 | [Chongqing-University-Principles-of-Chemical-Engineering-Experiment-Course](https://github.com/mizu-bai/Chongqing-University-Principles-of-Chemical-Engineering-Experiment-Course): 重庆大学化工原理实验数据处理方案 -------------------------------------------------------------------------------- /works.md: -------------------------------------------------------------------------------- 1 | # 师生其他作品 2 | 3 | 以下各分类中项目按字母顺序排序(暂定)。 4 | 5 | 收录不在其余分类中的重庆大学老师、学生的自由/开源作品。 6 | 7 | **暂无** 8 | --------------------------------------------------------------------------------