Pinned Repositories
aosabook
The Architecture of Open Source Applications
BitPythonCode
c4
C in four functions
chromium.src
copy of https://git.chromium.org/git/chromium/src.git
Cpp-Primer
"C++ Primer 5th edtion" exercises
decode-Django
Django 源码剖析注释版本
decode-memcached
memcached 源码剖析注释
flask
A microframework based on Werkzeug, Jinja2 and good intentions
folly
An open-source C++ library developed and used at Facebook.
FreeNOS
Free Niek's Operating System (FreeNOS)
xulukai's Repositories
xulukai/ucore_lab
os kernel labs for operating systems course in Tsinghua University.
xulukai/StarterLearningPython
Learning Python: from Beginner to Master. http://www.itdiffer.com
xulukai/tornado
Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
xulukai/kmodes
Implementation of the k-modes clustering algorithm for categorical data, and several of its variations.
xulukai/sandstorm
Personal Cloud Sandbox
xulukai/chromium.src
copy of https://git.chromium.org/git/chromium/src.git
xulukai/ITArticles
xulukai/folly
An open-source C++ library developed and used at Facebook.
xulukai/FreeNOS
Free Niek's Operating System (FreeNOS)
xulukai/flask
A microframework based on Werkzeug, Jinja2 and good intentions
xulukai/requests
Python HTTP Requests for Humans™.
xulukai/lua
Unofficial git history of Lua releases
xulukai/WebBench
Webbench是一个在linux下使用的非常简单的网站压测工具。它使用fork()模拟多个客户端同时访问我们设定的URL,测试网站在压力下工作的性能,最多可以模拟3万个并发连接去测试网站的负载能力。Webbench使用C语言编写, 代码实在太简洁,源码加起来不到600行。
xulukai/python-guide
Python best practices guidebook, written for Humans.
xulukai/shadowsocks
A fast tunnel proxy that helps you bypass firewalls
xulukai/decode-memcached
memcached 源码剖析注释
xulukai/mooc_os
Information HUB of mooc_os labs
xulukai/lambda.r
Functional programming in R
xulukai/aosabook
The Architecture of Open Source Applications
xulukai/libev
A full-featured and high-performance event loop that is loosely modelled after libevent, but without its limitations and bugs.
xulukai/algorithm
xulukai/mooc_os_lab
OS Labs for MOOC
xulukai/nginx-1.0.14_comment
nginx源码中文注释版
xulukai/node-lessons
《Node.js 包教不包会》
xulukai/c4
C in four functions
xulukai/reshape2
:exclamation: This is a read-only mirror of the CRAN R package repository. reshape2 — Flexibly Reshape Data: A Reboot of the Reshape Package.. Homepage: https://github.com/hadley/reshape Report bugs for this package: https://github.com/hadley/reshape/issues
xulukai/TornadoWheel
xulukai/v8
[v8/v8 IS DEPRECATED! Use v8/v8-git-mirror] The official mirror of the V8 SVN repository
xulukai/BitPythonCode
xulukai/cJSONFiles
cJSON是C语言中的一个JSON编解码器,非常轻量级,C文件只有500多行,速度也非常理想。