From 1a5036aa8f3abc738946dd0fea6a8cc31bd37a9d Mon Sep 17 00:00:00 2001 From: bajins Date: Fri, 27 Sep 2024 13:49:33 +0800 Subject: [PATCH] add --- Go/README.md | 2 ++ IDE/Chromium.md | 2 ++ ...54\344\270\211\346\226\271\345\272\223.md" | 2 ++ Other/Bookmarks.md | 1 + Other/README.md | 3 +- ...15\350\264\271\346\234\215\345\212\241.md" | 2 ++ PL/C.md | 2 ++ ...50\350\231\232\346\213\237\346\234\272.md" | 3 ++ System/IOS.md | 1 + System/README.md | 31 +++++++++++++++++++ 10 files changed, 48 insertions(+), 1 deletion(-) diff --git a/Go/README.md b/Go/README.md index 4b8150a0c..e4d628c5e 100644 --- a/Go/README.md +++ b/Go/README.md @@ -101,6 +101,8 @@ * [https://golang.iswbm.com](https://golang.iswbm.com) * [https://magic.iswbm.com](https://magic.iswbm.com) * [https://github.com/yangwenmai/learning-golang](https://github.com/yangwenmai/learning-golang) +* [https://github.com/duanbiaowu/go-examples-for-beginners](https://github.com/duanbiaowu/go-examples-for-beginners) + * [https://dbwu.tech/posts/network/what-is-tcp-fast-open](https://dbwu.tech/posts/network/what-is-tcp-fast-open) * Go语法树入门 [https://github.com/chai2010/go-ast-book](https://github.com/chai2010/go-ast-book) * [https://github.com/halfrost/LeetCode-Go](https://github.com/halfrost/LeetCode-Go) * Go泛型入门 [https://github.com/akutz/go-generics-the-hard-way](https://github.com/akutz/go-generics-the-hard-way) diff --git a/IDE/Chromium.md b/IDE/Chromium.md index 000b79366..f29074259 100644 --- a/IDE/Chromium.md +++ b/IDE/Chromium.md @@ -451,6 +451,7 @@ taskkill /f /im chromedriver.exe + [https://github.com/topics/blocklist](https://github.com/topics/blocklist) +* [https://oisd.nl](https://oisd.nl) * [https://github.com/damengzhu](https://github.com/damengzhu) * `https://raw.kgitpro.ttaallkk.top/damengzhu/abpmerge/blob/main/abpmerge.txt` * [https://github.com/xinggsf/Adblock-Plus-Rule](https://github.com/xinggsf/Adblock-Plus-Rule) @@ -467,6 +468,7 @@ taskkill /f /im chromedriver.exe * [https://gitlab.com/DandelionSprout](https://gitlab.com/DandelionSprout) * [https://gitlab.com/magnolia1234/bypass-paywalls-clean-filters](https://gitlab.com/magnolia1234/bypass-paywalls-clean-filters) * [https://github.com/laylavish/uBlockOrigin-HUGE-AI-Blocklist](https://github.com/laylavish/uBlockOrigin-HUGE-AI-Blocklist) +* [https://github.com/mullvad/dns-blocklists](https://github.com/mullvad/dns-blocklists) - [https://lemon399-markrender.vercel.app](https://lemon399-markrender.vercel.app) 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 a44a479aa..2da77dcff 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" @@ -228,6 +228,8 @@ * [https://github.com/downgoon/gbk2utf8](https://github.com/downgoon/gbk2utf8) * 中文转拼音 [https://github.com/houbb/pinyin](https://github.com/houbb/pinyin) * [https://github.com/toolgood/ToolGood.Words](https://github.com/toolgood/ToolGood.Words) +* [https://github.com/belerweb/pinyin4j](https://github.com/belerweb/pinyin4j) +* [https://github.com/Andision/chinese2digits-java](https://github.com/Andision/chinese2digits-java) * 中文繁简体转换 [https://github.com/houbb/opencc4j](https://github.com/houbb/opencc4j) * [https://github.com/xiaodaojava/sunshine](https://github.com/xiaodaojava/sunshine) * 字符串编码解码 [https://github.com/shekhargulati/strman-java](https://github.com/shekhargulati/strman-java) diff --git a/Other/Bookmarks.md b/Other/Bookmarks.md index f26964f31..32f84e48c 100644 --- a/Other/Bookmarks.md +++ b/Other/Bookmarks.md @@ -221,3 +221,4 @@ javascript:document.body.contentEditable='true';document.designMode='on'; void 0 * [https://www.huismessager.com](https://www.huismessager.com) * 共享卡片 [https://share.aitimi.cn](https://share.aitimi.cn) * 名片设计 [https://yft.design](https://yft.design) +* 图像压缩 [https://compressjpg.io](https://compressjpg.io) diff --git a/Other/README.md b/Other/README.md index 5e822f263..05ac66b42 100644 --- a/Other/README.md +++ b/Other/README.md @@ -568,8 +568,9 @@ * [https://github.com/hectorqin/reader](https://github.com/hectorqin/reader) * [https://github.com/huanxsd/flutter_shuqi](https://github.com/huanxsd/flutter_shuqi) -* [https://github.com/gedoor/MyBookshelf](https://github.com/gedoor/MyBookshelf) +* 阅读 [https://github.com/gedoor](https://github.com/gedoor) * [https://www.coolapk.com/apk/io.legado.app.release](https://www.coolapk.com/apk/io.legado.app.release) + * [https://shuyuan.yiove.com](https://shuyuan.yiove.com) * [https://github.com/koreader/koreader](https://github.com/koreader/koreader) * [https://github.com/ZhangQinhao/MONKOVEL](https://github.com/ZhangQinhao/MONKOVEL) * [https://github.com/zas023/CocoBook](https://github.com/zas023/CocoBook) 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 fd8b94680..38c933642 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" @@ -145,6 +145,8 @@ ## 免费DNS ++ [https://www.dnsperf.com/dns-providers-list](https://www.dnsperf.com/dns-providers-list) + * [https://dnspod.com](https://dnspod.com) * [https://messwithdns.net](https://messwithdns.net) diff --git a/PL/C.md b/PL/C.md index dbf4e41ed..a255d4d2b 100644 --- a/PL/C.md +++ b/PL/C.md @@ -236,6 +236,8 @@ * FFI [https://dyncall.org](https://dyncall.org) * Windows API Hook [https://github.com/TsudaKageyu/minhook](https://github.com/TsudaKageyu/minhook) * 正则表达式 [https://github.com/PCRE2Project/pcre2](https://github.com/PCRE2Project/pcre2) +* 消息总线 [https://github.com/bus1/dbus-broker](https://github.com/bus1/dbus-broker) + * [https://uyha.github.io/technical/dbus-systemd.html](https://uyha.github.io/technical/dbus-systemd.html) 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 8d7420929..d705f2938 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" @@ -125,6 +125,9 @@ - podman [https://github.com/containers](https://github.com/containers) - [https://github.com/lxc](https://github.com/lxc) - [https://github.com/AdaptiveScale/lxdui](https://github.com/AdaptiveScale/lxdui) + - [https://github.com/iongion/container-desktop](https://github.com/iongion/container-desktop) + - [https://github.com/rancher-sandbox/rancher-desktop](https://github.com/rancher-sandbox/rancher-desktop) + - [https://github.com/marhkb/pods](https://github.com/marhkb/pods) - [再见 Docker,是时候拥抱下一代容器工具了](https://mp.weixin.qq.com/s/MDi4RB5V60EGl3ii9usD0Q) - [podman初试-和docker对比](https://blog.51cto.com/13447608/2448072) - [https://github.com/lxc/incus](https://github.com/lxc/incus) diff --git a/System/IOS.md b/System/IOS.md index df7e2cd71..850f4b9d5 100644 --- a/System/IOS.md +++ b/System/IOS.md @@ -67,6 +67,7 @@ - 生成字帖 [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://github.com/paulmillr/encrypted-dns](https://github.com/paulmillr/encrypted-dns) - 应用管理器 [https://github.com/milanvarady/Applite](https://github.com/milanvarady/Applite) - [https://devutils.com](https://devutils.com) diff --git a/System/README.md b/System/README.md index 3bd848ef3..2791d4513 100644 --- a/System/README.md +++ b/System/README.md @@ -73,6 +73,7 @@ - [https://github.com/cloudlinux](https://github.com/cloudlinux) - [https://www.debian.org](https://www.debian.org) - [https://github.com/atzlinux/debian-cn](https://github.com/atzlinux/debian-cn) + - [https://sourceforge.net/projects/qref](https://sourceforge.net/projects/qref) - [https://antixlinux.com](https://antixlinux.com) - [https://mxlinux.org](https://mxlinux.org) - [https://github.com/canonical-web-and-design](https://github.com/canonical-web-and-design) @@ -164,6 +165,9 @@ * [https://github.com/basecamp/kamal](https://github.com/basecamp/kamal) * [https://github.com/capistrano/capistrano](https://github.com/capistrano/capistrano) * [https://github.com/opentofu/opentofu](https://github.com/opentofu/opentofu) +* WIFI管理 [https://github.com/pythops/impala](https://github.com/pythops/impala) +* [https://github.com/J-Lentz/iwgtk](https://github.com/J-Lentz/iwgtk) +* [https://gitlab.freedesktop.org/NetworkManager/NetworkManager](https://gitlab.freedesktop.org/NetworkManager/NetworkManager) @@ -174,6 +178,7 @@ + [https://github.com/topics/cncf](https://github.com/topics/cncf) + [https://github.com/topics/http3](https://github.com/topics/http3) + [https://github.com/topics/quic](https://github.com/topics/quic) ++ [https://wiki.archlinux.org/title/Domain_name_resolution#DNS_servers](https://wiki.archlinux.org/title/Domain_name_resolution#DNS_servers) * [https://thekelleys.org.uk/dnsmasq](https://thekelleys.org.uk/dnsmasq) @@ -184,6 +189,8 @@ * [https://github.com/Habbie](https://github.com/Habbie) * [https://github.com/ahupowerdns](https://github.com/ahupowerdns) * [https://github.com/isc-projects/bind9](https://github.com/isc-projects/bind9) + * [https://gitlab.isc.org/isc-projects/bind9](https://gitlab.isc.org/isc-projects/bind9) + * [https://www.isc.org/bind](https://www.isc.org/bind) * [https://github.com/google/proto-quic](https://github.com/google/proto-quic) * [https://github.com/google/quiche](https://github.com/google/quiche)(https://github.com/google/quiche) * [https://github.com/lucas-clemente/quic-go](https://github.com/lucas-clemente/quic-go) @@ -193,10 +200,32 @@ * [https://github.com/IrineSistiana/mosdns](https://github.com/IrineSistiana/mosdns) * [https://github.com/pymumu/smartdns](https://github.com/pymumu/smartdns) * [https://github.com/nextdns/nextdns](https://github.com/nextdns/nextdns) +* [https://github.com/samboy/MaraDNS](https://github.com/samboy/MaraDNS) +* [https://github.com/m13253/dns-over-https](https://github.com/m13253/dns-over-https) +* [https://github.com/DNSCrypt/dnscrypt-proxy](https://github.com/DNSCrypt/dnscrypt-proxy) +* []() +* []() +* []() +* [https://github.com/getdnsapi/stubby](https://github.com/getdnsapi/stubby) +* [https://github.com/NetworkConfiguration/openresolv](https://github.com/NetworkConfiguration/openresolv) +* [https://github.com/gdnsd/gdnsd](https://github.com/gdnsd/gdnsd) +* [https://www.knot-dns.cz](https://www.knot-dns.cz) +* [https://github.com/kewlfft/opennic-up](https://github.com/kewlfft/opennic-up) +* [https://github.com/cleanbrowsing/dnsperftest](https://github.com/cleanbrowsing/dnsperftest) +* [https://github.com/folbricht/routedns](https://github.com/folbricht/routedns) +* [https://github.com/shuLhan/rescached](https://github.com/shuLhan/rescached) +* [https://www.knot-resolver.cz](https://www.knot-resolver.cz) * [https://github.com/TechnitiumSoftware/DnsServer](https://github.com/TechnitiumSoftware/DnsServer) +* [https://github.com/gene-git/dns_tools](https://github.com/gene-git/dns_tools) +* [https://github.com/NLnetLabs/unbound](https://github.com/NLnetLabs/unbound) +* [https://github.com/NLnetLabs/ldns](https://github.com/NLnetLabs/ldns) +* [https://github.com/dnsviz/dnsviz](https://github.com/dnsviz/dnsviz) +* [https://github.com/DNSSEC-Tools/DNSSEC-Tools](https://github.com/DNSSEC-Tools/DNSSEC-Tools) +* [https://github.com/AdguardTeam/dnsproxy](https://github.com/AdguardTeam/dnsproxy) * DNS扫描 [https://github.com/pwnesia/dnstake](https://github.com/pwnesia/dnstake) * [https://github.com/zartbot/ztrace](https://github.com/zartbot/ztrace) * 客户端 [https://github.com/mr-karan/doggo](https://github.com/mr-karan/doggo) +* [https://github.com/ogham/dog](https://github.com/ogham/dog) @@ -501,6 +530,7 @@ * JSON可视化 [https://github.com/AykutSarac/jsoncrack.com](https://github.com/AykutSarac/jsoncrack.com) * [https://github.com/apvarun/graphize](https://github.com/apvarun/graphize) * [https://github.com/obsidianmd/jsoncanvas](https://github.com/obsidianmd/jsoncanvas) +* [https://github.com/loggerhead/json4u](https://github.com/loggerhead/json4u) * 时间线 [https://github.com/zhugezifang/ai_timeline](https://github.com/zhugezifang/ai_timeline) * 天气 [https://github.com/vsergeev/briefsky](https://github.com/vsergeev/briefsky) * 短链接 [https://github.com/dubinc/dub](https://github.com/dubinc/dub) @@ -532,6 +562,7 @@ * 共享localStorage [https://github.com/FrigadeHQ/remote-storage](https://github.com/FrigadeHQ/remote-storage) * 汇编写的论坛 [https://asm32.info/fossil/asmbb](https://asm32.info/fossil/asmbb) * 二维码分享文件 [https://github.com/sz3/libcimbar](https://github.com/sz3/libcimbar) +* 数字转中文 [https://github.com/Ailln/cn2an](https://github.com/Ailln/cn2an)