Skip to content

Commit d7aeb96

Browse files
author
bajins
committed
add
1 parent 454cafd commit d7aeb96

11 files changed

+25
-0
lines changed

.vuepress/nav.js

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ module.exports = [{
1111
text: 'OCR图片识别',
1212
link: 'https://tr.bajins.com'
1313
},
14+
{
15+
text: '朋友圈不折叠',
16+
link: 'https://tool.bajins.com/wnf'
17+
},
1418
{
1519
text: 'GitHub反代',
1620
link: 'https://g.bajins.eu.org'

IDE/Chromium.md

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
* [https://github.com/libredirect](https://github.com/libredirect)
2929
* AI [https://github.com/debugtheworldbot/chromegemini](https://github.com/debugtheworldbot/chromegemini)
3030
* 自动化浏览器操作 [https://github.com/Skyvern-AI/Skyvern](https://github.com/Skyvern-AI/Skyvern)
31+
* 无头浏览器 [https://github.com/lightpanda-io/browser](https://github.com/lightpanda-io/browser)
3132

3233

3334

PL/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,7 @@
505505
- 反射 [https://github.com/JetBrains-Research/reflekt](https://github.com/JetBrains-Research/reflekt)
506506
- 即插即用 [https://github.com/ohmae/mmupnp](https://github.com/ohmae/mmupnp)
507507
- 测试 [https://github.com/tschuchortdev/kotlin-compile-testing](https://github.com/tschuchortdev/kotlin-compile-testing)
508+
- 命令行 [https://github.com/ajalt/clikt](https://github.com/ajalt/clikt)
508509

509510

510511
* [了解Kotlin协程实现原理这篇就够了](https://ethanhua.github.io/2018/12/24/kotlin_coroutines)

PL/Rust.md

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979

8080

8181
```bash
82+
cargo tree --edges=features --package= --invert
8283
# MSVC
8384
cargo rustc --release -- -Clink-args="/SUBSYSTEM:WINDOWS /ENTRY:mainCRTStartup"
8485
# GCC

PL/人工智能.md

+5
Original file line numberDiff line numberDiff line change
@@ -257,13 +257,15 @@
257257
* [https://github.com/jianchang512/clone-voice](https://github.com/jianchang512/clone-voice)
258258
* [https://github.com/myshell-ai/OpenVoice](https://github.com/myshell-ai/OpenVoice)
259259
* [https://github.com/RVC-Boss/GPT-SoVITS](https://github.com/RVC-Boss/GPT-SoVITS)
260+
* [https://github.com/abus-aikorea/voice-pro](https://github.com/abus-aikorea/voice-pro)
260261
* 音频处理 [https://github.com/facebookresearch/audiocraft](https://github.com/facebookresearch/audiocraft)
261262
* [https://github.com/jianchang512/vocal-separate](https://github.com/jianchang512/vocal-separate)
262263
* [https://github.com/DoMusic/Hybrid-Net](https://github.com/DoMusic/Hybrid-Net)
263264
* [https://github.com/Spr-Aachen/Easy-Voice-Toolkit](https://github.com/Spr-Aachen/Easy-Voice-Toolkit)
264265
* 语音转文字 [https://github.com/jianchang512/stt](https://github.com/jianchang512/stt)
265266
* [https://github.com/k2-fsa/sherpa-onnx](https://github.com/k2-fsa/sherpa-onnx)
266267
* [https://github.com/winterfx/Podcast-Transcription](https://github.com/winterfx/Podcast-Transcription)
268+
* [https://github.com/deepakjois/podscript](https://github.com/deepakjois/podscript)
267269
* 文本复述 [https://github.com/tongchangD/text_data_enhancement_with_LaserTagger](https://github.com/tongchangD/text_data_enhancement_with_LaserTagger)
268270
* [https://github.com/innnky/so-vits-svc](https://github.com/innnky/so-vits-svc)
269271
* [https://github.com/34j/so-vits-svc-fork](https://github.com/34j/so-vits-svc-fork)
@@ -306,6 +308,7 @@
306308
* 实时屏幕翻译 [https://github.com/Danily07/Translumo](https://github.com/Danily07/Translumo)
307309
* 视频合成 [https://github.com/camenduru/text-to-video-synthesis-colab](https://github.com/camenduru/text-to-video-synthesis-colab)
308310
* 生成短视频 [https://github.com/harry0703/MoneyPrinterTurbo](https://github.com/harry0703/MoneyPrinterTurbo)
311+
* [https://github.com/alecm20/story-flicks](https://github.com/alecm20/story-flicks)
309312
* 提高分辨率 [https://github.com/Janspiry/Image-Super-Resolution-via-Iterative-Refinement](https://github.com/Janspiry/Image-Super-Resolution-via-Iterative-Refinement)
310313
* [https://compvis.github.io/taming-transformers](https://compvis.github.io/taming-transformers)
311314
* [https://github.com/upscayl/upscayl](https://github.com/upscayl/upscayl)
@@ -417,6 +420,7 @@
417420
- 爬虫 [https://github.com/VinciGit00/Scrapegraph-ai](https://github.com/VinciGit00/Scrapegraph-ai)
418421
- 简繁转换 [https://github.com/hddhyq/opencclint](https://github.com/hddhyq/opencclint)
419422
- PDF翻译 [https://github.com/Byaidu/PDFMathTranslate](https://github.com/Byaidu/PDFMathTranslate)
423+
- 识别键盘敲击键位 [https://github.com/ZhuoZhuoCrayon/AcousticKeyBoard-Web](https://github.com/ZhuoZhuoCrayon/AcousticKeyBoard-Web)
420424

421425

422426

@@ -485,6 +489,7 @@
485489
- [https://github.com/wandb/openui](https://github.com/wandb/openui)
486490
- [https://github.com/jafioti/luminal](https://github.com/jafioti/luminal)
487491
- [https://github.com/mudler/LocalAI](https://github.com/mudler/LocalAI)
492+
- [https://github.com/NitroRCr/AIaW](https://github.com/NitroRCr/AIaW)
488493
- [https://github.com/Richasy/Rodel.Agent](https://github.com/Richasy/Rodel.Agent)
489494
- [https://github.com/APIParkLab/APIPark](https://github.com/APIParkLab/APIPark)
490495
- [https://github.com/fifteen42/localhostai](https://github.com/fifteen42/localhostai)

PL/文档处理.md

+2
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@
145145
* [https://github.com/pmaupin/pdfrw](https://github.com/pmaupin/pdfrw)
146146

147147

148+
- OFD [https://github.com/ofdrw/ofdrw](https://github.com/ofdrw/ofdrw)
149+
148150

149151

150152
## Excel/Word

System/Android.md

+1
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,7 @@
566566
* 语音识别键盘 [https://github.com/soupslurpr/Transcribro](https://github.com/soupslurpr/Transcribro)
567567
* 应用商店 [https://github.com/accrescent/accrescent](https://github.com/accrescent/accrescent)
568568
* 云盘 [https://github.com/honmaple/maple-file](https://github.com/honmaple/maple-file)
569+
* 输入法 [https://github.com/crazydan-studio/kuaizi-ime](https://github.com/crazydan-studio/kuaizi-ime)
569570

570571

571572
### 证件照

System/Linux.md

+1
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ bash InstallNET.sh -c 7.6.1810 -v 64 -a --mirror 'http://mirror.centos.org/cento
301301

302302
- [https://github.com/systemd/systemd](https://github.com/systemd/systemd)
303303
- [Systemd简介systemctl](https://www.jianshu.com/p/d8f79010dc04)
304+
- [https://github.com/isd-project/isd](https://github.com/isd-project/isd)
304305
- [https://github.com/OpenRC/openrc](https://github.com/OpenRC/openrc)
305306
- [https://savannah.nongnu.org/projects/sysvinit](https://savannah.nongnu.org/projects/sysvinit)
306307
- [https://github.com/Yelp/dumb-init](https://github.com/Yelp/dumb-init)

System/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,7 @@
520520
* 文字转图片 [https://github.com/byodian/oneimg](https://github.com/byodian/oneimg)
521521
* AI姿势 [https://github.com/AmyangXYZ/MiKaPo](https://github.com/AmyangXYZ/MiKaPo)
522522
* 图片加水印 [https://github.com/pdmaker/watermark-master](https://github.com/pdmaker/watermark-master)
523+
* [https://github.com/corbindavenport/photostack](https://github.com/corbindavenport/photostack)
523524
* 图片背景文字 [https://github.com/RexanWONG/text-behind-image](https://github.com/RexanWONG/text-behind-image)
524525
* 代码图 [https://github.com/Idered/chalk.ist](https://github.com/Idered/chalk.ist)
525526
* [https://github.com/abi/screenshot-to-code](https://github.com/abi/screenshot-to-code)
@@ -536,6 +537,7 @@
536537
* 知识问答 [https://github.com/apache/incubator-answer](https://github.com/apache/incubator-answer)
537538
* 问卷调查 [https://github.com/didi/xiaoju-survey](https://github.com/didi/xiaoju-survey)
538539
* 白噪音 [https://github.com/geekyouth/moodist](https://github.com/geekyouth/moodist)
540+
* [https://github.com/daijinhai/StayFocused](https://github.com/daijinhai/StayFocused)
539541
* 动画生成代码 [https://animotion.dev](https://animotion.dev)
540542
* 财务 [https://github.com/maybe-finance/maybe](https://github.com/maybe-finance/maybe)
541543
* [https://github.com/actualbudget/actual](https://github.com/actualbudget/actual)
@@ -585,6 +587,9 @@
585587
* 麻将游戏 [https://github.com/liumengniu/majiang](https://github.com/liumengniu/majiang)
586588
* 加密工具 [https://github.com/dazhengs/tools](https://github.com/dazhengs/tools)
587589
* 天空轨道分析 [https://github.com/thkruz/keeptrack.space](https://github.com/thkruz/keeptrack.space)
590+
* 音频编辑 [https://github.com/RylanBot/melody-workshop](https://github.com/RylanBot/melody-workshop)
591+
* 比价 [https://github.com/dgtlmoon/changedetection.io](https://github.com/dgtlmoon/changedetection.io)
592+
* 个人资产分析 [https://github.com/nicejade/wealth-tracker](https://github.com/nicejade/wealth-tracker)
588593
589594
590595
@@ -606,6 +611,7 @@
606611
* [在 Go 中构建协作文本编辑器](https://www.aadhav.me/posts/collaborative-editor)
607612
* [https://github.com/hudy9x/namviek](https://github.com/hudy9x/namviek)
608613
* [https://github.com/nusr/excel](https://github.com/nusr/excel)
614+
* 特性管理 [https://github.com/FeatureProbe/FeatureProbe](https://github.com/FeatureProbe/FeatureProbe)
609615
* 腾讯文档 [http://docs.qq.com](http://docs.qq.com)
610616
* [https://github.com/seatable](https://github.com/seatable)
611617
* [https://slack.com](https://slack.com)

System/Windows软件.md

+2
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,7 @@
523523
* [https://github.com/Ruben2776/PicView](https://github.com/Ruben2776/PicView)
524524
* [https://www.irfanview.com](https://www.irfanview.com)
525525
* [https://www.irfanview.com/languages.htm](https://www.irfanview.com/languages.htm)
526+
* [https://www.irfanview.net](https://www.irfanview.net)
526527
* [https://github.com/UB-Mannheim/tesseract](https://github.com/UB-Mannheim/tesseract)
527528
* [https://www.retouchpics.com](https://www.retouchpics.com)
528529
* [https://affinity.serif.com](https://affinity.serif.com)
@@ -1119,6 +1120,7 @@ THUV2-32HH7-6NMHN-PTX7Y-QQCTH(该序列号来自昔阳县政府)
11191120
* RTSS [https://www.guru3d.com/files-details/rtss-rivatuner-statistics-server-download.html](https://www.guru3d.com/files-details/rtss-rivatuner-statistics-server-download.html)
11201121
* 简化快捷键 [https://github.com/szzhiyang](https://github.com/szzhiyang)
11211122
* [https://github.com/PowerKeys](https://github.com/PowerKeys)
1123+
* [https://www.raycast.com](https://www.raycast.com)
11221124
* 热键占用 [https://github.com/BlackINT3/OpenArk](https://github.com/BlackINT3/OpenArk)
11231125
* PCHunter [http://www.xuetr.com](http://www.xuetr.com)
11241126
* [FindGlobalHotkey](https://www.zhihu.com/question/21020398/answer/989951735)

Web/JavaScript第三方库.md

+1
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@
132132
* 动态背景图 [https://github.com/winterx/color4bg.js](https://github.com/winterx/color4bg.js)
133133
* 数学公式 [https://github.com/arnog/mathlive](https://github.com/arnog/mathlive)
134134
* 页面切换效果 [https://github.com/barbajs/barba](https://github.com/barbajs/barba)
135+
* 获取两个数组差异 [https://github.com/DoneDeal0/superdiff](https://github.com/DoneDeal0/superdiff)
135136

136137

137138

0 commit comments

Comments
 (0)