├── C++ ├── .DS_Store ├── Beej CPP Sockets.pdf ├── CPP GUI Programming With QT 3.pdf └── ProgrammingAbstractions in C++ Roberts and Zelenski.pdf ├── Cheat Sheets ├── CSharp.pdf ├── CoreJavaConcurrency.pdf ├── CoreNET.pdf ├── DesignPatterns.pdf ├── GettingStartedWithGit.pdf ├── JDBCBestPractices.pdf ├── JavaScript.pdf ├── MongoDB.pdf ├── NoSQLAndDataScalability.pdf ├── Python.jpg ├── Rails.pdf ├── Scalability.pdf └── XMLInJava.pdf ├── General └── Computer Systems - A Programmers Perspective.pdf ├── Haskell └── Real World Haskell.pdf ├── Java ├── Effective Java (2nd Edition).pdf └── Java Concurrency in Practice.pdf ├── Objective-C ├── ObjectOrientedProgrammingWithObjectiveC.pdf └── TheObjectiveCProgrammingLanguage.pdf ├── Python ├── ByteOfPython.pdf └── DjangoBook │ ├── Makefile │ ├── Procfile │ ├── README.rst │ ├── app.py │ ├── appendixA.rst │ ├── appendixB.rst │ ├── appendixC.rst │ ├── appendixD.rst │ ├── appendixE.rst │ ├── appendixF.rst │ ├── appendixG.rst │ ├── bin │ └── post_compile │ ├── chapter01.rst │ ├── chapter02.rst │ ├── chapter03.rst │ ├── chapter04.rst │ ├── chapter05.rst │ ├── chapter06.rst │ ├── chapter07.rst │ ├── chapter08.rst │ ├── chapter09.rst │ ├── chapter10.rst │ ├── chapter11.rst │ ├── chapter12.rst │ ├── chapter13.rst │ ├── chapter14.rst │ ├── chapter15.rst │ ├── chapter16.rst │ ├── chapter17.rst │ ├── chapter18.rst │ ├── chapter19.rst │ ├── chapter20.rst │ ├── conf.py │ ├── frontmatter.rst │ ├── graphics │ ├── chapter03.graffle │ ├── chapter03 │ │ ├── 404.png │ │ ├── get_response.pdf │ │ └── get_response.png │ ├── chapter04 │ │ └── missing_template.png │ ├── chapter06 │ │ ├── admin_index.png │ │ ├── author_changelist1.png │ │ ├── author_changelist2.png │ │ ├── author_changelist3.png │ │ ├── book_changelist1.png │ │ ├── book_changelist2.png │ │ ├── book_changelist3.png │ │ ├── book_editform1.png │ │ ├── book_editform2.png │ │ ├── changelist.png │ │ ├── changelist2.png │ │ ├── delete_confirm.png │ │ ├── editform.png │ │ ├── editform_errors.png │ │ ├── history.png │ │ ├── login.png │ │ ├── user_changelist.png │ │ ├── user_editform.png │ │ ├── user_editform_errors.png │ │ └── user_history.png │ ├── chapter12 │ │ ├── scaling-1.pdf │ │ ├── scaling-1.png │ │ ├── scaling-2.pdf │ │ ├── scaling-2.png │ │ ├── scaling-3.pdf │ │ ├── scaling-3.png │ │ ├── scaling-4.pdf │ │ ├── scaling-4.png │ │ ├── scaling-5.pdf │ │ └── scaling-5.png │ ├── chapter17 │ │ ├── book_extra.png │ │ └── books_by_publisher.png │ └── chapter20.graffle │ ├── index.rst │ ├── introduction.rst │ ├── license.rst │ ├── requirements.txt │ └── themes │ └── djangobook │ ├── layout.html │ ├── page.html │ ├── search.html │ ├── static │ ├── djangobook.css │ ├── grids-min.css │ ├── images │ │ ├── bar.png │ │ ├── close.png │ │ ├── comment-active.png │ │ ├── comment-hover.png │ │ ├── djangobook-logo.gif │ │ ├── error.png │ │ └── loading.gif │ ├── pea.py │ └── reset-min.css │ └── theme.conf.txt ├── README.md └── Version Control └── SubversionVersionControl.pdf /C++/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/C++/.DS_Store -------------------------------------------------------------------------------- /C++/Beej CPP Sockets.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/C++/Beej CPP Sockets.pdf -------------------------------------------------------------------------------- /C++/CPP GUI Programming With QT 3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/C++/CPP GUI Programming With QT 3.pdf -------------------------------------------------------------------------------- /C++/ProgrammingAbstractions in C++ Roberts and Zelenski.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/C++/ProgrammingAbstractions in C++ Roberts and Zelenski.pdf -------------------------------------------------------------------------------- /Cheat Sheets/CSharp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Cheat Sheets/CSharp.pdf -------------------------------------------------------------------------------- /Cheat Sheets/CoreJavaConcurrency.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Cheat Sheets/CoreJavaConcurrency.pdf -------------------------------------------------------------------------------- /Cheat Sheets/CoreNET.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Cheat Sheets/CoreNET.pdf -------------------------------------------------------------------------------- /Cheat Sheets/DesignPatterns.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Cheat Sheets/DesignPatterns.pdf -------------------------------------------------------------------------------- /Cheat Sheets/GettingStartedWithGit.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Cheat Sheets/GettingStartedWithGit.pdf -------------------------------------------------------------------------------- /Cheat Sheets/JDBCBestPractices.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Cheat Sheets/JDBCBestPractices.pdf -------------------------------------------------------------------------------- /Cheat Sheets/JavaScript.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Cheat Sheets/JavaScript.pdf -------------------------------------------------------------------------------- /Cheat Sheets/MongoDB.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Cheat Sheets/MongoDB.pdf -------------------------------------------------------------------------------- /Cheat Sheets/NoSQLAndDataScalability.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Cheat Sheets/NoSQLAndDataScalability.pdf -------------------------------------------------------------------------------- /Cheat Sheets/Python.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Cheat Sheets/Python.jpg -------------------------------------------------------------------------------- /Cheat Sheets/Rails.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Cheat Sheets/Rails.pdf -------------------------------------------------------------------------------- /Cheat Sheets/Scalability.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Cheat Sheets/Scalability.pdf -------------------------------------------------------------------------------- /Cheat Sheets/XMLInJava.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Cheat Sheets/XMLInJava.pdf -------------------------------------------------------------------------------- /General/Computer Systems - A Programmers Perspective.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/General/Computer Systems - A Programmers Perspective.pdf -------------------------------------------------------------------------------- /Haskell/Real World Haskell.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Haskell/Real World Haskell.pdf -------------------------------------------------------------------------------- /Java/Effective Java (2nd Edition).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Java/Effective Java (2nd Edition).pdf -------------------------------------------------------------------------------- /Java/Java Concurrency in Practice.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Java/Java Concurrency in Practice.pdf -------------------------------------------------------------------------------- /Objective-C/ObjectOrientedProgrammingWithObjectiveC.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Objective-C/ObjectOrientedProgrammingWithObjectiveC.pdf -------------------------------------------------------------------------------- /Objective-C/TheObjectiveCProgrammingLanguage.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Objective-C/TheObjectiveCProgrammingLanguage.pdf -------------------------------------------------------------------------------- /Python/ByteOfPython.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/ByteOfPython.pdf -------------------------------------------------------------------------------- /Python/DjangoBook/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/Makefile -------------------------------------------------------------------------------- /Python/DjangoBook/Procfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/Procfile -------------------------------------------------------------------------------- /Python/DjangoBook/README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/README.rst -------------------------------------------------------------------------------- /Python/DjangoBook/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/app.py -------------------------------------------------------------------------------- /Python/DjangoBook/appendixA.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/appendixA.rst -------------------------------------------------------------------------------- /Python/DjangoBook/appendixB.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/appendixB.rst -------------------------------------------------------------------------------- /Python/DjangoBook/appendixC.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/appendixC.rst -------------------------------------------------------------------------------- /Python/DjangoBook/appendixD.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/appendixD.rst -------------------------------------------------------------------------------- /Python/DjangoBook/appendixE.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/appendixE.rst -------------------------------------------------------------------------------- /Python/DjangoBook/appendixF.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/appendixF.rst -------------------------------------------------------------------------------- /Python/DjangoBook/appendixG.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/appendixG.rst -------------------------------------------------------------------------------- /Python/DjangoBook/bin/post_compile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/bin/post_compile -------------------------------------------------------------------------------- /Python/DjangoBook/chapter01.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/chapter01.rst -------------------------------------------------------------------------------- /Python/DjangoBook/chapter02.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/chapter02.rst -------------------------------------------------------------------------------- /Python/DjangoBook/chapter03.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/chapter03.rst -------------------------------------------------------------------------------- /Python/DjangoBook/chapter04.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/chapter04.rst -------------------------------------------------------------------------------- /Python/DjangoBook/chapter05.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/chapter05.rst -------------------------------------------------------------------------------- /Python/DjangoBook/chapter06.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/chapter06.rst -------------------------------------------------------------------------------- /Python/DjangoBook/chapter07.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/chapter07.rst -------------------------------------------------------------------------------- /Python/DjangoBook/chapter08.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/chapter08.rst -------------------------------------------------------------------------------- /Python/DjangoBook/chapter09.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/chapter09.rst -------------------------------------------------------------------------------- /Python/DjangoBook/chapter10.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/chapter10.rst -------------------------------------------------------------------------------- /Python/DjangoBook/chapter11.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/chapter11.rst -------------------------------------------------------------------------------- /Python/DjangoBook/chapter12.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/chapter12.rst -------------------------------------------------------------------------------- /Python/DjangoBook/chapter13.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/chapter13.rst -------------------------------------------------------------------------------- /Python/DjangoBook/chapter14.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/chapter14.rst -------------------------------------------------------------------------------- /Python/DjangoBook/chapter15.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/chapter15.rst -------------------------------------------------------------------------------- /Python/DjangoBook/chapter16.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/chapter16.rst -------------------------------------------------------------------------------- /Python/DjangoBook/chapter17.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/chapter17.rst -------------------------------------------------------------------------------- /Python/DjangoBook/chapter18.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/chapter18.rst -------------------------------------------------------------------------------- /Python/DjangoBook/chapter19.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/chapter19.rst -------------------------------------------------------------------------------- /Python/DjangoBook/chapter20.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/chapter20.rst -------------------------------------------------------------------------------- /Python/DjangoBook/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/conf.py -------------------------------------------------------------------------------- /Python/DjangoBook/frontmatter.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/frontmatter.rst -------------------------------------------------------------------------------- /Python/DjangoBook/graphics/chapter03.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/graphics/chapter03.graffle -------------------------------------------------------------------------------- /Python/DjangoBook/graphics/chapter03/404.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/graphics/chapter03/404.png -------------------------------------------------------------------------------- /Python/DjangoBook/graphics/chapter03/get_response.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/graphics/chapter03/get_response.pdf -------------------------------------------------------------------------------- /Python/DjangoBook/graphics/chapter03/get_response.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/graphics/chapter03/get_response.png -------------------------------------------------------------------------------- /Python/DjangoBook/graphics/chapter04/missing_template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/graphics/chapter04/missing_template.png -------------------------------------------------------------------------------- /Python/DjangoBook/graphics/chapter06/admin_index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/graphics/chapter06/admin_index.png -------------------------------------------------------------------------------- /Python/DjangoBook/graphics/chapter06/author_changelist1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/graphics/chapter06/author_changelist1.png -------------------------------------------------------------------------------- /Python/DjangoBook/graphics/chapter06/author_changelist2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/graphics/chapter06/author_changelist2.png -------------------------------------------------------------------------------- /Python/DjangoBook/graphics/chapter06/author_changelist3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/graphics/chapter06/author_changelist3.png -------------------------------------------------------------------------------- /Python/DjangoBook/graphics/chapter06/book_changelist1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/graphics/chapter06/book_changelist1.png -------------------------------------------------------------------------------- /Python/DjangoBook/graphics/chapter06/book_changelist2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/graphics/chapter06/book_changelist2.png -------------------------------------------------------------------------------- /Python/DjangoBook/graphics/chapter06/book_changelist3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/graphics/chapter06/book_changelist3.png -------------------------------------------------------------------------------- /Python/DjangoBook/graphics/chapter06/book_editform1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/graphics/chapter06/book_editform1.png -------------------------------------------------------------------------------- /Python/DjangoBook/graphics/chapter06/book_editform2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/graphics/chapter06/book_editform2.png -------------------------------------------------------------------------------- /Python/DjangoBook/graphics/chapter06/changelist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/graphics/chapter06/changelist.png -------------------------------------------------------------------------------- /Python/DjangoBook/graphics/chapter06/changelist2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/graphics/chapter06/changelist2.png -------------------------------------------------------------------------------- /Python/DjangoBook/graphics/chapter06/delete_confirm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/graphics/chapter06/delete_confirm.png -------------------------------------------------------------------------------- /Python/DjangoBook/graphics/chapter06/editform.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/graphics/chapter06/editform.png -------------------------------------------------------------------------------- /Python/DjangoBook/graphics/chapter06/editform_errors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/graphics/chapter06/editform_errors.png -------------------------------------------------------------------------------- /Python/DjangoBook/graphics/chapter06/history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/graphics/chapter06/history.png -------------------------------------------------------------------------------- /Python/DjangoBook/graphics/chapter06/login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/graphics/chapter06/login.png -------------------------------------------------------------------------------- /Python/DjangoBook/graphics/chapter06/user_changelist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/graphics/chapter06/user_changelist.png -------------------------------------------------------------------------------- /Python/DjangoBook/graphics/chapter06/user_editform.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/graphics/chapter06/user_editform.png -------------------------------------------------------------------------------- /Python/DjangoBook/graphics/chapter06/user_editform_errors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/graphics/chapter06/user_editform_errors.png -------------------------------------------------------------------------------- /Python/DjangoBook/graphics/chapter06/user_history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/graphics/chapter06/user_history.png -------------------------------------------------------------------------------- /Python/DjangoBook/graphics/chapter12/scaling-1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/graphics/chapter12/scaling-1.pdf -------------------------------------------------------------------------------- /Python/DjangoBook/graphics/chapter12/scaling-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/graphics/chapter12/scaling-1.png -------------------------------------------------------------------------------- /Python/DjangoBook/graphics/chapter12/scaling-2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/graphics/chapter12/scaling-2.pdf -------------------------------------------------------------------------------- /Python/DjangoBook/graphics/chapter12/scaling-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/graphics/chapter12/scaling-2.png -------------------------------------------------------------------------------- /Python/DjangoBook/graphics/chapter12/scaling-3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/graphics/chapter12/scaling-3.pdf -------------------------------------------------------------------------------- /Python/DjangoBook/graphics/chapter12/scaling-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/graphics/chapter12/scaling-3.png -------------------------------------------------------------------------------- /Python/DjangoBook/graphics/chapter12/scaling-4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/graphics/chapter12/scaling-4.pdf -------------------------------------------------------------------------------- /Python/DjangoBook/graphics/chapter12/scaling-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/graphics/chapter12/scaling-4.png -------------------------------------------------------------------------------- /Python/DjangoBook/graphics/chapter12/scaling-5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/graphics/chapter12/scaling-5.pdf -------------------------------------------------------------------------------- /Python/DjangoBook/graphics/chapter12/scaling-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/graphics/chapter12/scaling-5.png -------------------------------------------------------------------------------- /Python/DjangoBook/graphics/chapter17/book_extra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/graphics/chapter17/book_extra.png -------------------------------------------------------------------------------- /Python/DjangoBook/graphics/chapter17/books_by_publisher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/graphics/chapter17/books_by_publisher.png -------------------------------------------------------------------------------- /Python/DjangoBook/graphics/chapter20.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/graphics/chapter20.graffle -------------------------------------------------------------------------------- /Python/DjangoBook/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/index.rst -------------------------------------------------------------------------------- /Python/DjangoBook/introduction.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/introduction.rst -------------------------------------------------------------------------------- /Python/DjangoBook/license.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/license.rst -------------------------------------------------------------------------------- /Python/DjangoBook/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/requirements.txt -------------------------------------------------------------------------------- /Python/DjangoBook/themes/djangobook/layout.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/themes/djangobook/layout.html -------------------------------------------------------------------------------- /Python/DjangoBook/themes/djangobook/page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/themes/djangobook/page.html -------------------------------------------------------------------------------- /Python/DjangoBook/themes/djangobook/search.html: -------------------------------------------------------------------------------- 1 | TODO! 2 | -------------------------------------------------------------------------------- /Python/DjangoBook/themes/djangobook/static/djangobook.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/themes/djangobook/static/djangobook.css -------------------------------------------------------------------------------- /Python/DjangoBook/themes/djangobook/static/grids-min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/themes/djangobook/static/grids-min.css -------------------------------------------------------------------------------- /Python/DjangoBook/themes/djangobook/static/images/bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/themes/djangobook/static/images/bar.png -------------------------------------------------------------------------------- /Python/DjangoBook/themes/djangobook/static/images/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/themes/djangobook/static/images/close.png -------------------------------------------------------------------------------- /Python/DjangoBook/themes/djangobook/static/images/comment-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/themes/djangobook/static/images/comment-active.png -------------------------------------------------------------------------------- /Python/DjangoBook/themes/djangobook/static/images/comment-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/themes/djangobook/static/images/comment-hover.png -------------------------------------------------------------------------------- /Python/DjangoBook/themes/djangobook/static/images/djangobook-logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/themes/djangobook/static/images/djangobook-logo.gif -------------------------------------------------------------------------------- /Python/DjangoBook/themes/djangobook/static/images/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/themes/djangobook/static/images/error.png -------------------------------------------------------------------------------- /Python/DjangoBook/themes/djangobook/static/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/themes/djangobook/static/images/loading.gif -------------------------------------------------------------------------------- /Python/DjangoBook/themes/djangobook/static/pea.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/themes/djangobook/static/pea.py -------------------------------------------------------------------------------- /Python/DjangoBook/themes/djangobook/static/reset-min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/themes/djangobook/static/reset-min.css -------------------------------------------------------------------------------- /Python/DjangoBook/themes/djangobook/theme.conf.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Python/DjangoBook/themes/djangobook/theme.conf.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/README.md -------------------------------------------------------------------------------- /Version Control/SubversionVersionControl.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/materechm/programming-ebooks/HEAD/Version Control/SubversionVersionControl.pdf --------------------------------------------------------------------------------