Pinned Repositories
Algorithms
Solutions for some common algorithm problems written in Java.
algorithms-1
Algorithms & Data Structures in C++
AlgorithmsSedgewick
Code from the book "Algorithms" (4th ed.) by Robert Sedgewick and Kevin Wayne (original, and my solutions to exercises).
Cpp-Concurrency-in-Action
Cpp-Primer
C++ Primer 5th edtion exercises
junit
A programmer-oriented testing framework for Java.
leetcode
LeetCode Problems' Solutions (up-to-date)
LeetCode-1
:pencil2: LeetCode solutions in C++ 11
The-Art-Of-Programming-By-July
此为《编程之法:面试和算法心得》一书2014年6月老版本的原型,最新完整纸质版于2015年9月上市!
Unix-Network-Programming
Unix Network Programming, by W.Richard Stevens / Bill Fenner / Andrew M. Rudoff
qixiaobai's Repositories
qixiaobai/Cpp-Primer
C++ Primer 5th edtion exercises
qixiaobai/junit
A programmer-oriented testing framework for Java.
qixiaobai/leetcode
LeetCode Problems' Solutions (up-to-date)
qixiaobai/LeetCode-1
:pencil2: LeetCode solutions in C++ 11
qixiaobai/The-Art-Of-Programming-By-July
此为《编程之法:面试和算法心得》一书2014年6月老版本的原型,最新完整纸质版于2015年9月上市!
qixiaobai/Algorithms
Solutions for some common algorithm problems written in Java.
qixiaobai/algorithms-1
Algorithms & Data Structures in C++
qixiaobai/Cpp-Concurrency-in-Action
qixiaobai/Unix-Network-Programming
Unix Network Programming, by W.Richard Stevens / Bill Fenner / Andrew M. Rudoff
qixiaobai/awesome-python
A curated list of awesome Python frameworks, libraries and software
qixiaobai/book1
book
qixiaobai/book2
qixiaobai/CLRS
CLRS(算法导论) in C++ template.
qixiaobai/CLRS-Solutions
Solutions to "Introduction to Algorithm, 3rd Edition"
qixiaobai/effectivejava
Run queries on your Java code to check if it meets the criteria suggested by the book Effective Java. And some others.
qixiaobai/firsbook
hao_book_0130
qixiaobai/gitskills
qixiaobai/java-8-lambdas-exercises
Exercises and Answers for Java 8 Lambdas book
qixiaobai/java-design-patterns
Design pattern samples implemented in Java
qixiaobai/Java8InAction
qixiaobai/Java_Web_Examples
《实战突击:Java Web项目整合开发》源码
qixiaobai/learngit
qixiaobai/leetcode-2
LeetCode题解,151道题完整版
qixiaobai/muduo
A C++ non-blocking network library for multi-threaded server in Linux
qixiaobai/nginx
An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html
qixiaobai/python-cookbook
Code samples from the "Python Cookbook, 3rd Edition", published by O'Reilly & Associates, May, 2013.
qixiaobai/Socket
Socket C++ Classes
qixiaobai/testbook012
qixiaobai/testbook013
qixiaobai/tij
《Thinking In Java》