Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
adoyle-h committed Sep 19, 2024
1 parent fdf2827 commit bbe518d
Show file tree
Hide file tree
Showing 9 changed files with 48 additions and 12 deletions.
5 changes: 4 additions & 1 deletion CLI/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
- [carbonyl](https://github.com/fathyb/carbonyl): 在终端运行 Chromium。
- [glow](https://github.com/charmbracelet/glow): markdown 终端阅读工具
- [theme.sh](https://github.com/lemnos/theme.sh): shell 配色设置,动态预览
- [lnav](https://lnav.org/): 日志文件浏览器
- [lnav](https://lnav.org/): 日志文件的终端浏览器

## [Shell Script Development](../shell-script/README.md)

Expand Down Expand Up @@ -152,6 +152,9 @@

- [ranger](https://github.com/ranger/ranger): Python 实现的
- [nnn](https://github.com/jarun/nnn): C 实现的
- [yazi](https://github.com/sxyazi/yazi): 待评价
- [kanagawa.yazi](https://github.com/dangooddd/kanagawa.yazi): 主题配色
- [yazi.nvim](https://github.com/mikavilpas/yazi.nvim): yazi 的 nvim 插件

## 文件重命名

Expand Down
15 changes: 11 additions & 4 deletions ML/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@
- [线上平台与社区](#线上平台与社区)
- [AI Image](#ai-image)
- [AI 工具集](#ai-工具集)
- [生成器](#生成器)
- [音乐生成](#音乐生成)
- [数字人](#数字人)
- [可视化](#可视化)
- [Chat](#chat)
- [Diffusion 模型](#diffusion-模型)
- [Stable Diffusion](#stable-diffusion)
- [图片生成](#图片生成)
- [Stable Diffusion Prompt](#stable-diffusion-prompt)
- [Prompt 工程](#prompt-工程)
- [Prompt 优化工具](#prompt-优化工具)
- [Prompt 快捷指令](#prompt-快捷指令)
- [强化学习 (Reinforcement Learning)](#强化学习-reinforcement-learning)
- [AutoML](#automl)
Expand Down Expand Up @@ -83,7 +84,7 @@ text-to-image 社区
- https://flowgpt.ai/ : 这个工具能够用流程图的形式,把 ChartGPT 问答串联起来。适合做教学模板。
- https://www.chatpdf.com/ : 帮助用户阅读电子书

## 生成器
## 音乐生成

- https://mubert.com/ : 根据文字生成音乐

Expand All @@ -109,8 +110,9 @@ text-to-image 社区
- [ControlNet](https://github.com/lllyasviel/ControlNet): 通过添加额外的条件来控制 Diffusion 模型
- [deep-floyd/IF](https://github.com/deep-floyd/IF)

## Stable Diffusion
## 图片生成

- [flux](https://github.com/black-forest-labs/flux): 开源的模型。很强大。效果比肩 Midjourney。
- [CompVis/stable-diffusion](https://github.com/CompVis/stable-diffusion): A latent text-to-image diffusion model
- [Stability-AI/stablediffusion](https://github.com/Stability-AI/stablediffusion): High-Resolution Image Synthesis with Latent Diffusion Models
- https://huggingface.co/stabilityai/stable-diffusion-2-base
Expand All @@ -119,6 +121,7 @@ text-to-image 社区
- [stable-diffusion-webui-chinese](https://github.com/VinsonLaro/stable-diffusion-webui-chinese): WebUI 中文语言包
- [cmdr2/stable-diffusion-ui](https://github.com/cmdr2/stable-diffusion-ui): 备选方案
- [Draw Things](https://drawthings.ai/): Mac/iPhone 平台可用的 stable diffusion,支持自定义模型、Lora、ControlNet。[没有 token 限制](https://www.reddit.com/r/StableDiffusion/comments/yqknyp/comment/jeo594i/?utm_source=share&utm_medium=web2x&context=3)
- [ComfyUI](https://github.com/comfyanonymous/ComfyUI): 用图形化界面、工作流操作 SD/Flux 等模型。

### Stable Diffusion Prompt

Expand All @@ -136,6 +139,10 @@ text-to-image 社区
- [Prompt 常用模式](https://www.clickprompt.org/zh-CN/chatgpt-general/)
- [Learn Prompting](https://learnprompting.org/zh-Hans/docs/intro)

### Prompt 优化工具

- [ChatGPT - Prompt Optimizer](https://chatgpt.com/g/g-SsB4aTVgM-prompt-optimizer/c/66deda1d-4234-8013-baa3-a12401abd716)

### Prompt 快捷指令

- [ChatGPT 指令大全](https://www.explainthis.io/zh-hans/chatgpt)
Expand Down
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,7 @@ Read the [NOTICE][] file distributed with this work for additional information r
- [trix](https://github.com/basecamp/trix)
- [editor.js](https://github.com/codex-team/editor.js): A block-styled editor with clean JSON output
- [lexical](https://github.com/facebook/lexical): facebook 出品
- [plate](https://github.com/udecode/plate): The rich-text editor for React.

### Online IDE

Expand Down Expand Up @@ -589,6 +590,7 @@ Read the [NOTICE][] file distributed with this work for additional information r
## 终端 Terminal

- [iTerm2](https://www.iterm2.com): Mac 系统,推荐用这个终端 ``
- [warp](https://www.warp.dev/): 集成 AI 的终端,挺有意思的。缺点也很明显,必须用它这一套,不兼容 tmux。PS1 被强制替换掉了,跟其他软件不好配合。
- [Windows Terminal](https://github.com/microsoft/terminal): Windows 系统,推荐用这个终端 ``
- [cmder](https://github.com/cmderdev/cmder): 备选方案
- [Hyper](https://github.com/zeit/hyper): 用前端技术栈做的终端。非常酷炫 ``
Expand All @@ -602,9 +604,9 @@ Read the [NOTICE][] file distributed with this work for additional information r

- diff: linux 内置命令
- diffstat: linux 内置命令 `diff -u | diffstat -C`
- [diff-so-fancy](https://github.com/so-fancy/diff-so-fancy): diff 文件内容的着色增强工具,不支持语义化 diff。不支持双列 (side-by-side)。
- [delta](https://github.com/dandavison/delta): 语义化 Diff,功能丰富。Git 配置不友好。支持双列、git blame、git grep。
- [difftastic](https://github.com/Wilfred/difftastic): 基于 tree-sitter 的 diff。Git 配置不友好
- [diff-so-fancy](https://github.com/so-fancy/diff-so-fancy): 备选方案。diff 文件内容的着色增强工具,不支持语义化 diff。不支持双列 (side-by-side)。
- [diff2html-cli](https://github.com/rtfpessoa/diff2html-cli): 将 diff 文件转成 HTML 页面的形式预览。非常漂亮
- https://diffy.org/ : 在线服务,支持链接共享。
- [Kaleidoscope](https://kaleidoscope.app/): Diff GUI 软件。支持比较文本、图片、目录。只支持 MacOS。
Expand Down Expand Up @@ -826,6 +828,15 @@ Read the [NOTICE][] file distributed with this work for additional information r

- [Rocket.Chat](https://github.com/RocketChat/Rocket.Chat): 开源版 Slack。built with Meteor
- [Mattermost](https://mattermost.com/)
- Matrix Client
- [Element](https://matrix.org/ecosystem/clients/element/): Matrix.org 官方出品,功能最全,UI 还不错。全平台支持。
- [cinny](https://matrix.org/ecosystem/clients/cinny/): UI 简洁,功能简陋
- https://iamb.chat/ : 运行在终端的客户端
- Matrix Server
- [synapse](https://github.com/element-hq/synapse): Synapse: Matrix homeserver written in Python/Twisted
- [conduwuit](https://github.com/girlbossceo/conduwuit): 与 conduit 的[差异](https://conduwuit.puppyirl.gay/differences.html)
- [conduit](https://gitlab.com/famedly/conduit): Matrix homeserver written in Rust
- [dendrite](https://github.com/matrix-org/dendrite): Matrix homeserver written in Go

## [Git](./git.md)

Expand Down Expand Up @@ -1022,6 +1033,8 @@ Read the [NOTICE][] file distributed with this work for additional information r
- https://it-tools.tech/ : 开源的,可以用 Docker 自部署。
- https://extendsclass.com/ : 有语法校验器,加/解密,格式转换,Diff 工具,各种生成器,前端压缩等工具。
- https://cloudconvert.com/ : 在线服务,万能的格式转换器
- https://convertio.co/ : 备用服务
- https://ipcheck.ing/ : IP 工具箱。轻松检查你的 IP,IP 地理位置,检查 DNS 泄漏,检查 WebRTC 连接,速度测试,ping 测试,MTR 测试,检查网站可用性,查询 Whois 信息等等。可自部署,源码见 [MyIP](https://github.com/jason5ng32/MyIP)

### 自部署的服务 (Self-Host Service)

Expand Down Expand Up @@ -1191,6 +1204,7 @@ Read the [NOTICE][] file distributed with this work for additional information r
## 日志

- [goaccess](https://github.com/allinurl/goaccess): GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.
- [lnav](https://lnav.org/): 日志文件的终端浏览器

## 交互式 Notebook

Expand Down Expand Up @@ -1257,8 +1271,6 @@ Read the [NOTICE][] file distributed with this work for additional information r
- [KVM](https://www.linux-kvm.org/page/Main_Page): 开源免费,最强大的虚拟化工具
- [kimchi](https://github.com/kimchi-project/kimchi): Kimchi manages KVM guests through libvirt. The management interface is accessed over the web using a browser that supports HTML5.
- [WebVirtCloud](https://github.com/retspen/webvirtcloud): virtualization web interface for admins and users
- [barrier](https://github.com/debauchee/barrier): KVM switch over http
- [TinyPilot](https://github.com/tiny-pilot/tinypilot): KVM over IP

## 模板引擎

Expand Down Expand Up @@ -1356,6 +1368,7 @@ Read the [NOTICE][] file distributed with this work for additional information r
### 文档检查

- [lychee](https://github.com/lycheeverse/lychee): 命令行工具,检查文档中的链接和邮件地址是否有效
- [lychee-action](https://github.com/lycheeverse/lychee-action): 用 github action 自动检查
- [markdown-link-check](https://github.com/tcort/markdown-link-check): 备用方案。没人维护。JS 写的

### 文档排版
Expand Down
3 changes: 3 additions & 0 deletions android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
- [Magisk](https://github.com/topjohnwu/Magisk)
- [Android File Transfer](https://www.android.com/filetransfer/): Android 手机与电脑传输文件
- [adoyle-h/android-unpackbootimg](https://github.com/adoyle-h/android-unpackbootimg): boot.img 解包和封包的工具。action 里有编译好的文件。arm64 和 x86 的。
- [gkd](https://github.com/gkd-kit/gkd): 基于无障碍,高级选择器,订阅规则的自定义屏幕点击 Android 应用。[使用简介](https://github.com/just-talks/tech-talks/discussions/68)
- [AIsouler/GKD_subscription](https://github.com/AIsouler/GKD_subscription): GKD 第三方订阅规则
- [其他 GKD 第三方规则](https://github.com/topics/gkd-subscription)

## Xposed

Expand Down
1 change: 1 addition & 0 deletions chrome/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
- [Volume Master](https://chromewebstore.google.com/detail/volume-master-%E9%9F%B3%E9%87%8F%E6%8E%A7%E5%88%B6%E5%99%A8/jghecgabfgfdldnmbfkhmffcabddioke): 给每个网页单独调整音量,音量范围 0-600%。
- [Cleaner - history & cache clean](https://chromewebstore.google.com/detail/pooaemmkohlphkekccfajnbcokjlbehk): 自动清理历史记录
- [沉浸式翻译](https://github.com/immersive-translate/immersive-translate): 浏览器插件,开源免费,体验很好。
- [WebRTC Leak Shield](https://chromewebstore.google.com/detail/webrtc-leak-shield/bppamachkoflopbagkdoflbgfjflfnfl): 防止 WebRTC 泄露本机 IP。注意:不要用 google 的 [WebRTC Network Limiter](https://chromewebstore.google.com/detail/WebRTC%20Network%20Limiter/npeicpdbkakmehahjeeohfdhnlpdklia),没有用。

## 油猴脚本

Expand Down
3 changes: 2 additions & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@

## 镜像加速

- https://dockerhub.icu/
- https://dockerpull.com/
<!-- - https://dockerhub.icu/ -->
<!-- - [南京大学镜像站](https://doc.nju.edu.cn/books/35f4a): 支持 Docker Hub, GCR, GHCR, NGC, QUAY。 -->
<!-- - [Docker Proxy](https://dockerproxy.com/docs): 支持 Docker Hub, GCR, K8S.GCR, GHCR, QUAY。 -->
- 更多详见 https://gist.github.com/y0ngb1n/7e8f16af3242c7815e7ca2f0833d3ea6
Expand Down
2 changes: 1 addition & 1 deletion github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
- https://github.com/notifications/subscriptions : 我订阅的 issue 列表。

- https://www.gharchive.org/ : 收集了 2011 年至今的 Github 历史数据。
- https://ghproxy.com/ : GitHub 文件, Releases, archive, gist, raw.githubusercontent.com 文件代理加速下载服务
- https://ghp.ci/ : GitHub 文件, Releases, archive, gist, raw.githubusercontent.com 文件代理加速下载服务
- 就是个重定向,实际用的是 cnpm 提供的服务 https://github.com.cnpmjs.org/
- [all-contributors](https://github.com/all-contributors/all-contributors): 用 `.all-contributorsrc` 文件记录项目维护者列表。
- [github-contributions-chart](https://github.com/sallar/github-contributions-chart): 生成 Github contributions 图片。
Expand Down
6 changes: 6 additions & 0 deletions hardware.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
- [包管理器](#包管理器)
- [硬件信息](#硬件信息)
- [IPMI/BMC](#ipmibmc)
- [KVM Switch](#kvm-switch)
- [随身 WiFi](#随身-wifi)
- [串口](#串口)
- [CNC 数控机床](#cnc-数控机床)
Expand Down Expand Up @@ -113,6 +114,11 @@
- [pikvm](https://github.com/pikvm/pikvm)
- [OpenBMC](https://github.com/facebook/openbmc)

## KVM Switch

- [barrier](https://github.com/debauchee/barrier): KVM switch over http
- [TinyPilot](https://github.com/tiny-pilot/tinypilot): KVM over IP

## 随身 WiFi

- [OpenStick](https://github.com/OpenStick/OpenStick): 破解高通 410 芯片
Expand Down
6 changes: 4 additions & 2 deletions network/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
- [httpie](https://github.com/jakubroztocil/httpie/): a CLI, cURL-like tool for humans
- [htrace.sh](https://github.com/trimstray/htrace.sh): Swiss Army knife for http/https troubleshooting and profiling.
- [Paw/RapidAPI](https://paw.cloud): Mac 平台的 API 客户端,功能强大,颜值很高 ``
- [ATAC](https://github.com/Julien-cpsn/ATAC): 运行在终端的类似 POSTMAN 的 API 客户端工具。
- [posting](https://github.com/darrenburns/posting): 运行在终端的类似 POSTMAN 的 API 客户端工具。交互设计很好。
- [ATAC](https://github.com/Julien-cpsn/ATAC): 备选方案
- [restcli](https://github.com/restcli/restcli): CLI for IntelliJ http-request.
- [IntelliJ HTTP request syntax](https://www.jetbrains.com/help/idea/exploring-http-syntax.html#using_request_vars)
- better `traceroute`
Expand Down Expand Up @@ -111,7 +112,8 @@
- [NextDNS](https://nextdns.io): 功能很强大,类似 AdGuard 的功能,但免部署,开箱即用。自定义安全设置,自定义黑名单、白名单,提供日志和访问统计(建议把日志存储在欧盟或者瑞士)。支持 DoT/DoH/IPv4/IPv6。不同配置提供不同的 DNS 子域名。最关键的是国外的服务但是在中国延迟很低。
- [Google Public DNS](https://developers.google.com/speed/public-dns/docs/using): 8.8.8.8
- [Cloudflare Public DNS](https://1.1.1.1/dns/): 1.1.1.1 DoH/DoT 在国内可用
- [Quad101](https://101.101.101.101/): 101.101.101.101 DoH/DoT 在国内可用。速度比 Cloudflare 的快一点。
- [Quad101](https://101.101.101.101/): 101.101.101.101 台湾服务器。支持 DoH/DoT,在国内可用。速度比 Cloudflare 的快一点。
- HiNet 中華電信: 168.95.1.1 或 168.95.192.1 台湾服务器。不支持 DoH/DoT。国内访问速度很快。
- [Quad9](https://quad9.net/): 9.9.9.9
- https://dns.sb/: 有亚洲日本 DNS 节点,ping 值在 70 左右。DoH/DoT 在国内不可用
- [Cisco Umbrella](https://umbrella.cisco.com/products/recursive-dns-services): Cisco 的公共 DNS 服务,国内访问速度不错。比 Cloudflare DNS 和 Google DNS 都快。
Expand Down

0 comments on commit bbe518d

Please sign in to comment.