jingtian319's Stars
pyinstaller/pyinstaller
Freeze (package) Python programs into stand-alone executables
Tencent/phxpaxos
The Paxos library implemented in C++ that has been used in the WeChat production environment.
cameron314/concurrentqueue
A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
wuye9036/CppTemplateTutorial
中文的C++ Template的教学指南。与知名书籍C++ Templates不同,该系列教程将C++ Templates作为一门图灵完备的语言来讲授,以求帮助读者对Meta-Programming融会贯通。(正在施工中)
RandyAbernethy/ThriftBook
Source for the examples in the Programmer's Guide to Apache Thrift
angrave/SystemProgramming
Angrave's Crowd-Sourced System Programming Book used at UIUC
isocpp/CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
rswier/c4
C in four functions
zh-google-styleguide/zh-google-styleguide
Google 开源项目风格指南 (中文版)
fffaraz/awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
ty4z2008/Qix
Machine Learning、Deep Learning、PostgreSQL、Distributed System、Node.Js、Golang
windoze/fibio
Fiber and async I/O based network library
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.
twitter-archive/mysos
Cotton (formerly known as Mysos)
codefollower/My-Blog
我的博客
Tencent/rapidjson
A fast JSON parser/generator for C++ with both SAX/DOM style API
redis/hiredis
Minimalistic C client for Redis >= 1.2
Qihoo360/QConf
Qihoo Distributed Configuration Management System
apache/thrift
Apache Thrift
swig/swig
SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages.
zhihu/kids
Kids Is Data Stream
lpereira/lwan
Experimental, scalable, high performance HTTP server
wuwanjie/vimrc
My first vim script file. This file makes vim works like IDE, when you are php programmer, it is pretty good.
vinta/awesome-python
An opinionated list of awesome Python frameworks, libraries, software and resources.
ideawu/ssdb
SSDB - A fast NoSQL database, an alternative to Redis
nemoTyrant/manong
码农周刊整理
binux/pyspider
A Powerful Spider(Web Crawler) System in Python.
matp/tiny-lisp
A small implementation of LISP, written in standard C11.
fastos/fastsocket
Fastsocket is a highly scalable socket and its underlying networking implementation of Linux kernel. With the straight linear scalability, Fastsocket can provide extremely good performance in multicore machines. In addition, it is very easy to use and maintain. As a result, it has been deployed in the production environment of SINA.
Mooophy/Cpp-Primer
C++ Primer 5 answers