Skip to content

Commit 316ad93

Browse files
author
bajins
committed
add
1 parent a9744c3 commit 316ad93

12 files changed

+17
-1
lines changed

IDE/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,9 @@
486486
* [https://www.omnigroup.com/omnigraffle](https://www.omnigroup.com/omnigraffle)
487487
* [https://github.com/terrastruct/d2](https://github.com/terrastruct/d2)
488488
* [https://github.com/wanglin2/mind-map](https://github.com/wanglin2/mind-map)
489+
* [https://github.com/plantuml/plantuml](https://github.com/plantuml/plantuml)
490+
* [https://github.com/mermaid-js/mermaid](https://github.com/mermaid-js/mermaid)
491+
* [https://github.com/terrastruct/d2](https://github.com/terrastruct/d2)
489492

490493

491494
**本地客户端**

IDE/VisualStudioCode.md

+1
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@
282282
* [https://github.com/mpociot/chatgpt-vscode](https://github.com/mpociot/chatgpt-vscode)
283283
* [https://github.com/tzmartin/stablecode-vscode](https://github.com/tzmartin/stablecode-vscode)
284284
* [https://github.com/continuedev/continue](https://github.com/continuedev/continue)
285+
* [https://github.com/cline/cline](https://github.com/cline/cline)
285286
* 配色 [https://github.com/nealmckee/penumbra](https://github.com/nealmckee/penumbra)
286287
* 禁用规则 [https://github.com/lvjiaxuan/vscode-eslint-disable](https://github.com/lvjiaxuan/vscode-eslint-disable)
287288
* 前端提示 [https://github.com/Simon-He95/vscode-common-intellisense](https://github.com/Simon-He95/vscode-common-intellisense)

Other/Markdown.md

-1
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,6 @@ string &operator+(const string& A,const string& B) //cpp
518518
* [https://github.com/commonmark/commonmark.js](https://github.com/commonmark/commonmark.js)
519519
* [https://github.com/showdownjs/showdown](https://github.com/showdownjs/showdown)
520520
* [https://github.com/github/markup](https://github.com/github/markup)
521-
* [https://github.com/mermaid-js/mermaid](https://github.com/mermaid-js/mermaid)
522521

523522

524523

Other/书籍和博客.md

+1
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@
155155
* [https://github.com/QSCTech/zju-icicles](https://github.com/QSCTech/zju-icicles)
156156
* [https://feishuhub.com](https://feishuhub.com)
157157
* 综合逆向工程教程 [https://github.com/mytechnotalent/Reverse-Engineering](https://github.com/mytechnotalent/Reverse-Engineering)
158+
* [https://github.com/0xinfection/reversing](https://github.com/0xinfection/reversing)
158159
* Google的软件工程 [https://qiangmzsx.github.io/Software-Engineering-at-Google](https://qiangmzsx.github.io/Software-Engineering-at-Google)
159160
* 自动化软件测试 [https://github.com/uds-se/fuzzingbook](https://github.com/uds-se/fuzzingbook)
160161
* 数据工程课程 [https://github.com/DataTalksClub/data-engineering-zoomcamp](https://github.com/DataTalksClub/data-engineering-zoomcamp)

PL/C.md

+1
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@
226226
* [https://github.com/uclouvain/openjpeg](https://github.com/uclouvain/openjpeg)
227227
* [https://github.com/sekrit-twc/zimg](https://github.com/sekrit-twc/zimg)
228228
* 图形可视化 [https://gitlab.com/graphviz/graphviz](https://gitlab.com/graphviz/graphviz)
229+
* [https://github.com/ellson/MOTHBALLED-graphviz](https://github.com/ellson/MOTHBALLED-graphviz)
229230
* godot游戏引擎支持JS [https://github.com/Geequlim/ECMAScript](https://github.com/Geequlim/ECMAScript)
230231
* 游戏框架 [https://github.com/cloudwu/skynet](https://github.com/cloudwu/skynet)
231232
* [https://github.com/ejoy/ant](https://github.com/ejoy/ant)

PL/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,7 @@
588588
* [https://github.com/sebastianwessel/quickjs](https://github.com/sebastianwessel/quickjs)
589589
* Web虚拟机 [https://github.com/leaningtech/webvm](https://github.com/leaningtech/webvm)
590590
* [https://github.com/WasmEdge/WasmEdge](https://github.com/WasmEdge/WasmEdge)
591+
* JVM [https://github.com/leaningtech/browsercraft](https://github.com/leaningtech/browsercraft)
591592
* Rust [https://github.com/copy/v86](https://github.com/copy/v86)
592593
* [https://github.com/bytecodealliance/wasmtime](https://github.com/bytecodealliance/wasmtime)
593594
* [https://github.com/lumen/lumen](https://github.com/lumen/lumen)

PL/人工智能.md

+1
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@
308308
* [https://compvis.github.io/taming-transformers](https://compvis.github.io/taming-transformers)
309309
* [https://github.com/upscayl/upscayl](https://github.com/upscayl/upscayl)
310310
* [https://github.com/Tohrusky/Final2x](https://github.com/Tohrusky/Final2x)
311+
* [https://github.com/zhongweili/imagenie](https://github.com/zhongweili/imagenie)
311312
* 图片降噪 [https://github.com/google-research/multinerf](https://github.com/google-research/multinerf)
312313
* [https://bmild.github.io/rawnerf](https://bmild.github.io/rawnerf)
313314
* [https://github.com/CompVis/latent-diffusion](https://github.com/CompVis/latent-diffusion)

PL/文档处理.md

+1
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@
168168
* [https://github.com/jxlsteam](https://github.com/jxlsteam)
169169
* [https://sourceforge.net/projects/jxls](https://sourceforge.net/projects/jxls)
170170
* [https://github.com/alibaba/easyexcel](https://github.com/alibaba/easyexcel)
171+
* [https://github.com/CodePhiliaX/fastexcel](https://github.com/CodePhiliaX/fastexcel)
171172
* [https://github.com/plutext/docx4j](https://github.com/plutext/docx4j)
172173
* [https://gitee.com/lemur/easypoi](https://gitee.com/lemur/easypoi)
173174
* [https://github.com/dhatim/fastexcel](https://github.com/dhatim/fastexcel)

Shell/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
- [https://github.com/wader/fq](https://github.com/wader/fq)
7878
- [https://github.com/ynqa/jnv](https://github.com/ynqa/jnv)
7979
- HTML [https://github.com/ericchiang/pup](https://github.com/ericchiang/pup)
80+
- [https://github.com/dvcoolarun/web2pdf](https://github.com/dvcoolarun/web2pdf)
8081
- Find [https://github.com/sharkdp/fd](https://github.com/sharkdp/fd)
8182
- 便捷运行 [https://github.com/casey/just](https://github.com/casey/just)
8283
- [https://github.com/google/zx](https://github.com/google/zx)

System/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,10 @@
334334
* [https://github.com/louislam/uptime-kuma](https://github.com/louislam/uptime-kuma)
335335
* [https://github.com/lyc8503/UptimeFlare](https://github.com/lyc8503/UptimeFlare)
336336
* [https://github.com/OneUptime/oneuptime](https://github.com/OneUptime/oneuptime)
337+
* [https://github.com/abdenasser/neohtop](https://github.com/abdenasser/neohtop)
337338
* [https://github.com/StamusNetworks/SELKS](https://github.com/StamusNetworks/SELKS)
338339
* [https://github.com/BetterStackHQ](https://github.com/BetterStackHQ)
340+
* [https://github.com/opsre/WatchAlert](https://github.com/opsre/WatchAlert)
339341
* [https://github.com/chaos-zhu/easynode](https://github.com/chaos-zhu/easynode)
340342
* [https://github.com/netdata/netdata](https://github.com/netdata/netdata)
341343
* [https://github.com/newrelic](https://github.com/newrelic)
@@ -541,6 +543,7 @@
541543
* [https://github.com/apvarun/graphize](https://github.com/apvarun/graphize)
542544
* [https://github.com/obsidianmd/jsoncanvas](https://github.com/obsidianmd/jsoncanvas)
543545
* [https://github.com/loggerhead/json4u](https://github.com/loggerhead/json4u)
546+
* [https://github.com/xzitlou/jsontr.ee](https://github.com/xzitlou/jsontr.ee)
544547
* 时间线 [https://github.com/zhugezifang/ai_timeline](https://github.com/zhugezifang/ai_timeline)
545548
* 天气 [https://github.com/vsergeev/briefsky](https://github.com/vsergeev/briefsky)
546549
* 短链接 [https://github.com/dubinc/dub](https://github.com/dubinc/dub)
@@ -553,6 +556,7 @@
553556
* [https://github.com/timvisee/send](https://github.com/timvisee/send)
554557
* [https://send.cyberjake.xyz](https://send.cyberjake.xyz)
555558
* [https://send.vis.ee](https://send.vis.ee)
559+
* [https://github.com/WCY-dt/EasyTransfer](https://github.com/WCY-dt/EasyTransfer)
556560
* 主页仪表板 [https://github.com/glanceapp/glance](https://github.com/glanceapp/glance)
557561
* 在线知识库 [https://github.com/outline/outline](https://github.com/outline/outline)
558562
* 自定义二维码 [https://github.com/kochrt/qr-designer](https://github.com/kochrt/qr-designer)

System/Windows软件.md

+2
Original file line numberDiff line numberDiff line change
@@ -892,6 +892,7 @@ THUV2-32HH7-6NMHN-PTX7Y-QQCTH(该序列号来自昔阳县政府)
892892
* [https://github.com/fmeringdal/nettu-meet](https://github.com/fmeringdal/nettu-meet)
893893
* [https://github.com/CapSoftware/Cap](https://github.com/CapSoftware/Cap)
894894
* [https://github.com/RGAA-Software/GammaRay](https://github.com/RGAA-Software/GammaRay)
895+
* [https://github.com/mistweaverco/bananas](https://github.com/mistweaverco/bananas)
895896
* 一键远控 [https://www.yijianyuankong.com](https://www.yijianyuankong.com)
896897
* GotoHTTP [https://gotohttp.com](https://gotohttp.com)
897898
* 灰鸽子远程 [http://www.huigezi.org](http://www.huigezi.org)
@@ -1130,6 +1131,7 @@ THUV2-32HH7-6NMHN-PTX7Y-QQCTH(该序列号来自昔阳县政府)
11301131
* 键盘控制鼠标 [https://github.com/lesderid/keynavish](https://github.com/lesderid/keynavish)
11311132
* [https://github.com/jordansissel/keynav](https://github.com/jordansissel/keynav)
11321133
* 远程鼠标控制 [https://github.com/feschber/lan-mouse](https://github.com/feschber/lan-mouse)
1134+
* [https://github.com/deskflow/deskflow](https://github.com/deskflow/deskflow)
11331135
* 蓝牙管理 [https://github.com/m2jean/ToothTray](https://github.com/m2jean/ToothTray)
11341136
* 效率工具 [https://github.com/cuiliang/Quicker](https://github.com/cuiliang/Quicker)
11351137
* [https://www.sordum.org](https://www.sordum.org)

Web/CSS.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
* [https://css-loaders.com](https://css-loaders.com)
1515
* [https://css-generators.com](https://css-generators.com)
1616
* CSS3/CSS2/CSS 教程 [http://www.w3chtml.com/css3](http://www.w3chtml.com/css3)
17+
* [https://github.com/5t3ph/moderncss-dot-dev](https://github.com/5t3ph/moderncss-dot-dev)
1718
* [https://github.com/adrianhajdin/brainwave](https://github.com/adrianhajdin/brainwave)
1819
* HTML系列教程 [https://www.w3school.com.cn/h.asp](https://www.w3school.com.cn/h.asp)
1920
* [http://css.doyoe.com/](http://css.doyoe.com)

0 commit comments

Comments
 (0)