Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
bajins committed Mar 18, 2024
1 parent 1ba56ac commit 52562b7
Show file tree
Hide file tree
Showing 18 changed files with 57 additions and 15 deletions.
1 change: 1 addition & 0 deletions IDE/Git服务.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
* [https://www.syntevo.com](https://www.syntevo.com)
* [https://www.git-tower.com](https://www.git-tower.com)
* [https://git-fork.com](https://git-fork.com)
* diff [https://github.com/MrWangJustToDo/git-diff-view](https://github.com/MrWangJustToDo/git-diff-view)
* 代码语法突出 [https://github.com/sharkdp/bat](https://github.com/sharkdp/bat)
* Git实现 [https://github.com/libgit2/libgit2](https://github.com/libgit2/libgit2)
* [https://github.com/go-git](https://github.com/go-git)
Expand Down
1 change: 1 addition & 0 deletions IDE/IDEA插件.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
* [https://github.com/iofeqkurrc42/jetbra-server-go](https://github.com/iofeqkurrc42/jetbra-server-go)
* [https://github.com/novice88](https://github.com/novice88)
* [https://jetbra.noviceli.win](https://jetbra.noviceli.win)
* [https://jbls.ide-soft.com](https://jbls.ide-soft.com)
* [https://github.com/LemonZuo/license](https://github.com/LemonZuo/license)
* [https://intxzt.github.io/2022/07/25/ja-netfilter/ja-netfilter-plugins-power](https://intxzt.github.io/2022/07/25/ja-netfilter/ja-netfilter-plugins-power)
* [https://github.com/tikkid/JetbrainKiller](https://github.com/tikkid/JetbrainKiller/tree/92cc01f9baab488cc3d510793da7731b1f8e17a4) 最新免登录试用插件
Expand Down
12 changes: 12 additions & 0 deletions Java/Java第三方库.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,17 @@
+ [https://github.com/deonwu/ik-expression](https://github.com/deonwu/ik-expression)
+ Native本地调用 [https://github.com/java-native-access/jna](https://github.com/java-native-access/jna)
+ [https://github.com/jnr](https://github.com/jnr)
+ [https://github.com/fusesource/hawtjni](https://github.com/fusesource/hawtjni)
+ [https://jogamp.org](https://jogamp.org)
+ [https://sourceforge.net/projects/cxxwrap](https://sourceforge.net/projects/cxxwrap)
+ [https://github.com/bytedeco/javacpp](https://github.com/bytedeco/javacpp)
+ [https://github.com/nativelibs4java](https://github.com/nativelibs4java)
+ [https://github.com/luben/zstd-jni](https://github.com/luben/zstd-jni)
+ 线程池 [https://github.com/acmenlt/dynamic-threadpool](https://github.com/acmenlt/dynamic-threadpool)
+ [https://github.com/opengoofy/hippo4j](https://github.com/opengoofy/hippo4j)
+ 线程间消息传递 [https://github.com/lmax-exchange/disruptor](https://github.com/lmax-exchange/disruptor)
+ [https://github.com/alibaba/transmittable-thread-local](https://github.com/alibaba/transmittable-thread-local)
+ [https://github.com/real-logic/agrona](https://github.com/real-logic/agrona)
+ 地理哈希 [https://github.com/kungfoo/geohash-java](https://github.com/kungfoo/geohash-java)
+ 编码检测 [https://sourceforge.net/projects/jchardet](https://sourceforge.net/projects/jchardet)
+ [https://github.com/albfernandez/juniversalchardet](https://github.com/albfernandez/juniversalchardet)
Expand All @@ -206,6 +212,7 @@
* [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)
* [https://github.com/joshjdevl/libsodium-jni](https://github.com/joshjdevl/libsodium-jni)
* bcprov-jdk15on [https://github.com/bcgit/bc-java](https://github.com/bcgit/bc-java) Bouncy Castle Crypto
* [https://github.com/fzakaria/ascii85](https://github.com/fzakaria/ascii85)
* [https://github.com/rbuck/java-codecs](https://github.com/rbuck/java-codecs)
Expand Down Expand Up @@ -249,9 +256,14 @@
- [http://projects.coobird.net](http://projects.coobird.net)
- [https://github.com/eclipsesource/J2V8](https://github.com/eclipsesource/J2V8)
- 压缩文件 [https://github.com/junrar/junrar](https://github.com/junrar/junrar)
- [https://github.com/apache/commons-compress](https://github.com/apache/commons-compress)
- [https://github.com/airlift/aircompressor](https://github.com/airlift/aircompressor)
- [https://github.com/xerial/snappy-java](https://github.com/xerial/snappy-java)
- [https://github.com/lz4/lz4-java](https://github.com/lz4/lz4-java)
- [https://sourceforge.net/projects/sevenzipjbind](https://sourceforge.net/projects/sevenzipjbind)
- [https://github.com/borisbrodski/sevenzipjbinding](https://github.com/borisbrodski/sevenzipjbinding)
- [https://github.com/srikanth-lingala/zip4j](https://github.com/srikanth-lingala/zip4j)
- [https://github.com/ymnk/jzlib](https://github.com/ymnk/jzlib)
- [https://tukaani.org/xz/java.html](https://tukaani.org/xz/java.html)
- 重试 [https://github.com/houbb/sisyphus](https://github.com/houbb/sisyphus)

Expand Down
1 change: 1 addition & 0 deletions Other/专业术语.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
- 解构(Destructuring)
- 展开运算符(Spread Operator)
- 语言交互接口(FFI, Foreign Function Interface)
- ABI(Application Binary Interface): 应用程序二进制接口


## 英文
Expand Down
3 changes: 3 additions & 0 deletions PL/C.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@
* [https://github.com/Mbed-TLS](https://github.com/Mbed-TLS)
* [https://github.com/gnutls](https://github.com/gnutls)
* [https://gitlab.com/gnutls/gnutls](https://gitlab.com/gnutls/gnutls)
* [https://github.com/topics/nacl](https://github.com/topics/nacl)
* [https://github.com/jedisct1/libsodium](https://github.com/jedisct1/libsodium)
* 抗量子 [https://github.com/open-quantum-safe](https://github.com/open-quantum-safe)
* Base64 [https://github.com/jwerle/b64.c](https://github.com/jwerle/b64.c)
* GUI [https://github.com/webui-dev/webui](https://github.com/webui-dev/webui)
Expand Down Expand Up @@ -231,6 +233,7 @@
* Windows通用更新程序 [https://github.com/gup4win/wingup](https://github.com/gup4win/wingup)
* [https://github.com/gupwin32/gupwin32.github.io](https://github.com/gupwin32/gupwin32.github.io)
* 文件类型猜测 [https://github.com/file/file](https://github.com/file/file)
* FFI [https://dyncall.org](https://dyncall.org)



Expand Down
3 changes: 3 additions & 0 deletions PL/CPlusPlus.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
* [https://github.com/Alinshans/MyTinySTL](https://github.com/Alinshans/MyTinySTL)
* [https://github.com/Changhe160/cplusplus2020-2021-2](https://github.com/Changhe160/cplusplus2020-2021-2)
* [https://github.com/lkimuk](https://github.com/lkimuk)
* [https://github.com/cpp-tutor](https://github.com/cpp-tutor)
* 学习路线图 [https://github.com/salmer/CppDeveloperRoadmap](https://github.com/salmer/CppDeveloperRoadmap)
* [https://github.com/CDDSCLab/training-plan](https://github.com/CDDSCLab/training-plan)
* [https://github.com/changgyhub/leetcode_101](https://github.com/changgyhub/leetcode_101)
Expand Down Expand Up @@ -195,6 +196,8 @@
* 提权 [https://github.com/M2Team/NanaRun](https://github.com/M2Team/NanaRun)
* ~~[https://github.com/M2TeamArchived/NSudo](https://github.com/M2TeamArchived/NSudo)~~
* URL解析 [https://github.com/ada-url/ada](https://github.com/ada-url/ada)
* 线性优化 [https://github.com/ERGO-Code/HiGHS](https://github.com/ERGO-Code/HiGHS)
* 点云 [https://github.com/PDAL/PDAL](https://github.com/PDAL/PDAL)



Expand Down
1 change: 1 addition & 0 deletions PL/Rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ cargo rustc --release -- -Clink-args="-Wl,--subsystem,windows"
- [https://github.com/jedisct1/rust-siphash](https://github.com/jedisct1/rust-siphash)
- [https://github.com/hacspec/hacspec](https://github.com/hacspec/hacspec)
- [https://github.com/RustCrypto](https://github.com/RustCrypto)
- [https://github.com/tarcieri](https://github.com/tarcieri)
- 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)
Expand Down
1 change: 1 addition & 0 deletions PL/中间件.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@
* [https://github.com/ssqsignon](https://github.com/ssqsignon)
* [https://github.com/caos/zitadel](https://github.com/caos/zitadel)
* [https://github.com/curityio](https://github.com/curityio)
* [https://github.com/wildfly-security/wildfly-elytron](https://github.com/wildfly-security/wildfly-elytron)
* [https://tools.ietf.org/html/rfc6749](https://tools.ietf.org/html/rfc6749)
* [阮一峰 – 理解 OAuth 2.0](http://www.ruanyifeng.com/blog/2014/05/oauth_2_0.html)
* [OAuth2 CSRF攻击]()
Expand Down
2 changes: 1 addition & 1 deletion PL/交互协议.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- [https://schema.org](https://schema.org)
- OpenAPI规范 [https://github.com/OAI](https://github.com/OAI)
- [https://github.com/OpenAPITools](https://github.com/OpenAPITools)
- [https://github.com/rookie-luochao/openapi-ui](https://github.com/rookie-luochao/openapi-ui)
- [https://github.com/graphql](https://github.com/graphql)
- [https://graphql.org](https://graphql.org)
- [https://github.com/chentsulin/awesome-graphql](https://github.com/chentsulin/awesome-graphql)
Expand Down Expand Up @@ -154,7 +155,6 @@
- STOMP(Streaming Text Oriented Messaging Protocol,流文本定向消息协议)
- MQTT(Message Queuing Telemetry Transport,消息队列遥测传输):是一种基于发布/订阅(publish/subscribe)模式的"轻量级"通讯协议
- [https://mqtt.org](https://mqtt.org)
- [https://github.com/matrix-org](https://github.com/matrix-org)


**通信层**
Expand Down
3 changes: 3 additions & 0 deletions Python/Python第三方库.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@
* 编码检测 [https://github.com/PyYoshi/uchardet](https://github.com/PyYoshi/uchardet)
* 截图 [https://github.com/BoboTiG/python-mss](https://github.com/BoboTiG/python-mss)
* 加密 [https://github.com/pyca/cryptography](https://github.com/pyca/cryptography)
* FFI [https://github.com/wlav/cppyy](https://github.com/wlav/cppyy)
* [https://github.com/python-cffi/cffi](https://github.com/python-cffi/cffi)
* [https://github.com/scipy/weave](https://github.com/scipy/weave)



Expand Down
1 change: 1 addition & 0 deletions Shell/Shell命令.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
+ 文件管理 [https://github.com/sxyazi/yazi](https://github.com/sxyazi/yazi)
+ SCP [https://github.com/lengyijun/smartscp](https://github.com/lengyijun/smartscp)
+ CP [https://github.com/tarka/xcp](https://github.com/tarka/xcp)
+ 加密 [https://github.com/candiddev/rot](https://github.com/candiddev/rot)



Expand Down
2 changes: 2 additions & 0 deletions System/Linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@
- [流行的 Linux 发行版包管理器命令的对应关系](https://wiki.archlinux.org/index.php/Pacman_(%E7%AE%80%E4%BD%93%E4%B8%AD%E6%96%87)/Rosetta_(%E7%AE%80%E4%BD%93%E4%B8%AD%E6%96%87))
- [Linux包管理器及包安装工具基础知识](https://blog.csdn.net/u013430110/article/details/107329350)


* 软件包管理器 [https://github.com/NixOS/nix](https://github.com/NixOS/nix)
* [https://github.com/ryan4yin/nixos-and-flakes-book](https://github.com/ryan4yin/nixos-and-flakes-book)
* [https://github.com/rpm-software-management/rpm](https://github.com/rpm-software-management/rpm)
* [https://github.com/joyent/pkgsrc](https://github.com/joyent/pkgsrc)
* [https://github.com/TritonDataCenter/pkgsrc](https://github.com/TritonDataCenter/pkgsrc)
* [https://github.com/NetBSDfr](https://github.com/NetBSDfr)
Expand Down
1 change: 1 addition & 0 deletions System/Linux网络防火墙.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ firewall-cmd --query-panic
## 路由跟踪

- 查询IP地理信息 [https://github.com/zu1k/nali](https://github.com/zu1k/nali)
- [https://github.com/ihmily/ip-info-api](https://github.com/ihmily/ip-info-api)
- [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)
Expand Down
6 changes: 6 additions & 0 deletions System/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,10 @@
### 集群负载均衡
* [https://github.com/webserver-llc/angie](https://github.com/webserver-llc/angie)
* [https://github.com/grumpylabs/freenginx](https://github.com/grumpylabs/freenginx)
* [https://github.com/freenginx-mirror](https://github.com/freenginx-mirror)
* [https://github.com/apache/httpd](https://github.com/apache/httpd)
* [https://github.com/lighttpd](https://github.com/lighttpd)
* [https://github.com/caddyserver/caddy](https://github.com/caddyserver/caddy)
Expand Down Expand Up @@ -459,6 +463,8 @@
* 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/zhugezifang/ai_timeline](https://github.com/zhugezifang/ai_timeline)
* 天气 [https://github.com/vsergeev/briefsky](https://github.com/vsergeev/briefsky)
Expand Down
1 change: 1 addition & 0 deletions System/Windows软件.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@
* [https://github.com/OpenIMSDK](https://github.com/OpenIMSDK)
* [https://github.com/katzenpost/katzenpost](https://github.com/katzenpost/katzenpost)
* [https://github.com/dtube](https://github.com/dtube)
* [https://github.com/yggdrasil-network](https://github.com/yggdrasil-network)


- [https://github.com/topics/curses](https://github.com/topics/curses)
Expand Down
3 changes: 3 additions & 0 deletions System/文件压缩解压.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
> xz和7z的默认参数压缩算法都是lzma2(tar能解压7z,7-zip也能解压xz),这个算法出自7-zip作者`Igor Pavlov`
+ [https://github.com/topics/compressor](https://github.com/topics/compressor)


* [https://sourceforge.net/projects/getgnuwin32](https://sourceforge.net/projects/getgnuwin32)
* [https://sourceforge.net/projects/gnuwin32](https://sourceforge.net/projects/gnuwin32)
* [https://github.com/google/zopfli](https://github.com/google/zopfli)
Expand Down
29 changes: 15 additions & 14 deletions System/邮箱服务.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,26 @@

## Flag

+ [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/denghongcai/forsaken-mail](https://github.com/denghongcai/forsaken-mail)
* [https://github.com/malaohu/forsaken-mail](https://github.com/malaohu/forsaken-mail)
* [https://github.com/flashmob/go-guerrilla](https://github.com/flashmob/go-guerrilla)
* [https://github.com/PHPMailer](https://github.com/PHPMailer)
* [https://github.com/knadh/listmonk](https://github.com/knadh/listmonk)
* [https://github.com/postalserver/postal](https://github.com/postalserver/postal)
* [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)
* [测试邮箱](https://www.mail-tester.com)


Expand Down Expand Up @@ -91,20 +106,6 @@

## 邮件服务器

+ [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)


### 邮件服务器概述
Expand Down
1 change: 1 addition & 0 deletions Web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@
* [https://github.com/AmruthPillai/Reactive-Resume](https://github.com/AmruthPillai/Reactive-Resume)
* [https://github.com/i5heu/Faultier-CV](https://github.com/i5heu/Faultier-CV)
* [https://github.com/RylanBot/resume-json-pdf](https://github.com/RylanBot/resume-json-pdf)
* [https://github.com/BingyanStudio/LapisCV](https://github.com/BingyanStudio/LapisCV)
* 百科 [https://github.com/Requarks/wiki](https://github.com/Requarks/wiki)
* [https://github.com/phachon/mm-wiki](https://github.com/phachon/mm-wiki)
* [https://github.com/tangly1024/NotionNext](https://github.com/tangly1024/NotionNext)
Expand Down

0 comments on commit 52562b7

Please sign in to comment.