Pinned Repositories
csutil
Library for clients/servers programming
elasticsearch-6.3.2
elasticsearch-analysis-ik-6.3.2
mydbm
mystl
QConf
Qihoo Distrubuted Configuration Management System
sofa-jraft-1.3.11
utils
for use
QConf
Qihoo Distributed Configuration Management System
qlibc
qLibc is a simple and yet powerful C library providing generic data structures and algorithms.
haveTryTwo's Repositories
haveTryTwo/havetrytwo.github.io
haveTryTwo/IntelliJ-IDEA-Tutorial
IntelliJ IDEA 简体中文专题教程
haveTryTwo/paxoskv
Naive and Basic impl of a kv-storage based on paxos; for https://blog.openacid.com/algo/paxos/
haveTryTwo/async-profiler
Sampling CPU and HEAP profiler for Java featuring AsyncGetCallTrace + perf_events
haveTryTwo/blockchain_rust
本系列是用Rust实现简单的区块链,包括区块和区块链,工作量证明,交易和UTXO集合,持久化,钱包及用rust-libp2p实现的点对点分布式网络。
haveTryTwo/bluge
indexing library for Go
haveTryTwo/braft
An industrial-grade C++ implementation of RAFT consensus algorithm based on brpc, widely used inside Baidu to build highly-available distributed systems.
haveTryTwo/CppGuide
C/C++学习,后端开发进阶指南。
haveTryTwo/ddia
《Designing Data-Intensive Application》DDIA中文翻译
haveTryTwo/distribute-election-bully
分布式选举 Bully 算法
haveTryTwo/elasticsearch-analysis-ik
The IK Analysis plugin integrates Lucene IK analyzer into elasticsearch, support customized dictionary.
haveTryTwo/elasticsearch-analysis-mmseg
The Mmseg Analysis plugin integrates Lucene mmseg4j-analyzer:http://code.google.com/p/mmseg4j/ into elasticsearch, support customized dictionary.
haveTryTwo/elasticsearch-analysis-pinyin
This Pinyin Analysis plugin is used to do conversion between Chinese characters and Pinyin.
haveTryTwo/etcd
Distributed reliable key-value store for the most critical data of a distributed system
haveTryTwo/flink
Apache Flink
haveTryTwo/javacc
JavaCC - a parser generator for building parsers from grammars. It can generate code in Java, C++ and C#.
haveTryTwo/jd-gui
A standalone Java Decompiler GUI
haveTryTwo/jdk
JDK main-line development
haveTryTwo/leetcode
LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)
haveTryTwo/logging-log4j2
Apache Log4j 2 is an upgrade to Log4j that provides significant improvements over its predecessor, Log4j 1.x, and provides many of the improvements available in Logback while fixing some inherent problems in Logback's architecture.
haveTryTwo/LogiEM
一站式 Elasticsearch 集群指标监控与运维管控平台
haveTryTwo/Lucene-7.5.0
Lucene 7.5.0 8.4.0 8.6.0 8.7.0 8.8.0 8.9.0
haveTryTwo/mcelog
Linux kernel machine check handling middleware
haveTryTwo/nebula
"星云"业务风控系统,主工程
haveTryTwo/nlp-lang
这个项目是一个基本包.封装了大多数nlp项目中常用工具
haveTryTwo/pulsar
Apache Pulsar - distributed pub-sub messaging system
haveTryTwo/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.
haveTryTwo/spark
Apache Spark - A unified analytics engine for large-scale data processing
haveTryTwo/tidb
TiDB is an open source distributed HTAP database compatible with the MySQL protocol
haveTryTwo/tikv
Distributed transactional key-value database, originally created to complement TiDB