1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-06-26 17:13:30 +00:00
Commit Graph

87 Commits

Author SHA1 Message Date
eshellman
3ea79782c7
Uniform treatment of Leanpub books (#2692)
* Uniform treatment of Leanpub books

free Leanpub books come in two flavors
- free to read online without an account or email address
- free to read after a "purchase" with a minimum price of "Free!" A
valid email is requested to create an account, but you can read   or
download even if the email is bogus.

After some consideration, I'm proposing that the free-to-read books
should be without any annotation, and the free-after-"purchase" books
be denoted as *(Leanpub Account or valid email requested)* . This PR
implements that for the english lists.

Comments requested!

* add required space
2018-01-28 20:53:38 -05:00
eshellman
89ad395340
Misc Cleanup (#2646)
* implement #2357

* misc cleanup
2017-11-13 09:58:26 -05:00
Denys Vuika
599307dd9c Update javascript-frameworks-resources.md (#2641)
* Update javascript-frameworks-resources.md

* Update javascript-frameworks-resources.md

* Update javascript-frameworks-resources.md

* Update javascript-frameworks-resources.md

* add 🚧 emoji per CONTRIBUTING

Also, get a start on uniform notation of leanpub books
2017-11-13 09:22:25 -05:00
Jackson Isaac
0253e08841 Fix Broken Links (#2603)
* Replace homepage with GitHub repository link

problem-sets-competitive-programming.md: Replace homepage
link of problembook with github repository link which contains
downloadable pdf links.

* Remove broken links

Remove broken links and update available links from
web.archive.org.

* Update broken link with updated link.

Update the description for the updated link.

* Update broken links with links from web.archive.org

Remove dead links.

* Restore path to original link instead of web.archive.org

The link seems to be working fine. It was not loading
on my network, probably due to regional restrictions.

* Remove github link which is no longer maintained.

Github link consisted of list of Big Data resources.
The repository has been deleted by the user.
Hence deleting the entry.
2017-10-23 09:53:01 -04:00
Devinsuit
20a6008975 fix broken links (#2559) 2017-10-05 10:00:21 -04:00
JJ
e1e19f29d2 Add "Start Using React to Build Web Applications" (#2140)
* Add "Start Using React to Build Web Applications"

* alphabetize
2017-07-12 17:53:01 -04:00
sancao2
6158288d01 sort the books of Javascript Framework, move Node.js from JS Framework to free-programming-books and so on (#2355)
* delete Natural Language Processing in Lisp

* GNU Emacs Manual

* Sketchy LISP

* Haskell and Yesod

* Sketchy LISP: An Introduction to Functional Programming in Scheme

* Sketchy LISP: An Introduction to Functional Programming in Scheme

* Teach Yourself Scheme in Fixnum Day

* change 'The Python GTK+ 3 Tutorial' to Python

* remove Programming and Using Linux Sound - in depth

* Data Structures and Algorithms in Python

* Fundamentals of  Python Programming

* Fundamentals of  Python Programming

* Fundamentals of  Python Programming

* supporting Python 3 An in-depth guide

* Introduction to Python for Econometrics, Statistics and Data Analysis

* Python for Everybody Exploring Data Using Python 3

* The Hitchhiker’s Guide to Python

* Python 3 Module of the Week

* Scipy Lecture Notes

* The Standard Python Library

* Problem Solving with Algorithms and Data Structures using Python

* How To Tango With Django

* Quick Tutorial for Pyramid

* C Programming Boot Camp

*  1015:3-1015:78  warning  Missing PDF indication                                                 books-links        remark-lint
   1780:1-1859:90  warning  Alphabetical ordering: swap l.1807 and l.1806                          alphabetize-lists  remark-lint
   1780:1-1859:90  warning  Alphabetical ordering: swap l.1839 and l.1838                          alphabetize-lists  remark-lint
   1780:1-1859:90  warning  Alphabetical ordering: swap l.1844 and l.1843                          alphabetize-lists  remark-lint
   1780:1-1859:90  warning  Alphabetical ordering: swap l.1853 and l.1852                          alphabetize-lists  remark-lint
  1792:3-1792:134  warning  Missing PDF indication                                                 books-links        remark-lint
  1893:1-1893:130  warning  Incorrect number of blank lines between last section and next heading  blank-lines-1-0-2  remark-lint

*  1780:1-1859:90  warning  Alphabetical ordering: swap l.1809 and l.1808  alphabetize-lists  remark-lint
   1780:1-1859:90  warning  Alphabetical ordering: swap l.1838 and l.1837  alphabetize-lists  remark-lint
   1780:1-1859:90  warning  Alphabetical ordering: swap l.1844 and l.1843  alphabetize-lists  remark-lint
   1780:1-1859:90  warning  Alphabetical ordering: swap l.1854 and l.1853  alphabetize-lists  remark-lint
  1792:3-1792:140  warning  Misplaced author                               books-links        remark-lint

*  1780:1-1859:90  warning  Alphabetical ordering: swap l.1809 and l.1808  alphabetize-lists  remark-lint
   1780:1-1859:90  warning  Alphabetical ordering: swap l.1838 and l.1837  alphabetize-lists  remark-lint
   1780:1-1859:90  warning  Alphabetical ordering: swap l.1844 and l.1843  alphabetize-lists  remark-lint
   1780:1-1859:90  warning  Alphabetical ordering: swap l.1854 and l.1853  alphabetize-lists  remark-lint
  1792:3-1792:140  warning  Misplaced author                               books-links        remark-lint

* remove hackershelf.com

* remove hackershelf.com
remove Data Structures and Algorithms with Object-Oriented Design Patterns in Java
remove JAAS in Action

* modify the title of book Java Application Development on Linux

* Java Language and Virtual Machine Specifications

* remove The Java Tutorials

* 1270:1-1299:83  warning  Alphabetical ordering: swap l.1293 and l.1292  alphabetize-lists  remark-lint

* 1270:1-1299:83  warning  Alphabetical ordering: swap l.1283 and l.1282  alphabetize-lists  remark-lint

* remove 'JavaScript Spessore'

* remove 'Oh My JS'

* The Problem with Native JavaScript APIs

* fount the lost 2 books:Oh My JS and JavaScript Spessore in archive.org

* ignore some change of name

* update the url of 'AngularJS in 60 Minutes'

* The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.

* swap Redux and React

* move Node.js from js-frameworks-resources to free-programming-books

* sort by aphabeta

*  1374:1-1380:52  warning  Alphabetical ordering: swap l.1379 and l.1378  alphabetize-lists  remark-lint
2017-07-12 17:14:29 -04:00
Hrishi Mittal
f92b640593 Add link to free React course (#2489) 2017-07-09 16:42:15 -04:00
Tiaan
04371a6c1e Add React Native Express to React Native section (#2488) 2017-07-06 10:55:39 -04:00
Packt
157c0d9741 Updated javascript-frameworks-resources.md (#2362)
* Updated javascript-frameworks-resources.md

Added a new Angular.JS and Node.JS free eBooks

* Updated free-programming-books.md

Added the new eBook in alphabetical order

* Updated free-programming-books.md

Corrected the new eBook alphabetically
2017-05-24 09:42:08 -04:00
Devinsuit
0d1d654a28 Update broken links (#2318)
* Update broken links

* Add pdf indication
2017-04-02 16:52:21 +02:00
Tiaan du Plessis
40cd604e9c Add React Native section (#2302) 2017-03-25 13:41:17 +01:00
Robin Wieruch
3520fbf4ef Update javascript-frameworks-resources.md (#2301) 2017-03-18 20:42:58 +01:00
behzad abbasi
02d4fa7f39 add Aurelia free book (#2290)
* add Aurelia free book

* add new line between head and last line
2017-03-11 15:07:26 +01:00
Devinsuit
1de033f50d Update broken links (#2271)
* Update broken links

* Small fix

* Update broken link
2017-02-18 16:08:12 +01:00
victor felder
1eeed8f5f6 Remove problematic links (#2235)
* Remove problematic links

* Fix according to comments

* Formatting
2017-01-15 22:21:48 +01:00
Anubhav Shrimal
c05390b8f7 New branch (#2142)
* added NodeJS Documentation as a javascript framework resource

* added Angularjs material designing resource to javascript framework resources

* rearranged position of angular material desigining

* added machine learning free course on coursera.org
2016-11-03 23:05:35 +01:00
Tiaan
e9f1d506e7 Add React Enlightenment and React In-depth (#2081) 2016-10-02 12:37:22 +02:00
Victor Felder
e14cd675d7 Merge branch 'pr/1905' 2016-04-10 12:45:10 +02:00
Victor Felder
549a85f969 Formatting 2016-04-10 12:44:58 +02:00
Tom McGurl
faad8bd73f Add Elm category. 2016-04-06 09:42:09 -04:00
Fwiffo
bc82188352 Fixes #1892 2016-04-04 13:46:09 -07:00
Nathan Jones
2a9396a13a Update javascript-frameworks-resources.md 2016-03-20 20:47:21 -06:00
Nathan Jones
eb25992ea7 Update javascript-frameworks-resources.md 2016-03-20 20:45:25 -06:00
Nathan Jones
d5f95a169a Fixed header spacing 2016-03-16 19:33:46 -06:00
Nathan Jones
9f16b63645 Added Redux category
and Getting Started with Redux free video course.
2016-03-14 16:55:34 -06:00
victor felder
e42836a148 Merge pull request #1858 from jonesnc/patch-1
Added React.js Fundamentals course
2016-03-12 15:43:28 +01:00
Nathan Jones
ed9fe51239 Fixed alphabetical order of React links 2016-03-02 15:59:39 -07:00
Nathan Jones
f88ed49d6a Added React.js Fundamentals course 2016-03-02 15:55:42 -07:00
Nikalus@dnhsoft
dea77451f9 Update javascript-frameworks-resources.md 2016-02-23 12:18:30 +02:00
Nikalus@dnhsoft
67e36828d1 Update javascript-frameworks-resources.md 2016-02-18 11:45:04 +02:00
Nikalus@dnhsoft
3a7db1b5cd Added short tutorial for beginners. 2016-02-17 14:00:48 +02:00
Victor Felder
5654999dbf Fix #1839 2016-02-13 23:09:13 +01:00
Victor Felder
70d376a385 Alphabetical fixes 2015-12-15 16:22:17 +01:00
Victor Felder
87bdc39144 Alphabetical ordering for all files 2015-12-15 15:23:48 +01:00
victor felder
688125857f Merge pull request #1736 from jbranchaud/add-om-tutorial
Add an Om Tutorial in a new Om section for JavaScript frameworks.
2015-12-15 13:27:56 +01:00
Craig Davison
ec5a1d337b Remove trailing slashes 2015-12-13 21:46:49 +00:00
Craig Davison
fc7e944e27 Update URLs based on redirects 2015-12-13 21:46:49 +00:00
zhangmm
04c4b0345b fix the url of React with ASP.NET 5 Tutorial 2015-12-12 09:58:47 +08:00
jbranchaud
15e02ab604 Add an Om Tutorial in a new Om section for JavaScript frameworks. 2015-12-08 19:57:27 -06:00
Jake Worth
6084ee9541 Add React Primer Draft by Mike Chau 2015-12-02 17:47:53 -06:00
Victor Felder
17abb30f94 Removed dead links 2015-11-17 19:38:14 +01:00
Victor Felder
9646a37e88 Remove all trailing slashes 2015-11-13 21:52:57 +01:00
Victor Felder
510fce94ca PDF indications, now everything should be good 2015-11-13 18:58:18 +01:00
Victor Felder
b6a611c9ec Formatting all files according to guidelines 2015-11-13 14:25:42 +01:00
Victor Felder
8715068375 Consistent spacing; no tabs 2015-11-13 12:50:35 +01:00
David Metcalfe
d21256ddfa Ordered frameworks alphabetically 2015-10-27 22:13:37 -07:00
Tomas Listiak
b46db0392e formats updated 2015-09-12 10:23:25 +02:00
Tomas Listiak
463dacbec4 D3 Tips and Tricks - updated formats and author 2015-09-11 17:33:45 +02:00
Juho Vepsäläinen
f0d9a25fce Add SurviveJS - Webpack and React 2015-07-12 20:51:00 +03:00