Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
bajins committed Feb 4, 2024
1 parent 74b7898 commit 1096159
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 1 deletion.
1 change: 1 addition & 0 deletions Go/Go第三方库.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
* [https://github.com/deckarep/golang-set](https://github.com/deckarep/golang-set)
* [https://github.com/chenhg5/collection](https://github.com/chenhg5/collection)
* [https://github.com/Andrew-M-C/go.jsonvalue](https://github.com/Andrew-M-C/go.jsonvalue)
* [https://github.com/tidwall/gjson](https://github.com/tidwall/gjson)
* JSON转CSV [https://github.com/yukithm/json2csv](https://github.com/yukithm/json2csv)
* 线程池 [https://github.com/xxjwxc/gowp](https://github.com/xxjwxc/gowp)
* [https://github.com/panjf2000/ants](https://github.com/panjf2000/ants)
Expand Down
1 change: 1 addition & 0 deletions Other/书籍和博客.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@
* [https://github.com/kilimchoi/engineering-blogs](https://github.com/kilimchoi/engineering-blogs)
* [https://github.com/abruzzi](https://github.com/abruzzi)
* [https://icodeit.org/archives](https://icodeit.org/archives)
* [https://ljdd520.github.io/archives](https://ljdd520.github.io/archives)



Expand Down
3 changes: 3 additions & 0 deletions Other/免费服务.md
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,9 @@
* format,返回结果的格式,不存在或者等于xml时,输出为xml格式,等于js时,输出json格式
* idx,不存在或者等于0时,输出当天的图片,-1为已经预备用于明天显示的信息,1则为昨天的图片,以此类推,idx最多获取到前16天的图片信息

- [https://github.com/qinyuanpei/WallPaper](https://github.com/qinyuanpei/WallPaper)
- [https://github.com/planet0104/apod](https://github.com/planet0104/apod)


## 360wallpaper

Expand Down
1 change: 1 addition & 0 deletions PL/CPlusPlus.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@
* [https://github.com/elnormous/HTTPRequest](https://github.com/elnormous/HTTPRequest)
* [https://gitee.com/ldcsaa/HP-Socket](https://gitee.com/ldcsaa/HP-Socket)
* [https://github.com/cesanta/mongoose](https://github.com/cesanta/mongoose)
* [https://github.com/yhirose/cpp-httplib](https://github.com/yhirose/cpp-httplib)
* URL解析 [https://github.com/ada-url/ada](https://github.com/ada-url/ada)
* 分布式网络框架 [https://github.com/Bwar/Nebula](https://github.com/Bwar/Nebula)
* 分析调试测试器 [https://github.com/dfeneyrou/palanteer](https://github.com/dfeneyrou/palanteer)
Expand Down
1 change: 1 addition & 0 deletions PL/CSharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
- [https://www.dotnetperls.com](https://www.dotnetperls.com)
- [https://github.com/milanm/DotNet-Developer-Roadmap](https://github.com/milanm/DotNet-Developer-Roadmap)
- [https://github.com/YSGStudyHards/DotNetGuide](https://github.com/YSGStudyHards/DotNetGuide)
- [https://github.com/qinyuanpei/blog.yuanpei.me](https://github.com/qinyuanpei/blog.yuanpei.me)
- 领域驱动设计 [https://github.com/kgrzybek/modular-monolith-with-ddd](https://github.com/kgrzybek/modular-monolith-with-ddd)
- 后台管理系统 [https://github.com/izhaorui/Zr.Admin.NET](https://github.com/izhaorui/Zr.Admin.NET)

Expand Down
2 changes: 2 additions & 0 deletions PL/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@
* [https://github.com/lalbornoz/midipix_build](https://github.com/lalbornoz/midipix_build)
* 包管理器 [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/buildpacks](https://github.com/buildpacks)
* 微服务开发工具 [https://github.com/eko/monday](https://github.com/eko/monday)
* 构建应用程序 [https://github.com/paketo-buildpacks](https://github.com/paketo-buildpacks)
Expand All @@ -232,6 +233,7 @@

- [https://github.com/florinpop17/app-ideas](https://github.com/florinpop17/app-ideas)
- [https://github.com/jaywcjlove/reference](https://github.com/jaywcjlove/reference)
- 查看二进制文件 [https://binvis.io](https://binvis.io)


## 语词法解析器
Expand Down
1 change: 1 addition & 0 deletions PL/Rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
## 第三方依赖

+ [https://crates.io/crates](https://crates.io/crates)
+ [https://github.com/kennykerr](https://github.com/kennykerr)
+ [https://gitlab.com/crates.rs](https://gitlab.com/crates.rs)
+ [https://github.com/rust-analyzer](https://github.com/rust-analyzer)
+ [https://github.com/rustcc/awesome-rust](https://github.com/rustcc/awesome-rust)
Expand Down
1 change: 1 addition & 0 deletions Python/Python爬虫.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
* [https://github.com/small-step/mikasa-wechat](https://github.com/small-step/mikasa-wechat)
* [https://github.com/cixingguangming55555/wechat-bot](https://github.com/cixingguangming55555/wechat-bot)
* [https://github.com/smallfawn/QLScriptPublic](https://github.com/smallfawn/QLScriptPublic)
* [https://github.com/tinygeeker/tinyspiders](https://github.com/tinygeeker/tinyspiders)
* 预苗秒杀 [https://github.com/lyrric/seckill](https://github.com/lyrric/seckill)


Expand Down
4 changes: 4 additions & 0 deletions Python/人工智能.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,9 @@
* [https://github.com/sczhou/CodeFormer](https://github.com/sczhou/CodeFormer)
* [https://github.com/Arthurzhangsheng/CodeFormer_GUI](https://github.com/Arthurzhangsheng/CodeFormer_GUI)
* [https://github.com/facefusion/facefusion](https://github.com/facefusion/facefusion)
* [https://github.com/Fanghua-Yu/SUPIR](https://github.com/Fanghua-Yu/SUPIR)
* [https://github.com/lxfater/inpaint-web](https://github.com/lxfater/inpaint-web)
* [https://github.com/Sanster/IOPaint](https://github.com/Sanster/IOPaint)
* [https://www.topazlabs.com](https://www.topazlabs.com)
* 换脸 [https://github.com/iperov/DeepFaceLab](https://github.com/iperov/DeepFaceLab)
* [https://github.com/dunbar12138/pix2pix3D](https://github.com/dunbar12138/pix2pix3D)
Expand Down Expand Up @@ -424,6 +426,7 @@
- [https://github.com/NiuStar/coze_api](https://github.com/NiuStar/coze_api)
- [https://github.com/MagicalMadoka/openai-signup-tool](https://github.com/MagicalMadoka/openai-signup-tool)
- [https://github.com/adams549659584/go-proxy-bingai](https://github.com/adams549659584/go-proxy-bingai)
- [https://github.com/Harry-zklcdc/go-proxy-bingai](https://github.com/Harry-zklcdc/go-proxy-bingai)
- [https://github.com/gngpp/ninja](https://github.com/gngpp/ninja)
- [https://github.com/LiLittleCat/awesome-free-chatgpt](https://github.com/LiLittleCat/awesome-free-chatgpt)
- [https://github.com/lzwme/chatgpt-sites](https://github.com/lzwme/chatgpt-sites)
Expand Down Expand Up @@ -456,6 +459,7 @@
- PaLM [https://github.com/babaohuang/GeminiProChat](https://github.com/babaohuang/GeminiProChat)
- [https://github.com/loo-y/GeminiChatUp](https://github.com/loo-y/GeminiChatUp)
- [https://github.com/lchh5/GeminiPro-Next-Web](https://github.com/lchh5/GeminiPro-Next-Web)
- [https://github.com/bclswl0827/ChatGemini](https://github.com/bclswl0827/ChatGemini)
- [https://github.com/antergone/palm-proxy](https://github.com/antergone/palm-proxy)
- [https://bard.google.com/chat](https://bard.google.com/chat)
```bash
Expand Down
1 change: 1 addition & 0 deletions System/Nginx.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@

+ 开发工具包 [https://github.com/vision5/ngx_devel_kit](https://github.com/vision5/ngx_devel_kit)
+ [https://github.com/topics/nginx-configuration](https://github.com/topics/nginx-configuration)
+ [https://github.com/NginxProxyManager/nginx-proxy-manager](https://github.com/NginxProxyManager/nginx-proxy-manager)
+ 配置生成 [https://github.com/0xB4LINT/nginxconfig.io](https://github.com/0xB4LINT/nginxconfig.io)
+ 配置格式化 [https://github.com/vasilevich/nginxbeautifier](https://github.com/vasilevich/nginxbeautifier)
+ [https://github.com/slomkowski/nginx-config-formatter](https://github.com/1connect/nginx-config-formatter)
Expand Down
5 changes: 4 additions & 1 deletion System/Windows软件.md
Original file line number Diff line number Diff line change
Expand Up @@ -419,10 +419,13 @@
+ [https://jihulab.com/moyuer/momoyu](https://jihulab.com/moyuer/momoyu)
+ [https://github.com/shidahuilang/shuyuan](https://github.com/shidahuilang/shuyuan)
+ [https://github.com/HerbertHe/iptv-sources](https://github.com/HerbertHe/iptv-sources)
+ [https://github.com/lizongying/my-tv](https://github.com/lizongying/my-tv)
+ [https://github.com/EvilCult/iptv-m3u-maker](https://github.com/EvilCult/iptv-m3u-maker)
+ [https://github.com/joevess/IPTV](https://github.com/joevess/IPTV)
+ [https://github.com/Meroser/IPTV](https://github.com/Meroser/IPTV)



* [https://github.com/lizongying/my-tv](https://github.com/lizongying/my-tv)
* [https://github.com/llazyl/TVBox](https://github.com/llazyl/TVBox)
* [https://github.com/q215613905/TVBoxOS](https://github.com/q215613905/TVBoxOS)
* [https://github.com/FongMi/TV](https://github.com/FongMi/TV)
Expand Down
1 change: 1 addition & 0 deletions Web/NodeJS.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@
* [https://github.com/ceifa/steamworks.js](https://github.com/ceifa/steamworks.js)
* 检测文字语言 [https://github.com/komodojp/tinyld](https://github.com/komodojp/tinyld)
* 表单验证 [https://github.com/vinejs/vine](https://github.com/vinejs/vine)
* 代理HLS视频流 [https://github.com/warren-bank/HLS-Proxy](https://github.com/warren-bank/HLS-Proxy)



Expand Down
4 changes: 4 additions & 0 deletions Web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,10 @@ archive.cloudera.com/cdh5/ cloudera.proxy.ustclug.org/cdh5/
downloads.lede-project.org lede.proxy.ustclug.org
downloads.openwrt.org openwrt.proxy.ustclug.org
registry.npmjs.org npmreg.proxy.ustclug.org
registry.yarnpkg.com
registry.nodejitsu.com
skimdb.npmjs.com/registry
registry.enpmjs.org
www.npmjs.com npm.proxy.ustclug.org
themes.googleusercontent.com google-themes.proxy.ustclug.org
themes.googleusercontent.com themes.loli.net
Expand Down

0 comments on commit 1096159

Please sign in to comment.