-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# 仓库整理 | ||
|
||
这里是一些我个人的 GitHub 账号的 public repo 的整理。 | ||
|
||
## 有趣的 | ||
|
||
- [zju-learning-assistant](https://github.com/PeiPei233/zju-learning-assistant):浙大学习助手,一个可以批量下载学在浙大/智云课堂课件的跨平台 Tauri 应用,Rust Tauri + React | ||
- [typst-template](https://github.com/PeiPei233/typst-template):收集了一些我自己的 Typst 的模板 | ||
- [ZJUScoreAssistant](https://github.com/PeiPei233/ZJUScoreAssistant):浙大成绩助手,一个可以自动查询浙大成绩的命令行工具,也支持更新推送至钉钉机器人,Python requests | ||
- [zju-score-push-template](https://github.com/PeiPei233/zju-score-push-template):浙大成绩推送模板,一个可以自动查询浙大成绩并推送至钉钉机器人的 GitHub Action 模板,使用了上面的 ZJUScoreAssistant | ||
|
||
## 课程相关 | ||
|
||
- [Type-Game](https://github.com/PeiPei233/Type-Game):大一下学期的大程小作业,一个打字游戏,用的是 libgraphics | ||
- [Notepad-minus-minus](https://github.com/PeiPei233/Notepad-minus-minus):大一下学期的大程大作业,一个记事本,同样是依托答辩的 libgraphics | ||
- [ICS-Lab6a-Checker](https://github.com/PeiPei233/ICS-Lab6a-Checker):大一短学期计概的 Lab6a 实验写的一个检查器,用于检查 Lab6a 的实验结果是否正确,可惜还是有些 case 没有覆盖到 | ||
- [Library-Management-System](https://github.com/PeiPei233/Library-Management-System):大二上学期数据库的小作业,一个图书管理系统,用的是 MySQL + Java Swing | ||
- [ZJU-OOP-Project](https://github.com/PeiPei233/ZJU-OOP-Project):大二上学期面向对象的 project 集合,都很水 | ||
- [MiniSQL](https://github.com/PeiPei233/MiniSQL):大二上学期数据库的大作业,一个简单的数据库,用的是 C++,实现了 B+ 树索引,支持 SQL 语句的解析和执行 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -241,4 +241,5 @@ nav: | |
|
||
- PeiPei: | ||
- PeiPei/index.md | ||
- PeiPei/markdown.md | ||
- PeiPei/markdown.md | ||
- PeiPei/repository.md |