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 08ce08d10..7a08bb244 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" @@ -199,7 +199,10 @@ * [https://github.com/HtmlUnit/htmlunit](https://github.com/HtmlUnit/htmlunit) * [https://sourceforge.net/projects/htmlunit](https://sourceforge.net/projects/htmlunit) * Java8以下的时间替代项目`joda-time` [https://github.com/JodaOrg](https://github.com/JodaOrg) +* [https://github.com/ocpsoft/prettytime](https://github.com/ocpsoft/prettytime) +* [https://github.com/ThreeTen/threetenbp](https://github.com/ThreeTen/threetenbp) * [https://github.com/iandarwin/date4j](https://github.com/iandarwin/date4j) +* [https://github.com/MenoData/Time4J](https://github.com/MenoData/Time4J) * 对配置内容加密 [https://github.com/ulisesbocchio/jasypt-spring-boot](https://github.com/ulisesbocchio/jasypt-spring-boot) * Google加密 [https://github.com/google/tink](https://github.com/google/tink) * bcprov-jdk15on [https://github.com/bcgit/bc-java](https://github.com/bcgit/bc-java) Bouncy Castle Crypto diff --git a/Other/Markdown.md b/Other/Markdown.md index 685ae5a4a..19d4f6c85 100644 --- a/Other/Markdown.md +++ b/Other/Markdown.md @@ -41,6 +41,7 @@ - 文档转换 [https://github.com/topics/converter](https://github.com/topics/converter) +- [https://github.com/VikParuchuri/marker](https://github.com/VikParuchuri/marker) - GitHub角落图标 [https://github.com/tholman/github-corners](https://github.com/tholman/github-corners) - [https://github.com/missive/emoji-mart](https://github.com/missive/emoji-mart) - [https://github.com/rickstaa/github-emoji-picker](https://github.com/rickstaa/github-emoji-picker) diff --git "a/Other/\345\205\215\350\264\271\346\234\215\345\212\241.md" "b/Other/\345\205\215\350\264\271\346\234\215\345\212\241.md" index 9ba25b042..093f16688 100644 --- "a/Other/\345\205\215\350\264\271\346\234\215\345\212\241.md" +++ "b/Other/\345\205\215\350\264\271\346\234\215\345\212\241.md" @@ -76,6 +76,7 @@ * [https://github.com/IBM/plex](https://github.com/IBM/plex) * 高辨识度字体 [https://brailleinstitute.org/freefont](https://brailleinstitute.org/freefont) * 位图编程字体 [https://github.com/slavfox/Cozette](https://github.com/slavfox/Cozette) +* [京華老宋体](https://zhuanlan.zhihu.com/p/637491623) - 字体编辑器 [https://github.com/fontforge/fontforge](https://github.com/fontforge/fontforge) diff --git a/PL/CSharp.md b/PL/CSharp.md index f52e76dc5..ce2715e91 100644 --- a/PL/CSharp.md +++ b/PL/CSharp.md @@ -34,6 +34,11 @@ - [https://docs.microsoft.com/zh-cn/dotnet/desktop/winforms](https://docs.microsoft.com/zh-cn/dotnet/desktop/winforms) - [https://docs.microsoft.com/zh-cn/windows/win32](https://docs.microsoft.com/zh-cn/windows/win32) - [https://docs.microsoft.com/zh-cn/windows/win32/apiindex/windows-api-list](https://docs.microsoft.com/zh-cn/windows/win32/apiindex/windows-api-list) + - 任务计划 [https://learn.microsoft.com/zh-cn/windows/win32/TaskSchd](https://learn.microsoft.com/zh-cn/windows/win32/TaskSchd) + - [https://learn.microsoft.com/zh-cn/windows/win32/api/_taskschd](https://learn.microsoft.com/zh-cn/windows/win32/api/_taskschd) + - 事件 [https://docs.microsoft.com/zh-cn/windows/win32/events/windows-events](https://docs.microsoft.com/zh-cn/windows/win32/events/windows-events) + - [https://docs.microsoft.com/zh-cn/previous-versions/aa385231(v=vs.85)](https://docs.microsoft.com/zh-cn/previous-versions/aa385231(v=vs.85)) + - [https://docs.microsoft.com/zh-cn/windows/win32/wes/windows-event-log](https://docs.microsoft.com/zh-cn/windows/win32/wes/windows-event-log) - [https://www.microsoft.com/design](https://www.microsoft.com/design) - [https://dotnet.microsoft.com/apps/aspnet/web-apps/blazor](https://dotnet.microsoft.com/apps/aspnet/web-apps/blazor) - [https://docs.microsoft.com/zh-cn/aspnet](https://docs.microsoft.com/zh-cn/aspnet) @@ -234,13 +239,14 @@ * 爬虫 [https://github.com/zhupingqi/RuiJi.Net](https://github.com/zhupingqi/RuiJi.Net) * [https://github.com/BaristaLabs/chrome-dev-tools](https://github.com/BaristaLabs/chrome-dev-tools) * SPA [https://github.com/jasontaylordev/CleanArchitecture](https://github.com/jasontaylordev/CleanArchitecture) -* json [https://github.com/JamesNK/Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) +* JSON [https://github.com/JamesNK/Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) * [https://github.com/ysharplanguage/FastJsonParser](https://github.com/ysharplanguage/FastJsonParser) +* [https://github.com/gregsdennis/json-everything](https://github.com/gregsdennis/json-everything) * 验证 [https://github.com/VerifyTests/Verify](https://github.com/VerifyTests/Verify) * 定时任务 [https://github.com/quartznet](https://github.com/quartznet) * [https://github.com/HangfireIO/Hangfire](https://github.com/HangfireIO/Hangfire) * [https://github.com/fluentscheduler/FluentScheduler](https://github.com/fluentscheduler/FluentScheduler) -* html解析 [https://github.com/zzzprojects/html-agility-pack](https://github.com/zzzprojects/html-agility-pack) +* HTML解析 [https://github.com/zzzprojects/html-agility-pack](https://github.com/zzzprojects/html-agility-pack) * IOC [https://github.com/autofac/Autofac](https://github.com/autofac/Autofac) * 操作Word [https://github.com/xceedsoftware/DocX](https://github.com/xceedsoftware/DocX) * ORM [https://github.com/DapperLib/Dapper](https://github.com/DapperLib/Dapper) diff --git a/PL/README.md b/PL/README.md index 5dcdec5de..6804856ec 100644 --- a/PL/README.md +++ b/PL/README.md @@ -217,6 +217,7 @@ * 包管理器 [http://win-builds.org](http://win-builds.org) * [https://github.com/eryajf/Thanks-Mirror](https://github.com/eryajf/Thanks-Mirror) * [https://github.com/renovatebot/renovate](https://github.com/renovatebot/renovate) +* [https://github.com/NoCLin/LightMirrors](https://github.com/NoCLin/LightMirrors) * 云原生构建包 [https://github.com/buildpacks](https://github.com/buildpacks) * [https://github.com/defenseunicorns/zarf](https://github.com/defenseunicorns/zarf) * 微服务开发工具 [https://github.com/eko/monday](https://github.com/eko/monday) @@ -234,6 +235,7 @@ * 环境设置 [https://github.com/josean-dev/dev-environment-files](https://github.com/josean-dev/dev-environment-files) * 游戏多语言实现 [https://github.com/coding-horror/basic-computer-games](https://github.com/coding-horror/basic-computer-games) * 查看二进制文件 [https://binvis.io](https://binvis.io) +* 工具箱 [https://github.com/CorentinTh/it-tools](https://github.com/CorentinTh/it-tools) @@ -477,6 +479,7 @@ - 渐进式 [https://github.com/dojo](https://github.com/dojo) - [https://dojotoolkit.org](https://dojotoolkit.org) - [https://github.com/trpc/trpc](https://github.com/trpc/trpc) +- SQL查询生成 [https://github.com/kysely-org/kysely](https://github.com/kysely-org/kysely) diff --git a/PL/Rust.md b/PL/Rust.md index 67480a79c..57c1dc06f 100644 --- a/PL/Rust.md +++ b/PL/Rust.md @@ -60,6 +60,22 @@ - IDE [https://github.com/intellij-rust](https://github.com/intellij-rust) +**不显示控制台窗口** + +- https://rust-lang.github.io/rfcs/1665-windows-subsystem.html +- https://learn.microsoft.com/zh-cn/cpp/build/reference/subsystem-specify-subsystem +- https://stackoverflow.com/questions/74847732/can-you-make-a-windows-desktop-app-in-rust-and-winapi +- https://stackoverflow.com/questions/29763647/how-to-make-a-program-that-does-not-display-the-console-window + + +```bash +# MSVC +cargo rustc --release -- -Clink-args="/SUBSYSTEM:WINDOWS /ENTRY:mainCRTStartup" +# GCC +cargo rustc --release -- -Clink-args="-Wl,--subsystem,windows" +``` + + ## 第三方依赖 @@ -103,6 +119,7 @@ + [https://github.com/RustRobotics](https://github.com/RustRobotics) + [https://github.com/RustVis](https://github.com/RustVis) + [https://github.com/gimli-rs](https://github.com/gimli-rs) ++ [https://github.com/magiclen](https://github.com/magiclen) - [https://github.com/Amanieu/parking_lot](https://github.com/Amanieu/parking_lot) @@ -336,6 +353,7 @@ +* [https://github.com/rusthub-org](https://github.com/rusthub-org) * LLVM [https://github.com/TheDan64/inkwell](https://github.com/TheDan64/inkwell) * [https://github.com/llvmenv](https://github.com/llvmenv) * 音乐播放器 [https://github.com/jpochyla/miniaudio-rs](https://github.com/jpochyla/miniaudio-rs) diff --git "a/PL/\345\256\271\345\231\250\350\231\232\346\213\237\346\234\272.md" "b/PL/\345\256\271\345\231\250\350\231\232\346\213\237\346\234\272.md" index df1aa8b13..844e2ea7c 100644 --- "a/PL/\345\256\271\345\231\250\350\231\232\346\213\237\346\234\272.md" +++ "b/PL/\345\256\271\345\231\250\350\231\232\346\213\237\346\234\272.md" @@ -22,6 +22,7 @@ + GUI [https://github.com/DockStation/dockstation](https://github.com/DockStation/dockstation) +* [https://github.com/dockur/windows](https://github.com/dockur/windows) * [Docker进阶实用命令](https://sleele.com/2018/09/27/docker%e8%bf%9b%e9%98%b6%e5%ae%9e%e7%94%a8%e5%91%bd%e4%bb%a4/) * [https://sleele.com/category/docker/](https://sleele.com/category/docker/) * [https://docs.microsoft.com/zh-cn/virtualization](https://docs.microsoft.com/zh-cn/virtualization) diff --git "a/PL/\350\241\250\350\276\276\345\274\217\345\222\214\347\274\226\347\240\201.md" "b/PL/\350\241\250\350\276\276\345\274\217\345\222\214\347\274\226\347\240\201.md" index d9f2070fa..632c16c05 100644 --- "a/PL/\350\241\250\350\276\276\345\274\217\345\222\214\347\274\226\347\240\201.md" +++ "b/PL/\350\241\250\350\276\276\345\274\217\345\222\214\347\274\226\347\240\201.md" @@ -126,6 +126,7 @@ * [https://en.wikipedia.org/wiki/ASCII](https://en.wikipedia.org/wiki/ASCII) * [https://en.wikipedia.org/wiki/Extended_ASCII](https://en.wikipedia.org/wiki/Extended_ASCII) * [ASCII码一览表,ASCII码对照表](http://c.biancheng.net/c/ascii) +* [https://cloud.magiclen.org/cn/ascii](https://cloud.magiclen.org/cn/ascii) * [ASCII码对照表【2022年汇总】](https://blog.csdn.net/hhy321/article/details/120610891) - [https://asciiart.website](https://asciiart.website) diff --git "a/Python/Python\347\210\254\350\231\253.md" "b/Python/Python\347\210\254\350\231\253.md" index df3a2ad00..a53e76f38 100644 --- "a/Python/Python\347\210\254\350\231\253.md" +++ "b/Python/Python\347\210\254\350\231\253.md" @@ -63,6 +63,7 @@ * [https://github.com/Evil0ctal/Douyin_TikTok_Download_API](https://github.com/Evil0ctal/Douyin_TikTok_Download_API) * [https://github.com/czy0729/Bangumi](https://github.com/czy0729/Bangumi) * [WeChatDownload,批量微信公众号文章下载小工具](https://i.ijrou.com/p/story/WeChatDownload.html) +* [https://github.com/cooderl/wewe-rss](https://github.com/cooderl/wewe-rss) * [调试PC端微信内置浏览器](https://mp.weixin.qq.com/s/WZR4HXwM1PEz4nEeMCejWQ) * [调试PC端微信内置浏览器](http://jioho.gitee.io/blog/%E5%B7%A5%E5%85%B7/%E8%B0%83%E8%AF%95PC%E7%AB%AF%E5%BE%AE%E4%BF%A1%E5%86%85%E7%BD%AE%E6%B5%8F%E8%A7%88%E5%99%A8.html) * ["调戏" 微信PC端浏览器内置浏览器](https://juejin.cn/post/6844904082314887182) diff --git "a/Python/\344\272\272\345\267\245\346\231\272\350\203\275.md" "b/Python/\344\272\272\345\267\245\346\231\272\350\203\275.md" index 8a06d59bd..5b4addc82 100644 --- "a/Python/\344\272\272\345\267\245\346\231\272\350\203\275.md" +++ "b/Python/\344\272\272\345\267\245\346\231\272\350\203\275.md" @@ -335,6 +335,7 @@ * [https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID](https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID) * [https://civitai.com](https://civitai.com) * 中文文本纠错 [https://github.com/shibing624/pycorrector](https://github.com/shibing624/pycorrector) +* 图像生成音乐 [https://imagetomusic.top](https://imagetomusic.top) @@ -396,6 +397,7 @@ * [https://github.com/argosopentech/argos-translate](https://github.com/argosopentech/argos-translate) * [https://github.com/LibreTranslate/LibreTranslate](https://github.com/LibreTranslate/LibreTranslate) * [https://github.com/jianchang512/ott](https://github.com/jianchang512/ott) +* [https://github.com/yuka-friends/Windrecorder](https://github.com/yuka-friends/Windrecorder) @@ -412,6 +414,7 @@ - [https://github.com/ollama/ollama](https://github.com/ollama/ollama) +- [https://github.com/lmstudio-ai](https://github.com/lmstudio-ai) - 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) @@ -445,6 +448,7 @@ - [https://github.com/snorkel-team](https://github.com/snorkel-team) - [https://github.com/imoneoi/openchat](https://github.com/imoneoi/openchat) - [https://github.com/Yidadaa/ChatGPT-Next-Web](https://github.com/Yidadaa/ChatGPT-Next-Web) +- [https://github.com/lobehub/lobe-chat](https://github.com/lobehub/lobe-chat) - [Docker系列 基于OpenAI API和Access Token自建ChatGPT](https://blognas.hwb0307.com/linux/docker/4201) - [https://github.com/lss233/chatgpt-mirai-qq-bot](https://github.com/lss233/chatgpt-mirai-qq-bot) - [https://github.com/aaamoon/copilot-gpt4-service](https://github.com/aaamoon/copilot-gpt4-service) diff --git a/Shell/WindowsBatch.md b/Shell/WindowsBatch.md index b6b941c20..87b71495f 100644 --- a/Shell/WindowsBatch.md +++ b/Shell/WindowsBatch.md @@ -339,7 +339,7 @@ timeout /T -1 /NOBREAK ### 任务计划 * [Schtasks命令详解](https://www.cnblogs.com/daimaxuejia/p/12957644.html) -* [https://learn.microsoft.com/zh-cn/windows/win32/TaskSchd](https://learn.microsoft.com/zh-cn/windows/win32/TaskSchd) + **更高级用法见[创建任务计划](/Shell/WindowsJScript.md#创建任务计划)** @@ -381,10 +381,6 @@ SCHTASKS /run /TN 任务名称 ### 事件 -* [https://docs.microsoft.com/zh-cn/windows/win32/events/windows-events](https://docs.microsoft.com/zh-cn/windows/win32/events/windows-events) -* [https://docs.microsoft.com/zh-cn/previous-versions//aa385231(v=vs.85)]( https://docs.microsoft.com/zh-cn/previous-versions//aa385231(v=vs.85)) -* [https://docs.microsoft.com/zh-cn/windows/win32/wes/windows-event-log](https://docs.microsoft.com/zh-cn/windows/win32/wes/windows-event-log) - - `eventvwr` 打开事件查看器 - 打开eventvwr -> Windows 日志 -> 系统 右键打开菜单 -> 将所有事件另存为(E) -> 选择保存类型为xml - `eventcreate` 该命令行工具使管理员能够创建一个自定义事件 ID 和消息于某指定事件日志里。 diff --git "a/System/Linux\347\275\221\347\273\234\351\230\262\347\201\253\345\242\231.md" "b/System/Linux\347\275\221\347\273\234\351\230\262\347\201\253\345\242\231.md" index 346365d99..33b0367c4 100644 --- "a/System/Linux\347\275\221\347\273\234\351\230\262\347\201\253\345\242\231.md" +++ "b/System/Linux\347\275\221\347\273\234\351\230\262\347\201\253\345\242\231.md" @@ -195,6 +195,8 @@ firewall-cmd --query-panic - 查询IP地理信息 [https://github.com/zu1k/nali](https://github.com/zu1k/nali) - [https://github.com/jason5ng32/MyIP](https://github.com/jason5ng32/MyIP) - [https://ip.guide](https://ip.guide) +- [https://github.com/hackclub/how-did-i-get-here](https://github.com/hackclub/how-did-i-get-here) + - [https://github.com/hackclub/ktr](https://github.com/hackclub/ktr) - [https://github.com/lionsoul2014/ip2region](https://github.com/lionsoul2014/ip2region) - [https://gitee.com/lionsoul/ip2region](https://gitee.com/lionsoul/ip2region) - [https://ifconfig.me](https://ifconfig.me) @@ -209,6 +211,7 @@ firewall-cmd --query-panic - [https://www.browserscan.net](https://www.browserscan.net) - [https://www.ipip.net](https://www.ipip.net) - [https://www.myip.la](https://www.myip.la) +- [https://cloud.magiclen.org/cn/myip](https://cloud.magiclen.org/cn/myip) - 可用性检查 [https://github.com/funilrys/PyFunceble](https://github.com/funilrys/PyFunceble) diff --git a/System/README.md b/System/README.md index bbec6a9ca..9c759effb 100644 --- a/System/README.md +++ b/System/README.md @@ -108,6 +108,7 @@ * [https://github.com/coolsnowwolf/lede](https://github.com/coolsnowwolf/lede) * [https://github.com/haiibo/OpenWrt](https://github.com/haiibo/OpenWrt) * [https://github.com/gdy666/lucky](https://github.com/gdy666/lucky) + * [https://github.com/liudf0716/apfree-wifidog](https://github.com/liudf0716/apfree-wifidog) * [https://github.com/open-power](https://github.com/open-power) * [https://github.com/coolsnowwolf/lede](https://github.com/coolsnowwolf/lede) * [https://github.com/Entware](https://github.com/Entware) @@ -236,6 +237,7 @@ 2. [HAProxy Nginx LVS 对比](http://www.lgoon.com/detail/22) 3. [负载均衡器对比(LVS、Nginx、Haproxy)](https://vimll.com/?p=886) 4. [各大API网关性能比较](https://segmentfault.com/a/1190000018838988) +* [https://github.com/cloudflare/pingora](https://github.com/cloudflare/pingora) * [https://github.com/envoyproxy/envoy](https://github.com/envoyproxy/envoy) * [https://github.com/projectcontour/contour](https://github.com/projectcontour/contour) * [https://github.com/datawire/ambassador](https://github.com/datawire/ambassador) @@ -319,6 +321,7 @@ - perf、sar、ksar、mpstat、uptime、vmstat、pidstat、time、cpustat、munin、glances、atop、nmon、pcp-gui、nfsstat、netstat、iostat - 视图监视器 [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) @@ -442,6 +445,7 @@ * 知识问答 [https://github.com/apache/incubator-answer](https://github.com/apache/incubator-answer) * 白噪音 [https://github.com/geekyouth/moodist](https://github.com/geekyouth/moodist) * 动画生成代码 [https://animotion.dev](https://animotion.dev) +* 代码图 [https://github.com/Idered/chalk.ist](https://github.com/Idered/chalk.ist) diff --git "a/System/Windows\350\275\257\344\273\266.md" "b/System/Windows\350\275\257\344\273\266.md" index 60ca7aa09..0c98afa40 100644 --- "a/System/Windows\350\275\257\344\273\266.md" +++ "b/System/Windows\350\275\257\344\273\266.md" @@ -1125,6 +1125,7 @@ THUV2-32HH7-6NMHN-PTX7Y-QQCTH(该序列号来自昔阳县政府) * [https://www.penghubingzhou.cn/tags/I2C](https://www.penghubingzhou.cn/tags/I2C) * 查找泄漏密码 [https://github.com/HaveIBeenPwned](https://github.com/HaveIBeenPwned) * 游戏项目 [https://github.com/leereilly/games](https://github.com/leereilly/games) +* [https://github.com/SuperTux/supertux](https://github.com/SuperTux/supertux) * GTA游戏 [https://github.com/GTAmodding/re3](https://github.com/GTAmodding/re3) * [https://github.com/theVakhovskeIsTaken/holoiso](https://github.com/theVakhovskeIsTaken/holoiso) * [https://github.com/Plagman/gamescope](https://github.com/Plagman/gamescope) diff --git "a/System/\351\202\256\347\256\261\346\234\215\345\212\241.md" "b/System/\351\202\256\347\256\261\346\234\215\345\212\241.md" index 51e7ef5ec..e9a5b7538 100644 --- "a/System/\351\202\256\347\256\261\346\234\215\345\212\241.md" +++ "b/System/\351\202\256\347\256\261\346\234\215\345\212\241.md" @@ -91,7 +91,20 @@ ## 邮件服务器 ++ [https://dkim.org](https://dkim.org) + + * [https://tourcoder.com/install-postfix-on-centos-7/](https://tourcoder.com/install-postfix-on-centos-7) +* [https://github.com/albertito/chasquid](https://github.com/albertito/chasquid) +* [https://github.com/Exim/exim](https://github.com/Exim/exim) +* [https://github.com/vdukhovni/postfix](https://github.com/vdukhovni/postfix) +* [https://github.com/postfixadmin/postfixadmin](https://github.com/postfixadmin/postfixadmin) +* [https://github.com/mailserver2/mailserver](https://github.com/mailserver2/mailserver) +* [https://github.com/docker-mailserver/docker-mailserver](https://github.com/docker-mailserver/docker-mailserver) +* [https://sendmail.org](https://sendmail.org) +* [https://github.com/marlam/msmtp](https://github.com/marlam/msmtp) +* [https://sourceforge.net/projects/dkim-milter](https://sourceforge.net/projects/dkim-milter) +* [https://sourceforge.net/projects/opendkim](https://sourceforge.net/projects/opendkim) ### 邮件服务器概述 diff --git "a/Web/JavaScript\346\241\206\346\236\266.md" "b/Web/JavaScript\346\241\206\346\236\266.md" index 9a147705b..b7e665991 100644 --- "a/Web/JavaScript\346\241\206\346\236\266.md" +++ "b/Web/JavaScript\346\241\206\346\236\266.md" @@ -90,6 +90,7 @@ * [https://github.com/ant-design-blazor](https://github.com/ant-design-blazor) * [https://github.com/DouyinFE/semi-design](https://github.com/DouyinFE/semi-design) * [https://github.com/nextui-org/nextui](https://github.com/nextui-org/nextui) +* [https://github.com/scratchfoundation/scratch-gui](https://github.com/scratchfoundation/scratch-gui) * [https://github.com/uiwjs/uiw](https://github.com/uiwjs/uiw) * [https://github.com/alibaba/ice](https://github.com/alibaba/ice) * [https://github.com/tannerlinsley/react-query](https://github.com/tannerlinsley/react-query)