Pinned Repositories
coroutine-libtask
Libtask is a simple coroutine library. It runs on Linux (ARM, MIPS, and x86), FreeBSD (x86), OS X (PowerPC x86, and x86-64), and SunOS Solaris (Sparc), and is easy to port to other systems. Libtask gives the programmer the illusion of threads, but the operating system sees only a single kernel thread. For clarity, we refer to the coroutines as "tasks," not threads. Scheduling is cooperative. Only one task runs at a time, and it cannot be rescheduled without explicitly giving up the CPU. Most of the functions provided in task.h do have the possibility of going to sleep. Programs using the task functions should #include <task.h>.
dailycoding
Problem, opinion or any others, at daily coding
jieba4j-tag
带词性标注的jieba分词java版
leetcode
Programming exercise in https://leetcode.com/
plugin-service
通过动态加载jar包,来动态管理service
pybloom-redis
redis bloom filter in python
scrapy-redis
Redis-based components for Scrapy.
tininess_unittest
a tininess unit test tool for python code
yh-dockers
dockers image, dockerfile or others about Docker
zoyanhui's Repositories
zoyanhui/leetcode
Programming exercise in https://leetcode.com/
zoyanhui/dailycoding
Problem, opinion or any others, at daily coding
zoyanhui/berkeleylm
Automatically exported from code.google.com/p/berkeleylm
zoyanhui/browsermob-proxy
A free utility to help web developers watch and manipulate network traffic from their AJAX applications.
zoyanhui/concrete_NLP_tutorial
An NLP workshop about concrete solutions to real problems
zoyanhui/cws_evaluation
Java开源项目cws_evaluation:中文分词器分词效果评估对比
zoyanhui/deepnlp
Deep Learning NLP Pipeline implemented on Tensorflow
zoyanhui/dubbo
Apache Dubbo is a high-performance, java based, open source RPC framework.
zoyanhui/elasticsearch
Open Source, Distributed, RESTful Search Engine
zoyanhui/faiss
A library for efficient similarity search and clustering of dense vectors.
zoyanhui/goproxy
Proxy is a high performance HTTP(S) proxies, SOCKS5 proxies,WEBSOCKET, TCP, UDP proxy server implemented by golang. Now, it supports chain-style proxies,nat forwarding in different lan,TCP/UDP port forwarding, SSH forwarding.Proxy是golang实现的高性能http,https,websocket,tcp,socks5代理服务器,支持内网穿透,链式代理,通讯加密,智能HTTP,SOCKS5代理,黑白名单,限速,限流量,限连接数,跨平台,KCP支持,认证API。
zoyanhui/helix
Mirror of Apache Helix
zoyanhui/jvm-sandbox-repeater
A Java server-side recording and playback solution based on JVM-Sandbox
zoyanhui/kafka
Mirror of Apache Kafka
zoyanhui/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
zoyanhui/LightGBM
A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning tasks.
zoyanhui/lucene-examples
various lucene examples
zoyanhui/lucene-solr
Apache Lucene and Solr open-source search software
zoyanhui/mapdb
MapDB provides concurrent Maps, Sets and Queues backed by disk storage or off-heap-memory. It is a fast and easy to use embedded Java database engine.
zoyanhui/micrometer
An application metrics facade for the most popular monitoring tools. Think SLF4J, but for metrics.
zoyanhui/mioj
solution for XIAOMI online judge
zoyanhui/mostly-adequate-guide-chinese
函数式编程指北中文版
zoyanhui/netty
Netty project - an event-driven asynchronous network application framework
zoyanhui/proxyee
HTTP proxy server,support HTTPS&websocket.MITM impl,intercept and tamper HTTPS traffic.
zoyanhui/pulsar
Apache Pulsar - distributed pub-sub messaging system
zoyanhui/tensorflow
An Open Source Machine Learning Framework for Everyone
zoyanhui/webmagic
A scalable web crawler framework for Java.
zoyanhui/word
Java分布式中文分词组件 - word分词
zoyanhui/workflow
C++ Programming Paradigm with Asynchronous Networking
zoyanhui/zookeeper
Mirror of Apache Hadoop ZooKeeper