1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-11-15 16:57:07 +00:00

Merge branch 'pr/1911'

This commit is contained in:
Victor Felder 2016-04-10 12:47:51 +02:00
commit 74e054968d

View File

@ -164,6 +164,7 @@
* [Scratch](#scratch) * [Scratch](#scratch)
* [Sed](#sed) * [Sed](#sed)
* [Smalltalk](#smalltalk) * [Smalltalk](#smalltalk)
* [Spark](#spark)
* [SQL (implementation agnostic)](#sql-implementation-agnostic) * [SQL (implementation agnostic)](#sql-implementation-agnostic)
* [SQL Server](#sql-server) * [SQL Server](#sql-server)
* [Standard ML](#standard-ml) * [Standard ML](#standard-ml)
@ -1999,6 +2000,13 @@ For resources on Angular, Backbone, D3, Dojo, Ember, Express, jQuery, Knockout,
* [Stef's Free Online Smalltalk Books](http://stephane.ducasse.free.fr/FreeBooks.html) (meta-list) * [Stef's Free Online Smalltalk Books](http://stephane.ducasse.free.fr/FreeBooks.html) (meta-list)
### Spark
* [Databricks Spark Knowledge Base](https://www.gitbook.com/book/databricks/databricks-spark-knowledge-base/details)
* [Databricks Spark Reference Applications](https://www.gitbook.com/book/databricks/databricks-spark-reference-applications/details)
* [Mastering Apache Spark](https://www.gitbook.com/book/jaceklaskowski/mastering-apache-spark/details)
### SQL (implementation agnostic) ### SQL (implementation agnostic)
* [A Primer on SQL, Second Edition](https://leanpub.com/aprimeronsql) * [A Primer on SQL, Second Edition](https://leanpub.com/aprimeronsql)