From cfb9470edac95a9482cc5ee576a0632d95aaba20 Mon Sep 17 00:00:00 2001 From: bajins Date: Fri, 16 Aug 2024 13:20:08 +0800 Subject: [PATCH] add --- IDE/Chromium.md | 1 + "PL/\347\241\254\344\273\266\344\272\244\344\272\222.md" | 7 +++++-- System/IOS.md | 2 ++ System/Linux.md | 1 + System/Windows.md | 2 ++ "System/Windows\350\275\257\344\273\266.md" | 3 +++ .../\345\206\205\347\275\221\347\251\277\351\200\217.md" | 1 + Web/CSS.md | 1 + ...ipt\347\254\254\344\270\211\346\226\271\345\272\223.md" | 1 + 9 files changed, 17 insertions(+), 2 deletions(-) diff --git a/IDE/Chromium.md b/IDE/Chromium.md index 3d0176236..90f50d738 100644 --- a/IDE/Chromium.md +++ b/IDE/Chromium.md @@ -99,6 +99,7 @@ * [https://github.com/Alex313031/Thorium](https://github.com/Alex313031/Thorium) * [https://github.com/face-hh/webx](https://github.com/face-hh/webx) * [https://github.com/LadybirdBrowser/ladybird](https://github.com/LadybirdBrowser/ladybird) +* [https://github.com/versotile-org/verso](https://github.com/versotile-org/verso) diff --git "a/PL/\347\241\254\344\273\266\344\272\244\344\272\222.md" "b/PL/\347\241\254\344\273\266\344\272\244\344\272\222.md" index 0c83a03d5..35bc2b0fa 100644 --- "a/PL/\347\241\254\344\273\266\344\272\244\344\272\222.md" +++ "b/PL/\347\241\254\344\273\266\344\272\244\344\272\222.md" @@ -5,10 +5,10 @@ ## Flag -> IOT:物联网 +> IOT:物联网,协议支持:MQTT、CoAP、LwM2M、XMPP、ZigBee、NB-IoT、LoRa * [设备接入>开发设备接入>使用开放协议自主接入](https://help.aliyun.com/document_detail/68690.html) -* [https://github.com/mqttjs](https://github.com/mqttjs) +* MQTT [https://github.com/mqttjs](https://github.com/mqttjs) * [nodejs搭建mqtt服务器(Broker)](https://ximikang.icu/2020/12/16/iot/nodejs%E6%90%AD%E5%BB%BAmqtt%E6%9C%8D%E5%8A%A1%E5%99%A8/) * [https://github.com/eclipse/paho.mqtt.c](https://github.com/eclipse/paho.mqtt.c) * [https://github.com/eclipse/mosquitto](https://github.com/eclipse/mosquitto) @@ -17,6 +17,8 @@ * [https://github.com/jiejieTop/mqttclient](https://github.com/jiejieTop/mqttclient) * [https://github.com/Wizzercn/MqttWk](https://github.com/Wizzercn/MqttWk) * [https://github.com/Koenkk/zigbee2mqtt](https://github.com/Koenkk/zigbee2mqtt) +* [https://github.com/thingsboard/thingsboard](https://github.com/thingsboard/thingsboard) +* CoAP [https://github.com/eclipse-californium/californium](https://github.com/eclipse-californium/californium) * LwM2M [https://github.com/eclipse-leshan/leshan](https://github.com/eclipse-leshan/leshan) * [https://github.com/OpenMobileAlliance](https://github.com/OpenMobileAlliance) * [https://github.com/sipeed](https://github.com/sipeed) @@ -29,6 +31,7 @@ * 无线电 [https://github.com/ExpressLRS/ExpressLRS](https://github.com/ExpressLRS/ExpressLRS) +- [主流物联网协议选择:MQTT、CoAP 还是 LwM2M?](https://www.emqx.com/zh/blog/iot-protocols-mqtt-coap-lwm2m) - [《智能制造术语解读》-笔记](https://zhuanlan.zhihu.com/p/613517408) - [《机·智:从数字化车间走向智能制造》学习笔记](https://zhuanlan.zhihu.com/p/589847476) - DNC(Distributed Numeric Control分布式控制网络)系统 diff --git a/System/IOS.md b/System/IOS.md index 61d8b2470..f37affe7e 100644 --- a/System/IOS.md +++ b/System/IOS.md @@ -64,6 +64,8 @@ - 视频转GIF [https://github.com/sindresorhus/Gifski](https://github.com/sindresorhus/Gifski) - 窗口管理 [https://github.com/MrKai77/Loop](https://github.com/MrKai77/Loop) - 生成字帖 [https://github.com/jaywcjlove/copybook-generator](https://github.com/jaywcjlove/copybook-generator) +- 刘海变文件传输和暂存区 [https://github.com/Lakr233/NotchDrop](https://github.com/Lakr233/NotchDrop) +- 加密DNS [https://github.com/kkebo/DNSecure](https://github.com/kkebo/DNSecure) * [https://macked.app](https://macked.app) diff --git a/System/Linux.md b/System/Linux.md index d49cc1c0e..e270cea81 100644 --- a/System/Linux.md +++ b/System/Linux.md @@ -145,6 +145,7 @@ - [https://github.com/red-data-tools/YouPlot](https://github.com/red-data-tools/YouPlot) - 系统日志管理 [https://github.com/hat-open/hat-syslog](https://github.com/hat-open/hat-syslog) - 安全防护 [https://github.com/fail2ban/fail2ban](https://github.com/fail2ban/fail2ban) +- 文件管理 [https://github.com/MHNightCat/superfile](https://github.com/MHNightCat/superfile) diff --git a/System/Windows.md b/System/Windows.md index afe5bd829..4dbc05b6e 100644 --- a/System/Windows.md +++ b/System/Windows.md @@ -11,6 +11,7 @@ * [https://github.com/WOA-Project](https://github.com/WOA-Project) * Windows安装Android应用 [https://github.com/Paving-Base/APK-Installer](https://github.com/Paving-Base/APK-Installer) * 删除预安装 [https://github.com/Sycnex/Windows10Debloater](https://github.com/Sycnex/Windows10Debloater) +* [https://github.com/Raphire/Win11Debloat](https://github.com/Raphire/Win11Debloat) * DPI [https://github.com/bol-van/zapret](https://github.com/bol-van/zapret) * [https://github.com/ValdikSS/GoodbyeDPI](https://github.com/ValdikSS/GoodbyeDPI) * 系统调整 [https://github.com/ChrisTitusTech/winutil](https://github.com/ChrisTitusTech/winutil) @@ -154,6 +155,7 @@ REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\N * [http://www.imsdn.cn](http://www.imsdn.cn) * [https://github.com/pbatard/Fido](https://github.com/pbatard/Fido) * [https://uup.rg-adguard.net](https://uup.rg-adguard.net) +* [https://files.rg-adguard.net](https://files.rg-adguard.net) * [https://github.com/uup-dump](https://github.com/uup-dump) * [https://uupdump.net](https://uupdump.net) * [https://www.uupdump.cn](https://www.uupdump.cn) diff --git "a/System/Windows\350\275\257\344\273\266.md" "b/System/Windows\350\275\257\344\273\266.md" index 6c83db4c5..da61721f5 100644 --- "a/System/Windows\350\275\257\344\273\266.md" +++ "b/System/Windows\350\275\257\344\273\266.md" @@ -808,6 +808,8 @@ THUV2-32HH7-6NMHN-PTX7Y-QQCTH(该序列号来自昔阳县政府) * [https://github.com/hluk/CopyQ](https://github.com/hluk/CopyQ) 可设置Win + v快捷键 * [https://github.com/ayangweb/EcoPaste](https://github.com/ayangweb/EcoPaste) +* [https://github.com/PasteBar/PasteBarApp](https://github.com/PasteBar/PasteBarApp) +* [https://github.com/CrossPaste/crosspaste-desktop](https://github.com/CrossPaste/crosspaste-desktop) * [https://www.clipboardfusion.com](https://www.clipboardfusion.com) * [https://clipber.com](https://clipber.com) * [https://github.com/sabrogden/Ditto](https://github.com/sabrogden/Ditto) @@ -1073,6 +1075,7 @@ THUV2-32HH7-6NMHN-PTX7Y-QQCTH(该序列号来自昔阳县政府) * [https://github.com/lastpass](https://github.com/lastpass) * [https://www.lastpass.com](https://www.lastpass.com) * [https://github.com/bitwarden](https://github.com/bitwarden) + * [https://github.com/dani-garcia/vaultwarden](https://github.com/dani-garcia/vaultwarden) * [https://www.passwordstore.org](https://www.passwordstore.org) * [https://github.com/Infisical/infisical](https://github.com/Infisical/infisical) * [https://www.microfocus.com/zh-cn/cyberres/identity-access-management](https://www.microfocus.com/zh-cn/cyberres/identity-access-management) diff --git "a/System/\345\206\205\347\275\221\347\251\277\351\200\217.md" "b/System/\345\206\205\347\275\221\347\251\277\351\200\217.md" index e4109b687..a008ca1c8 100644 --- "a/System/\345\206\205\347\275\221\347\251\277\351\200\217.md" +++ "b/System/\345\206\205\347\275\221\347\251\277\351\200\217.md" @@ -89,6 +89,7 @@ + [https://github.com/fatedier/frp](https://github.com/fatedier/frp) ++ [https://github.com/luckjiawei/frpc-desktop](https://github.com/luckjiawei/frpc-desktop) + [Windows客户端脚本,会自动下载最新版fprc](/files/frpc.bat) diff --git a/Web/CSS.md b/Web/CSS.md index 708aa664d..4c6a5362b 100644 --- a/Web/CSS.md +++ b/Web/CSS.md @@ -167,6 +167,7 @@ * [https://github.com/KanjiVG/kanjivg](https://github.com/KanjiVG/kanjivg) * [https://github.com/lucide-icons/lucide](https://github.com/lucide-icons/lucide) * [https://shipfa.st/tools/logo-fast](https://shipfa.st/tools/logo-fast) +* [https://www.svgviewer.dev](https://www.svgviewer.dev) - [最受程序员欢迎的 20 个 CSS 框架](https://www.fuocu.cn/archives/css-frame) 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 29b2580ed..ac0452079 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" @@ -183,6 +183,7 @@ * [https://github.com/dexie/Dexie.js](https://github.com/dexie/Dexie.js) * [https://github.com/pamelafox/lscache](https://github.com/pamelafox/lscache) * [https://github.com/pubkey/rxdb](https://github.com/pubkey/rxdb) +* [https://github.com/aspen-cloud/triplit](https://github.com/aspen-cloud/triplit)