Pinned Repositories
1400OS_01_Codes
# 1400OS_01_Codes
Analytics_Vidhya
Codes related to activities on AV including articles, hackathons and discussions.
Android-HowOld
该项目是基于Face++开发的一款人脸识别App,通过照片可以检测性别和年龄。目前已经上线豌豆荚、搜狗手机助手等多个安卓市场。希望开发者为该项目贡献自己的code力量。This project is an Android app based on Face++ SDK which could detect people face through photos.The app could recognize people's gender and age.At present,the app is sold on Peasecod,Sougou Assistant. I hope developers could contribute your nice code to this app.
awesome-python
A curated list of awesome Python frameworks, libraries, software and resources
basic-DL-implementation-based-on-Python
basic-Java
be-a-professional-programmer
成为专业程序员路上用到的各种优秀资料、神器及框架
db-readings
Readings in Databases
iotdb
Apache IoTDB
raft-java
Raft Java implementation which is simple and easy to understand.
rhmangmang's Repositories
rhmangmang/iotdb
Apache IoTDB
rhmangmang/raft-java
Raft Java implementation which is simple and easy to understand.
rhmangmang/book
rhmangmang/COLA
🥤 COLA: Clean Object-oriented & Layered Architecture
rhmangmang/CS-Notes
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计
rhmangmang/exercises-in-programming-style
Comprehensive collection of programming styles using a simple computational task, term frequency
rhmangmang/flink
Apache Flink
rhmangmang/guava
Google core libraries for Java
rhmangmang/guide-rpc-framework
A custom RPC framework implemented by Netty+Kyro+Zookeeper.(一款基于 Netty+Kyro+Zookeeper 实现的自定义 RPC 框架-附详细实现过程和相关教程。)
rhmangmang/hade
hade framework
rhmangmang/iotdb-benchmark
IoTDB-benchmark is a tool for benchmarking IoTDB with other databases and time series solutions.
rhmangmang/istio
Connect, secure, control, and observe services.
rhmangmang/java-concurrency
Checklist for code reviews
rhmangmang/JavaMultiThreadsPractice
rhmangmang/jeecg
JEECG是一款基于代码生成器的J2EE快速开发平台,开源界“小普元”超越传统商业企业级开发平台。引领新的开发模式(Online Coding模式(自定义表单) - > 代码生成器模式 - > 手工MERGE智能开发), 可以帮助解决Java项目90%的重复工作,让开发更多关注业务逻辑。既能快速提高开发效率,帮助公司节省人力成本,同时又不失灵活性。具备:表单配置能力(无需编码)、移动配置能力、工作流配置能力、报表配置能力(支持移动端)、插件开发能力(可插拔)
rhmangmang/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
rhmangmang/LogicStack-LeetCode
公众号「宫水三叶的刷题日记」刷穿 LeetCode 系列文章源码
rhmangmang/mybatis
mybatis源码中文注释
rhmangmang/mysql-5.6
Facebook's branch of the Oracle MySQL v5.6 database. This includes MyRocks.
rhmangmang/netty
Netty project - an event-driven asynchronous network application framework
rhmangmang/postgres
Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch
rhmangmang/python
rhmangmang/questdb
An open source SQL database designed to process time series data, faster
rhmangmang/resilience4j
Resilience4j is a fault tolerance library designed for Java8 and functional programming
rhmangmang/rethinkdb
The open-source database for the realtime web.
rhmangmang/rhmangmang.github.io
rhmangmang/rocketmq
Mirror of Apache RocketMQ
rhmangmang/spring-framework
Spring Framework
rhmangmang/StudentCourseRegistrationDemo
rhmangmang/transmittable-thread-local
📌 TransmittableThreadLocal (TTL), the missing Java™ std lib(simple & 0-dependency) for framework/middleware, provide an enhanced InheritableThreadLocal that transmits values between threads even using thread pooling components.