Advertisement
Guest User

Untitled

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