Skip to content

Commit

Permalink
Update my github username (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
rand-fly authored Aug 13, 2024
1 parent 83b525b commit 78afab6
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion projects/Advanced-Labs-in-Computer-Networks.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
* [xyToki & Jray & CN_ZYK](https://github.com/tokiInBUPT/dnsrd) (C)
* [goverclock](https://github.com/goverclock/BUPT-Projects-Public/tree/main/dnsrelay) (C)
* [1475505 & archester-250](https://github.com/1475505/AwesomeDNS) (C)
* [renfei147](https://github.com/renfei147/bupt_work_collection/tree/main/dnsrelay) (C)
* [rand-fly](https://github.com/rand-fly/bupt_work_collection/tree/main/dnsrelay) (C)
* [PostGuard](https://github.com/post-guard/post_dns) (C)
* [angrychow & phoenix-cat](https://github.com/angrychow/computer-network-course-design) (C)
* [yige2021](https://github.com/yige2021/LyDNS_new)(C)
Expand Down
2 changes: 1 addition & 1 deletion projects/C++.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@

### 2021 级 - 单词消除游戏

- [renfei147](https://github.com/renfei147/bupt_work_collection/tree/main/cppoop)
- [rand-fly](https://github.com/rand-fly/bupt_work_collection/tree/main/cppoop)
- [YangChen-pro](https://github.com/YangChen-pro/bupt-assignments/tree/main/2nd%20year%20of%20BUPT/Second%20semester/C%2B%2B%20object%20oriented%20programming%20practice)
4 changes: 2 additions & 2 deletions projects/Compilers.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* [BUPT-CS-Assignment](https://github.com/BUPT-CS-Assignment/Lexer) (C++)
* [YangChen-pro](https://github.com/YangChen-pro/bupt-assignments/tree/main/3rd%20year%20of%20BUPT/First%20semester/Compilation/lexical%20analysis) (C++ & Lex)
* [ProgrameThinking](https://github.com/ProgrameThinking/Compiler_bupt)(C++)
* [renfei147](https://github.com/renfei147/bupt_work_collection/tree/main/compiler)(C++)
* [rand-fly](https://github.com/rand-fly/bupt_work_collection/tree/main/compiler)(C++)

### 语法分析

Expand All @@ -34,7 +34,7 @@
* [BUPT-CS-Assignment](https://github.com/BUPT-CS-Assignment/SyntaxAnalyzer) (C++)
* [YangChen-pro](https://github.com/YangChen-pro/bupt-assignments/tree/main/3rd%20year%20of%20BUPT/First%20semester/Compilation/grammar%20analysis) (Python & Yacc)
* [ProgrameThinking](https://github.com/ProgrameThinking/Compiler_bupt)(C++)
* [renfei147](https://github.com/renfei147/bupt_work_collection/tree/main/compiler)(C++)
* [rand-fly](https://github.com/rand-fly/bupt_work_collection/tree/main/compiler)(C++)

### 语义分析

Expand Down
4 changes: 2 additions & 2 deletions projects/Computer-Networks.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
- [RiversJin & Makiras](https://github.com/Makiras/CSN-Lab-1)
- [Sduby](https://github.com/Sduby22/Lab1-Linux)
- [goverclock](https://github.com/goverclock/BUPT-Projects-Public/tree/main/datalink)
- [renfei147](https://github.com/renfei147/bupt_work_collection/tree/main/computer_network/%E5%AE%9E%E9%AA%8C%E4%B8%80%EF%BC%9A%E9%93%BE%E8%B7%AF%E5%B1%82%E6%BB%91%E5%8A%A8%E7%AA%97%E5%8F%A3%E5%8D%8F%E8%AE%AE%E7%9A%84%E8%AE%BE%E8%AE%A1%E4%B8%8E%E5%AE%9E%E7%8E%B0)
- [rand-fly](https://github.com/rand-fly/bupt_work_collection/tree/main/computer_network/%E5%AE%9E%E9%AA%8C%E4%B8%80%EF%BC%9A%E9%93%BE%E8%B7%AF%E5%B1%82%E6%BB%91%E5%8A%A8%E7%AA%97%E5%8F%A3%E5%8D%8F%E8%AE%AE%E7%9A%84%E8%AE%BE%E8%AE%A1%E4%B8%8E%E5%AE%9E%E7%8E%B0)
- [BUPT-CS-Assignment](https://github.com/BUPT-CS-Assignment/Datalink_Layer_Protocal)

### WireShark 抓包实验

- [name1e5s](https://github.com/name1e5s/playground/tree/master/Computer%20Network%20Wireshark%20Lab)
- [renfei147](https://github.com/renfei147/bupt_work_collection/blob/main/computer_network/%E5%AE%9E%E9%AA%8C%E4%BA%8C%20Wireshark%E6%8A%93%E5%8C%85%E5%88%86%E6%9E%90.pdf)
- [rand-fly](https://github.com/rand-fly/bupt_work_collection/blob/main/computer_network/%E5%AE%9E%E9%AA%8C%E4%BA%8C%20Wireshark%E6%8A%93%E5%8C%85%E5%88%86%E6%9E%90.pdf)
- [gzy](https://github.com/112292454/homework/blob/master/%E5%AE%9E%E9%AA%8C%E4%BA%8C%E6%8A%A5%E5%91%8A.pdf)
- [YangChen-pro](https://github.com/YangChen-pro/bupt-assignments/tree/main/2nd%20year%20of%20BUPT/Second%20semester/Computer%20Network/lab2)
2 changes: 1 addition & 1 deletion projects/Program-Practice.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
* [td](https://github.com/tangdouer1005/customer-service-robot): (rust)
* [ProgrameThinking](https://github.com/ProgrameThinking/robot_dsl):(rust)
* [jackfiled](https://github.com/jackfiled/Katheryne): (C#)
* [renfei147](https://github.com/renfei147/bupt_work_collection/tree/main/ChattyCat): (Typescript)
* [rand-fly](https://github.com/rand-fly/bupt_work_collection/tree/main/ChattyCat): (Typescript)
* [ye-rm](https://github.com/ye-rm/MyDSL): (Go)
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@

### 2021级 - 学生日程管理系统
* [PostGuard](https://github.com/post-guard/PostCalendarBackend) (Java & Vue)
* [renfei147 & LinesHogan & myboker](https://github.com/renfei147/datastructure_design)
* [rand-fly & LinesHogan & myboker](https://github.com/rand-fly/datastructure_design)
* [gzy & Guo-chenxu & ypx9628](https://github.com/112292454/DSlab)(java & vue)

0 comments on commit 78afab6

Please sign in to comment.