Skip to content

Commit 96e0a52

Browse files
authored
format
1 parent 26dc464 commit 96e0a52

File tree

1 file changed

+184
-0
lines changed

1 file changed

+184
-0
lines changed

readme.md

+184
Original file line numberDiff line numberDiff line change
@@ -2,189 +2,373 @@
22
----------
33
## linux
44
Minix源代码.pdf
5+
56
just for fun.pdf
7+
68
linux-0.12-code.tar
9+
710
Linux内核完全剖析基于0.12内核.pdf
11+
812
《鸟哥的Linux私房菜-基础篇》第四版.pdf
13+
914
Eric S. Raymond-The Art of UNIX Programming-Addison-Wesley Professional (2003).mobi
1015
UNIX网络编程 卷1.pdf
16+
1117
Eric S. Raymond-The Art of UNIX Programming-Addison-Wesley Professional (2003).epub
1218
鸟哥的Linux私房菜-服务器架设篇(第三版)高清晰.pdf
19+
1320
APUE-3rd.pdf
21+
1422
## software engineering
23+
1524
Code.Complete.2nd.Steve.McConnell.pdf
25+
1626
Working Effectively with Legacy Code.pdf
27+
1728
design-patterns in dynamic programming.ppt
29+
1830
大话设计模式(带目录完整版).pdf
31+
1932
(Robert C. Martin Series) Martin, R.C.-Clean Architecture_ A Craftsman's Guide to Software Structure and Design-Pearson Education (2017).mobi
33+
2034
Architectural Styles and the Design of Network-based Software Architectures.pdf
35+
2136
the_art_of_readable_code.pdf
37+
2238
The Practice of Programming(中文版).pdf
39+
2340
DesignPatterns.pdf
41+
2442
The Practice of Programming(英文版).pdf
43+
2544
Refactoring_improving_the_design_of_existing_code.pdf
45+
2646
ExtremeProgramming.pdf
47+
2748
架构风格与基于网络的软件架构设计.pdf
49+
2850
K.Beck, M.Fowler -- Planning Extreme Programming.pdf
51+
2952
(Robert C. Martin Series) Martin, R.C.-Clean Architecture_ A Craftsman's Guide to Software Structure and Design-Pearson Education (2017).epub
53+
3054
Clean Code.pdf
55+
3156
Debug It! Find, Repair, and Prevent Bugs in Your Code.pdf
57+
3258
NullObject.pdf
59+
3360
Google_Cpp_Style_guide_CN.pdf
61+
3462
## game
63+
3564
dead-reckon.pdf
65+
3666
Hybrid Peer-to-Peer Solution forMMORPGs.pdf
67+
3768
Algorithms And Networking For Computer Games.pdf
69+
3870
游戏之旅-我的编程感悟 云风著 414页 37.5M 高清书签版.pdf
71+
3972
fast-action-net-game.pdf
73+
4074
DOOM启示录.pdf
75+
4176
Game Engine Architecture.pdf
77+
4278
## architecture
79+
4380
Bonus_Chapter.pdf
81+
4482
Seven Concurrency Models in Seven Weeks.pdf
83+
4584
1.4亿在线背后的故事-——-腾讯-QQ-IM后台架构的演化与启示.ppt
85+
4686
七周七并发模型.pdf
87+
4788
The art of multiprocessor programming.pdf
89+
4890
## computer network
91+
4992
计算机网络 5edition.pdf
93+
5094
HTTP权威指南(真正的完整版,送给爱学习的人).pdf
95+
5196
HTTP_The+Definitive+Guide.pdf
97+
5298
TCP_IP_第5版.pdf
99+
53100
tcp_ip-illustrated-vol-2.pdf
101+
54102
Richard_Stevens-TCP-IP_Illustrated-EN.pdf
103+
55104
## others
105+
56106
Debugging With GDB中文版.pdf
107+
57108
proactor.pdf
109+
58110
Head First jQuery.pdf
111+
59112
精通正则表达式.pdf
113+
60114
An_Introduction_to_GCC_中文.pdf
115+
61116
大教堂与集市_中英文对照.pdf
117+
62118
编码的奥秘.pdf
119+
63120
暗时间.pdf
121+
64122
podc-1996.pdf
123+
65124
How To Ask Questions The Smart Way. Eric Steven Raymond.pdf
125+
66126
浪潮之巅.pdf
127+
67128
build you own memory manager.pdf
129+
68130
Head First Jquery(中文版).pdf
131+
69132
Debugging With Gdb - The Gnu Source-Level Debugger.pdf
133+
70134
深入理解Java虚拟机(第2版)-da83.mobi
135+
71136
数学之美.吴军.影印版.PDF
137+
72138
cpumemory.pdf
139+
73140
Structure And Interpretation Of Computer Programs (SICP).pdf
141+
74142
如何理解c和c++的复杂类型声明.pdf
143+
75144
《大教堂与集市》中文版.pdf
145+
76146
threads.pdf
147+
77148
## database
149+
78150
O'Reilly.High.Performance.MySQL.3rd.Edition.Mar.2012.pdf
151+
79152
Redis in Action.pdf
153+
80154
Redis设计与实现.mobi
155+
81156
SQL必知必会Ben Forta.mobi
157+
82158
QConSF2012-EricBrewer-NoSQLPastPresentFuture.pdf
159+
83160
Mastering Redis.epub
161+
84162
Spanner Googles Globally Distributed Database.pdf
163+
85164
REDIS 入门指南.pdf
165+
86166
## shell
167+
87168
shell 脚本各种括号的用途.docx
169+
88170
LINUX SHELL脚本攻略(中文版带书签).pdf
171+
89172
## server
173+
90174
大型多人在线游戏开发_20.pdf
175+
91176
百万用户级游戏服务器架构设计 .pdf
177+
92178
大型网站技术架构+核心原理与案例分析+李智慧.pdf
179+
93180
## program language
181+
94182
Fluent_Scheme简明中文手册-带书签.pdf
183+
95184
Programming in Lua third edition.pdf
185+
96186
C++ Templates_ The Complete Guide -Addison-Wesley Professional 1ed(2002).epub
187+
97188
C++ C编程指南》.林锐着.pdf
189+
98190
Effective Modern CPP.pdf
191+
99192
Modern C++ Design_ Generic Programming and Design Patterns Applied by Andrei Alexandrescu-Addison-Wesley Professional (2001).mobi
193+
100194
The.Little.Schemer.4th.2.pdf
195+
101196
Programming.in.Lua.4th.Edition.2016.8.mobi
197+
102198
Seven Languages in Seven Weeks.pdf
199+
103200
More Effective CPP.pdf
201+
104202
Monads for functional programming.pdf
203+
105204
Lua 5.pdf
205+
106206
Modern C++ Design_ Generic Programming and Design Patterns Applied by Andrei Alexandrescu-Addison-Wesley Professional (2001).pdf
207+
107208
C#+6.0+in+a+Nutshell.pdf
209+
108210
build your own memory manager.pdf
211+
109212
Javascrpt 高级程序设计(第3版)英文.pdf
213+
110214
scheme之道.docx
215+
111216
Object-Oriented Programming With ANSI-C.pdf
217+
112218
Programming in Lua, Third Edition by Roberto Ierusalimschy, Lua.org; 3 edition (January 3, 2013).mobi
219+
113220
Threading in C#.pdf
221+
114222
schem-r5rscn.pdf
223+
115224
C++对象模型 PDF中文清晰版.pdf
225+
116226
The Design And Evolution Of Cpp.pdf
227+
117228
C程序设计语言(第2版_新版).pdf
229+
118230
Lua中文教程.pdf
231+
119232
The C Programming Language 2E.pdf
233+
120234
C Interfaces and Implementations.pdf
235+
121236
Effective CPP.pdf
237+
122238
Programming.in.Lua.4th.Edition.pdf
239+
123240
C和指针.pdf
241+
124242
C++ Templates_ The Complete Guide-Addison-Wesley (2017).epub
243+
125244
Simply.Scheme.pdf
245+
126246
readinglua.pdf
247+
127248
关于_思考函数式编程_几点注记_裘宗燕.pdf
249+
128250
JavaScript高级程序设计(第3版)中文 高清 完整.pdf
251+
129252
C++ Primer Fifth Edition.pdf
253+
130254
The Garbage Collection Handbook.pdf
255+
131256
C语言接口与实现--创建可重用软件的技术.pdf
257+
132258
Turing Machines And Languages With Only Two Formation Rules.pdf
259+
133260
Effective Go - The Go Programming Language.pdf
261+
134262
Programming+Language+Pragmatics+4th.pdf
263+
135264
Lambda和高阶函数_刘新宇.pdf
265+
136266
The Evolution of Lua.pdf
267+
137268
The.MIT.Press.Essentials.of.Programming.Languages.3rd.Edition.Apr.2008.pdf
269+
138270
Masterminds of Programming.pdf
271+
139272
A Little Java A Few Patterns.pdf
273+
140274
自制编译器 ,青木峰郎著 ,P445.pdf
275+
141276
两周自制脚本语言高清完整版.pdf
277+
142278
scheme-r5rs.pdf
279+
143280
The_essence_of_functional_programming_(1992).pdf
281+
144282
JavaScript权威指南-第6版.pdf
283+
145284
The Garbage Collection Handbook_The Art of Automatic Memory Management (2011, Chapman and Hall_CRC).epub
285+
146286
The Go Programming Language.pdf
287+
147288
JavaScript权威指南(第6版)(中文版).pdf
289+
148290
C++ Templates_ The Complete Guide-Addison-Wesley (2017).pdf
291+
149292
垃圾回收的算法与实现.pdf
293+
150294
Programming Language Pragmatics 3rd.pdf
295+
151296
How To Design Programs.pdf
297+
152298
The development of Chez Scheme.pdf
299+
153300
函数式语言并行化的方法_古志民.pdf
301+
154302
The Essence of Compiling with Continuations.pdf
303+
155304
如何编写程序(scheme lambda).PDF
305+
156306
The Seasoned Schemer.pdf
307+
157308
函数式编程语言发展及应用_王学瑞.pdf
309+
158310
Go语言编程.pdf
311+
159312
思考函数式编程_蔡学镛.pdf
313+
160314
Programming in Lua, Third Edition by Roberto Ierusalimschy, Lua.org; 3 edition (January 3, 2013).epub
315+
161316
## code exercise
317+
162318
leetcode-cpp.pdf
319+
163320
## distributed system
321+
164322
Time, Clocks, and the Ordering of Events in a Distributed System.pdf
323+
165324
raft-extended.pdf
325+
166326
vm-ft.pdf
327+
167328
Distributed systems basic concepts.pdf
329+
168330
Distributed systems basic concepts.mobi
331+
169332
replication2.pdf
333+
170334
Distributed Systems Concepts and Design 5ed.pdf
335+
171336
Martin Kleppmann-Designing Data-Intensive Applications_ The Big Ideas Behind Reliable, Scalable, and Maintainable Systems-O’Reilly Media (2017).epub
337+
172338
gfs.pdf
339+
173340
MapReduce Simplified Data Processing on Large Clusters.pdf
341+
174342
Perspectives on the CAP TheoremBrewer2.pdf
343+
175344
paxos-simple.pdf
345+
176346
Martin Kleppmann-Designing Data-Intensive Applications_ The Big Ideas Behind Reliable, Scalable, and Maintainable Systems-O’Reilly Media (2017).pdf
347+
177348
Impossibility of Distributed Consensus with One Faulty Process (FLP Impossibility).pdf
349+
178350
lamport-paxos.pdf
351+
179352
## data structure and algrithm
353+
180354
lock-free-vector.pdf
355+
181356
算法引论:一种创造性方法.pdf
357+
182358
数据结构与算法分析:C语言描述_原书第2版_高清版.pdf
359+
183360
算法导论中文第二版.pdf
361+
184362
Data Structure For Game Programers - Ron Penton.pdf
363+
185364
RedBlack.pdf
365+
186366
## tools
367+
187368
progit.pdf
369+
188370
progit-zh.936.mobi
371+
189372
## container
373+
190374
Docker-for-Virtualization-Admin-eBook.pdf

0 commit comments

Comments
 (0)