1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-06-16 21:02:19 +00:00

Merge pull request #598 from alexanderfefelov/master

A few changes (EN, DE)
This commit is contained in:
Mohammad Hossein Mojtahedi 2014-01-09 11:02:32 -08:00
commit fd0adf8bc6
2 changed files with 9 additions and 3 deletions

View File

@ -13,6 +13,7 @@
* [Java](#java)
* [Javascript](#javascript)
* [LaTeX](#latex)
* [Meta-Lists](#meta-lists)
* [PHP](#php)
* [Python](#python)
* [Ruby on Rails](#ruby-on-rails)
@ -96,6 +97,10 @@
* [LaTeX : Referenz der Umgebungen, Makros, Längen und Zähler](http://www.lehmanns.de/page/latexreferenz/)
###Meta-Lists
* [Galileo Computing - openbook](http://www.galileocomputing.de/katalog/openbook)
###PHP
* [PHP PEAR](http://openbook.galileocomputing.de/php_pear/)

View File

@ -605,12 +605,13 @@
* [Clojure - Functional Programming for the JVM](http://java.ociweb.com/mark/clojure/article.html)
* [Clojure Cookbook](https://github.com/clojure-cookbook/clojure-cookbook)
* [Clojure for the Brave and True](http://www.braveclojure.com/)
* [Clojure in Small Pieces](http://daly.axiom-developer.org/clojure.pdf) - Rich Hickey
* [Clojure Koans](http://clojurekoans.com/)
* [Clojure Programming](http://en.wikibooks.org/wiki/Clojure_Programming)
* [The Clojure Style Guide](https://github.com/bbatsov/clojure-style-guide)
* [ClojureScript Koans](http://clojurescriptkoans.com/)
* [Data Sorcery with Clojure](http://data-sorcery.org/contents/)
* [Modern cljs](https://github.com/magomimmo/modern-cljs)
* [Clojure Koans](http://clojurekoans.com/)
* [ClojureScript Koans](http://clojurescriptkoans.com/)
* [The Clojure Style Guide](https://github.com/bbatsov/clojure-style-guide)
###COBOL