Skip to content

Commit 1639af6

Browse files
committed
Adjustments per comments by @vhf
1 parent dd2519c commit 1639af6

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

free-programming-books.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ Original Source: [List of freely available programming books](http://web.archive
162162
* [Scilab](#scilab)
163163
* [Scratch](#scratch)
164164
* [Sed](#sed)
165-
* [Silverlight](#silverlight)
166165
* [Smalltalk](#smalltalk)
167166
* [SQL (implementation agnostic)](#sql-implementation-agnostic)
168167
* [SQL Server](#sql-server)
@@ -404,6 +403,7 @@ Original Source: [List of freely available programming books](http://web.archive
404403
* [OpenIntro Statistics](http://www.openintro.org/stat/textbook.php)
405404
* [Ordinary Differential Equations](http://en.wikibooks.org/wiki/Ordinary_Differential_Equations)
406405
* [Power Programming with Mathematica](http://mathematica.stackexchange.com/questions/16485/are-you-interested-in-purchasing-david-wagners-power-programming-with-mathemat/22724) - David B. Wagner
406+
* [Probability and Statistics Cookbook](http://statistics.zone/)
407407
* [Probability and Statistics EBook](http://wiki.stat.ucla.edu/socr/index.php/Probability_and_statistics_EBook)
408408
* [Statistics Done Wrong](http://www.refsmmat.com/statistics/) - Alex Reinhart
409409
* [Think Bayes: Bayesian Statistics Made Simple](http://www.greenteapress.com/thinkbayes/) - Allen B. Downey
@@ -428,6 +428,7 @@ Original Source: [List of freely available programming books](http://web.archive
428428
* [Designing for Performance](http://designingforperformance.com) by Lara Hogan
429429
* [Designing Interfaces](http://designinginterfaces.com) by Jennifer Tidwell
430430
* [DevDocs](http://devdocs.io/) - Documents for Developers in 1 place
431+
* [DevOps For Dummies (IBM Edition)](http://www.ibm.com/ibm/devops/us/en/resources/dummiesbooks/) (PDF)
431432
* [Digital Signal Processing For Communications](http://www.sp4comm.org/)
432433
* [Digital Signal Processing For Engineers and Scientists](http://www.dspguide.com/)
433434
* [Distributed systems for fun and profit](http://book.mixu.net/distsys/single-page.html)
@@ -486,6 +487,7 @@ Original Source: [List of freely available programming books](http://web.archive
486487
* [An Introduction to Computer Networks](http://intronetworks.cs.luc.edu) (HTML, PDF, Kindle)
487488
* [Bits, Signals, and Packets: An Introduction to Digital Communications and Networks](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-02-introduction-to-eecs-ii-digital-communication-systems-fall-2012/readings/)
488489
* [Code Connected vol.1](http://hintjens.wdfiles.com/local--files/main%3Afiles/cc1pe.pdf) (PDF) (book on ZeroMQ)
490+
* [Computer Networking : Principles, Protocols and Practice](http://cnp3book.info.ucl.ac.be/1st/html/index.html) (HTML, ePub, PDF, Kindle)
489491
* [High-Performance Browser Networking](http://chimera.labs.oreilly.com/books/1230000000545/index.html)
490492
* [HTTP Succinctly, Syncfusion](http://www.syncfusion.com/resources/techportal/ebooks/http) (PDF, Kindle) *(Just fill the fields with any values)*
491493
* [HTTP2 Explained](http://daniel.haxx.se/http2/) - Daniel Stenberg
@@ -639,6 +641,7 @@ Original Source: [List of freely available programming books](http://web.archive
639641

640642

641643
#### Web Performance
644+
* [Book of Speed](http://www.bookofspeed.com/) by Stoyan Stefanov
642645
* [High Performance Browser Networking](http://chimera.labs.oreilly.com/books/1230000000545/index.html) by Ilya Grigorik
643646
* [Mature Optimization](http://carlos.bueno.org/optimization/mature-optimization.pdf) by Carlos Bueno
644647

@@ -940,6 +943,7 @@ Original Source: [List of freely available programming books](http://web.archive
940943
* [Force.com Fundamentals](http://wiki.developerforce.com/page/Force_Platform_Fundamentals)
941944
* [Force.com Platform Fundamentals: An Introduction to Custom Application Development in the Cloud](http://www.lulu.com/shop/salesforcecom/forcecom-platform-fundamentals/ebook/product-17381451.html)
942945
* [Heroku Postgres](http://media.developerforce.com/workbooks/HerokuPostgres_Workbooks_Web_Final.pdf) (PDF)
946+
* [Developer Workbooks](http://developer.force.com/workbook)
943947

944948
### Forth
945949
* [A Beginner's Guide to Forth](http://hackershelf.com/book/482/a-beginners-guide-to-forth/)
@@ -1011,6 +1015,7 @@ Original Source: [List of freely available programming books](http://web.archive
10111015
* [The Grails Framework - Reference Documentation](http://grails.org/doc/latest/) ([PDF](http://grails.org/doc/latest/guide/single.pdf)) - Graeme Rocher, Peter Ledbrook, Marc Palmer, Jeff Brown, Luke Daley, Burt Beckwith, Lari Hotari
10121016

10131017
#### Spock Framework
1018+
* [Spock Framework Reference Documentation](https://spockframework.github.io/spock/docs/current/index.html) - Peter Niederwieser
10141019
* [Spock Intro](http://edgibbs.com/spock-intro-a-bdd-testing-framework-in-groovy/) - Ed Gibbs
10151020

10161021

@@ -1099,6 +1104,7 @@ Original Source: [List of freely available programming books](http://web.archive
10991104
* [J for C Programmers by Henry Rich- online](http://www.jsoftware.com/help/jforc/contents.htm) || [pdf](http://www.jsoftware.com/jwiki/HenryRich?action=AttachFile&do=get&target=JforC20071003.pdf) || [word 2003 file](http://www.jsoftware.com/jwiki/HenryRich?action=AttachFile&do=get&target=JforC20070929.doc)
11001105
* [J Primer](http://www.jsoftware.com/help/primer/contents.htm)
11011106
* [J Reference Card](http://www.jsoftware.com/jwiki/HenryRich?action=AttachFile&do=view&target=J602_RefCard_color_letter_current.pdf) (PDF)
1107+
* [Learning J by Roger Stokes- online](http://www.jsoftware.com/help/learning/contents.htm)
11021108
* [Math for the Layman by Kenneth E Iverson](http://www.jsoftware.com/books/pdf/mftl.zip) (zipped html+images)
11031109

11041110

@@ -1503,6 +1509,7 @@ See also [TeX](#tex)
15031509
* [Prolog Problems](https://sites.google.com/site/prologsite/prolog-problems) - Werner Hett
15041510
* [Prolog Programming: A First Course](http://engronline.ee.memphis.edu/deductiveDB/prolog_book.pdf) - Paul Brna
15051511
* [Prolog Techniques](http://bookboon.com/int/student/it/prolog-techniques-applications-of-prolog)
1512+
* [Prolog Tutorial](http://www.cpp.edu/~jrfisher/www/prolog_tutorial/contents.html)
15061513
* [Simply Logical](http://www.cs.bris.ac.uk/~flach/SimplyLogical.html)
15071514
* [The First 10 Prolog Programming Contests](http://dtai.cs.kuleuven.be/ppcbook/) - Bart Demoen, Phuong-Lan Nguyen, Tom Schrijvers, Remko Tronçon
15081515
* [Warren's Abstract Machine: A Tutorial Reconstruction](http://wambook.sourceforge.net/) - Hassan A¨it-Kaci
@@ -1516,7 +1523,8 @@ See also [TeX](#tex)
15161523

15171524
### Python
15181525
* [A Beginner's Python Tutorial](http://en.wikibooks.org/wiki/A_Beginner%27s_Python_Tutorial)
1519-
* [A Bit of Python and Other Things](http://jessenoller.com/good-to-great-python-reads/)
1526+
* [A Bit of Python and Other Things](https://github.com/RafeKettler/magicmethods)
1527+
* [A Guide to Python's Magic Methods](http://www.rafekettler.com/magicmethods.html) - Rafe Kettler
15201528
* [Automate the Boring Stuff](http://automatetheboringstuff.com/chapter0/) - Al Sweigart
15211529
* [Biopython](http://biopython.org/DIST/docs/tutorial/Tutorial.pdf)
15221530
* [Building Skills in Object-Oriented Design (Python)](http://www.itmaybeahack.com/book/oodesign-python-2.1/latex/BuildingSkillsinOODesign.pdf) (PDF) (2.1.1)
@@ -1777,9 +1785,6 @@ See also [TeX](#tex)
17771785
* [Sed - An Introduction and Tutorial](http://www.grymoire.com/Unix/Sed.html)
17781786

17791787

1780-
### Silverlight
1781-
1782-
17831788
### Smalltalk
17841789
* [Computer Programming using GNU Smalltalk](http://www.canol.info/books/computer_programming_using_gnu_smalltalk) (PDF)
17851790
* [Dynamic Web Development with Seaside](http://book.seaside.st/book/table-of-contents)

0 commit comments

Comments
 (0)