From 21258ea49a2741e0e876275cbb6d550e0ab2d286 Mon Sep 17 00:00:00 2001 From: SPeak Date: Sun, 23 Jul 2023 18:30:58 +0800 Subject: [PATCH 1/6] Add DStruct/DSVisual/KHistory to README-Programmer-Edition.md Add DStruct/DSVisual/KHistory to README-Programmer-Edition.md --- README-Programmer-Edition.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README-Programmer-Edition.md b/README-Programmer-Edition.md index 636b9fb..6f00d3e 100644 --- a/README-Programmer-Edition.md +++ b/README-Programmer-Edition.md @@ -14,6 +14,14 @@ Issue 和 PR 里偶尔有人提交一些不错的东西,但打开一看,不 程序员版开始于2019年4月11号, 主版面开始于2018年3月 +### 2023年7月23日添加 +--- +#### Sunrisepeak - [Github](https://github.com/Sunrisepeak), [Bilibili](https://space.bilibili.com/65858958), [知乎](https://www.zhihu.com/people/SPeakShen) +* :clock8: [DStruct](https://github.com/Sunrisepeak/DStruct):🔥 一个**易于移植/使用/学习且结构简洁**的**数据结构模板库** +* :clock8: [DSVisual](https://github.com/Sunrisepeak/DSVisual):一个**数据结构可视化**组件库 +![](https://github.com/Sunrisepeak/DSVisual/blob/main/docs/imgs/dsvisual_effect.readme.png) +* :white_check_mark: [KHistory](https://github.com/Sunrisepeak/KHistory):🔥一个**优雅**&跨平台的**键盘/🎮手柄按键**检测及历史记录显示工具, 可二次开发按键可视化面板插件 +![](https://github.com/Sunrisepeak/KHistory/blob/main/docs/imgs/khistory-gamepad.demo.gif) ### 2023年7月22号添加 --- From 1018ac443a31adb1c5622f65831e2cdacbb084fe Mon Sep 17 00:00:00 2001 From: SPeak Date: Sun, 23 Jul 2023 18:51:51 +0800 Subject: [PATCH 2/6] Add KHistory to README.md Add KHistory to README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3806902..1b9a288 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,12 @@ ## 3. 项目列表 (名字按时间排序,最新添加的在最上面) +### 2023年7月23号添加 +--- +#### Sunrisepeak - [Github](https://github.com/Sunrisepeak), [Bilibili](https://space.bilibili.com/65858958), [知乎](https://www.zhihu.com/people/SPeakShen) +* :white_check_mark: [KHistory](https://github.com/Sunrisepeak/KHistory):🔥一个**优雅**&跨平台的**键盘/🎮手柄按键**检测及历史记录显示工具, 无需安装单可执行文件(**约900kb大小**)即点即用 +![](https://github.com/Sunrisepeak/KHistory/blob/main/docs/imgs/khistory-gamepad.demo.gif) + ### 2023年7月22号添加 --- #### Tw93 - [Github](https://github.com/tw93), [Twitter](https://twitter.com/HiTw93), [博客](https://tw93.fun) From 1af6c2513fa0606d7119cfb73743f6b4bf8f9172 Mon Sep 17 00:00:00 2001 From: ZhengCheng Date: Sun, 23 Jul 2023 20:08:41 +0800 Subject: [PATCH 3/6] Update README-Programmer-Edition.md --- README-Programmer-Edition.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README-Programmer-Edition.md b/README-Programmer-Edition.md index 6f00d3e..c5596a4 100644 --- a/README-Programmer-Edition.md +++ b/README-Programmer-Edition.md @@ -17,11 +17,10 @@ Issue 和 PR 里偶尔有人提交一些不错的东西,但打开一看,不 ### 2023年7月23日添加 --- #### Sunrisepeak - [Github](https://github.com/Sunrisepeak), [Bilibili](https://space.bilibili.com/65858958), [知乎](https://www.zhihu.com/people/SPeakShen) +* :white_check_mark: [KHistory](https://github.com/Sunrisepeak/KHistory):🔥一个**优雅**&跨平台的**键盘/🎮手柄按键**检测及历史记录显示工具, 可二次开发按键可视化面板插件 * :clock8: [DStruct](https://github.com/Sunrisepeak/DStruct):🔥 一个**易于移植/使用/学习且结构简洁**的**数据结构模板库** * :clock8: [DSVisual](https://github.com/Sunrisepeak/DSVisual):一个**数据结构可视化**组件库 -![](https://github.com/Sunrisepeak/DSVisual/blob/main/docs/imgs/dsvisual_effect.readme.png) -* :white_check_mark: [KHistory](https://github.com/Sunrisepeak/KHistory):🔥一个**优雅**&跨平台的**键盘/🎮手柄按键**检测及历史记录显示工具, 可二次开发按键可视化面板插件 -![](https://github.com/Sunrisepeak/KHistory/blob/main/docs/imgs/khistory-gamepad.demo.gif) + ### 2023年7月22号添加 --- From 9148762833c1bea73d5c5445478c9b591fbd3051 Mon Sep 17 00:00:00 2001 From: ZhengCheng Date: Sun, 23 Jul 2023 20:10:38 +0800 Subject: [PATCH 4/6] Update README-Programmer-Edition.md --- README-Programmer-Edition.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README-Programmer-Edition.md b/README-Programmer-Edition.md index c5596a4..d18a673 100644 --- a/README-Programmer-Edition.md +++ b/README-Programmer-Edition.md @@ -17,7 +17,6 @@ Issue 和 PR 里偶尔有人提交一些不错的东西,但打开一看,不 ### 2023年7月23日添加 --- #### Sunrisepeak - [Github](https://github.com/Sunrisepeak), [Bilibili](https://space.bilibili.com/65858958), [知乎](https://www.zhihu.com/people/SPeakShen) -* :white_check_mark: [KHistory](https://github.com/Sunrisepeak/KHistory):🔥一个**优雅**&跨平台的**键盘/🎮手柄按键**检测及历史记录显示工具, 可二次开发按键可视化面板插件 * :clock8: [DStruct](https://github.com/Sunrisepeak/DStruct):🔥 一个**易于移植/使用/学习且结构简洁**的**数据结构模板库** * :clock8: [DSVisual](https://github.com/Sunrisepeak/DSVisual):一个**数据结构可视化**组件库 From 3e8099281e57803036e990e9e2ac24c3130d864f Mon Sep 17 00:00:00 2001 From: ZhengCheng Date: Sun, 23 Jul 2023 20:10:49 +0800 Subject: [PATCH 5/6] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 1b9a288..a38e82a 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,6 @@ --- #### Sunrisepeak - [Github](https://github.com/Sunrisepeak), [Bilibili](https://space.bilibili.com/65858958), [知乎](https://www.zhihu.com/people/SPeakShen) * :white_check_mark: [KHistory](https://github.com/Sunrisepeak/KHistory):🔥一个**优雅**&跨平台的**键盘/🎮手柄按键**检测及历史记录显示工具, 无需安装单可执行文件(**约900kb大小**)即点即用 -![](https://github.com/Sunrisepeak/KHistory/blob/main/docs/imgs/khistory-gamepad.demo.gif) ### 2023年7月22号添加 --- From e16156e52094db39d5f1d649529d6c5a107d1293 Mon Sep 17 00:00:00 2001 From: ZhengCheng Date: Sun, 23 Jul 2023 20:11:17 +0800 Subject: [PATCH 6/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a38e82a..fded548 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ ### 2023年7月23号添加 --- #### Sunrisepeak - [Github](https://github.com/Sunrisepeak), [Bilibili](https://space.bilibili.com/65858958), [知乎](https://www.zhihu.com/people/SPeakShen) -* :white_check_mark: [KHistory](https://github.com/Sunrisepeak/KHistory):🔥一个**优雅**&跨平台的**键盘/🎮手柄按键**检测及历史记录显示工具, 无需安装单可执行文件(**约900kb大小**)即点即用 +* :white_check_mark: [KHistory](https://github.com/Sunrisepeak/KHistory):🔥一个优雅&跨平台的 键盘/🎮手柄按键 检测及历史记录显示工具, 无需安装单可执行文件(约900kb大小)即点即用 ### 2023年7月22号添加 ---