Advertisement
aerisDies

/pr/ F.A.Q.

Feb 17th, 2014
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /pr/ F.A.Q.
  2.  
  3. =Algorithms
  4.  
  5. + Дискретная математика для программистов Г. Хаггард
  6.  
  7. + Concrete Mathematics: A Foundation for Computer Science Ronald L. Graham
  8.  
  9. + Алгоритмы. Построение и анализ Томас Кормен
  10.  
  11. + Искусство программирования. Том 1. Основные алгоритмы Дональд Кнут
  12.  
  13.  
  14. + The Algorithm Design Manual Steven S Skiena
  15.  
  16. + Introduction to Distributed Algorithms Gerard Tel
  17.  
  18. + Clever Algorithms: Nature-Inspired Programming Recipes Jason Brownlee
  19.  
  20. =Computer Science
  21.  
  22. + SICP Harold Abelson
  23.  
  24. + HtDP Matthias Felleisen
  25.  
  26. + TaPL Benjamin C. Pierce
  27.  
  28. + Database Systems: A Practical Approach to Design, Implementation and Managemen Thomas M. Connolly
  29.  
  30. + Компьютерные сети. Принципы, технологии, протоколы Олифер В.Г.
  31.  
  32. + Компьютерные сети Э. Таненбаум
  33.  
  34. + Сетевые операционные системы Н. А. Олифер
  35.  
  36. + Архитектура компьютера Э. Таненбаум
  37.  
  38. + Операционные системы: разработка и реализация А. Вудхалл
  39.  
  40. + Современные операционные системы Э. Таненбаум
  41.  
  42. + Операционные системы. Основы и принципы Х. М. Дейтел
  43.  
  44.  
  45. =Language Implementation
  46.  
  47.  
  48. + Language Implementation Patterns: Create Your Own Domain-Specific and General Programming Languages Terence Parr
  49.  
  50. + Compilers: Principles, Techniques, and Tools Alfred V. Aho
  51.  
  52. + Modern Compiler Implementation in C Andrew W. Appel
  53.  
  54. + Modern Compiler Implementation in ML Andrew W. Appel
  55.  
  56. + Modern Compiler Implementation in Java Andrew W. Appel
  57.  
  58.  
  59.  
  60.  
  61. =Development
  62.  
  63. + Peopleware: Productive Projects and Teams (Second Edition) Tom DeMarcor
  64.  
  65. + Программист-прагматик. Путь от подмастерья к мастеру Э. Хант
  66.  
  67. + Object-Oriented Analysis and Design with Applications Grady Booch
  68.  
  69. + Object Solutions: Managing the Object-Oriented Project Grady Booch
  70.  
  71. + Приемы объектно-ориентированного проектирования. Паттерны проектирования Гамма Э.
  72.  
  73. + Совершенный код С. Макконнелл
  74.  
  75. + Patterns of Enterprise Application Architecture Martin Fowler
  76.  
  77. + Refactoring: Improving the Design of Existing Code Martin Fowler
  78.  
  79. + Test Driven Development: By Example Kent Beck
  80.  
  81.  
  82.  
  83. =Programming Languages
  84.  
  85. ==Scala
  86.  
  87.  
  88. + Programming in Scala Martin Odersky
  89.  
  90. + Scala in Depth Joshua D. Suereth
  91.  
  92. ==Lisp
  93.  
  94. + Let Over Lambda Doug Hoyte
  95.  
  96. + Practical Common Lisp Peter Seibel
  97.  
  98.  
  99. ==Scheme
  100.  
  101. + The Little Schemer Daniel P. Friedman
  102.  
  103. + The Reasoned Schemer Daniel P. Friedman
  104.  
  105. + The Seasoned Schemer Daniel P. Friedman
  106.  
  107. + Teach Yourself Scheme in Fixnum Days Dorai Sitaram
  108.  
  109. ==Clojure
  110.  
  111. + Clojure in Action Amit Rathore
  112.  
  113. + Clojure Programming Chas Emerick
  114.  
  115. + ClojureScript: Up and Running Stuart Sierra
  116.  
  117.  
  118. ==JavaScript
  119.  
  120. + JavaScript: The Good Parts Douglas Crockford
  121.  
  122. + JavaScript Patterns Stoyan Stefanov
  123.  
  124. + JavaScript: The Definitive Guide David Flanagan
  125.  
  126.  
  127. ==PHP
  128.  
  129. + PHP Cookbook Adam Trachtenberg
  130.  
  131. + Профессиональное программирование на PHP Джордж Шлосснейгл
  132.  
  133.  
  134. + PHP. Объекты, шаблоны и методики программирования Мэтт Зандстра
  135.  
  136.  
  137. ==Erlang
  138.  
  139. + Programming Erlang Joe Armstrong
  140.  
  141. + Learn You Some Erlang for Great Good! Fred Hebert
  142.  
  143. + ERLANG Programming Francesco Cesarini
  144.  
  145.  
  146. ==Ruby
  147.  
  148. + Poignant Guide to Ruby why the lucky stiff
  149.  
  150. + Eloquent Ruby Russ Olsen
  151.  
  152. + Metaprogramming Ruby Paolo Perrotta
  153.  
  154. + The Rails 3 Way Obie Fernandez
  155.  
  156.  
  157. ==Python
  158.  
  159. + Programming in Python 3 Mark Summerfield
  160.  
  161. + Dive Into Python 3 Mark Pilgrim
  162.  
  163. + Learning Python Mark Lutz
  164.  
  165. + Python Programming Michael Dawson
  166.  
  167. + Programming Python Mark Lutz
  168.  
  169. + The Definitive Guide to Django Adrian Holovaty
  170.  
  171.  
  172. ==C
  173.  
  174. + C: A Reference Manual Samuel P. Harbison
  175.  
  176. + C Programming Language Brian W. Kernighan
  177.  
  178. + Expert C Programming Peter van der Linden
  179.  
  180.  
  181. ==ActionScript
  182.  
  183. + Essential ActionScript 3.0 Colin Moock
  184.  
  185. + Essential ActionScript 2.0 Colin Moock
  186.  
  187.  
  188. ==Haskell
  189.  
  190. + Real World Haskell Bryan O'Sullivan
  191.  
  192. + Learn You a Haskell for Great Good! Miran Lipovaca
  193.  
  194.  
  195. ==Perl
  196.  
  197. + Modern Perl chromatic
  198.  
  199.  
  200. ==SQL
  201.  
  202. + SQL Pocket Guide Jonathan Gennick
  203.  
  204. + SQL Cookbook Anthony Molinaro
  205.  
  206. + Learning SQL Alan Beaulieu
  207.  
  208. + Understanding SQL Martin Gruber
  209.  
  210.  
  211. ==C#
  212.  
  213. + C# 5.0 in a Nutshell Joseph Albahari
  214.  
  215. + CLR via C# Jeffrey Richter
  216.  
  217. + C# 4.0 Unleashed Bart De Smet
  218.  
  219. + C# in Depth Jon Skeet
  220.  
  221. + Linq Pocket Reference Joseph Albahari
  222.  
  223. + Полный справочник по C# Герберт Шилдт
  224.  
  225.  
  226. ==ASM
  227.  
  228. + The Art of Assembly Language Randall Hyde
  229.  
  230. + Ассемблер на примерах. Рудольф Марек
  231.  
  232.  
  233. + Assembler. Юров В.И.
  234.  
  235.  
  236. + Ассемблер это просто! Калашников О.
  237.  
  238.  
  239. ==C++
  240.  
  241. + C++ без страха Брайан Оверленд
  242.  
  243. + Effective C++ Scott Meyers
  244.  
  245. + Объектно-ориентированное программирование в С++ Р. Лафоре
  246.  
  247. + Дизайн и эволюция C++ Бьёрн Страуструп
  248.  
  249. + Exceptional C++ Herb Sutter
  250.  
  251. + C++ Coding Standards Herb Sutter
  252.  
  253. + C++ Templates David Vandevoorde
  254.  
  255.  
  256. ==Java
  257.  
  258. + Java 2. Том 1. Основы Кей Хорстманн
  259.  
  260. + Java 2. Том 2. Тонкости программирования Кей Хорстманн
  261.  
  262. + Java The Complete Reference Herbert Schildt
  263.  
  264. + Programming Concurrency on the JVM Venkat Subramaniam
  265.  
  266. + Java Concurrency in Practice Brian Goetz
  267.  
  268. + Effective Java Joshua Bloch
  269.  
  270. + Thinking in Java Bruce Eckel
  271.  
  272. + Язык программирования Java Кен Арнолд
  273.  
  274.  
  275.  
  276.  
  277. ==Other
  278.  
  279. + The Art of UNIX Programming (The Addison-Wesley Professional Computng Series) Eric S. Raymond
  280.  
  281. + Mastering Regular Expressions Jeffrey E.F. Friedl
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement