Skip to content

Commit

Permalink
Add PeiPei's repo organization
Browse files Browse the repository at this point in the history
  • Loading branch information
PeiPei233 committed Dec 12, 2023
1 parent fdfab96 commit 99ed1d8
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/PeiPei/markdown.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Markdown All in One

!!! info "[Typst](https://typst.app/) YYDS!!!"

## VSCode like highlighting

即使用了 VSCode 的 MPE 的插件,Markdown 里的代码块还是十分的丑陋.这里提供了一种方法,可以让 Markdown 里的代码块的高亮效果和 VSCode 里的一样.
Expand Down
19 changes: 19 additions & 0 deletions docs/PeiPei/repository.md
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 语句的解析和执行
3 changes: 2 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,4 +241,5 @@ nav:

- PeiPei:
- PeiPei/index.md
- PeiPei/markdown.md
- PeiPei/markdown.md
- PeiPei/repository.md

0 comments on commit 99ed1d8

Please sign in to comment.