Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
bajins committed Feb 23, 2024
1 parent 0219913 commit 9eb44fe
Show file tree
Hide file tree
Showing 21 changed files with 78 additions and 19 deletions.
1 change: 1 addition & 0 deletions DBS/关系型数据库.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

* [https://github.com/opengauss-mirror](https://github.com/opengauss-mirror)
* [https://github.com/MariaDB](https://github.com/MariaDB)
* [https://github.com/mariadb-corporation](https://github.com/mariadb-corporation)
* [https://github.com/percona/percona-server](https://github.com/percona/percona-server)
* SQL代理 [https://github.com/sysown/proxysql](https://github.com/sysown/proxysql)
* sqlite克隆 [https://github.com/cstack/db_tutorial](https://github.com/cstack/db_tutorial)
Expand Down
2 changes: 1 addition & 1 deletion Go/GoGUI.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
* GUI [https://github.com/lxn](https://github.com/lxn)
* [https://github.com/chzyer/readline](https://github.com/chzyer/readline)
* [https://github.com/go-ole/go-ole](https://github.com/go-ole/go-ole)
* TaskScheduler [https://github.com/capnspacehook/taskmaster](https://github.com/capnspacehook/taskmaster)
* [https://github.com/yusufpapurcu/wmi](https://github.com/yusufpapurcu/wmi)
* [https://github.com/kardianos/service](https://github.com/kardianos/service)
* [https://github.com/capnspacehook/taskmaster](https://github.com/capnspacehook/taskmaster)
* [https://github.com/ying32/govcl](https://github.com/ying32/govcl)
* [https://github.com/akavel/rsrc](https://github.com/akavel/rsrc)
* [https://github.com/tc-hib/winres](https://github.com/tc-hib/winres)
Expand Down
6 changes: 6 additions & 0 deletions Go/Go第三方库.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,11 @@
* [https://github.com/ogier/pflag](https://github.com/ogier/pflag)
* [https://github.com/gdamore/tcell](https://github.com/gdamore/tcell)
* [https://github.com/gcla/gowid](https://github.com/gcla/gowid)
* [https://github.com/spf13/cobra](https://github.com/spf13/cobra)
* [https://github.com/alecthomas/kingpin](https://github.com/alecthomas/kingpin)
* [https://github.com/alecthomas/kong](https://github.com/alecthomas/kong)
* [https://github.com/mitchellh/cli](https://github.com/mitchellh/cli)
* [https://github.com/jessevdk/go-flags](https://github.com/jessevdk/go-flags)
* CLI [https://github.com/blend/go-sdk](https://github.com/blend/go-sdk)
* shell [https://github.com/creack/pty](https://github.com/creack/pty)
* 生成x86程序 [https://github.com/mmcloughlin/avo](https://github.com/mmcloughlin/avo)
Expand All @@ -195,6 +200,7 @@
* [https://github.com/txn2/rxtx](https://github.com/txn2/rxtx)
* [https://github.com/RichardKnop/machinery](https://github.com/RichardKnop/machinery)
* [https://github.com/robfig/cron](https://github.com/robfig/cron)
* [https://github.com/reugn/go-quartz](https://github.com/reugn/go-quartz)
* 媒体类型 [http://github.com/gabriel-vasile/mimetype](http://github.com/gabriel-vasile/mimetype)
* 图片转换 [https://github.com/gographics/imagick](https://github.com/gographics/imagick)
* [https://github.com/davidbyttow/govips](https://github.com/davidbyttow/govips)
Expand Down
1 change: 0 additions & 1 deletion IDE/Git使用.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
* Git的奇技淫巧: [https://github.com/521xueweihan/git-tips](https://github.com/521xueweihan/git-tips)
* 猴子都能懂的GIT入门: [https://backlog.com/git-tutorial/cn/contents](https://backlog.com/git-tutorial/cn/contents)
* [Git与Subversion的命令对比表](https://website-proxy.backlogtool.com/git-tutorial/cn/reference/git-svn.html)
* [https://github.com/libgit2](https://github.com/libgit2)
* 在线学 Git [https://codechina_dev.gitcode.host/learn-git-branching](https://codechina_dev.gitcode.host/learn-git-branching)
* [https://github.com/pcottle/learnGitBranching](https://github.com/pcottle/learnGitBranching)

Expand Down
4 changes: 3 additions & 1 deletion IDE/Git服务.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,16 @@
* [https://www.syntevo.com](https://www.syntevo.com)
* [https://www.git-tower.com](https://www.git-tower.com)
* 代码语法突出 [https://github.com/sharkdp/bat](https://github.com/sharkdp/bat)
* Git核心方法的可移植的纯C实现 [https://github.com/libgit2/libgit2](https://github.com/libgit2/libgit2)
* Git实现 [https://github.com/libgit2/libgit2](https://github.com/libgit2/libgit2)
* [https://github.com/go-git](https://github.com/go-git)
* 来自配置错误的网站的Git仓库泄漏 [https://github.com/liamg/gitjacker](https://github.com/liamg/gitjacker)
* git加密 [https://github.com/AGWA/git-crypt](https://github.com/AGWA/git-crypt)
* 自动补全 [https://github.com/dahlbyk/posh-git](https://github.com/dahlbyk/posh-git)
* [https://github.com/JanDeDobbeleer/oh-my-posh](https://github.com/JanDeDobbeleer/oh-my-posh)
* 依赖项更新 [https://github.com/renovatebot/renovate](https://github.com/renovatebot/renovate)
* Git工具 [https://github.com/GitTools](https://github.com/GitTools)
* [https://github.com/sosedoff/gitkit](https://github.com/sosedoff/gitkit)
* [https://github.com/ewanmellor/git-diff-image](https://github.com/ewanmellor/git-diff-image)
* SmartGit 是一款优秀的图形化Git仓库管理工具
* SmartSVN 是一款优秀的图形化SVN仓库管理工具
* 根据日志生成Changelog [https://github.com/orhun/git-cliff](https://github.com/orhun/git-cliff)
Expand Down
7 changes: 4 additions & 3 deletions IDE/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@
* [https://github.com/eclipse-theia/theia](https://github.com/eclipse-theia/theia)
* [https://theia-ide.org](https://theia-ide.org)
* [https://github.com/VSCodium/vscodium](https://github.com/VSCodium/vscodium)
* [https://github.com/pulsar-edit](https://github.com/pulsar-edit)
* [https://github.com/lapce](https://github.com/lapce)
* [https://github.com/zed-industries](https://github.com/zed-industries)
* [https://github.com/capistrano/sshkit](https://github.com/capistrano/sshkit)
* IDE的仪表盘 [https://github.com/wakatime](https://github.com/wakatime)
* 图形转代码 [https://www.paintcodeapp.com](https://www.paintcodeapp.com)
* GoIDE [https://github.com/visualfc/liteide](https://github.com/visualfc/liteide)
* [https://sourceforge.net/projects/liteide](https://sourceforge.net/projects/liteide)
* [https://github.com/lapce](https://github.com/lapce)
* [https://github.com/zed-industries](https://github.com/zed-industries)
* [https://github.com/capistrano/sshkit](https://github.com/capistrano/sshkit)
* 网络分析 [https://github.com/gephi](https://github.com/gephi)
* Android代码编辑器 [https://github.com/massivemadness/Squircle-CE](https://github.com/massivemadness/Squircle-CE)

Expand Down
4 changes: 0 additions & 4 deletions IDE/软件安全.md
Original file line number Diff line number Diff line change
Expand Up @@ -481,10 +481,6 @@

* [https://github.com/yinwang0/pysonar2](https://github.com/yinwang0/pysonar2)

**一个自动化的脚本(shell)分析工具,用来给出警告和建议**

* [https://github.com/koalaman/shellcheck](https://github.com/koalaman/shellcheck)

**基于AST变换的简易Javascript反混淆辅助工具**

* [https://github.com/ChiChou/etacsufbo](https://github.com/ChiChou/etacsufbo)
Expand Down
2 changes: 2 additions & 0 deletions Other/书籍和博客.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
* [https://github.com/ByteByteGoHq/system-design-101](https://github.com/ByteByteGoHq/system-design-101)
* [https://github.com/karanpratapsingh/system-design](https://github.com/karanpratapsingh/system-design)
* [https://github.com/Coder-World04/Complete-System-Design](https://github.com/Coder-World04/Complete-System-Design)
* [https://github.com/systemdesign42/system-design](https://github.com/systemdesign42/system-design)
* [https://github.com/GrowingGit/GitHub-Chinese-Top-Charts](https://github.com/GrowingGit/GitHub-Chinese-Top-Charts)
* [https://github.com/trackawesomelist/trackawesomelist](https://github.com/trackawesomelist/trackawesomelist)
* [https://www.trackawesomelist.com](https://www.trackawesomelist.com)
Expand All @@ -107,6 +108,7 @@
* [https://github.com/leandromoreira](https://github.com/leandromoreira)
* [https://github.com/DataEngineer-io/data-engineer-handbook](https://github.com/DataEngineer-io/data-engineer-handbook)
* [https://github.com/jordan-cutler/path-to-senior-engineer-handbook](https://github.com/jordan-cutler/path-to-senior-engineer-handbook)
* [https://github.com/charlax/professional-programming](https://github.com/charlax/professional-programming)
* 学习项目 [https://github.com/Wechat-ggGitHub/Awesome-GitHub-Repo](https://github.com/Wechat-ggGitHub/Awesome-GitHub-Repo)
* [https://github.com/1c7/chinese-independent-developer](https://github.com/1c7/chinese-independent-developer)
* [https://github.com/php-youtubers/directory](https://github.com/php-youtubers/directory)
Expand Down
4 changes: 4 additions & 0 deletions PL/C.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@



* GCC日志查看 [https://github.com/jake-arkinstall/gcc-explorer](https://github.com/jake-arkinstall/gcc-explorer)




## 第三方依赖

Expand Down
1 change: 1 addition & 0 deletions PL/CPlusPlus.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
* [https://github.com/AnthonyCalandra/modern-cpp-features](https://github.com/AnthonyCalandra/modern-cpp-features)
* [https://github.com/google/cpu_features](https://github.com/google/cpu_features)
* [https://github.com/federico-busato/Modern-CPP-Programming](https://github.com/federico-busato/Modern-CPP-Programming)
* [https://elesos.github.io/archives](https://elesos.github.io/archives)
* 代码优化方案 [https://github.com/ibogosavljevic/johnysswlab](https://github.com/ibogosavljevic/johnysswlab)
* 互斥锁 [https://github.com/skarupke/two_bit_mutex](https://github.com/skarupke/two_bit_mutex)
* [C/C++串口通信原理及读写与操作](https://wangbaiyuan.cn/c-serial-communication-write-reading.html)
Expand Down
8 changes: 7 additions & 1 deletion PL/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
- 副业 [https://github.com/bleedline/aimoneyhunter](https://github.com/bleedline/aimoneyhunter)
- [Solo 独立开发者社区](https://solo.xin)
- [独立开发的100个想法](https://mp.weixin.qq.com/s/CarlaglmCszQiHI6qrjYNQ)
- [https://github.com/weijunext/indie-hacker-tools](https://github.com/weijunext/indie-hacker-tools)




Expand Down Expand Up @@ -198,6 +200,7 @@
* [https://github.com/devonfw/ide](https://github.com/devonfw/ide)
* [https://github.com/skeeto/w64devkit](https://github.com/skeeto/w64devkit)
* [https://github.com/lando/lando](https://github.com/lando/lando)
* [https://github.com/cashapp/hermit](https://github.com/cashapp/hermit)
* 性能跟踪分析 [https://github.com/topics/trace](https://github.com/topics/trace)
* [https://github.com/brendangregg](https://github.com/brendangregg)
* [https://github.com/opendtrace](https://github.com/opendtrace)
Expand All @@ -215,6 +218,7 @@
* [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/defenseunicorns/zarf](https://github.com/defenseunicorns/zarf)
* 微服务开发工具 [https://github.com/eko/monday](https://github.com/eko/monday)
* 构建应用程序 [https://github.com/paketo-buildpacks](https://github.com/paketo-buildpacks)
* [https://github.com/topics/build](https://github.com/topics/build)
Expand All @@ -229,11 +233,13 @@
* 在线手册API [https://www.matools.com/api](https://www.matools.com/api)
* 环境设置 [https://github.com/josean-dev/dev-environment-files](https://github.com/josean-dev/dev-environment-files)
* 游戏多语言实现 [https://github.com/coding-horror/basic-computer-games](https://github.com/coding-horror/basic-computer-games)
* 查看二进制文件 [https://binvis.io](https://binvis.io)



- [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
7 changes: 7 additions & 0 deletions PL/Rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
+ [https://github.com/rust-analyzer](https://github.com/rust-analyzer)
+ [https://github.com/rustcc/awesome-rust](https://github.com/rustcc/awesome-rust)
+ [https://github.com/rust-fuzz](https://github.com/rust-fuzz)
+ [https://github.com/redox-os](https://github.com/redox-os)
+ [https://github.com/servo](https://github.com/servo)
+ [https://github.com/unicode-rs](https://github.com/unicode-rs)
+ [https://github.com/Manishearth](https://github.com/Manishearth)
Expand All @@ -78,6 +79,7 @@
+ 数据结构 [https://github.com/serde-rs](https://github.com/serde-rs)
+ [https://github.com/erickt](https://github.com/erickt)
+ 时间 [https://github.com/time-rs](https://github.com/time-rs)
+ [https://github.com/chronotope/chrono](https://github.com/chronotope/chrono)
+ WEB [https://github.com/nickel-org](https://github.com/nickel-org)
+ [https://github.com/marshallpierce](https://github.com/marshallpierce)
+ [https://github.com/leptos-rs/leptos](https://github.com/leptos-rs/leptos)
Expand Down Expand Up @@ -155,7 +157,10 @@
- Windows [https://github.com/microsoft/windows-rs](https://github.com/microsoft/windows-rs)
- [https://microsoft.github.io/windows-docs-rs/doc/windows](https://microsoft.github.io/windows-docs-rs/doc/windows)
- Win32 API描述 [https://github.com/microsoft/win32metadata](https://github.com/microsoft/win32metadata)
- TaskScheduler [https://github.com/mattrobineau/planif](https://github.com/mattrobineau/planif)
- [https://github.com/retep998/winapi-rs](https://github.com/retep998/winapi-rs)
- [https://github.com/rodrigocfd/winsafe](https://github.com/rodrigocfd/winsafe)
- [https://github.com/Araxeus/tiny-native-scheduler](https://github.com/Araxeus/tiny-native-scheduler)
- SSH [https://github.com/alexcrichton/ssh2-rs](https://github.com/alexcrichton/ssh2-rs)
- [https://github.com/1148118271/ssh-rs](https://github.com/1148118271/ssh-rs)
- [https://nest.pijul.com/pijul/thrussh](https://nest.pijul.com/pijul/thrussh)
Expand All @@ -173,6 +178,7 @@
- 正则搜索文件 [https://github.com/BurntSushi/ripgrep](https://github.com/BurntSushi/ripgrep)
- [https://github.com/acheronfail/repgrep](https://github.com/acheronfail/repgrep)
- 参数解析器 [https://github.com/clap-rs/clap](https://github.com/clap-rs/clap)
- [https://github.com/TeXitoi/structopt](https://github.com/TeXitoi/structopt)
- GPS [https://github.com/frafra/frakegps](https://github.com/frafra/frakegps)
- 音量控制 [https://github.com/prixt/soundsense-rs](https://github.com/prixt/soundsense-rs)
- 压缩 [https://github.com/Freaky/Compactor](https://github.com/Freaky/Compactor)
Expand Down Expand Up @@ -350,3 +356,4 @@
* 编程语言 [https://github.com/vrtbl/passerine](https://github.com/vrtbl/passerine)
* Node.js模块绑定 [https://github.com/neon-bindings/neon](https://github.com/neon-bindings/neon)
* 支付 [https://github.com/juspay/hyperswitch](https://github.com/juspay/hyperswitch)
* 内存漏洞 [https://github.com/Speykious/cve-rs](https://github.com/Speykious/cve-rs)
27 changes: 20 additions & 7 deletions PL/加密认证.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,20 +90,36 @@

## 编码算法

> 把数据转换成指定格式的数据,可解码,一般用于处理特殊字符
> `Escape Sequences`转义序列把数据转换成指定格式的数据,可解码,一般用于处理特殊字符
+ [https://github.com/topics/escape](https://github.com/topics/escape)


- Base32
- [Base32 编码说明](https://ptrchm.com/posts/base32-explained)
- [https://github.com/rubycocos/blockchain/tree/master/base32-alphabets](https://github.com/rubycocos/blockchain/tree/master/base32-alphabets)
- Base58
- Base64
- Base85
- Base91
- quoted-printable [Percent-encoding](https://developer.mozilla.org/zh-CN/docs/Glossary/percent-encoding)
- [Content-Transfer-Encoding](https://zh.wikipedia.org/wiki/多用途互聯網郵件擴展#内容传输编码)
- Unicode编码(\u开头)
- URL编码(%开头)
- URLEncoder(%开头)
- Gzip压缩
- UTF16编码(\x开头)
- 十六进制编码
- HTML深度编码
- Hexadecimal (Hex) 十六进制编码
- Octal 八进制
- Binary 二进制
- HTML entity
- ASCII
- Ascii85
- yEnc


> Base64是一种能将任意Binary资料用64种字元组合成字串的方法,而Binary资料和字串资料彼此之间可以互相转换。
> 在实际应用中,Base64除了能将Binary资料可视化之外,也常用来表示字串加密过后的内容

## 加密算法

Expand Down Expand Up @@ -370,10 +386,7 @@
> 加盐就是对目标字段哈希前,拼接上另一个字段(salt)。注:盐值加到字段之前较为普遍。加盐对防彩虹表很有效。
- 慢哈希
- Base64

> Base64是一种能将任意Binary资料用64种字元组合成字串的方法,而Binary资料和字串资料彼此之间可以互相转换。
> 在实际应用中,Base64除了能将Binary资料可视化之外,也常用来表示字串加密过后的内容



Expand Down
1 change: 1 addition & 0 deletions Python/人工智能.md
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@
- [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://github.com/HanaokaYuzu/Gemini-API](https://github.com/HanaokaYuzu/Gemini-API)
- [https://bard.google.com/chat](https://bard.google.com/chat)
```bash
# https://ai.google.dev/models?hl=zh-cn
Expand Down
1 change: 1 addition & 0 deletions System/Linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,7 @@ setsid python3 ./index.py >/dev/null 2>&1 &
* [https://github.com/gorakhargosh/watchdog](https://github.com/gorakhargosh/watchdog)
* [https://github.com/lsyncd/lsyncd](https://github.com/lsyncd/lsyncd)
* [https://github.com/emcrisostomo/fswatch](https://github.com/emcrisostomo/fswatch)
* [https://github.com/eradman/entr](https://github.com/eradman/entr)


> 首先进入需要搭建web服务器的目录,然后在输入下面的命令,端口号默认`8000`
Expand Down
1 change: 1 addition & 0 deletions System/Linux网络防火墙.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ firewall-cmd --query-panic
- [https://github.com/ngoduykhanh/ifconfig.top](https://github.com/ngoduykhanh/ifconfig.top)
- [https://github.com/ftao/python-ifcfg](https://github.com/ftao/python-ifcfg)
- [https://github.com/sanketsudake/ifconfig-parser](https://github.com/sanketsudake/ifconfig-parser)
- [https://www.browserscan.net](https://www.browserscan.net)
- [https://www.ipip.net](https://www.ipip.net)
- [https://www.myip.la](https://www.myip.la)
- 可用性检查 [https://github.com/funilrys/PyFunceble](https://github.com/funilrys/PyFunceble)
Expand Down
1 change: 1 addition & 0 deletions System/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@
* [https://github.com/PowerDNS](https://github.com/PowerDNS)
* [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://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)
Expand Down
Loading

0 comments on commit 9eb44fe

Please sign in to comment.