From ca8fc51f6f1a08427dff89fdfac64ea74e69561a Mon Sep 17 00:00:00 2001 From: bajins Date: Fri, 23 Aug 2024 13:00:41 +0800 Subject: [PATCH] add --- ...3\273\345\236\213\346\225\260\346\215\256\345\272\223.md" | 1 + IDE/README.md | 3 +++ .../Java\347\254\254\344\270\211\346\226\271\345\272\223.md" | 1 + ...1\246\347\261\215\345\222\214\345\215\232\345\256\242.md" | 1 + "PL/\344\272\272\345\267\245\346\231\272\350\203\275.md" | 3 +++ "PL/\345\212\240\345\257\206\350\256\244\350\257\201.md" | 1 + Python/README.md | 2 ++ System/README.md | 2 ++ "System/Windows\350\275\257\344\273\266.md" | 1 + Web/CSS.md | 5 +++-- ...cript\347\254\254\344\270\211\346\226\271\345\272\223.md" | 2 ++ 11 files changed, 20 insertions(+), 2 deletions(-) diff --git "a/DBS/\345\205\263\347\263\273\345\236\213\346\225\260\346\215\256\345\272\223.md" "b/DBS/\345\205\263\347\263\273\345\236\213\346\225\260\346\215\256\345\272\223.md" index 0668c4eb2..caa5f53d8 100644 --- "a/DBS/\345\205\263\347\263\273\345\236\213\346\225\260\346\215\256\345\272\223.md" +++ "b/DBS/\345\205\263\347\263\273\345\236\213\346\225\260\346\215\256\345\272\223.md" @@ -588,6 +588,7 @@ SELECT NEXT VALUE FOR seq_num AS num FROM DUAL WHERE NEXT VALUE FOR seq_num <= 3 * 客户端 [https://github.com/sosedoff/pgweb](https://github.com/sosedoff/pgweb) * [https://github.com/prest/prest](https://github.com/prest/prest) * [https://github.com/alibaba/PolarDB-for-PostgreSQL](https://github.com/alibaba/PolarDB-for-PostgreSQL) +* [https://github.com/npgsql](https://github.com/npgsql) * 管理器 [https://github.com/sorintlab/stolon](https://github.com/sorintlab/stolon) * 连接池工具 [https://github.com/pgbouncer/pgbouncer](https://github.com/pgbouncer/pgbouncer) * 扩展Rust开发框架 [https://github.com/tcdi/pgx](https://github.com/tcdi/pgx) diff --git a/IDE/README.md b/IDE/README.md index 2cfa4755b..05e60daec 100644 --- a/IDE/README.md +++ b/IDE/README.md @@ -20,6 +20,7 @@ * [https://github.com/zed-industries](https://github.com/zed-industries) * [https://github.com/face-hh/griddycode](https://github.com/face-hh/griddycode) * [https://github.com/capistrano/sshkit](https://github.com/capistrano/sshkit) +* [https://github.com/getcursor/cursor](https://github.com/getcursor/cursor) * IDE的仪表盘 [https://github.com/wakatime](https://github.com/wakatime) * 图形转代码 [https://www.paintcodeapp.com](https://www.paintcodeapp.com) * GoIDE [https://github.com/visualfc/liteide](https://github.com/visualfc/liteide) @@ -279,6 +280,7 @@ + [https://www.httpmaster.net](https://www.httpmaster.net) + [https://github.com/Inflectra](https://github.com/Inflectra) + [https://github.com/assertible](https://github.com/assertible) ++ [https://github.com/grafana/k6](https://github.com/grafana/k6) + vREST [https://github.com/Optimizory](https://github.com/Optimizory) + LoadRunner [https://www.microfocus.com/zh-cn/products#all-L](https://www.microfocus.com/zh-cn/products#all-L) + [https://liushilive.github.io/github_exercise_performance_testing](https://liushilive.github.io/github_exercise_performance_testing) @@ -344,6 +346,7 @@ * [https://codeberg.org/sql-workbench/workbench](https://codeberg.org/sql-workbench/workbench) * [https://www.sql-workbench.eu](https://www.sql-workbench.eu) * [https://www.heidisql.com](https://www.heidisql.com) +* SQL分析工具 [https://github.com/timeseries/qstudio](https://github.com/timeseries/qstudio) * 关系数据浏览 [https://github.com/Wisser/Jailer](https://github.com/Wisser/Jailer) * [https://sourceforge.net/projects/squirrel-sql](https://sourceforge.net/projects/squirrel-sql) * [http://www.squirrelsql.org](http://www.squirrelsql.org) diff --git "a/Java/Java\347\254\254\344\270\211\346\226\271\345\272\223.md" "b/Java/Java\347\254\254\344\270\211\346\226\271\345\272\223.md" index cf4e161af..a44a479aa 100644 --- "a/Java/Java\347\254\254\344\270\211\346\226\271\345\272\223.md" +++ "b/Java/Java\347\254\254\344\270\211\346\226\271\345\272\223.md" @@ -512,6 +512,7 @@ * [https://github.com/spring-projects/spring-restdocs](https://github.com/spring-projects/spring-restdocs) * [https://github.com/ScaCap/spring-auto-restdocs](https://github.com/ScaCap/spring-auto-restdocs) * [https://github.com/YeDaxia/JApiDocs](https://github.com/YeDaxia/JApiDocs) +* 资源读取 [https://github.com/hosuaby/inject-resources](https://github.com/hosuaby/inject-resources) diff --git "a/Other/\344\271\246\347\261\215\345\222\214\345\215\232\345\256\242.md" "b/Other/\344\271\246\347\261\215\345\222\214\345\215\232\345\256\242.md" index 136191978..2636a979a 100644 --- "a/Other/\344\271\246\347\261\215\345\222\214\345\215\232\345\256\242.md" +++ "b/Other/\344\271\246\347\261\215\345\222\214\345\215\232\345\256\242.md" @@ -152,6 +152,7 @@ * [https://github.com/PKUanonym/REKCARC-TSC-UHT](https://github.com/PKUanonym/REKCARC-TSC-UHT) * [https://github.com/QSCTech/zju-icicles](https://github.com/QSCTech/zju-icicles) * [https://feishuhub.com](https://feishuhub.com) +* Google的软件工程 [https://qiangmzsx.github.io/Software-Engineering-at-Google](https://qiangmzsx.github.io/Software-Engineering-at-Google) * 自动化软件测试 [https://github.com/uds-se/fuzzingbook](https://github.com/uds-se/fuzzingbook) * 数据工程课程 [https://github.com/DataTalksClub/data-engineering-zoomcamp](https://github.com/DataTalksClub/data-engineering-zoomcamp) * [https://github.com/DataExpert-io/data-engineer-handbook](https://github.com/DataExpert-io/data-engineer-handbook) diff --git "a/PL/\344\272\272\345\267\245\346\231\272\350\203\275.md" "b/PL/\344\272\272\345\267\245\346\231\272\350\203\275.md" index ab0505f62..6387471dc 100644 --- "a/PL/\344\272\272\345\267\245\346\231\272\350\203\275.md" +++ "b/PL/\344\272\272\345\267\245\346\231\272\350\203\275.md" @@ -288,6 +288,7 @@ * [https://github.com/lichin-lin/figma-sam](https://github.com/lichin-lin/figma-sam) * [https://ai-image.tools](https://ai-image.tools) * [https://cutout.aiwave.cc](https://cutout.aiwave.cc) +* [https://github.com/pangxiaobin/image-matting](https://github.com/pangxiaobin/image-matting) * 视频制作 [https://github.com/elebumm/RedditVideoMakerBot](https://github.com/elebumm/RedditVideoMakerBot) * [https://github.com/mli/autocut](https://github.com/mli/autocut) * [https://github.com/magic-research/magic-animate](https://github.com/magic-research/magic-animate) @@ -476,6 +477,7 @@ - [https://github.com/CopilotKit/CopilotKit](https://github.com/CopilotKit/CopilotKit) - [https://github.com/6677-ai/tap4-ai-webui](https://github.com/6677-ai/tap4-ai-webui) - [https://github.com/lmstudio-ai](https://github.com/lmstudio-ai) +- [https://github.com/QuivrHQ/quivr](https://github.com/QuivrHQ/quivr) - ChatGPT/Claude/Sage/Dragonfly/Vicuna/Koala/Dolly/ChatGLM/Alpaca - [https://github.com/cloud804d/mirrors-pengzhile-pandora](https://github.com/cloud804d/mirrors-pengzhile-pandora) - [https://github.com/pandora-next/deploy](https://github.com/pandora-next/deploy) @@ -559,6 +561,7 @@ curl \ - [https://github.com/rashadphz/farfalle](https://github.com/rashadphz/farfalle) - [https://github.com/memfreeme/memfree](https://github.com/memfreeme/memfree) - [https://github.com/DiscovAI/DiscovAI-search](https://github.com/DiscovAI/DiscovAI-search) +- [https://github.com/InternLM/MindSearch](https://github.com/InternLM/MindSearch) - LLaMA [https://github.com/facebookresearch/llama](https://github.com/facebookresearch/llama) - [https://github.com/kennethleungty/Llama-2-Open-Source-LLM-CPU-Inference](https://github.com/kennethleungty/Llama-2-Open-Source-LLM-CPU-Inference) - [https://github.com/ymcui/Chinese-LLaMA-Alpaca](https://github.com/ymcui/Chinese-LLaMA-Alpaca) diff --git "a/PL/\345\212\240\345\257\206\350\256\244\350\257\201.md" "b/PL/\345\212\240\345\257\206\350\256\244\350\257\201.md" index 95ddeba45..9f04863e2 100644 --- "a/PL/\345\212\240\345\257\206\350\256\244\350\257\201.md" +++ "b/PL/\345\212\240\345\257\206\350\256\244\350\257\201.md" @@ -45,6 +45,7 @@ * [https://github.com/MasterKale/SimpleWebAuthn](https://github.com/MasterKale/SimpleWebAuthn) * [https://github.com/fusionauth](https://github.com/fusionauth) * [https://github.com/unkeyed/unkey](https://github.com/unkeyed/unkey) +* [https://github.com/goauthentik/authentik](https://github.com/goauthentik/authentik) - [Web开发几种常用的认证机制](https://www.cnblogs.com/li1992/articles/9802716.html) diff --git a/Python/README.md b/Python/README.md index 7857fb1c6..4d5ea0b93 100644 --- a/Python/README.md +++ b/Python/README.md @@ -83,6 +83,7 @@ with Test() as t: # 触发__exit__ - WiFi扫描破解 [https://github.com/TheSadError/NIVOS](https://github.com/TheSadError/NIVOS) - CLI工具 [https://github.com/kellyjonbrazil/jc](https://github.com/kellyjonbrazil/jc) - [https://github.com/astral-sh/ruff](https://github.com/astral-sh/ruff) +- 数据提取 [https://github.com/opendatalab/MinerU](https://github.com/opendatalab/MinerU) @@ -201,6 +202,7 @@ vi /usr/libexec/urlgrabber-ext-down * [https://bitbucket.org/virtualenvwrapper/virtualenvwrapper](https://bitbucket.org/virtualenvwrapper/virtualenvwrapper) * [https://github.com/davidmarble/virtualenvwrapper-win](https://github.com/davidmarble/virtualenvwrapper-win) * [https://github.com/python-poetry/poetry](https://github.com/python-poetry/poetry) +* [https://github.com/astral-sh/uv](https://github.com/astral-sh/uv) diff --git a/System/README.md b/System/README.md index 10dd109cb..2980f9c24 100644 --- a/System/README.md +++ b/System/README.md @@ -258,6 +258,7 @@ * [https://github.com/datawire/ambassador](https://github.com/datawire/ambassador) * [https://github.com/projectcontour/gimbal](https://github.com/projectcontour/gimbal) * [https://github.com/zalando/skipper](https://github.com/zalando/skipper) +* [https://github.com/tobychui/zoraxy](https://github.com/tobychui/zoraxy) * IP漂移 [https://github.com/acassen/keepalived](https://github.com/acassen/keepalived) * [https://github.com/garenchan/keepalived-doc](https://github.com/garenchan/keepalived-doc) * [高可用实践——Keepalived踩坑记录](https://zhuanlan.zhihu.com/p/148136167) @@ -343,6 +344,7 @@ - [https://github.com/sysstat/sysstat](https://github.com/sysstat/sysstat) - [https://github.com/context-labs/mactop](https://github.com/context-labs/mactop) - [https://github.com/wolfpld/tracy](https://github.com/wolfpld/tracy) +- [https://github.com/imsnif/bandwhich](https://github.com/imsnif/bandwhich) - 视图监视器 [https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet](https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet) - [https://github.com/aristocratos](https://github.com/aristocratos) - [https://github.com/magiclen/m-prober](https://github.com/magiclen/m-prober) diff --git "a/System/Windows\350\275\257\344\273\266.md" "b/System/Windows\350\275\257\344\273\266.md" index da61721f5..115868287 100644 --- "a/System/Windows\350\275\257\344\273\266.md" +++ "b/System/Windows\350\275\257\344\273\266.md" @@ -221,6 +221,7 @@ * [https://github.com/subhra74/xdm](https://github.com/subhra74/xdm) * [https://github.com/hugetiny/negibox](https://github.com/hugetiny/negibox) * [https://github.com/agalwood/Motrix](https://github.com/agalwood/Motrix) +* [https://github.com/imfile-io/imfile-desktop](https://github.com/imfile-io/imfile-desktop) * [https://sourceforge.net/projects/urlget](https://sourceforge.net/projects/urlget) * [https://github.com/axel-download-accelerator/axel](https://github.com/axel-download-accelerator/axel) * [https://github.com/GopeedLab/gopeed](https://github.com/GopeedLab/gopeed) diff --git a/Web/CSS.md b/Web/CSS.md index 4c6a5362b..d216e7f4c 100644 --- a/Web/CSS.md +++ b/Web/CSS.md @@ -145,10 +145,11 @@ * [https://github.com/ansible-semaphore/semaphore](https://github.com/ansible-semaphore/semaphore) * [https://www.telerik.com/kendo-ui](https://www.telerik.com/kendo-ui) * [https://github.com/shadcn/ui](https://github.com/shadcn/ui) -* [https://github.com/radix-ui](https://github.com/radix-ui) -* [https://github.com/shoelace-style/shoelace](https://github.com/shoelace-style/shoelace) * [https://github.com/shadcn-ui/ui](https://github.com/shadcn-ui/ui) * [https://ui.shadcn.com/charts](https://ui.shadcn.com/charts) +* [https://github.com/magicuidesign/magicui](https://github.com/magicuidesign/magicui) +* [https://github.com/radix-ui](https://github.com/radix-ui) +* [https://github.com/shoelace-style/shoelace](https://github.com/shoelace-style/shoelace) * 解析 [https://github.com/csstree/csstree](https://github.com/csstree/csstree) * 矢量图标 [https://github.com/FortAwesome/Font-Awesome](https://github.com/FortAwesome/Font-Awesome) * [https://www.iconfont.cn](https://www.iconfont.cn) diff --git "a/Web/JavaScript\347\254\254\344\270\211\346\226\271\345\272\223.md" "b/Web/JavaScript\347\254\254\344\270\211\346\226\271\345\272\223.md" index ac0452079..061a45d80 100644 --- "a/Web/JavaScript\347\254\254\344\270\211\346\226\271\345\272\223.md" +++ "b/Web/JavaScript\347\254\254\344\270\211\346\226\271\345\272\223.md" @@ -91,6 +91,7 @@ * [https://github.com/mister-hope/slimsearch](https://github.com/mister-hope/slimsearch) * [https://github.com/typesense/typesense](https://github.com/typesense/typesense) * [https://github.com/MihaiValentin/lunr-languages](https://github.com/MihaiValentin/lunr-languages) +* [https://github.com/cjinhuo/text-search-engine](https://github.com/cjinhuo/text-search-engine) * 自动建议 [https://github.com/knadh/floatype.js](https://github.com/knadh/floatype.js) * [https://github.com/TarekRaafat/autoComplete.js](https://github.com/TarekRaafat/autoComplete.js) * 类型检查 [https://github.com/facebook/flow](https://github.com/facebook/flow) @@ -220,6 +221,7 @@ * [https://github.com/jrainlau](https://github.com/jrainlau) * [https://github.com/liriliri/licia](https://github.com/liriliri/licia) * [https://github.com/lodash/lodash](https://github.com/lodash/lodash) +* [https://github.com/toss/es-toolkit](https://github.com/toss/es-toolkit) * [https://github.com/jashkenas](https://github.com/jashkenas) * [https://github.com/jashkenas/underscore](https://github.com/jashkenas/underscore) * [https://underscorejs.net](https://underscorejs.net)