mirror of
https://github.com/EbookFoundation/free-programming-books.git
synced 2024-12-19 09:56:13 +00:00
Merge pull request #753 from dstftw/master
Tidy the list and add Qt5 Cadaques book
This commit is contained in:
commit
6a6028b0b0
@ -116,6 +116,7 @@
|
|||||||
* [Python](#python)
|
* [Python](#python)
|
||||||
* [Django](#django)
|
* [Django](#django)
|
||||||
* [Flask](#flask)
|
* [Flask](#flask)
|
||||||
|
* [QML](#qml)
|
||||||
* [R](#r)
|
* [R](#r)
|
||||||
* [Racket](#racket)
|
* [Racket](#racket)
|
||||||
* [REBOL](#rebol)
|
* [REBOL](#rebol)
|
||||||
@ -645,16 +646,16 @@
|
|||||||
* [Game Programming Patterns](http://gameprogrammingpatterns.com/)
|
* [Game Programming Patterns](http://gameprogrammingpatterns.com/)
|
||||||
* [Google's C++ Style Guide](http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml)
|
* [Google's C++ Style Guide](http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml)
|
||||||
* [How To Think Like a Computer Scientist: C++ Version](http://greenteapress.com/thinkcpp/index.html) - Allen B. Downey
|
* [How To Think Like a Computer Scientist: C++ Version](http://greenteapress.com/thinkcpp/index.html) - Allen B. Downey
|
||||||
* Also see: [The Definitive C++ Book Guide and List](http://stackoverflow.com/q/388242/511601)
|
|
||||||
* [Introduction to Design Patterns in C++ with Qt](http://ptgmedia.pearsoncmg.com/images/9780131879058/downloads/0131879057_Ezust_book.pdf)
|
* [Introduction to Design Patterns in C++ with Qt](http://ptgmedia.pearsoncmg.com/images/9780131879058/downloads/0131879057_Ezust_book.pdf)
|
||||||
* [Learn C++.](http://www.learncpp.com/) (PDF, Online)
|
* [Learn C++.](http://www.learncpp.com/) (PDF, Online)
|
||||||
* [Matters Computational: Ideas, Algorithms, Source Code, by Jorg Arndt](http://www.jjj.de/fxt/fxtbook.pdf) (PDF)
|
* [Matters Computational: Ideas, Algorithms, Source Code, by Jorg Arndt](http://www.jjj.de/fxt/fxtbook.pdf) (PDF)
|
||||||
* [Open Data Structures (In C++)](http://opendatastructures.org/ods-cpp.pdf) (PDF)
|
* [Open Data Structures (In C++)](http://opendatastructures.org/ods-cpp.pdf) (PDF)
|
||||||
* [Software optimization resources by Agner Fog](http://www.agner.org/optimize/)
|
|
||||||
* [Thinking in C++, Second Edition, Vol. 1.](http://www.mindviewinc.com/downloads/TICPP-2nd-ed-Vol-one.zip) [(Vol. 2)](http://www.mindviewinc.com/downloads/TICPP-2nd-ed-Vol-two.zip) - Bruce Eckel
|
|
||||||
* [Software Design Using C++](http://cis.stvincent.edu/html/tutorials/swd/) - Br. David Carlson and Br. Isidore Minerd
|
* [Software Design Using C++](http://cis.stvincent.edu/html/tutorials/swd/) - Br. David Carlson and Br. Isidore Minerd
|
||||||
|
* [Software optimization resources by Agner Fog](http://www.agner.org/optimize/)
|
||||||
* [The Boost C++ libraries](http://en.highscore.de/cpp/boost)
|
* [The Boost C++ libraries](http://en.highscore.de/cpp/boost)
|
||||||
* [The Rook's Guide to C++](http://rooksguide.org/2013/11/26/version-1-0-is-out/) (PDF)
|
* [The Rook's Guide to C++](http://rooksguide.org/2013/11/26/version-1-0-is-out/) (PDF)
|
||||||
|
* [Thinking in C++, Second Edition, Vol. 1.](http://www.mindviewinc.com/downloads/TICPP-2nd-ed-Vol-one.zip) [(Vol. 2)](http://www.mindviewinc.com/downloads/TICPP-2nd-ed-Vol-two.zip) - Bruce Eckel
|
||||||
|
* Also see: [The Definitive C++ Book Guide and List](http://stackoverflow.com/q/388242/511601)
|
||||||
|
|
||||||
|
|
||||||
###Clojure
|
###Clojure
|
||||||
@ -1362,6 +1363,10 @@ See also [TeX](#tex)
|
|||||||
* [The Flask Blog tutorial](http://pypix.com/python/building-flask-blog-part-1/) - Pypix
|
* [The Flask Blog tutorial](http://pypix.com/python/building-flask-blog-part-1/) - Pypix
|
||||||
|
|
||||||
|
|
||||||
|
###QML
|
||||||
|
* [Qt5 Cadaques](http://qmlbook.org/) (HTML, PDF, ePub) (work in progress) - Juergen Bocklage-Ryannel and Johan Thelin
|
||||||
|
|
||||||
|
|
||||||
###R
|
###R
|
||||||
* [Advanced R Programming](http://adv-r.had.co.nz/)
|
* [Advanced R Programming](http://adv-r.had.co.nz/)
|
||||||
* [Introduction to Probability and Statistics Using R](http://cran.r-project.org/web/packages/IPSUR/vignettes/IPSUR.pdf) (PDF) - G. Jay Kerns
|
* [Introduction to Probability and Statistics Using R](http://cran.r-project.org/web/packages/IPSUR/vignettes/IPSUR.pdf) (PDF) - G. Jay Kerns
|
||||||
|
Loading…
Reference in New Issue
Block a user