ms100's Stars
ohmyzsh/ohmyzsh
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up with the latest updates from the community.
Significant-Gravitas/AutoGPT
AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.
langchain-ai/langchain
🦜🔗 Build context-aware reasoning applications
spring-projects/spring-framework
Spring Framework
langflow-ai/langflow
Langflow is a low-code app builder for RAG and multi-agent AI applications. It’s Python-based and agnostic to any model, API, or database.
spf13/cobra
A Commander for modern Go CLI interactions
alibaba/p3c
Alibaba Java Coding Guidelines pmd implements and IDE plugin
spf13/viper
Go configuration with fangs
go-kit/kit
A standard library for microservices.
sirupsen/logrus
Structured, pluggable logging for Go.
gfwlist/gfwlist
The one and only one gfwlist here
micro/go-micro
A Go microservices framework
Johnshall/Shadowrocket-ADBlock-Rules-Forever
提供多款 Shadowrocket 规则,拥有强劲的广告过滤功能。每日 8 时重新构建规则。
alibaba/COLA
🥤 COLA: Clean Object-oriented & Layered Architecture
ripperhe/Bob
Bob 是一款 macOS 平台的翻译和 OCR 软件。
jxxghp/MoviePilot
NAS媒体库自动化管理工具
gopl-zh/gopl-zh.github.com
:books: Go语言圣经中文版 🇨🇳
uber-go/ratelimit
A Go blocking leaky-bucket rate limit implementation
VoronDesign/Voron-2
Voron 2 CoreXY 3D Printer design
xiaoxiunique/awesome-IntelliJ-IDEA
收集一些 Intellij IDEA 的一些技巧
easychen/CookieCloud
CookieCloud是一个和自架服务器同步浏览器Cookie和LocalStorage的小工具,支持端对端加密,可设定同步时间间隔。本仓库包含了插件和服务器端源码。CookieCloud is a small tool for synchronizing browser cookies and LocalStorage with a self-hosted server. It supports end-to-end encryption and allows for setting the synchronization interval. This repository contains both the plugin and the server-side source code
boredazfcuk/docker-icloudpd
An Alpine Linux container for the iCloud Photos Downloader command line utility
gin-contrib/sessions
Gin middleware for session management
onebirdrocks/geektime-ELK
ELK Training
DeepLcom/deepl-python
Official Python library for the DeepL language translation API.
SHWotever/SimHub
Multi sim dashboard, bass shaker driver, ....
AM-STUDIO/32-FUNCTION-BUTTON-BOX
Wujiaxuan007/intellij-sdk-code-samples
IntelliJ 插件开发代码示例
ms100/cache-as-multi
Extend Spring Cache to implement individual caching for each item in batch data, which can improve cache hit rate and utilization. Additionally, this extension allows the method for operating on batch data to share cache with the method for operating on individual data.扩展 Spring Cache 以实现批量数据中每项的单独缓存,从而提升缓存的命中率和使用率。
ms100/param-splitter
Split the collection parameter whose size exceeds the limit set by annotation. It is usually used when calling remote interfaces. Asynchronous is supported, e.g. CompletableFuture, Mono. 拆分大小超过注解设置限制的集合参数。通常在调用远程接口时使用。支持异步,例如 CompletableFuture、Mono。