cjh19910417's Stars
redis/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
neoremind/fluent-validator
A Java validation framework leveraging fluent interface style and JSR 303 specification
vipshop/vjtools
The vip.com's java coding standard, libraries and tools
atomix/atomix
A Kubernetes toolkit for building distributed applications using cloud native principles
protocolbuffers/protobuf
Protocol Buffers - Google's data interchange format
btraceio/btrace
BTrace - a safe, dynamic tracing tool for the Java platform
patric-r/jvmtop
Java monitoring for the command-line, profiler included
baidu/uid-generator
UniqueID generator
scikit-learn/scikit-learn
scikit-learn: machine learning in Python
datatechnology/jraft
Yet another Raft Consensus implementation
andy-yx-chen/jraft
Project has been moved
mqtt/mqtt.org
The mqtt.org website
grpc/grpc-java
The Java gRPC implementation. HTTP/2 based RPC
ColorlibHQ/AdminLTE
AdminLTE - Free admin dashboard template based on Bootstrap 5
openresty/lua-nginx-module
Embed the Power of Lua into NGINX HTTP servers
openresty/openresty
High Performance Web Platform Based on Nginx and LuaJIT
vipshop/Saturn
The vip.com's distributed job scheduling platform.
mock-server/mockserver
MockServer enables easy mocking of any system you integrate with via HTTP or HTTPS with clients written in Java, JavaScript and Ruby. MockServer also includes a proxy that introspects all proxied traffic including encrypted SSL traffic and supports Port Forwarding, Web Proxying (i.e. HTTP proxy), HTTPS Tunneling Proxying (using HTTP CONNECT) and SOCKS Proxying (i.e. dynamic port forwarding).
hyperledger/fabric
Hyperledger Fabric is an enterprise-grade permissioned distributed ledger framework for developing solutions and applications. Its modular and versatile design satisfies a broad range of industry use cases. It offers a unique approach to consensus that enables performance at scale while preserving privacy.
redisson/redisson
Redisson - Valkey and Redis Java client. Complete Real-Time Data Platform. Sync/Async/RxJava/Reactive API. Over 50 Valkey and Redis based Java objects and services: Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Bloom filter, Spring, Tomcat, Scheduler, JCache API, Hibernate, RPC, local cache..
rholder/guava-retrying
This is a small extension to Google's Guava library to allow for the creation of configurable retrying strategies for an arbitrary function call, such as something that talks to a remote service with flaky uptime.
nurkiewicz/async-retry
Asynchronous retrying for Java 7/8
spring-projects/spring-retry
ronmamo/reflections
Java runtime metadata analysis
EsotericSoftware/reflectasm
High performance Java reflection
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.
alibaba/fastjson
FASTJSON 2.0.x has been released, faster and more secure, recommend you upgrade.
DozerMapper/dozer
Dozer is a Java Bean to Java Bean mapper that recursively copies data from one object to another.
hongyangAndroid/okhttputils
[停止维护]okhttp的辅助类
Arronlong/httpclientutil
该项目基于HttpClient-4.4.1封装的一个工具类。提供了更为简单的GET、POST及上传下载等功能。同时支持插件式配置Http-Header(包含自定义header)、配置SSL和Proxy等。