1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-09-28 04:19:00 +00:00
Commit Graph

1008 Commits

Author SHA1 Message Date
Ken Mazaika
1cf8a19e26 Add an HTML and CSS Resource - Code a personal splash page in 1 hour: A Hands-on Intro to HTML & CSS 2014-03-25 14:15:35 -04:00
Mojtahedi
13bd1375ce Fixes #819 2014-03-25 20:24:44 +04:30
alrz
21bcff88a1 add a software architecture book 2014-03-24 23:02:39 +04:30
Victor Felder
7bc7c0059b Remove duplicate (Speaking JS) 2014-03-21 20:42:46 +01:00
Dan Ruswick
b35df09ae6 added speaking js 2014-03-21 12:09:47 -05:00
Espartaco Palma
40858015fe [es] Adding a security book 2014-03-20 10:10:53 -06:00
Anthony Bouvier
a8f7bfed3b Added Speaking JavaScript online book from Dr. Axel Rauschmayer 2014-03-20 09:45:18 -04:00
Espartaco Palma
ce74ca6eb2 [en] Adding Operating System Book 2014-03-19 21:20:57 -06:00
Mohammad Hossein Mojtahedi
005226d794 Merge pull request #813 from virendrachandak/patch-1
Updated JavaScript list + Google Javascript
2014-03-18 16:27:55 +03:30
Virendra Chandak
e715ae6efd Added MySQL book
Added MySQL book
2014-03-16 13:23:25 -07:00
vhf / victor felder
ce04eb8936 Merge pull request #814 from virendrachandak/patch-2
Updated PHP list
2014-03-16 11:55:32 +01:00
Scott Lin
476d411ba1 Add ML book: AI, A Modern Approach 2014-03-15 20:08:48 -07:00
Scott Lin
a6eb66132f Added OS book: Operating System Concepts 2014-03-15 19:56:55 -07:00
Virendra Chandak
a6f5e381c1 Updated PHP books 2014-03-15 15:45:06 -07:00
Virendra Chandak
4265bc98b3 Updated PHP book
Added link to PHP security guide.
2014-03-15 15:40:06 -07:00
Virendra Chandak
344f5fd165 Updated JavaScript list
Added Google JavaScript Style Guide. Also alphabetized the JavaScript list.
2014-03-15 15:21:07 -07:00
bmcculley
40928b5edf added learn pandas to the list 2014-03-15 00:40:49 -04:00
Linjie Ding
4e3f35dc1c Fixed Django Anchor in Index 2014-03-15 08:37:42 +08:00
vhf / victor felder
c03839eb12 Merge pull request #808 from HungMingWu/master
Append two parallel books
2014-03-13 14:25:05 +01:00
HungMingWu
9626f513b1 append two parallel programming books 2014-03-13 21:07:32 +08:00
jbranchaud
c482b93137 Adding Code Guide to HTML/CSS section. 2014-03-13 21:07:31 +08:00
Yong Heng
4e10c17d0d added author and file type 2014-03-13 13:47:17 +08:00
Yong Heng
bb58683ff8 added Windows Phone 8 Development Succinctly
added free ebook "Windows Phone 8 Development Succinctly" from syncfusion.

link: http://www.syncfusion.com/resources/techportal/ebooks/windowsphone8
2014-03-13 13:36:52 +08:00
Christophe Staïesse
908b326809 Add C book "Using C on the UNIX System"
By David A. Curry. Made available for personal use by the author.
2014-03-10 10:01:54 +01:00
jbranchaud
0fee0a50d9 Adding Code Guide to HTML/CSS section. 2014-03-07 10:38:01 -03:00
HungMingWu
cabe0d6ab8 Add a bash book: Conquering the Command Line 2014-03-07 07:09:26 +08:00
Fernando Belaza
f741474e50 Update Windows 8 book; adding a incomplete v2 2014-03-06 01:01:00 +01:00
ryanoreilly
cc29bdd7ff Fix the URL for the Introduction to Data Science book 2014-03-05 17:50:12 +01:00
Joe2244
078838b688 Modified the Django list to contain version numbers 2014-03-03 23:32:41 +02:00
killy971
a4dd56f943 [en] Added CS240h: Functional Systems in Haskell 2014-03-02 14:41:17 +09:00
Espartaco Palma
d53321ae9f [en] Ording .Net section 2014-02-28 10:37:19 -06:00
Espartaco Palma
25129a55cf [en] Added a .NET book 2014-02-28 10:32:10 -06:00
Zhishen (Jason) Wen
130a2bf72e Update free-programming-books.md 2014-02-26 12:00:23 -05:00
Chris Ben
e87ba7a40d Sort iOS 2014-02-24 21:20:56 -08:00
Chris Ben
2a604b868f Sort html/css 2014-02-24 21:20:15 -08:00
Chris Ben
a05b4f3631 Sort scheme 2014-02-24 21:17:43 -08:00
Espartaco Palma
170227846b [en] Adding Perl Book (and removing Perl 6 duplicated) 2014-02-24 16:14:44 -06:00
borgified
654620e4b8 markdown formatting to make url parsing easier
BAD : (http://www.jsoftware.com/books/pdf/calculus.pdf)(PDF)
GOOD: (http://www.jsoftware.com/books/pdf/calculus.pdf) (PDF)

BAD : ([PDF](http://www.kamishima.net/archive/mlmpyja.pdf), [EPUB](http://www.kamishima.net/archive/mlmpyja.epub))- 神嶌敏弘
GOOD: [PDF](http://www.kamishima.net/archive/mlmpyja.pdf), [EPUB](http://www.kamishima.net/archive/mlmpyja.epub) - 神嶌敏弘

BAD : (http://introcs.cs.princeton.edu/java/home/)- Robert
GOOD: (http://introcs.cs.princeton.edu/java/home/) - Robert
2014-02-22 21:50:08 -08:00
Victor Felder
ea635e39a3 Close #761 2014-02-21 16:50:10 +01:00
Pablo Grisafi
ff96e4062c add link to "An Introduction to Scheme and its Implementation" ftp://ftp.cs.utexas.edu/pub/garbage/cs345/schintro-v14/schintro_toc.html
a new link to a scheme book
2014-02-21 10:14:52 -02:00
Mohammad Hossein Mojtahedi
24e2f2a952 Merge pull request #759 from Mouseion/patch-typescript
Add a new TypeScript book
2014-02-21 09:50:46 +03:30
Chris Ben
65a9f153d3 Add a new TypeScript book 2014-02-20 20:50:19 -08:00
Espartaco Palma
000a13f3de [en] 2 more perl books 2014-02-20 21:10:23 -06:00
Victor Felder
264b9f4dae Update try objective C book URL #756 2014-02-20 21:57:50 +01:00
Sergey M.
c590611d40 Add QML section and Qt5 Cadaques book 2014-02-19 03:30:57 +07:00
Sergey M.
1eb2984767 Remove superfluous whitespace 2014-02-19 03:28:09 +07:00
Sergey M.
c9de2985f3 Fix ordering in C++ section 2014-02-19 03:26:37 +07:00
Adit Cahya Ramadhan
1d8eb0b47a fix #714, The Art of Assembly Language Programming
Access to previous link was forbidden. The new link now should works.
2014-02-15 22:22:47 +07:00
vhf / victor felder
27dbc1bdd0 Merge pull request #694 from itsamiths/master
added java workshop link
2014-02-13 15:42:34 +01:00
Fwiffo
7e92bfbcc0 Merge pull request #693 from JoePlant/master
Fixed Broken URL. merging this so we dont bother the author again when url_checker runs
2014-02-12 09:51:58 -08:00
Chris Ben
5f1da39b66 Git order fix 2014-02-10 21:38:39 -08:00
Amith
3b0ead2c4c added java workshop link 2014-02-10 15:25:02 +05:30
Joseph Plant
d1f464cb78 Fixed Broken URL
Fixed issue https://github.com/borgified/test_issue/issues/53
2014-02-10 15:06:09 +10:00
borgified
b8d94be5db fix broken url 2014-02-08 21:54:26 -08:00
Mohammad Hossein Mojtahedi
4b29a8685c Merge pull request #681 from JIghtuse/master
Add book on Backbone.js, sort Backbone books
2014-02-08 16:00:41 +03:30
Krzysztof Rakowski
a38e8cd3b9 Two "Non-Programmers" tutorials for python 2.6&3 added 2014-02-07 17:41:42 +01:00
Bryan Lam
e8a5e09eea Removed duplicate entry (Google Java style guide) 2014-02-06 16:09:12 -08:00
Boris Egorov
78bd5266aa Fix sorting order 2014-02-06 16:40:31 +07:00
Boris Egorov
4aef154d33 Add book on Backbone.js, sort Backbone books
Added: Building Single Page Web Apps with Backbone.js
2014-02-06 16:25:58 +07:00
Chris Ben
c61b6836e6 Fix Node.js 2014-02-02 22:41:26 -08:00
Chris Ben
15f637abe0 Fix D3.js 2014-02-02 22:36:31 -08:00
Chris Ben
6465f1d312 Alphabetize jQuery 2014-02-02 22:34:33 -08:00
Neill Robson
2eb0fcc145 Added book "Agile Java" to "Java" section
"Agile Java" links to a series of PDF files for individual chapters of the book.
2014-01-31 20:43:41 -05:00
Marios Zindilis
da375802b4 Fixed anchor to PicoLisp 2014-01-30 15:09:43 +02:00
Mohammad Hossein Mojtahedi
cdd1605fbb Merge pull request #672 from marios-zindilis/master
Added two books on PicoLisp
2014-01-30 03:06:42 -08:00
David Morrison
b4a336acc9 Update free-programming-books.md
Added Parrot/Perl 6 > Perl 6 Programming @ Wikibooks.org
2014-01-29 11:33:40 -05:00
Marios Zindilis
04d86ddb2c Added two books on PicoLisp 2014-01-29 13:35:53 +02:00
Mohammad Hossein Mojtahedi
499a9c2eb5 Javascript the rightwat 2014-01-27 20:09:47 +03:30
Mojtahedi
1317862146 Fixes #637 2014-01-26 19:04:34 +03:30
Ye Lin Aung
12ca0aa836 Added Machine Learning books 2014-01-25 18:25:23 +06:30
Mohammad Hossein Mojtahedi
3f46d8b3e3 Merge pull request #670 from Mouseion/patch-go
Fixes for Go list
2014-01-24 23:50:48 -08:00
Josh Davis
e0d43f8bab Move ESL from Data Mining to Machine Learning 2014-01-24 23:14:34 -06:00
Josh Davis
35ec6e1d54 Add ISL to Machine Learning 2014-01-24 23:14:05 -06:00
Chris Ben
7a66e53a20 Alphabetize Go list 2014-01-24 21:12:58 -08:00
Chris Ben
6808ac2996 Fix Go's 404 error 2014-01-24 21:08:59 -08:00
Mohammad Hossein Mojtahedi
ac1c295000 Merge pull request #668 from esparta/master
[es] [en] [de] Introduction to programming with Python
2014-01-24 10:28:25 -08:00
Espartaco Palma
ddf5aec7d8 [en] Introduction to programming with Python 2014-01-24 09:55:02 -06:00
rnevius
89954a47d5 Delete duplicate Django entry for Tango With Django 2014-01-24 17:19:03 +07:00
danilov kirill
0263f6bf6f added Tizen for dummies 2014-01-22 13:09:57 +00:00
Mohammad Hossein Mojtahedi
9fb393ed76 Merge pull request #650 from gabriellim/patch-7
Alphabetized Ruby books
2014-01-21 01:08:56 -08:00
Gabriel Lim
63e621b719 Updated Ruby Books
Deleted tryruby.org since it is available in the interactive file
2014-01-20 14:05:39 -08:00
Mojtahedi
7b617cb50c Common Lisp: An Interactive Approach 2014-01-20 22:24:33 +03:30
Gabriel Lim
ba36822cf9 Alphabetized Ruby books
Ordered like a dictionary A-Z. Removed duplicate (http://humblelittlerubybook.com/book/)
2014-01-20 06:40:20 -08:00
Gabriel Lim
522a48d272 Fixed alphabetization of Ruby Books
Titles leading with "The" are ignored.
Spaces have precedence over letters
2014-01-19 20:25:58 -08:00
Gabriel Lim
28e5e696d1 Alphabetized Ruby books 2014-01-19 16:26:11 -08:00
Distraught63
047f8e4591 Added UNIX Tutorial for Beginners
It is under the Creative Commons License
2014-01-19 06:43:19 -05:00
gabriellim
5aa22ea2ff Alphabetized R books 2014-01-19 02:24:06 -08:00
gabriellim
432146581a Alphabetized Python books, removed duplicates
Duplicate:
[Python For Fun](http://openbookproject.net//py4fun/) By Chris Meyers
[Python for Fun](http://www.openbookproject.net/py4fun/)
2014-01-18 18:56:41 -08:00
Victor Felder
55c0a546f0 Merge branch 'master' of github.com:matysanchez/free-programming-books into matysanchez-master
Conflicts:
	free-programming-books-es.md
	free-programming-books-ru.md
	free-programming-books.md
	free-programming-interactive-tutorials-en.md
2014-01-18 21:53:38 +01:00
matysanchez
5db348c64a Merge remote-tracking branch 'upstream/master'
Conflicts:
	free-programming-books-es.md
	free-programming-books-ru.md
	free-programming-interactive-tutorials-en.md
2014-01-18 14:23:50 -03:00
Mohammad Hossein Mojtahedi
cfabcf1da1 Merge pull request #644 from JIghtuse/master
Add book on xv6 operating system
2014-01-18 07:40:54 -08:00
Boris Egorov
6a0298c4d3 Add book on xv6 operating system 2014-01-18 22:09:50 +07:00
matysanchez
5ea0a6bb2b Adding CONTRIBUTING.md. Using the new format for all the lists. 2014-01-18 09:28:57 -03:00
vhf / victor felder
edca0168a5 Merge pull request #642 from merkuriy/master
Added a few books (RU) and small fixes
2014-01-18 03:55:57 -08:00
vhf / victor felder
5dde645a10 Merge pull request #638 from gabriellim/patch-1
Alphabetized several books
2014-01-18 03:22:20 -08:00
vhf / victor felder
bc03d2b286 Merge pull request #641 from gabriellim/patch-4
Alphabetized and removed duplicate Perl books
2014-01-18 03:22:13 -08:00
gabriellim
a04d3b35a3 Alphabetized Perl books 2014-01-18 02:48:45 -08:00
gabriellim
f35a4936f3 Alphabetized Linux books 2014-01-18 02:45:38 -08:00
gabriellim
96444c9b98 Alphabetized several books
Stopped at Hadoop
2014-01-18 02:26:41 -08:00
Uriy Efremochkin
31185b732b Added book «Large-Scale JavaScript» for EN 2014-01-18 15:58:38 +06:00
Mojtahedi
0a15221502 Merge remote-tracking branch 'upstream/master' 2014-01-18 08:53:37 +03:30
Mohammad Hossein Mojtahedi
472891885d Merge pull request #634 from alexanderfefelov/master
Added two scala books
2014-01-17 19:07:42 -08:00
Alexander Fefelov
fed0259706 Added "Learning 30 Technologies in 30 Days: A Developer Challenge" 2014-01-18 04:29:41 +04:00
Alexander Fefelov
84667ab2bd Added "EAI Patterns with Actor Model" 2014-01-18 04:15:36 +04:00
Alexander Fefelov
4bcebaa8fc Added "Scala for Perl 5 Programmers" 2014-01-18 03:38:23 +04:00
Adolfo
d696dfa85f Added CakePHP Cookbook 2.x 2014-01-17 12:44:04 +01:00
Mohammad Hossein Mojtahedi
545219561e Merge pull request #628 from alexanderfefelov/master
Added "tetrix in Scala" (EN, JA)
2014-01-17 02:54:18 -08:00
Alexander Fefelov
f7b6d93402 Added "Reactive Objects and Functional Programming" 2014-01-17 09:41:27 +04:00
Alexander Fefelov
f5d9d40b8b Added "Exploring Generic Haskell" 2014-01-17 09:37:42 +04:00
Alexander Fefelov
03f05cba14 Alphabetized Haskell section 2014-01-17 09:35:52 +04:00
Alexander Fefelov
7d0882aa98 Added "tetrix in Scala" (EN, JA) 2014-01-17 07:56:06 +04:00
Boris Egorov
4db027d49c Add Learn Linux The Hard Way guide 2014-01-17 01:05:57 +07:00
Mojtahedi
3c8653451f Merge remote-tracking branch 'upstream/master' 2014-01-16 10:00:58 +03:30
Mohammad Hossein Mojtahedi
d61691b5d9 Merge pull request #623 from alexanderfefelov/master
Added a few books
2014-01-15 22:25:58 -08:00
Chris Ben
f9287a9b75 Add Git Workflows 2014-01-15 19:51:19 -08:00
Alexander Fefelov
8cf7f582eb Added "S-99: Ninety-Nine Scala Problems" 2014-01-16 03:17:07 +04:00
Alexander Fefelov
e3c8a632ef Added "Prolog Problems" 2014-01-16 03:15:11 +04:00
Alexander Fefelov
79759163b3 Added "Methods and Techniques for the Design and Implementation of Domain-Specific Languages" 2014-01-16 02:52:10 +04:00
Alexander Fefelov
24dc727900 Added "Naked objects" 2014-01-16 02:46:03 +04:00
Alexander Fefelov
38ba1c0e94 Added "DSL Engineering: Designing, Implementing and Using Domain-Specific Languages" 2014-01-16 02:43:54 +04:00
vhf / victor felder
6ea2dab3d9 Merge pull request #620 from alexanderfefelov/master
Added "Effective Scala" (CN, RU)
2014-01-15 06:07:20 -08:00
Karthikeyan A K
380a81fa69 Added I Love Ruby
Added a free Ruby Ebook
2014-01-15 15:37:09 +05:30
Alexander Fefelov
7b62e4cd7d Added "Warren's Abstract Machine: A Tutorial Reconstruction" 2014-01-15 03:37:15 +04:00
Alexander Fefelov
2a27aefad5 Added "Using, Understanding, and Unraveling The OCaml Language: From Practice to Theory and vice versa" 2014-01-15 03:31:20 +04:00
Alexander Fefelov
e00be2f7a6 Alphabetized OCaml section 2014-01-15 03:29:32 +04:00
Alexander Fefelov
27febd993a Added "Architectural Styles and the Design of Network-based Software Architectures" 2014-01-15 02:45:35 +04:00
Alexander Fefelov
a8c7806334 Added "Commentary on the Sixth Edition UNIX Operating System" 2014-01-15 01:07:27 +04:00
Alexander Fefelov
87b8e1e3de Added "Anatomy of Programming Languages" 2014-01-15 00:52:13 +04:00
Alexander Fefelov
42e2c2c34c Added "The Public Domain: Enclosing the Commons of the Mind" 2014-01-15 00:46:47 +04:00
Alexander Fefelov
fc28ca532d Added "Financial Numerical Recipes in C++" 2014-01-15 00:43:59 +04:00
Alexander Fefelov
bc20daa694 Added "Linux Advanced Routing & Traffic Control HOWTO" 2014-01-15 00:36:28 +04:00
Alexander Fefelov
790377fe5d Added "Unix Toolbox" 2014-01-15 00:32:40 +04:00
Alexander Fefelov
9008a6bf24 Added "Barcode Overview" 2014-01-15 00:29:02 +04:00
Alexander Fefelov
0ec5fff864 Created "Lift" section 2014-01-14 23:44:29 +04:00
Alexander Fefelov
e10761a67a Created "Play Scala" section 2014-01-14 23:00:33 +04:00
Alexander Fefelov
5bc191021b Added "Work with Play: Build web applications using Scala and the Play Framework" 2014-01-14 22:56:39 +04:00
Mojtahedi
456a7b5c93 #616 2014-01-13 06:55:33 +03:30
Mohammad Hossein Mojtahedi
ecfcb014d9 Merge pull request #615 from rodrigo-medeiros/recipes-angular
Added the 'Recipes with Angular.js' book to the 'Javascript' list.
2014-01-12 19:21:13 -08:00
Mohammad Hossein Mojtahedi
5171c01088 Merge pull request #613 from michaelchum/master
Added a very complete tutorial to Django 1.5.4
2014-01-12 19:20:55 -08:00
Rodrigo Medeiros
b14d062b6f Added the 'Kanban for skeptics' book to the 'Software Architecture' list. 2014-01-13 00:43:36 -02:00
Alexander Fefelov
71dbd16997 Added "How to Design Faceted Search: The Complete Guide to Designing Faceted Search User Interface" 2014-01-13 05:39:15 +04:00
Alexander Fefelov
9df53198a4 Added "Marionette Exposé: Learn to write modular Javascript applicatons using Backbone Marionette and RequireJS/AMD" 2014-01-13 05:32:51 +04:00
Alexander Fefelov
9607a3e88d Added "Practicing Domain-Driven Design" 2014-01-13 05:26:04 +04:00
Alexander Fefelov
ee2b4af5bd Added "PDQ: Pretty Darn Quick: An Agile, All-Purpose Methodology" 2014-01-13 05:18:54 +04:00
Alexander Fefelov
2a35055168 Added "Record-Playback Test Automation: Sahi & Selenium IDE: Critical Evaluation of Record-Playback Automation Tools" 2014-01-13 05:13:45 +04:00
Alexander Fefelov
8af0e69d2c Added "Mobile Developer's Guide to the Galaxy" 2014-01-13 05:10:22 +04:00
Alexander Fefelov
edac40cd12 Added "Backbone Tutorials: Beginner, Intermediate and Advanced" 2014-01-13 05:05:16 +04:00
Alexander Fefelov
6bf13e1e10 Added "Leaflet Tips and Tricks: Interactive Maps Made Easy" 2014-01-13 05:01:56 +04:00
Alexander Fefelov
28590baa93 Added "The ABC of PDF with iText: PDF Syntax essentials" 2014-01-13 04:58:07 +04:00
Alexander Fefelov
e60c6f7d90 Added "Hibernate 4 Example Programs" 2014-01-13 04:52:12 +04:00