Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
bajins committed May 17, 2024
1 parent b00b59e commit 50ed08f
Show file tree
Hide file tree
Showing 16 changed files with 71 additions and 6 deletions.
34 changes: 32 additions & 2 deletions .vuepress/public/files/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,34 +166,44 @@ under the License.
<id>alimaven</id>
<name>aliyun maven</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
<!-- 如果想为所有的仓库做镜像那么这里加* -->
<!--<mirrorOf>*</mirrorOf>-->
<mirrorOf>central</mirrorOf>
</mirror>
<!-- https://mirrors.cloud.tencent.com/help/maven.html -->
<mirror>
<id>nexus-tencentyun</id>
<mirrorOf>*</mirrorOf>
<name>Nexus tencentyun</name>
<url>http://mirrors.cloud.tencent.com/nexus/repository/maven-public/</url>
<!-- 如果想为所有的仓库做镜像那么这里加* -->
<!--<mirrorOf>*</mirrorOf>-->
<mirrorOf>central</mirrorOf>
</mirror>
<!-- ibiblio -->
<mirror>
<id>ibiblio</id>
<name>Mirror from Maven ibiblio</name>
<url>http://mirrors.ibiblio.org/pub/mirrors/maven2/</url>
<!-- 如果想为所有的仓库做镜像那么这里加* -->
<!--<mirrorOf>*</mirrorOf>-->
<mirrorOf>central</mirrorOf>
</mirror>
<!-- 华为 使用华为Maven中央仓库时,需要在servers节点增加一个server子节点 -->
<mirror>
<id>huaweicloud</id>
<name>mirror from maven huaweicloud</name>
<url>https://mirror.huaweicloud.com/repository/maven/</url>
<!-- 如果想为所有的仓库做镜像那么这里加* -->
<!--<mirrorOf>*</mirrorOf>-->
<mirrorOf>central</mirrorOf>
</mirror>
<!-- repo1.maven.org -->
<mirror>
<id>central</id>
<name>Maven Repository Switchboard</name>
<url>http://repo1.maven.org/maven2/</url>
<!-- 如果想为所有的仓库做镜像那么这里加* -->
<!--<mirrorOf>*</mirrorOf>-->
<mirrorOf>central</mirrorOf>
</mirror>
<!-- repo1.maven.apache.org -->
Expand All @@ -208,69 +218,89 @@ under the License.
<id>repo2</id>
<name>Mirror from Maven Repo2</name>
<url>http://repo2.maven.org/maven2/</url>
<!-- 如果想为所有的仓库做镜像那么这里加* -->
<!--<mirrorOf>*</mirrorOf>-->
<mirrorOf>central</mirrorOf>
</mirror>
<!-- spring.io -->
<mirror>
<id>sprintio</id>
<mirrorOf>central</mirrorOf>
<name>Human Readable Name for this Mirror.</name>
<url>https://repo.spring.io/libs-snapshot/</url>
<!-- 如果想为所有的仓库做镜像那么这里加* -->
<!--<mirrorOf>*</mirrorOf>-->
<mirrorOf>central</mirrorOf>
</mirror>
<!-- uk.maven.org -->
<mirror>
<id>ui</id>
<name>Mirror from UK</name>
<url>http://uk.maven.org/maven2/</url>
<!-- 如果想为所有的仓库做镜像那么这里加* -->
<!--<mirrorOf>*</mirrorOf>-->
<mirrorOf>central</mirrorOf>
</mirror>
<!-- repository.jboss.org -->
<mirror>
<id>jboss-public-repository-group</id>
<name>JBoss Public Repository Group</name>
<url>http://repository.jboss.org/nexus/content/groups/public</url>
<!-- 如果想为所有的仓库做镜像那么这里加* -->
<!--<mirrorOf>*</mirrorOf>-->
<mirrorOf>central</mirrorOf>
</mirror>
<!-- Google -->
<mirror>
<id>google</id>
<name>google maven</name>
<url>https://maven.google.com/</url>
<!-- 如果想为所有的仓库做镜像那么这里加* -->
<!--<mirrorOf>*</mirrorOf>-->
<mirrorOf>central</mirrorOf>
</mirror>
<!-- Maven china -->
<mirror>
<id>maven.net.cn</id>
<name>Mirror from Maven in china</name>
<url>http://maven.net.cn/content/groups/public/</url>
<!-- 如果想为所有的仓库做镜像那么这里加* -->
<!--<mirrorOf>*</mirrorOf>-->
<mirrorOf>central</mirrorOf>
</mirror>
<!-- Maven oschina -->
<mirror>
<id>CN</id>
<name>OSChinaCentral</name>
<url>http://maven.oschina.net/content/groups/public/</url>
<!-- 如果想为所有的仓库做镜像那么这里加* -->
<!--<mirrorOf>*</mirrorOf>-->
<mirrorOf>central</mirrorOf>
</mirror>
<!-- Maven antelink -->
<mirror>
<id>antelink</id>
<name>antelink</name>
<url>http://maven.antelink.com/content/repositories/central/</url>
<!-- 如果想为所有的仓库做镜像那么这里加* -->
<!--<mirrorOf>*</mirrorOf>-->
<mirrorOf>central</mirrorOf>
</mirror>
<!-- Maven openkoala -->
<mirror>
<id>openkoala</id>
<name>openkoala</name>
<url>http://nexus.openkoala.org/nexus/content/groups/Koala-release/</url>
<!-- 如果想为所有的仓库做镜像那么这里加* -->
<!--<mirrorOf>*</mirrorOf>-->
<mirrorOf>central</mirrorOf>
</mirror>
<!-- Maven tmatesoft -->
<mirror>
<id>tmatesoft</id>
<name>tmatesoft</name>
<url>http://maven.tmatesoft.com/content/groups/public/</url>
<!-- 如果想为所有的仓库做镜像那么这里加* -->
<!--<mirrorOf>*</mirrorOf>-->
<mirrorOf>central</mirrorOf>
</mirror>
</mirrors>
Expand Down
2 changes: 2 additions & 0 deletions Go/Go第三方库.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@
* [github.com/go-redis/redis](github.com/go-redis/redis)
* [https://github.com/seccomp/libseccomp-golang](https://github.com/seccomp/libseccomp-golang)
* [https://github.com/iancoleman/orderedmap](https://github.com/iancoleman/orderedmap)
* [https://github.com/orcaman/concurrent-map](https://github.com/orcaman/concurrent-map)
* 构建命令行 [https://github.com/cli](https://github.com/cli)
* [https://github.com/urfave/cli](https://github.com/urfave/cli)
* [https://github.com/go-cmd/cmd](https://github.com/go-cmd/cmd)
Expand Down Expand Up @@ -236,6 +237,7 @@
* [https://github.com/bwmarrin/snowflake](https://github.com/bwmarrin/snowflake)
* 单元测试 [https://github.com/maxbrunsfeld/counterfeiter](https://github.com/maxbrunsfeld/counterfeiter)
* [https://github.com/onsi/gomega](https://github.com/onsi/gomega)
* [https://github.com/maxbrunsfeld/counterfeiter](https://github.com/maxbrunsfeld/counterfeiter)
* 定时器 [https://github.com/antlabs/timer](https://github.com/antlabs/timer)
* 替换DOCX中的文本 [https://github.com/nguyenthenguyen/docx](https://github.com/nguyenthenguyen/docx)
* [https://github.com/sajari/docconv](https://github.com/sajari/docconv)
Expand Down
1 change: 1 addition & 0 deletions IDE/Git使用.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
* 编辑版本控制存储库的历史 [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/prati0100/git-gui](https://github.com/prati0100/git-gui)
* [https://github.com/extrawurst/gitui](https://github.com/extrawurst/gitui)
* [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)
Expand Down
1 change: 1 addition & 0 deletions IDE/Git服务.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ volumes:
- [https://github.com/apps/pull](https://github.com/apps/pull)
- [https://github.com/BlueskyClouds/My-Actions/blob/master/backUp/gitSync.md](https://github.com/BlueskyClouds/My-Actions/blob/master/backUp/gitSync.md)
- GitHub的Java API [https://github.com/hub4j/github-api](https://github.com/hub4j/github-api)
- 自动拉取请求 [https://github.com/dependabot/dependabot-core](https://github.com/dependabot/dependabot-core)
- 项目管理 [https://www.zenhub.com](https://www.zenhub.com)


Expand Down
2 changes: 2 additions & 0 deletions IDE/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
- [https://github.com/OpenDevin/OpenDevin](https://github.com/OpenDevin/OpenDevin)
- [https://github.com/stitionai/devika](https://github.com/stitionai/devika)
- [https://github.com/aixcoder-plugin/aiXcoder-7B](https://github.com/aixcoder-plugin/aiXcoder-7B)
- [https://github.com/ibm-granite](https://github.com/ibm-granite)
- 突出显示重要代码 [https://github.com/novoselrok/glance](https://github.com/novoselrok/glance)
- 代码转换 [https://github.com/JustAIGithub/AI-Code-Convert](https://github.com/JustAIGithub/AI-Code-Convert)
- [https://github.com/ritz078/transform](https://github.com/ritz078/transform)
Expand Down Expand Up @@ -369,6 +370,7 @@
* [https://github.com/patrikx3/redis-ui](https://github.com/patrikx3/redis-ui)
* [https://github.com/ekvedaras/redis-gui](https://github.com/ekvedaras/redis-gui)
* [https://github.com/tiny-craft/tiny-rdm](https://github.com/tiny-craft/tiny-rdm)
* [https://github.com/taskforcesh/bullmq](https://github.com/taskforcesh/bullmq)



Expand Down
2 changes: 2 additions & 0 deletions Java/Java第三方库.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@
- 流媒体 [https://github.com/Red5](https://github.com/Red5)
- 多媒体检索 [https://github.com/vitrivr](https://github.com/vitrivr)
- 地理空间数据 [https://github.com/geotools/geotools](https://github.com/geotools/geotools)
- [https://sourceforge.net/projects/geotools](https://sourceforge.net/projects/geotools)
- [https://www.osgeo.org/projects](https://www.osgeo.org/projects)
- [https://github.com/geoserver/geoserver](https://github.com/geoserver/geoserver)
- [https://github.com/Esri/geoportal-server-harvester](https://github.com/Esri/geoportal-server-harvester)
- [https://github.com/Esri/geoportal-server-catalog](https://github.com/Esri/geoportal-server-catalog)
Expand Down
1 change: 1 addition & 0 deletions Other/Bookmarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ javascript:document.body.contentEditable='true';document.designMode='on'; void 0
* [https://www.meiye.art](https://www.meiye.art)
* [https://uxbaike.com](https://uxbaike.com)
* [https://mjcn.club](https://mjcn.club)
* [https://www.logocook.shop/editor](https://www.logocook.shop/editor)


## 文档
Expand Down
1 change: 1 addition & 0 deletions Other/书籍和博客.md
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,7 @@
* [https://github.com/husky-dot/xiaozhi](https://github.com/husky-dot/xiaozhi)
* [https://shenqiuhui.github.io/archives](https://shenqiuhui.github.io/archives)
* [https://github.com/Wscats/articles](https://github.com/Wscats/articles)
* [https://github.com/Spike-Leung/taxodium](https://github.com/Spike-Leung/taxodium)



Expand Down
1 change: 1 addition & 0 deletions PL/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@
* [https://github.com/Budibase/budibase](https://github.com/Budibase/budibase)
* [https://github.com/appsmithorg/appsmith](https://github.com/appsmithorg/appsmith)
* [https://github.com/teableio/teable](https://github.com/teableio/teable)
* [https://github.com/nocobase/nocobase](https://github.com/nocobase/nocobase)



Expand Down
5 changes: 5 additions & 0 deletions PL/人工智能.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
+ [https://github.com/datawhalechina](https://github.com/datawhalechina)
+ [https://github.com/LLMBook-zh/LLMBook-zh.github.io](https://github.com/LLMBook-zh/LLMBook-zh.github.io)
+ [https://github.com/zjhellofss/KuiperInfer](https://github.com/zjhellofss/KuiperInfer)
+ [https://github.com/cbamls/AI_Tutorial](https://github.com/cbamls/AI_Tutorial)
+ 动手学深度学习 [https://github.com/d2l-ai](https://github.com/d2l-ai)
+ [https://github.com/lonePatient/awesome-pretrained-chinese-nlp-models](https://github.com/lonePatient/awesome-pretrained-chinese-nlp-models)
+ [https://github.com/HqWu-HITCS/Awesome-Chinese-LLM](https://github.com/HqWu-HITCS/Awesome-Chinese-LLM)
Expand Down Expand Up @@ -250,12 +251,14 @@
* 音频处理 [https://github.com/facebookresearch/audiocraft](https://github.com/facebookresearch/audiocraft)
* [https://github.com/jianchang512/vocal-separate](https://github.com/jianchang512/vocal-separate)
* [https://github.com/DoMusic/Hybrid-Net](https://github.com/DoMusic/Hybrid-Net)
* [https://github.com/Spr-Aachen/Easy-Voice-Toolkit](https://github.com/Spr-Aachen/Easy-Voice-Toolkit)
* 语音转文字 [https://github.com/jianchang512/stt](https://github.com/jianchang512/stt)
* 文本复述 [https://github.com/tongchangD/text_data_enhancement_with_LaserTagger](https://github.com/tongchangD/text_data_enhancement_with_LaserTagger)
* [https://github.com/innnky/so-vits-svc](https://github.com/innnky/so-vits-svc)
* [https://github.com/34j/so-vits-svc-fork](https://github.com/34j/so-vits-svc-fork)
* [https://github.com/suno-ai/bark](https://github.com/suno-ai/bark)
* [https://github.com/coqui-ai/TTS](https://github.com/coqui-ai/TTS)
* [https://github.com/fishaudio/fish-speech](https://github.com/fishaudio/fish-speech)
* [https://github.com/open-mmlab/Amphion](https://github.com/open-mmlab/Amphion)
* 变声 [https://github.com/w-okada/voice-changer](https://github.com/w-okada/voice-changer)
* 捕获键盘声音 [https://github.com/ggerganov/kbd-audio](https://github.com/ggerganov/kbd-audio)
Expand All @@ -271,6 +274,7 @@
* [https://github.com/nadermx/backgroundremover](https://github.com/nadermx/backgroundremover)
* [https://github.com/ihmily/image-matting](https://github.com/ihmily/image-matting)
* [https://github.com/zhbhun/rmbg](https://github.com/zhbhun/rmbg)
* [https://github.com/lichin-lin/figma-sam](https://github.com/lichin-lin/figma-sam)
* [https://ai-image.tools](https://ai-image.tools)
* [https://cutout.aiwave.cc](https://cutout.aiwave.cc)
* 视频制作 [https://github.com/elebumm/RedditVideoMakerBot](https://github.com/elebumm/RedditVideoMakerBot)
Expand All @@ -280,6 +284,7 @@
* [https://github.com/lucataco/cog-MagicAnimate](https://github.com/lucataco/cog-MagicAnimate)
* [https://github.com/PKU-YuanGroup/Open-Sora-Plan](https://github.com/PKU-YuanGroup/Open-Sora-Plan)
* [https://github.com/6174/comflowy](https://github.com/6174/comflowy)
* [https://github.com/alibaba-damo-academy/FunClip](https://github.com/alibaba-damo-academy/FunClip)
* 实时屏幕翻译 [https://github.com/Danily07/Translumo](https://github.com/Danily07/Translumo)
* 视频合成 [https://github.com/camenduru/text-to-video-synthesis-colab](https://github.com/camenduru/text-to-video-synthesis-colab)
* 生成短视频 [https://github.com/harry0703/MoneyPrinterTurbo](https://github.com/harry0703/MoneyPrinterTurbo)
Expand Down
2 changes: 1 addition & 1 deletion System/IOS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# IOS

[[toc]]
Expand Down Expand Up @@ -53,6 +52,7 @@
- 用文字找照片 [https://github.com/mazzzystar/Queryable](https://github.com/mazzzystar/Queryable)
- MAC备份 [https://github.com/lra/mackup](https://github.com/lra/mackup)
- 模拟定位 [https://github.com/Schlaubischlump/LocationSimulator](https://github.com/Schlaubischlump/LocationSimulator)
- [https://github.com/DamascenoRafael/reminders-menubar](https://github.com/DamascenoRafael/reminders-menubar)
- 隐藏菜单栏 [https://github.com/Mortennn/Dozer](https://github.com/Mortennn/Dozer)
- [https://github.com/acidanthera](https://github.com/acidanthera)
- [https://github.com/ivoronin/TomatoBar](https://github.com/ivoronin/TomatoBar)
Expand Down
2 changes: 2 additions & 0 deletions System/Linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
+ [https://github.com/nevermosby/linux-bpf-learning](https://github.com/nevermosby/linux-bpf-learning)
* [bpf简介](https://blog.csdn.net/sinat_38816924/article/details/115471891)
+ [https://github.com/elastic/otel-profiling-agent](https://github.com/elastic/otel-profiling-agent)
+ [https://github.com/eunomia-bpf/bpf-developer-tutorial](https://github.com/eunomia-bpf/bpf-developer-tutorial)
+ [https://github.com/libbpf/libbpf-bootstrap](https://github.com/libbpf/libbpf-bootstrap)


* [VIM键盘图形备忘单](http://www.viemu.com/a_vi_vim_graphical_cheat_sheet_tutorial.html)
Expand Down
4 changes: 4 additions & 0 deletions System/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@
* [https://github.com/IrineSistiana/mosdns](https://github.com/IrineSistiana/mosdns)
* [https://github.com/pymumu/smartdns](https://github.com/pymumu/smartdns)
* [https://github.com/nextdns/nextdns](https://github.com/nextdns/nextdns)
* [https://github.com/TechnitiumSoftware/DnsServer](https://github.com/TechnitiumSoftware/DnsServer)
* DNS扫描 [https://github.com/pwnesia/dnstake](https://github.com/pwnesia/dnstake)
* [https://github.com/zartbot/ztrace](https://github.com/zartbot/ztrace)
* 客户端 [https://github.com/mr-karan/doggo](https://github.com/mr-karan/doggo)
Expand Down Expand Up @@ -487,6 +488,9 @@
* 表单生成 [https://github.com/heyform/heyform](https://github.com/heyform/heyform)
* 管理后台 [https://github.com/dashpresshq/dashpress](https://github.com/dashpresshq/dashpress)
* 文件共享 [https://github.com/stonith404/pingvin-share](https://github.com/stonith404/pingvin-share)
* 主页仪表板 [https://github.com/glanceapp/glance](https://github.com/glanceapp/glance)
* 在线知识库 [https://github.com/outline/outline](https://github.com/outline/outline)
* 自定义二维码 [https://github.com/kochrt/qr-designer](https://github.com/kochrt/qr-designer)
Expand Down
9 changes: 9 additions & 0 deletions System/Windows软件.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@
- [https://github.com/Xmader/musescore-downloader](https://github.com/Xmader/musescore-downloader)
- [https://github.com/qier222/YesPlayMusic](https://github.com/qier222/YesPlayMusic)
- 字幕 [https://github.com/foxofice/sub_share](https://github.com/foxofice/sub_share)
- [https://github.com/solidSpoon/DashPlayer](https://github.com/solidSpoon/DashPlayer)
- 视频剪辑 [https://www.capcut.cn](https://www.capcut.cn)
- [https://www.kuaishou.com/kuaiying](https://www.kuaishou.com/kuaiying)
- [https://www.topazlabs.com](https://www.topazlabs.com)
Expand Down Expand Up @@ -875,6 +876,7 @@ THUV2-32HH7-6NMHN-PTX7Y-QQCTH(该序列号来自昔阳县政府)
* [https://github.com/topics/second-screen](https://github.com/topics/second-screen)
* [https://github.com/quasar/Quasar](https://github.com/quasar/Quasar)
* [https://github.com/fmeringdal/nettu-meet](https://github.com/fmeringdal/nettu-meet)
* [https://github.com/CapSoftware/Cap](https://github.com/CapSoftware/Cap)
* 一键远控 [https://www.yijianyuankong.com](https://www.yijianyuankong.com)
* GotoHTTP [https://gotohttp.com](https://gotohttp.com)
* 灰鸽子远程 [http://www.huigezi.org](http://www.huigezi.org)
Expand Down Expand Up @@ -908,6 +910,11 @@ THUV2-32HH7-6NMHN-PTX7Y-QQCTH(该序列号来自昔阳县政府)
* [https://github.com/Chaoses-Ib/IbEverythingExt](https://github.com/Chaoses-Ib/IbEverythingExt)
* [https://github.com/Flow-Launcher/Flow.Launcher](https://github.com/Flow-Launcher/Flow.Launcher)
* [https://github.com/Wox-launcher/Wox](https://github.com/Wox-launcher/Wox)
* [https://www.wisecleaner.com/wise-jetsearch.html](https://www.wisecleaner.com/wise-jetsearch.html)
* [https://www.fileseek.ca](https://www.fileseek.ca)
* [https://www.jam-software.com/ultrasearch](https://www.jam-software.com/ultrasearch)
* [https://www.mythicsoft.com/agentransack](https://www.mythicsoft.com/agentransack)
* [https://www.nirsoft.net/utils/search_my_files.html](https://www.nirsoft.net/utils/search_my_files.html)
* ReNamer 批量重命名 [http://www.den4b.com](http://www.den4b.com)
* 文件去重 [http://www.alldup.info](http://www.alldup.info)
* 文件资源管理器 [https://github.com/files-community/Files](https://github.com/files-community/Files)
Expand Down Expand Up @@ -992,6 +999,8 @@ THUV2-32HH7-6NMHN-PTX7Y-QQCTH(该序列号来自昔阳县政府)
* Windows Install Clean Up 安装后在安装目录找到`msicuu.exe`运行,然后选中程序点击`remove`
* [https://www.ccleaner.com](https://www.ccleaner.com)
* [https://www.wisecleaner.com](https://www.wisecleaner.com)
* [https://bogdan-patraucean.github.io/about/wintoys](https://bogdan-patraucean.github.io/about/wintoys)
**卸载自带应用**
Expand Down
Loading

0 comments on commit 50ed08f

Please sign in to comment.