Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
bajins committed Mar 12, 2024
1 parent 76f60f9 commit ad76652
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 4 deletions.
1 change: 1 addition & 0 deletions DBS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@
- 数据流 [https://github.com/mit-pdos/noria](https://github.com/mit-pdos/noria)
- [https://github.com/risingwavelabs/risingwave](https://github.com/risingwavelabs/risingwave)
- OLAP [https://github.com/risinglightdb/risinglight](https://github.com/risinglightdb/risinglight)
- [https://github.com/StarRocks/starrocks](https://github.com/StarRocks/starrocks)
- 向量化数据库 [https://github.com/facebookincubator/velox](https://github.com/facebookincubator/velox)
- 矢量数据库 [https://github.com/milvus-io/milvus](https://github.com/milvus-io/milvus)
- [https://github.com/topics/spark](https://github.com/topics/spark)
Expand Down
4 changes: 4 additions & 0 deletions Go/Go第三方库.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@
* [https://github.com/go-kratos/kratos](https://github.com/go-kratos/kratos)
* [https://github.com/shanbay/gobay](https://github.com/shanbay/gobay)
* [https://github.com/polarismesh](https://github.com/polarismesh)
* [https://github.com/danielgtaylor/huma](https://github.com/danielgtaylor/huma)
* 基于WebRTC的分布式音频/视频室 [https://github.com/livekit/livekit-server](https://github.com/livekit/livekit-server)
* [https://github.com/satori/go.uuid](https://github.com/satori/go.uuid)
* [https://github.com/google/uuid](https://github.com/google/uuid)
Expand Down Expand Up @@ -242,6 +243,9 @@
* 日志 [https://github.com/go-clog](https://github.com/go-clog)
* 国际化 [https://github.com/go-i18n](https://github.com/go-i18n)
* GO编译为JS [https://github.com/gopherjs](https://github.com/gopherjs)
* 执行JavaScript [https://github.com/rogchap/v8go](https://github.com/rogchap/v8go)
* [https://github.com/dop251/goja](https://github.com/dop251/goja)
* [https://github.com/robertkrimen/otto](https://github.com/robertkrimen/otto)
* UPnP [https://github.com/huin/goupnp](https://github.com/huin/goupnp)
* [https://gitlab.com/NebulousLabs/go-upnp](https://gitlab.com/NebulousLabs/go-upnp)
* 容错 [https://github.com/failsafe-go/failsafe-go](https://github.com/failsafe-go/failsafe-go)
Expand Down
1 change: 1 addition & 0 deletions Go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
* [Go 语言实战笔记](https://github.com/rujews/go-in-action-notes)
* [Go 语言标准库](https://github.com/polaris1119/The-Golang-Standard-Library-by-Example)
* [Go 语言高级编程(Advanced Go Programming)](https://github.com/chai2010/advanced-go-programming-book)
* [https://github.com/geektutu/high-performance-go](https://github.com/geektutu/high-performance-go)
* [Go命令教程](https://github.com/hyper-carrot/go_command_tutorial)
* [Go实战开发](https://github.com/astaxie/Go-in-Action)
* [Go语言博客实践](https://github.com/achun/Go-Blog-In-Action)
Expand Down
1 change: 1 addition & 0 deletions IDE/Git服务.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* [https://github.com/toptal/gitignore.io](https://github.com/toptal/gitignore.io)
* 编辑版本控制存储库的历史 [http://www.catb.org/esr/reposurgeon](http://www.catb.org/esr/reposurgeon)
* GUI [https://github.com/git-cola/git-cola](https://github.com/git-cola/git-cola)
* [https://github.com/gitbutlerapp/gitbutler](https://github.com/gitbutlerapp/gitbutler)
* [https://github.com/gitextensions/gitextensions](https://github.com/gitextensions/gitextensions)
* [https://github.com/TortoiseGit](https://github.com/TortoiseGit)
* [https://gitlab.com/tortoisegit/tortoisegit](https://gitlab.com/tortoisegit/tortoisegit)
Expand Down
1 change: 1 addition & 0 deletions Java/Java第三方库.md
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,7 @@
+ [https://github.com/johntostring/spring-boot-shiro](https://github.com/johntostring/spring-boot-shiro)
+ [https://github.com/YuxingXie/shiro](https://github.com/YuxingXie/shiro)
+ [https://github.com/waylau/apache-shiro-1.2.x-reference](https://github.com/waylau/apache-shiro-1.2.x-reference)
+ [https://github.com/supertokens/supertokens-core](https://github.com/supertokens/supertokens-core)
+ [https://github.com/resteasy](https://github.com/resteasy)
+ [https://github.com/vaadin](https://github.com/vaadin)
+ [https://github.com/allwefantasy/ServiceFramework](https://github.com/allwefantasy/ServiceFramework)
Expand Down
1 change: 1 addition & 0 deletions Other/Bookmarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ javascript:document.body.contentEditable='true';document.designMode='on'; void 0
* [https://scrnshts.club](https://scrnshts.club)
* [https://appmotion.design](https://appmotion.design)
* [https://www.meiye.art](https://www.meiye.art)
* [https://uxbaike.com](https://uxbaike.com)


## 文档
Expand Down
1 change: 1 addition & 0 deletions Other/免费服务.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
* [https://github.com/Buernia/Zhudou-Sans](https://github.com/Buernia/Zhudou-Sans)
* [https://github.com/cmiscm/leonsans](https://github.com/cmiscm/leonsans)
* [https://github.com/intel/intel-one-mono](https://github.com/intel/intel-one-mono)
* [https://github.com/atelier-anchor/smiley-sans](https://github.com/atelier-anchor/smiley-sans)
* [https://www.alibabafonts.com](https://www.alibabafonts.com)
* [https://github.com/google/fonts](https://github.com/google/fonts)
* [https://developers.google.cn/fonts](https://developers.google.cn/fonts)
Expand Down
2 changes: 1 addition & 1 deletion PL/Rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ cargo rustc --release -- -Clink-args="-Wl,--subsystem,windows"
- [https://github.com/hacspec/hacspec](https://github.com/hacspec/hacspec)
- [https://github.com/RustCrypto](https://github.com/RustCrypto)
- TLS [https://github.com/sfackler/rust-native-tls](https://github.com/sfackler/rust-native-tls)
- [https://github.com/rustls/rustls](https://github.com/rustls/rustls)
- [https://github.com/steffengy/schannel-rs](https://github.com/steffengy/schannel-rs)
- [https://github.com/kornelski/rust-security-framework](https://github.com/kornelski/rust-security-framework)
- [https://github.com/sfackler/rust-openssl](https://github.com/sfackler/rust-openssl)
Expand Down Expand Up @@ -288,7 +289,6 @@ cargo rustc --release -- -Clink-args="-Wl,--subsystem,windows"
- [https://github.com/Byron/treediff-rs](https://github.com/Byron/treediff-rs)
- [https://github.com/seanmonstar/unicase](https://github.com/seanmonstar/unicase)
- [https://github.com/crossbeam-rs/crossbeam](https://github.com/crossbeam-rs/crossbeam)
- [https://github.com/sfackler/rust-native-tls](https://github.com/sfackler/rust-native-tls)
- [https://github.com/bbqsrc/mio-named-pipes](https://github.com/bbqsrc/mio-named-pipes)
- [https://github.com/idubrov/json-patch](https://github.com/idubrov/json-patch)
- [https://github.com/dropbox/rust-brotli](https://github.com/dropbox/rust-brotli)
Expand Down
2 changes: 1 addition & 1 deletion PL/中间件.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
* [https://github.com/apache/parquet-format](https://github.com/apache/parquet-format)
* [https://github.com/apache/orc](https://github.com/apache/orc)
* [https://github.com/hpcc-systems](https://github.com/hpcc-systems)
* [https://github.com/StarRocks/starrocks](https://github.com/StarRocks/starrocks)
* 数据处理 [https://github.com/tableau](https://github.com/tableau)
* [https://github.com/Kanaries/Rath](https://github.com/Kanaries/Rath)
* [https://github.com/hazelcast/hazelcast](https://github.com/hazelcast/hazelcast)
Expand Down Expand Up @@ -138,6 +137,7 @@
* [https://github.com/apache/pulsar](https://github.com/apache/pulsar)
* [Pulsar消息发送、消费架构概述](https://mp.weixin.qq.com/s/KkdVHE6vWTc9JuH7BvANEw)
* [https://github.com/nats-io](https://github.com/nats-io)
* [https://github.com/hatchet-dev/hatchet](https://github.com/hatchet-dev/hatchet)



Expand Down
1 change: 1 addition & 0 deletions System/Linux网络防火墙.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ firewall-cmd --query-panic
- [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)
- [https://github.com/hatoo/oha](https://github.com/hatoo/oha)


**`ping``tcptraceroute``traceroute``mtr`**
Expand Down
2 changes: 2 additions & 0 deletions System/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- 加密覆盖文件系统 [https://github.com/rfjakob/gocryptfs](https://github.com/rfjakob/gocryptfs)
- 天气卫星 [https://github.com/sam210723/xrit-rx](https://github.com/sam210723/xrit-rx)
- 家庭自动化 [https://github.com/home-assistant/core](https://github.com/home-assistant/core)
- [https://github.com/esphome/esphome](https://github.com/esphome/esphome)
- CCProxy [http://www.ccproxy.com](http://www.ccproxy.com)
* [局域内网的服务器利用跳板机访问互联网](https://51.ruyo.net/17717.html)
```
Expand Down Expand Up @@ -59,6 +60,7 @@
- [https://github.com/torvalds/linux](https://github.com/torvalds/linux)
- [https://github.com/Rust-for-Linux](https://github.com/Rust-for-Linux)
- [https://github.com/linux-rdma/rdma-core](https://github.com/linux-rdma/rdma-core)
- [https://github.com/rocky-linux](https://github.com/rocky-linux)
- [https://github.com/AlmaLinux](https://github.com/AlmaLinux)
- [https://github.com/microsoft/CBL-Mariner](https://github.com/microsoft/CBL-Mariner)
Expand Down
1 change: 1 addition & 0 deletions System/内网穿透.md
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,7 @@ log_level = info
+ [https://github.com/XTLS/Xray-core](https://github.com/XTLS/Xray-core)
+ [https://github.com/SagerNet/v2ray-core](https://github.com/SagerNet/v2ray-core)
+ [https://github.com/chika0801/sing-box-examples](https://github.com/chika0801/sing-box-examples)
+ [https://github.com/juewuy/ShellCrash](https://github.com/juewuy/ShellCrash)
+ [https://github.com/Qv2ray](https://github.com/Qv2ray)
+ [https://github.com/MatsuriDayo/nekoray](https://github.com/MatsuriDayo/nekoray)
+ [https://github.com/zizifn/edgetunnel](https://github.com/zizifn/edgetunnel)
Expand Down
2 changes: 0 additions & 2 deletions Web/JavaScript第三方库.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@
* Gridsome [https://www.gridsome.cn](https://www.gridsome.cn)
* Preact [https://www.preactjs.com.cn](https://www.preactjs.com.cn)
* Sapper [https://www.sapperjs.com](https://www.sapperjs.com)
* Webpack [https://www.webpackjs.com](https://www.webpackjs.com)
* Rollup.js [https://www.rollupjs.com](https://www.rollupjs.com)
* Parcel [https://www.parceljs.cn](https://www.parceljs.cn)
* NPM [https://www.npmjs.cn](https://www.npmjs.cn)
* Yarn [https://www.yarnpkg.com.cn](https://www.yarnpkg.com.cn)
Expand Down
2 changes: 2 additions & 0 deletions Web/NodeJS.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
- [https://github.com/snowpackjs/snowpack](https://github.com/snowpackjs/snowpack)
- [https://github.com/rollup/rollup](https://github.com/rollup/rollup)
- [https://www.rollupjs.com](https://www.rollupjs.com)
- [https://github.com/rolldown-rs/rolldown](https://github.com/rolldown-rs/rolldown)
- [https://github.com/TurboPack](https://github.com/TurboPack)
- [https://github.com/vitejs/vite](https://github.com/vitejs/vite)
- [https://github.com/evanw/esbuild](https://github.com/evanw/esbuild)
Expand Down Expand Up @@ -88,6 +89,7 @@
* [https://github.com/bookshelf/bookshelf](https://github.com/bookshelf/bookshelf)
* [https://github.com/balderdashy/waterline](https://github.com/balderdashy/waterline)
* [https://github.com/sutandojs/sutando](https://github.com/sutandojs/sutando)
* [https://github.com/jaynath-d/node-jdbc-driver](https://github.com/jaynath-d/node-jdbc-driver)
* SQL查询 [https://github.com/knex/knex](https://github.com/knex/knex)
* [https://github.com/TryGhost/node-sqlite3](https://github.com/TryGhost/node-sqlite3)
* SQLite REST API [https://github.com/thevahidal/soul](https://github.com/thevahidal/soul)
Expand Down

0 comments on commit ad76652

Please sign in to comment.