-
Notifications
You must be signed in to change notification settings - Fork 0
/
ebooks.html
716 lines (581 loc) · 38.2 KB
/
ebooks.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
<!DOCTYPE html>
<html>
<head>
<title>Ecole Centrale de Nantes - Computer Science alumni</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Computer Science - Ecole Centrale de Nantes alumni website">
<meta name="author" content="Computer Science alumni - Ecole Centrale de Nantes">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="./css/bootstrap.min.css" rel="stylesheet">
<link href="./css/bootstrap-responsive.min.css" rel="stylesheet">
<link href="./css/theme.css" rel="stylesheet">
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="./#">ECN - CS alumni</a>
<div class="nav-collapse" id="main-menu">
<ul class="nav" id="main-menu-left">
<li><a href="./#news">News</a></li>
<li><a href="./#alumni">Alumni</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">Projects <b class="caret"></b></a>
<ul class="dropdown-menu" id="swatch-menu">
<li><a href="./#projects">All</a></li>
<li class="divider"></li>
<li><a href="./#p2013">2012 - 2013</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">Tools <b class="caret"></b></a>
<ul class="dropdown-menu" id="swatch-menu">
<li><a href="./ebooks.html">Free programming eBooks</a></li>
</ul>
</li>
<li><a href="./#misc">Misc.</a></li>
</ul>
<ul class="nav pull-right" id="main-menu-right">
<li><a target="_blank" href="https://pedagogie.ec-nantes.fr/">Serveur pédagogique</a></li>
<li><a target="_blank" href="https://portailvpn.ec-nantes.fr/">VPN</a></li>
<li><a target="_blank" href="hhttp://veille-techno.blogs.ec-nantes.fr/">Veille technologique</a></li>
<li><a href="./#about">About<i class="icon-question-sign"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<div id="top"></div>
<header class="jumbotron subhead" id="overview">
<div class="row">
<div class="span12 well center">
<h2>Free CS ebooks (credits: <a href="http://stackoverflow.com/questions/194812/list-of-freely-available-programming-books/392926#392926">George Stocker</a>)</h2>
</div>
</div>
</header>
<section id="content">
<div class="center">
<h3>Meta-Lists</h3>
<ul class="unstyled">
<li><a href="http://www.coderholic.com/25-free-computer-science-books/">25 Free Computer Science Ebooks</a></li>
<li><a href="http://www.booktraining.net/">Book Training - On Video</a></li>
<li><a href="http://refcardz.dzone.com/">Cheat Sheets (Free)</a></li>
<li><a href="http://blogs.msdn.com/wriju/archive/2009/01/07/free-ebooks-at-codeplex.aspx">CodePlex List of Free E-Books</a></li>
<li><a href="http://www.freetechbooks.com/">Free Tech Books</a></li>
<li><a href="http://www.galileocomputing.de/katalog/openbook">Galileo Computing</a> (German)</li>
<li><a href="http://www.htdp.org/2003-09-26/Book/">How to Design Programs: An Introduction to Computing and Programming</a></li>
<li><a href="http://blogs.msdn.com/b/microsoft_press/archive/2011/03/03/ebooks-list-of-our-free-books.aspx">Microsoft Press: Free E-Books</a></li>
<li><a href="http://www.mindviewinc.com/Books/">MindView Inc</a></li>
<li><a href="http://oreilly.com/openbook/">O'Reilly's Open Books Project</a></li>
<li><a href="http://www.spmn.com/products_guidebooks.html">Sofware Program Managers Network</a></li>
<li><a href="http://www.techbooksforfree.com/">TechBooksForFree.com</a></li>
<li><a href="http://theassayer.org/">Theassayer.org</a></li>
<li><a href="http://en.wikibooks.org/wiki/Category%3aComputer_programming">Wikibooks: Programming</a></li>
</ul>
<h3>Graphics Programming</h3>
<ul class="unstyled">
<li><a href="http://www.xmission.com/~legalize/book/download/index.html">DirectX manual</a> (draft)</li>
<li><a href="http://www.arcsynthesis.org/gltut/">Learning Modern 3D Graphics Programming</a> (draft)</li>
<li><a href="http://http.developer.nvidia.com/GPUGems/gpugems_part01.html">GPU Gems</a></li>
<li><a href="http://http.developer.nvidia.com/GPUGems2/gpugems2_part01.html">GPU Gems 2</a> - <a href="ftp://download.nvidia.com/developer/GPU_Gems_2/">ch 8,14,18,29,30 as pdf</a></li>
<li><a href="http://http.developer.nvidia.com/GPUGems3/gpugems3_part01.html">GPU Gems 3</a></li>
<li><a href="http://www.gamedev.net/reference/articles/article1698.asp">Graphics Programming Black Book</a></li>
<li><a href="http://tog.acm.org/resources/shaderx/">ShaderX series</a></li>
</ul>
<h3>Language Agnostic</h3>
<ul class="unstyled">
<li><a href="http://programmer.97things.oreilly.com/">97 Things Every Programmer Should Know</a></li>
<li><a href="http://www.ethoberon.ethz.ch/WirthPubl/AD.pdf">Algorithms and Data-Structures</a> (PDF)</li>
<li><a href="http://www.cs.berkeley.edu/~vazirani/algorithms.html">Algorithms</a> (draft)</li>
<li><a href="http://www.aosabook.org/en/index.html">The Architecture of Open Source Applications</a></li>
<li><a href="http://catb.org/esr/writings/taoup/html/">The Art of Unix Programming</a></li>
<li><a href="http://smartbear.com/codecollab-code-review-book.php">Best Kept Secrets of Peer Code Review</a></li>
<li><a href="http://cslibrary.stanford.edu/110/BinaryTrees.pdf">Binary Trees</a></li>
<li><a href="http://www.catb.org/esr/writings/cathedral-bazaar/">The Cathedral and the Bazaar</a></li>
<li><a href="http://www.cleveralgorithms.com/nature-inspired/index.html">Clever Algorithms</a></li>
<li><a href="http://www.usingcsp.com/cspbook.pdf">Communicating Sequential Processes (PDF)</a> - Tony Hoare</li>
<li><a href="http://www-old.oberon.ethz.ch/WirthPubl/CBEAll.pdf">Compiler Construction</a> (PDF)</li>
<li><a href="http://scpd.stanford.edu/knuth/index.jsp">Computer Musings</a> (lectures by Donald Knuth)</li>
<li><a href="http://dotnetslackers.com/projects/Data-Structures-And-Algorithms/">Data Structures and Algorithms: Annotated Reference with Examples</a></li>
<li><a href="http://public.dhe.ibm.com/software/dw/db2/express-c/wiki/Database_fundamentals.pdf">Database Fundamentals</a> (PDF)</li>
<li><a href="http://www.umiacs.umd.edu/~jimmylin/MapReduce-book-final.pdf">Data-Intensive Text Processing with MapReduce</a> (PDF)</li>
<li><a href="http://nexus.realtimepublishers.com/dgbcq.php">The Definitive Guide to Building Code Quality</a></li>
<li><a href="http://designinginterfaces.com">Designing Interfaces</a> by Jennifer Tidwell</li>
<li><a href="http://www.dspguide.com/">Digital Signal Processing For Engineers and Scientists</a></li>
<li><a href="http://www.infoq.com/minibooks/domain-driven-design-quickly">Domain Driven Design Quickly</a></li>
<li><a href="http://www.neildavidson.com/dontjustrollthedice.html">Don't Just Roll the Dice</a></li>
<li><a href="http://cs.gmu.edu/~sean/book/metaheuristics/">Essentials of Metaheuristics</a> by Sean Luke</li>
<li><a href="http://elliottback.com/wp/essential-skills-for-agile-development/">Essential Skills for Agile Development</a></li>
<li><a href="http://dces.essex.ac.uk/staff/rpoli/gp-field-guide/toc.html">A Field Guide To Genetic Programming</a></li>
<li><a href="http://jpaulmorrison.com/fbp/#book">Flow based Programming</a></li>
<li><a href="http://infolab.stanford.edu/~ullman/focs.html">Foundations of Computer Science</a> - Al Aho and Jeff Ullman</li>
<li><a href="http://codebetter.com/files/folders/codebetter_downloads/entry179694.aspx">Foundations of Programming</a></li>
<li><a href="http://gettingreal.37signals.com/">Getting Real</a></li>
<li><a href="http://public.dhe.ibm.com/software/dw/db2/express-c/wiki/Getting_started_with_open_source_development_p2.pdf">Getting started with Open source development</a> (PDF)</li>
<li><a href="http://cslibrary.stanford.edu/109/TreeListRecursion.pdf">The Great Tree List Recursion Problem</a></li>
<li><a href="http://www.computer.org/portal/web/swebok">Guide to the Software Engineering Body of Knowledge</a></li>
<li><a href="http://www.fastchip.net/howcomputerswork/p1.html">How Computers Work</a></li>
<li><a href="http://www.htdp.org/">How to Design Programs</a></li>
<li><a href="http://openbookproject.net/thinkcs/">How to Think Like a Computer Scientist</a></li>
<li><a href="http://www.lindaspaces.com/book/">How to Write Parallel Programs</a></li>
<li><a href="http://mindprod.com/jgloss/unmain.html">How to write Unmaintainable Code</a></li>
<li><a href="http://www.amibug.com/iamabug/p01.html">I Am a Bug</a></li>
<li><a href="http://www.cse.ohio-state.edu/~gurari/theory-bk/theory-bk.html">An Introduction to the Theory of Computation</a></li>
<li><a href="http://www.cl.cam.ac.uk/teaching/Lectures/funprog-jrh-1996/">Introduction to Functional Programming</a> (class lectures and slides)</li>
<li><a href="http://nlp.stanford.edu/IR-book/information-retrieval-book.html">Introduction to Information Retrieval</a></li>
<li><a href="http://kernel.org/pub/linux/kernel/people/paulmck/perfbook/perfbook.html">Is Parallel Programming Hard, And, If So, What Can You Do About It?</a></li>
<li><a href="http://pine.fm/LearnToProgram/">Learn to Program</a></li>
<li><a href="http://www.stack.nl/~marcov/compiler.pdf">Let's Build a Compiler</a></li>
<li><a href="http://www.iecc.com/linker/">Linkers and loaders</a></li>
<li><a href="http://cslibrary.stanford.edu/103/LinkedListBasics.pdf">Linked List Basics</a></li>
<li><a href="http://cslibrary.stanford.edu/105/LinkedListProblems.pdf">Linked List Problems</a></li>
<li><a href="http://www.ii.uib.no/~michal/und/i227/book/book.pdf">Mathematical Logic - an Introduction</a> (PDF)</li>
<li><a href="http://www.jjj.de/fxt/#fxtbook">Matters Computational</a></li>
<li><a href="http://infolab.stanford.edu/~ullman/mmds.html">Mining of Massive Datasets</a></li>
<li><a href="http://homepages.inf.ed.ac.uk/dts/pm/Papers/nasa-manage.pdf">NASA Manager Handbook for Software Development</a> (PDF)</li>
<li><a href="http://www.scribd.com/doc/7181362/NASA-Software-Measurement-Guidebook">NASA Software Measurement Handbook</a></li>
<li><a href="http://scg.unibe.ch/download/oorp/">Object-Oriented Reengineering Patterns</a></li>
<li><a href="http://ocw.mit.edu/OcwWeb/web/home/home/index.htm">Online Course Materials</a></li>
<li><a href="http://homepage.mac.com/s_lott/books/oodesign.html">OO Design</a></li>
<li><a href="https://gustavus.edu/mcs/max/os-book/">Operating Systems and Middleware</a> (PDF and LaTeX)</li>
<li><a href="http://www.codeplex.com/AppArchGuide">Patterns and Practices: Application Architecture Guide 2.0</a></li>
<li><a href="http://www.dreamsongs.com/Files/PatternsOfSoftware.pdf">Patterns of Software: Tales from the Software Community</a> (PDF)</li>
<li><a href="http://planning.cs.uiuc.edu/">Planning Algorithms</a></li>
<li><a href="http://www.libpng.org/pub/png/book/">PNG: The Definitive Guide</a></li>
<li><a href="http://cslibrary.stanford.edu/102/PointersAndMemory.pdf">Pointers And Memory</a></li>
<li><a href="http://producingoss.com/">Producing Open Source Software</a></li>
<li><a href="http://www.cs.brown.edu/~sk/Publications/Books/ProgLangs/">Programming Languages: Application and Interpretation</a></li>
<li><a href="http://www.stanford.edu/class/cs106a/cgi-bin/handouts/">Programming Methodology</a></li>
<li><a href="http://cs.bell-labs.com/cm/cs/pearls/">Programming Pearls</a></li>
<li><a href="http://www-old.oberon.ethz.ch/WirthPubl/ProjectOberon.pdf">Project Oberon</a> (PDF)</li>
<li><a href="http://www.bon-method.com/book_print_a4.pdf">Seamless Object-Oriented Software Architecture</a></li>
<li><a href="http://www.cl.cam.ac.uk/~rja14/book.html">Security Engineering</a></li>
<li><a href="http://mitpress.mit.edu/sicp/">Structure and Interpretation of Computer Programs</a></li>
<li><a href="http://domaindrivendesign.org/sites/default/files/discussion/PatternSummariesUnderCreativeCommons.doc">Summary of the GoF Design Patterns</a></li>
<li><a href="http://greenteapress.com/semaphores/">The Little Book of Semaphores</a></li>
<li><a href="http://www.tcpipguide.com/free/t_toc.htm">The TCP/IP Guide</a></li>
<li><a href="http://greenteapress.com/thinkstats/">Think Stats: Probability and Statistics for Programmers</a> (PDF, code written in Python)</li>
<li><a href="https://www.cs.kent.ac.uk/people/staff/sjt/TTFP/">Type Theory and Functional Programming</a></li>
<li><a href="http://www.apnic.net/__data/assets/pdf_file/0020/8147/501302.pdf">Understanding IP Addressing: Everything you ever wanted to know</a> (PDF)</li>
</ul>
<h3>Android</h3>
<ul class="unstyled">
<li><a href="http://ofps.oreilly.com/titles/9781449383268/">Building Android Apps with HTML, CSS, and JavaScript</a></li>
<li><a href="http://ofps.oreilly.com/titles/9781449390501/">Learning Android</a></li>
</ul>
<h3>Autotools</h3>
<ul class="unstyled">
<li><a href="http://sourceware.org/autobook/">GNU Autoconf, Automake and Libtool</a></li>
</ul>
<h3>ASP.NET MVC</h3>
<ul class="unstyled">
<li><a href="http://weblogs.asp.net/scottgu/archive/2009/03/10/free-asp-net-mvc-ebook-tutorial.aspx">NerdDinner Walkthrough</a></li>
</ul>
<h3>Assembly Language</h3>
<ul class="unstyled">
<li><a href="http://download.savannah.gnu.org/releases/pgubook/ProgrammingGroundUp-1-0-booksize.pdf">Programming from the Ground Up</a> (PDF)</li>
<li><a href="http://drpaulcarter.com/pcasm/">Paul Carter's Tutorial on x86 Assembly</a></li>
<li><a href="http://www.agner.org/optimize/">Software optimization resources by Agner Fog</a></li>
</ul>
<h3>Bash</h3>
<ul class="unstyled">
<li><a href="http://tldp.org/LDP/abs/html/">Advanced Bash-Scripting Guide</a></li>
<li><a href="http://www.tldp.org/LDP/Bash-Beginners-Guide/html/">Bash Guide for Beginners</a> by Machtelt Garrels</li>
<li><a href="http://mywiki.wooledge.org/BashGuide">Lhunath's Bash Guide</a></li>
<li><a href="http://learncodethehardway.org/cli/book/">The Command Line Crash Course</a> (also a Powershell reference)</li>
</ul>
<h3>C / C++</h3>
<ul class="unstyled">
<li><a href="http://beej.us/guide/bgnet/">Beej's Guide to Network Programming</a></li>
<li><a href="http://beej.us/guide/bgc/">Beej's Guide to C Programming</a></li>
<li><a href="http://publications.gbdirect.co.uk/c_book/">The C book</a></li>
<li><a href="http://cppannotations.sourceforge.net/">C++ Annotations</a></li>
<li><a href="http://www.computer-books.us/cpp_0010.php">C++ GUI Programming With Qt 3</a></li>
<li><a href="http://www.stanford.edu/class/cs106x/">CS106X Programming Abstractions in C++</a></li>
<li><a href="http://cslibrary.stanford.edu/101/EssentialC.pdf">Essential C</a></li>
<li><a href="http://cartan.cas.suffolk.edu/oopdocbook/opensource/index.html">Introduction to Design Patterns in C++ with Qt 4</a> (<a href="http://www.informit.com/store/product.aspx?isbn=0131879057">PDF</a>)</li>
<li><a href="http://c.learncodethehardway.org/book/">Learn C the hard way</a></li>
<li><a href="http://www.jjj.de/fxt/fxtbook.pdf">Matters Computational: Ideas, Algorithms, Source Code, by Jorg Arndt</a></li>
<li><a href="http://www.knosof.co.uk/cbook/cbook.html">The new C standard - an annotated reference</a></li>
<li><a href="http://www.planetpdf.com/codecuts/pdfs/ooc.pdf">Object Oriented Programming in C</a> (PDF)</li>
<li><a href="http://www.agner.org/optimize/">Software optimization resources by Agner Fog</a></li>
<li><a href="http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html">Thinking in C++, Second Edition</a></li>
<li>Also see: <a href="http://stackoverflow.com/q/388242/511601">The Definitive C++ Book Guide and List</a></li>
</ul>
<h3>C#</h3>
<ul class="unstyled">
<li>See <strong>.NET</strong> below</li>
</ul>
<h3>Clojure</h3>
<ul class="unstyled">
<li><a href="http://en.wikibooks.org/wiki/Clojure_Programming">Clojure Programming</a></li>
<li><a href="http://java.ociweb.com/mark/clojure/article.html">Clojure - Functional Programming for the JVM</a></li>
</ul>
<h3>CoffeeScript</h3>
<ul class="unstyled">
<li><a href="http://autotelicum.github.com/Smooth-CoffeeScript/SmoothCoffeeScript.html">Smooth CoffeeScript</a></li>
<li><a href="http://arcturo.github.com/library/coffeescript/">The Little Book on CoffeeScript</a></li>
</ul>
<h3>ColdFusion</h3>
<ul class="unstyled">
<li><a href="https://github.com/mhenke/CFML-in-100-minutes/blob/master/cfml100mins.markdown">CFML In 100 Minutes</a></li>
</ul>
<h3>DB2</h3>
<ul class="unstyled">
<li><a href="http://public.dhe.ibm.com/software/dw/db2/express-c/wiki/Getting_Started_with_DB2_Express_v9.7_p4.pdf">Getting started with DB2 Express-C</a> (PDF)</li>
<li><a href="http://public.dhe.ibm.com/software/dw/db2/express-c/wiki/Getting_Started_with_IBM_Data_Studio_for_DB2_p3.pdf">Getting started with IBM Data Studio for DB2</a> (PDF)</li>
<li><a href="http://public.dhe.ibm.com/software/dw/db2/express-c/wiki/Getting_Started_with_DB2_App_Dev_p2.pdf">Getting started with IBM DB2 development</a> (PDF)</li>
</ul>
<h3>Delphi / Pascal</h3>
<ul class="unstyled">
<li><a href="http://www.marcocantu.com/epascal/">Essential Pascal Version 1 and 2</a></li>
<li><a href="http://www.lulu.com/content/435417">The Tomes of Delphi</a></li>
</ul>
<h3>Django</h3>
<ul class="unstyled">
<li><a href="http://djangobook.com/">Djangobook.com</a></li>
</ul>
<h3>Emacs</h3>
<ul class="unstyled">
<li><a href="http://shop.fsf.org/product/gnu-emacs-manual-16th-edition/">GNU Emacs Manual, 16th Edition, v. 22</a></li>
<li><a href="http://www.gnu.org/software/emacs/emacs-lisp-intro/">An Introduction to Programming in Emacs Lisp, 3rd Edition</a></li>
</ul>
<h3>Erlang</h3>
<ul class="unstyled">
<li><a href="http://learnyousomeerlang.com/">Learn You Some Erlang For Great Good</a></li>
</ul>
<h3>Flex</h3>
<ul class="unstyled">
<li><a href="http://public.dhe.ibm.com/software/dw/db2/express-c/wiki/Getting_Started_with_Adobe_Flex_p2.pdf">Getting started with Adobe Flex</a> (PDF)</li>
</ul>
<h3>F#</h3>
<ul class="unstyled">
<li><a href="http://www.ctocorner.com/fsharp/book/ch0.aspx">The F# Survival Guide</a></li>
<li><a href="http://en.wikibooks.org/wiki/F_Sharp_Programming">F Sharp Programming</a> in Wikibooks</li>
<li><a href="http://msdn.microsoft.com/en-us/library/hh314518.aspx">Real World Functional Programming</a> (MSDN Chapters)</li>
</ul>
<h3>Forth</h3>
<ul class="unstyled">
<li><a href="http://home.iae.nl/users/mhx/sf.html">Starting Forth</a></li>
<li><a href="http://thinking-forth.sourceforge.net/">Thinking Forth</a></li>
</ul>
<h3>Git</h3>
<ul class="unstyled">
<li><a href="http://progit.org/book/">Pro Git</a></li>
<li><a href="http://book.git-scm.com/index.html">The Git Community Book</a></li>
<li><a href="http://ftp.newartisans.com/pub/git.from.bottom.up.pdf">Git From The Bottom Up</a> (PDF)</li>
</ul>
<h3>Go</h3>
<ul class="unstyled">
<li><a href="http://golang.org/doc/go_tutorial.html">The Go Tutorial</a></li>
</ul>
<h3>Grails</h3>
<ul class="unstyled">
<li><a href="http://www.infoq.com/minibooks/grails-getting-started">Getting Start with Grails</a></li>
</ul>
<h3>Haskell</h3>
<ul class="unstyled">
<li><a href="http://learnyouahaskell.com/chapters">Learn You a Haskell</a></li>
<li><a href="http://book.realworldhaskell.org/read/">Real World Haskell</a></li>
</ul>
<h3>HTML / CSS</h3>
<ul class="unstyled">
<li><a href="http://fortuito.us/diveintohtml5/">Dive Into HTML5</a></li>
<li><a href="http://www.htmldog.com/">HTML Dog Tutorials</a></li>
</ul>
<h3>Java</h3>
<ul class="unstyled">
<li><a href="http://www.phptr.com/content/images/013143697X/downloads/013143697X_book.pdf">Java Application Development on Linux by Carl Albing and Michael Schwarz(PDF)</a></li>
<li><a href="http://greenteapress.com/thinkapjava/">How to Think Like a Computer Scientist</a></li>
<li><a href="http://download.oracle.com/javaee/6/tutorial/doc/javaeetutorial6.pdf">The Java EE6 Tutorial</a> (PDF)</li>
<li><a href="http://www.redbooks.ibm.com/redbooks/SG245118.html">Java Thin-Client Programming</a></li>
<li><a href="http://download.oracle.com/javase/tutorial/">Sun's Java Tutorials</a></li>
<li><a href="http://www.mindview.net/Books/TIJ/">Thinking in Java</a></li>
<li><a href="http://njbartlett.name/files/osgibook_preview_20091217.pdf">OSGi in Practice</a> (PDF)</li>
<li><a href="http://www.mkyong.com/">Category wise tutorials - J2EE</a></li>
<li><a href="http://math.hws.edu/javanotes/index.html">Introduction to Programming Using Java - David J. Eck</a></li>
</ul>
<h3>JavaScript</h3>
<ul class="unstyled">
<li><a href="http://www.crockford.com/javascript/">Crockford's JavaScript</a></li>
<li><a href="http://eloquentjavascript.net/">Eloquent JavaScript</a></li>
<li><a href="http://www.addyosmani.com/resources/essentialjsdesignpatterns/book/">Essential Javascript & jQuery Design Patterns for Beginners</a></li>
<li><a href="http://www.techotopia.com/index.php/JavaScript_Essentials">JavaScript Essentials</a></li>
<li><a href="http://jqfundamentals.com/book/">jQuery Fundamentals</a> (starts with JavaScript basics)</li>
<li><a href="https://developer.mozilla.org/en/JavaScript/Guide">Mozilla Developer Network's JavaScript Guide</a></li>
</ul>
<h3>JavaScript (Node.js specific)</h3>
<ul class="unstyled">
<li><a href="http://ofps.oreilly.com/titles/9781449398583/">Up and Running with Node</a></li>
<li><a href="http://nodebeginner.org/">The Node Beginner Book</a></li>
<li><a href="http://visionmedia.github.com/masteringnode/">Mastering Node.js</a></li>
<li><a href="http://book.mixu.net/">Mixu's Node Book</a></li>
</ul>
<h3>LaTeX</h3>
<ul class="unstyled">
<li><a href="http://tobi.oetiker.ch/lshort/lshort.pdf">The Not So Short Introduction to LaTeX</a></li>
</ul>
<h3>Linux</h3>
<ul class="unstyled">
<li><a href="http://www.advancedlinuxprogramming.com/">Advanced Linux Programming</a></li>
<li><a href="http://sources.redhat.com/autobook/download.html">GNU Autoconf, Automake and Libtool</a></li>
<li><a href="http://www.linuxtopia.org/online_books/gui_toolkit_guides/gtk+_gnome_application_development/index.html">GTK+/Gnome Application Development</a></li>
<li><a href="http://www.informit.com/content/downloads/perens/0130091154.pdf">The Linux Development Platform (PDF)</a></li>
<li><a href="http://lwn.net/Kernel/LDD3/">Linux Device Drivers</a> by Jonathan Corbet, Alessandro Rubini, and Greg Kroah-Hartman</li>
<li><a href="http://tldp.org/LDP/lkmpg/2.6/html/">The Linux Kernel Module Programming Guide</a></li>
<li><a href="http://www.dwheeler.com/secure-programs/Secure-Programs-HOWTO.html">Secure Programming for Linux and Unix</a></li>
</ul>
<h3>Lisp</h3>
<ul class="unstyled">
<li><a href="http://www.cs.cmu.edu/Groups/AI/html/cltl/mirrors.html">Common Lisp the Language, 2nd Edition</a></li>
<li><a href="http://www.cs.cmu.edu/~dst/LispBook/">Common Lisp: A Gentle Introduction to Symbolic Computation</a> - David S. Touretzky</li>
<li><a href="http://clqr.boundp.org/">Common Lisp Quick Reference</a></li>
<li><a href="http://letoverlambda.com/index.cl/toc">Let Over Lambda - 50 Years of Lisp</a></li>
<li><a href="http://www.informatics.susx.ac.uk/research/groups/nlp/gazdar/nlp-in-lisp/index.html">Natural Language Processing in Lisp</a></li>
<li><a href="http://www.paulgraham.com/onlisp.html">On Lisp</a></li>
<li><a href="http://www.gigamonkeys.com/book/">Practical Common Lisp</a></li>
<li><a href="http://psg.com/~dlamkins/sl/">Successful Lisp: How to Understand and Use Common Lisp</a> - David Lamkins</li>
<li><a href="http://www.bcl.hamilton.ie/~nmh/t3x.org/zzz/">Sketchy LISP</a> - Nils Holm</li>
</ul>
<h3>Lua</h3>
<ul class="unstyled">
<li><a href="http://www.lua.org/pil/">Programming In Lua</a> (for version 5)</li>
</ul>
<h3>Mathematica</h3>
<ul class="unstyled">
<li><a href="http://www.mathprogramming-intro.org/">Mathematica® programming: an advanced introduction by Leonid Shifrin</a></li>
</ul>
<h3>Maven</h3>
<ul class="unstyled">
<li><a href="http://www.maestrodev.com/better-build-maven">Better Builds with Maven</a></li>
<li><a href="http://www.sonatype.com/books/mvnex-book/reference/public-book.html">Maven by Example</a></li>
<li><a href="http://www.sonatype.com/books/mvnref-book/reference/public-book.html">Maven: The Complete Reference</a></li>
<li><a href="http://www.sonatype.com/books/nexus-book/reference/">Repository Management with Nexus</a></li>
<li><a href="http://www.sonatype.com/books/m2eclipse-book/reference/">Developing with Eclipse and Maven</a></li>
</ul>
<h3>Mercurial</h3>
<ul class="unstyled">
<li><a href="http://hgbook.red-bean.com/">Mercurial: The Definitive Guide</a></li>
<li><a href="http://hginit.com/">HGInit - Mercurial Tutorial by Joel Spolsky</a></li>
</ul>
<h3>Nemerle</h3>
<ul class="unstyled">
<li>See <strong>.NET</strong> below</li>
</ul>
<h3>.NET (C# / VB / Nemerle / Visual Studio)</h3>
<ul class="unstyled">
<li><a href="http://www.techotopia.com/index.php/C_Sharp_Essentials">C# Essentials</a></li>
<li><a href="http://en.wikibooks.org/wiki/C_Sharp_Programming">C# Programming - Wikibook</a></li>
<li><a href="http://www.csharpcourse.com/">C# Yellow Book</a> (intro to programming)</li>
<li><a href="http://www.charlespetzold.com/dotnet/index.html">Charles Petzold's .NET Book Zero</a></li>
<li><a href="http://www.brpreiss.com/books/opus6/">Data Structures and Algorithms with Object-Oriented Design Patterns in C#</a></li>
<li><a href="http://weblogs.asp.net/zeeshanhirani/archive/2008/12/05/my-christmas-present-to-the-entity-framework-community.aspx">Entity Framework</a></li>
<li><a href="http://blogs.msdn.com/b/microsoft_press/archive/2010/09/13/free-ebook-moving-to-microsoft-visual-studio-2010.aspx">Moving to Microsoft Visual Studio 2010</a></li>
<li><a href="http://asaha.com/ebook/AMTQ2NjA-/Nemerle.pdf">Nemerle</a></li>
<li><a href="http://www.programmersheaven.com/2/CSharpBook">Programmer's Heaven C# School Book</a> (covers C# 1.0 and 2.0)</li>
<li><a href="http://www.albahari.com/threading/">Threading in C#</a></li>
<li><a href="http://www.techotopia.com/index.php/Visual_Basic_Essentials">Visual Basic Essentials</a></li>
<li><a href="http://www.infoq.com/minibooks/vsnettt">Visual Studio Tips and Tricks</a> (VS 2003-2005 only)</li>
</ul>
<h3>NoSQL</h3>
<ul class="unstyled">
<li><a href="http://books.couchdb.org/relax/">CouchDB: The Definitive Guide</a></li>
<li><a href="http://openmymind.net/2011/3/28/The-Little-MongoDB-Book">The Little MongoDB Book</a></li>
<li><a href="http://openmymind.net/2012/1/23/The-Little-Redis-Book/">The Little Redis Book</a></li>
</ul>
<h3>Oberon</h3>
<ul class="unstyled">
<li><a href="http://www-old.oberon.ethz.ch/WirthPubl/ProgInOberon.pdf">Programming in Oberon</a> (PDF)</li>
</ul>
<h3>Objective-C</h3>
<ul class="unstyled">
<li><a href="http://developer.apple.com/DOCUMENTATION/Cocoa/Conceptual/ObjectiveC/">The Objective-C Programming Language</a></li>
<li><a href="http://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/OOP_ObjC/OOP_ObjC.pdf">Object-Oriented Programming with Objective-C</a></li>
</ul>
<h3>OCaml</h3>
<ul class="unstyled">
<li><a href="http://courses.cms.caltech.edu/cs134/cs134b/book.pdf">Introduction to Objective Caml</a> (PDF)</li>
<li><a href="http://www.ffconsultancy.com/products/ocaml_for_scientists/chapter1.html">Objective Caml for Scientists (first chapter only)</a></li>
<li><a href="http://ocamlunix.forge.ocamlcore.org/">Unix System Programming in OCaml</a></li>
<li><a href="http://caml.inria.fr/pub/docs/oreilly-book/">Developing Applications With Objective Caml</a></li>
</ul>
<h3>Oracle Server</h3>
<ul class="unstyled">
<li>Oracle's <a href="http://tahiti.oracle.com/">Guides and Manuals</a></li>
</ul>
<h3>Oracle PL/SQL</h3>
<ul class="unstyled">
<li><a href="http://download.oracle.com/docs/cd/E11882_01/appdev.112/e17126/toc.htm">PL/SQL Language Reference</a></li>
<li><a href="http://download.oracle.com/docs/cd/E11882_01/appdev.112/e16760/toc.htm">PL/SQL Packages and Types Reference</a></li>
<li><a href="http://www.toadworld.com/Knowledge/DatabaseKnowledge/StevenFeuersteinsPLSQLObsession/tabid/153/Default.aspx">Steven Feuerstein's PL/SQL Obsession - Videos and Presentations</a></li>
</ul>
<h3>Parrot / Perl 6</h3>
<ul class="unstyled">
<li><a href="http://github.com/perl6/book/">Using Perl 6</a> (work in progress)</li>
</ul>
<h3>Perl</h3>
<ul class="unstyled">
<li><a href="http://www.perl.org/books/beginning-perl/">Beginning Perl</a></li>
<li><a href="http://www.masonbook.com/book/">Embedding Perl in HTML with Mason</a></li>
<li><a href="http://cslibrary.stanford.edu/108/EssentialPerl.pdf">Essential Perl</a></li>
<li><a href="http://www.extremeperl.org/bk/home">Extreme Perl</a></li>
<li><a href="http://hop.perl.plover.com/book/">Higher-Order Perl</a></li>
<li><a href="http://www.masonbook.com/book/">The Mason Book</a></li>
<li><a href="http://www.onyxneon.com/books/modern_perl/index.html">Modern Perl 5</a></li>
<li><a href="http://lwp.interglacial.com/index.html">Perl & LWP</a></li>
<li><a href="http://www.globalspin.com/thebook/">Perl for the Web</a></li>
<li><a href="http://linkmingle.com/list/13-plus-List-of-Free-Great-Perl-Books-available-Online-freebooksandarticles">Perl Free Online EBooks</a> (meta-list)</li>
<li><a href="http://www.greenteapress.com/perl/">Perl The Hard Way</a></li>
<li><a href="http://modperlbook.org/">Practical mod_perl</a></li>
<li><a href="http://oreilly.com/openbook/webclient/">Web Client Programming with Perl</a></li>
</ul>
<h3>PHP</h3>
<ul class="unstyled">
<li><a href="http://www.techotopia.com/index.php/PHP_Essentials">PHP Essentials</a></li>
<li><a href="http://www.tuxradar.com/practicalphp">Practical PHP Programming</a> (wiki containing O'Reilly's <em>PHP In a Nutshell</em>)</li>
<li><a href="http://symfony.com/doc/current/book/index.html">Symfony2</a></li>
<li><a href="http://www.survivethedeepend.com/">Zend Framework: Survive the Deep End</a></li>
</ul>
<h3>PowerShell</h3>
<ul class="unstyled">
<li><a href="http://powershell.com/cs/blogs/ebook/">Mastering PowerShell</a></li>
</ul>
<h3>Prolog</h3>
<ul class="unstyled">
<li><a href="http://www.amzi.com/AdventureInProlog/advfrtop.htm">Adventure in Prolog</a></li>
<li><a href="http://bookboon.com/int/student/it/applications-of-prolog">Applications of Prolog</a></li>
<li><a href="http://www.amzi.com/ExpertSystemsInProlog/">Building Expert Systems in Prolog</a></li>
<li><a href="http://www.j-paine.org/prolog/mathnotes/files/pms/pms.html">Introduction to Prolog for Mathematicians</a></li>
<li><a href="http://www.learnprolognow.org/">Learn Prolog Now!</a></li>
<li><a href="http://www.ida.liu.se/~ulfni/lpp/">Logic, Programming and Prolog (2ed)</a></li>
<li><a href="http://www.informatics.susx.ac.uk/research/groups/nlp/gazdar/nlp-in-prolog/index.html">Natural Language Processing in Prolog</a></li>
<li><a href="http://cs.union.edu/~striegnk/courses/nlp-with-prolog/html/">Natural Language Processing Techniques in Prolog</a></li>
<li><a href="http://computing.unn.ac.uk/staff/cgpb4/prologbook/">Prolog Programming A First Course</a></li>
<li><a href="http://bookboon.com/int/student/it/prolog-techniques-applications-of-prolog">Prolog Techniques</a></li>
<li><a href="http://www.cs.bris.ac.uk/~flach/SimplyLogical.html">Simply Logical</a></li>
<li><a href="http://download.pdc.dk/vip/72/books/tyros/tyros72.pdf">Visual Prolog 7.2 for Tyros</a></li>
</ul>
<h3>PostgreSQL</h3>
<ul class="unstyled">
<li><a href="http://www.commandprompt.com/ppbook/">Practical PostgreSQL</a></li>
</ul>
<h3>Python</h3>
<ul class="unstyled">
<li><a href="http://homepage.mac.com/s_lott/books/python.html">Building Skills in Python Version 2.5</a></li>
<li><a href="http://www.swaroopch.com/notes/Python">Byte of Python</a></li>
<li><a href="http://www.brpreiss.com/books/opus7/html/book.html">Data Structures and Algorithms in Python</a></li>
<li><a href="http://www.diveintopython.net/">Dive into Python</a></li>
<li><a href="http://diveintopython3.ep.io/">Dive into Python 3</a></li>
<li><a href="http://djangobook.com/">The Django Book</a></li>
<li><a href="http://www.greenteapress.com/thinkpython/thinkCSpy/">How to Think Like a Computer Scientist: Learning with Python</a></li>
<li><a href="http://inventwithpython.com/">Invent Your Own Computer Games With Python</a></li>
<li><a href="http://learnpythonthehardway.org">Learn Python The Hard Way</a></li>
<li><a href="http://www.nltk.org/book">Natural Language Processing with Python</a></li>
<li><a href="http://openbookproject.net/pybiblio/">Python Bibliotheca</a></li>
<li><a href="http://www.openbookproject.net/py4fun/">Python for Fun</a></li>
<li><a href="http://www.briggs.net.nz/log/writing/snake-wrangling-for-kids/" title="SWFK">Snake Wrangling For Kids</a></li>
<li><a href="http://www.greenteapress.com/thinkpython/thinkpython.pdf">Think Python</a> (PDF)</li>
<li><a href="http://www.mindview.net/Books/TIPython/">Thinking in Python</a></li>
</ul>
<h3>R</h3>
<ul class="unstyled">
<li><a href="http://cran.r-project.org/manuals.html">The R Manuals</a></li>
<li><a href="http://stat.ethz.ch/R-manual/R-patched/doc/html/">The R Language</a></li>
<li><a href="http://www.mayin.org/ajayshah/KB/R/index.html">R by example</a></li>
<li><a href="http://stats.lse.ac.uk/penzer/ST419materials/">Computational Statistics, Jeremy Penzer</a></li>
</ul>
<h3>Ruby</h3>
<ul class="unstyled">
<li><a href="http://ruby.learncodethehardway.org/book/">Learn Ruby the hard way</a></li>
<li><a href="http://macruby.labs.oreilly.com/">MacRuby: The Definitive Guide</a></li>
<li><a href="http://www.humblelittlerubybook.com/">Mr. Neighborly's Humble Little Ruby Book</a></li>
<li><a href="http://www.ruby-doc.org/docs/ProgrammingRuby/">Programming Ruby</a></li>
<li><a href="http://rubybestpractices.com/">Ruby Best Practices</a></li>
<li><a href="http://mislav.uniqpath.com/poignant-guide/">Why's (Poignant) Guide to Ruby</a> (<a href="http://www.scribd.com/doc/2236084/Whys-Poignant-Guide-to-Ruby">mirror</a>)</li>
</ul>
<h3>Ruby on Rails</h3>
<ul class="unstyled">
<li><a href="http://ruby.railstutorial.org/ruby-on-rails-tutorial-book">Ruby on Rails Tutorial: Learn Rails By Example</a></li>
</ul>
<h3>Scala</h3>
<ul class="unstyled">
<li><a href="http://exploring.liftweb.net/">Exploring Lift</a> (published earlier as "The Definitive Guide to Lift", <a href="http://groups.google.com/group/the-lift-book">PDF</a>)</li>
<li><a href="http://github.com/tjweir/liftbook">Lift</a></li>
<li><a href="http://github.com/leithaus/XTrace/tree/monadic/src/main/book/content/">Pro Scala: Monadic Design Patterns for the Web</a></li>
<li><a href="http://www.artima.com/pins1ed/">Programming in Scala, First Edition</a></li>
<li><a href="http://programming-scala.labs.oreilly.com/index.html">Programming Scala</a></li>
<li><a href="http://www.scala-lang.org/docu/files/ScalaByExample.pdf">Scala By Example</a> (PDF)</li>
<li><a href="http://www.scala-lang.org/docu/files/ScalaTutorial.pdf">A Scala Tutorial for Java programmers</a> (PDF)</li>
<li><a href="http://github.com/leithaus/XTrace/tree/monadic/src/main/book/content/">Xtrace</a></li>
</ul>
<h3>Scheme</h3>
<ul class="unstyled">
<li><a href="https://gustavus.edu/+max/concrete-abstractions.html">Concrete Abstractions: An Introduction to Computer Science Using Scheme</a></li>
<li>The Scheme Programming Language <a href="http://www.scheme.com/tspl3/">Edition 3</a>, <a href="http://www.scheme.com/tspl4/">Edition 4</a></li>
<li><a href="http://www.cs.berkeley.edu/~bh/ss-toc2.html">Simply Scheme: Introducing Computer Science</a></li>
</ul>
<h3>Sed</h3>
<ul class="unstyled">
<li><a href="http://www.grymoire.com/Unix/Sed.html">Sed - An Introduction and Tutorial</a></li>
</ul>
<h3>Smalltalk</h3>
<ul class="unstyled">
<li><a href="http://book.seaside.st/book/table-of-contents">Dynamic Web Development with Seaside</a></li>
<li><a href="http://stephane.ducasse.free.fr/FreeBooks.html">Free Online Smalltalk Books</a> (meta-list)</li>
<li><a href="http://www.squeakbyexample.org/">Squeak By Example</a> (Smalltalk IDE)</li>
</ul>
<h3>Subversion</h3>
<ul class="unstyled">
<li><a href="http://www.phptr.com/content/images/0131855182/downloads/Nagel_book.pdf">Subversion Version Control</a> (PDF)</li>
<li><a href="http://svnbook.red-bean.com/">Version Control with Subversion</a></li>
</ul>
<h3>SQL (implementation agnostic)</h3>
<ul class="unstyled">
<li><a href="http://www.cs.arizona.edu/people/rts/publications.html">Developing Time-Oriented Database Applications in SQL</a></li>
<li><a href="http://use-the-index-luke.com/">Use The Index, Luke!: A Guide To SQL Database Performance</a></li>
<li><a href="http://sql.learncodethehardway.org/">Learn SQL The Hard Way</a></li>
</ul>
<h3>Teradata</h3>
<ul class="unstyled">
<li><a href="http://www.info.teradata.com/">Teradata Books</a></li>
</ul>
<h3>Vim</h3>
<ul class="unstyled">
<li><a href="http://www.swaroopch.com/notes/Vim">A Byte of Vim</a></li>
<li><a href="http://vim.runpaint.org/toc/">Vim Recipes</a></li>
<li><a href="http://www.truth.sk/vim/vimbook-OPL.pdf">Vi Improved -- Vim</a> by Steve Oualline</li>
</ul>
<h3>Websphere</h3>
<ul class="unstyled">
<li><a href="http://public.dhe.ibm.com/software/dw/db2/express-c/wiki/Getting_Started_with_WASCE_p2.pdf">Getting started with WebSphere</a> (PDF)</li>
</ul>
<h3>Windows Phone</h3>
<ul class="unstyled">
<li><a href="http://blogs.msdn.com/b/microsoft_press/archive/2010/10/28/free-ebook-programming-windows-phone-7-by-charles-petzold.aspx">Programming Windows Phone 7</a></li>
</ul>
</div>
</section>
<hr>
<footer id="about">
<p class="pull-right"><i class="icon-arrow-up"></i><a href="#">Back to top</a></p>
<div class="links">
Made by <a target="_blank" href="https://github.com/tarraschk">Tarraschk</a> for the CS class at the <a target="_blank" href="http://www.ec-nantes.fr">Ecole Centrale de Nantes</a>.
Code licensed under the <a target="_blank" href="http://www.apache.org/licenses/LICENSE-2.0">Apache License v2.0</a>.<br/>
This website uses <a target="_blank" href="https://github.com/thomaspark/bootswatch/">Bootswatch</a> and <a target="_blank" href="http://jquery.com/">jQuery</a>.
Based on <a target="_blank" href="http://twitter.github.com/bootstrap/">Bootstrap</a>. Hosted on <a target="_blank" href="http://pages.github.com/">GitHub</a>. Icons from <a target="_blank" href="http://glyphicons.com/">Glyphicons</a>. Web fonts from <a target="_blank" href="http://www.google.com/webfonts">Google</a>.
</p>
</footer>
</div>
<script src="./js/jquery.min.js"></script>
<script src="./js/bootstrap.min.js"></script>
</body>
</html>