Pinned Repositories
.emacs.d
Centaur Emacs - A Clean and Fast Emacs Configuration
500lines
500 Lines or Less
abcboost
ABTestingGateway
Activiti
Activiti is a light-weight workflow and Business Process Management (BPM) Platform targeted at business people, developers and system admins. Its core is a super-fast and rock-solid BPMN 2 process engine for Java. It's open-source and distributed under the Apache license. Activiti runs in any Java application, on a server, on a cluster or in the cloud. It integrates perfectly with Spring, it is extremely lightweight and based on simple concepts.
actix
Actor framework for Rust
adminset
The open source operation platform : CMDB, project deploy, DevOps , Monitor. 开源DevOps平台:资产管理、项目部署、自动运维、系统监控
ahocorasick
A Golang implementation of the Aho-Corasick string matching algorithm
airflow
Airflow is a system to programmatically author, schedule and monitor data pipelines.
pilosa
Pilosa is an open source, distributed bitmap index that dramatically accelerates queries across multiple, massive data sets.
yuanfeng0905's Repositories
yuanfeng0905/bolt
An embedded key/value database for Go.
yuanfeng0905/c4
C in four functions
yuanfeng0905/cat
Central Application Tracking
yuanfeng0905/CocoaAsyncSocket
Asynchronous socket networking library for Mac and iOS
yuanfeng0905/dnspod-sr
A faster recursive dns server from DNSPod
yuanfeng0905/dnsproxy
DNS Filtering proxy and minimalistic nameserver in GO
yuanfeng0905/go-json-rest
A quick and easy way to setup a RESTful JSON API
yuanfeng0905/go.blog
我的博客的源代码
yuanfeng0905/godropbox
Common libraries for writing Go services/applications.
yuanfeng0905/gost-1
A largely compatible statsd daemon implementation in Go.
yuanfeng0905/gryffin
Gryffin is a large scale web security scanning platform
yuanfeng0905/http-parser
http request/response parser for c
yuanfeng0905/klib
A standalone and lightweight C library
yuanfeng0905/KNVProtoEngine
KNV(Key-N-Value) is a protocol engine for manipulating protocol data without knowing the detail meaning of its contents. KNV serves for 3 main purposes: 1, As a fast protocol engine; 2, As a schema-free protocol inspecter for general proxy server; 3, As a protocol and data storage engine for general data storage server.
yuanfeng0905/Lealone
兼具RDBMS、NoSQL优点的下一代NewSQL分布式关系数据库
yuanfeng0905/liblcthw
The library you create when you are done with Learn C The Hard Way
yuanfeng0905/lmdb
Read-only mirror of official repo on openldap.org. Issues and pull requests here are ignored. Use OpenLDAP ITS for issues.
yuanfeng0905/logster
Parse log files, generate metrics for Graphite and Ganglia
yuanfeng0905/manualgc
Automatically exported from code.google.com/p/manualgc
yuanfeng0905/nanomsg
nanomsg library
yuanfeng0905/netgraph
Capture and analyze http and tcp streams
yuanfeng0905/QConf
Qihoo Distrubuted Configuration Management System
yuanfeng0905/RabbitMQ
RabbitMQ系统3.5.3版本中文完全注释(同时实现了RabbitMQ系统和插件源代码编译,根据配置文件创建RabbitMQ集群,创建连接RabbitMQ系统的客户端节点等相关功能,方便源代码的阅读)
yuanfeng0905/server
GoshawkDB server
yuanfeng0905/swig
SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages.
yuanfeng0905/tcpcopy
An online request replication tool, also a tcp stream replay tool, fit for real testing, performance testing, stability testing, stress testing, load testing, smoke testing, etc
yuanfeng0905/tessera
A dashboard front-end for graphite.
yuanfeng0905/tidb
TiDB is a distributed NewSQL database compatible with MySQL protocol
yuanfeng0905/vimconf
Personal vim conf and plugins for Mac and Linux.
yuanfeng0905/write-a-C-interpreter
Write a simple interpreter of C. Inspired by c4 and largely based on it.