programming-books/free-programming-books-de.md

174 lines
5.7 KiB
Markdown
Raw Normal View History

2014-07-27 20:16:50 +00:00
### Index
2015-11-23 22:57:01 +00:00
* [0 - Unabhängig von der Programmiersprache](#unabh%C3%A4ngig-von-der-programmiersprache)
* [Action Script](#action-script)
* [Android](#android)
* [Assembly Language](#assembly-language)
2013-10-18 14:50:30 +00:00
* [C](#c)
2015-11-23 22:57:01 +00:00
* [C#](#c-1)
* [C++](#c-2)
* [Git](#git)
2013-11-12 14:42:46 +00:00
* [Groovy](#groovy)
* [HTML & CSS](#html--css)
* [iOS](#ios)
* [Java](#java)
* [Javascript](#javascript)
2013-12-11 09:19:21 +00:00
* [LaTeX](#latex)
* [Meta-Lists](#meta-lists)
2014-03-29 10:11:17 +00:00
* [MySQL](#mysql)
2013-11-12 14:42:46 +00:00
* [PHP](#php)
* [Python](#python)
2013-10-18 14:48:25 +00:00
* [Ruby on Rails](#ruby-on-rails)
* [Scilab](#scilab)
* [UML](#uml)
2013-11-12 14:42:46 +00:00
* [Unix](#unix)
2013-10-18 14:48:25 +00:00
* [Visual Basic](#visual-basic)
2014-07-27 20:16:50 +00:00
### Unabhängig von der Programmiersprache
* [IT-Handbuch für Fachinformatiker](http://openbook.galileocomputing.de/it_handbuch/)
* [Objektorientierte Programmierung](http://openbook.galileocomputing.de/oop/)
* [Scrum und XP im harten Projektalltag](http://www.infoq.com/resource/news/2007/06/scrum-xp-book/en/resources/ScrumAndXpFromTheTrenchesonline_German.pdf) (PDF)
2014-07-27 20:16:50 +00:00
### Action Script
* [ActionScript 1 und 2](http://openbook.galileodesign.de/actionscript/)
* [Einstieg in ActionScript](http://openbook.galileodesign.de/actionscript_einstieg/)
2014-07-27 20:16:50 +00:00
### Android
* [Grundlagen und Programmierung](http://www.dpunkt.de/ebooks_files/free/3436.pdf) (PDF)
2014-07-27 20:16:50 +00:00
### Assembly Language
* [PC Assembly Language](http://drpaulcarter.com/pcasm/) - Paul A. Carter
2014-07-27 20:16:50 +00:00
### C
2013-10-18 14:50:30 +00:00
* [C von A bis Z](http://openbook.galileocomputing.de/c_von_a_bis_z/)
* [Softwareentwicklung in C](http://www.asc.tuwien.ac.at/~eprog/download/schmaranz.pdf) (PDF)
2013-10-18 14:50:30 +00:00
2014-07-27 20:16:50 +00:00
### C++
* [Die Boost C++ Bibliotheken](http://www.highscore.de/cpp/boost/)
* [Programmieren in C++: Aufbau](http://www.highscore.de/cpp/aufbau/)
2015-11-23 22:57:01 +00:00
* [Programmieren in C++: Einführung](http://www.highscore.de/cpp/einfuehrung/)
2014-07-27 20:16:50 +00:00
### C Sharp
* [Programmieren in C#: Einführung](http://www.highscore.de/csharp/einfuehrung/)
* [Visual C# 2008](http://openbook.galileocomputing.de/visual_csharp/)
* [Visual C# 2010](http://openbook.galileocomputing.de/visual_csharp_2010/)
* [Visual C# 2012](http://openbook.galileocomputing.de/visual_csharp_2012/)
2014-07-27 20:16:50 +00:00
### iOS
* [Apps programmieren für iPhone und iPad](http://openbook.galileocomputing.de/apps_programmieren_fuer_iphone_und_ipad/)
2013-10-20 12:05:17 +00:00
* [iOS-Rezepte](http://examples.oreilly.de/openbooks/iosrecipesger.zip)
* [iPad-Programmierung](http://examples.oreilly.de/openbooks/pdf_ipadprogpragger.pdf) (PDF)
2013-10-20 12:05:17 +00:00
2014-07-27 20:16:50 +00:00
### Git
* [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/de/)
* [Pro Git](http://git-scm.com/book/de)
2013-10-20 12:05:17 +00:00
2014-07-27 20:16:50 +00:00
### Groovy
* [Groovy für Java-Entwickler](http://examples.oreilly.de/openbooks/pdf_groovyger.pdf) (PDF)
2013-12-25 03:32:27 +00:00
### HTML & CSS
* [CSS](http://peterkropff.de/site/css/css.htm) — Peter Kropff (Grundlagen, OOP, MySQLi, PDO) [Online, PDF]
* [HTML](http://peterkropff.de/site/html/html.htm) — Peter Kropff [Online, PDF]
* [HTML5-Handbuch](http://webkompetenz.wikidot.com/docs:html-handbuch)
2014-03-29 10:19:36 +00:00
* [Self HTML](http://de.selfhtml.org)
2014-07-27 20:16:50 +00:00
### Java
* [EJB 3 für Umsteiger: Neuerungen und Änderungen gegenüber dem EJB-2.x-Standard](http://bsd.de/e3fu/umfrage.html) - Heiko W. Rupp
* [Java 7 Mehr als eine Insel](http://openbook.galileocomputing.de/java7/)
* [Java ist auch eine Insel](http://openbook.galileocomputing.de/javainsel/)
* [Programmieren Java: Aufbau](http://www.highscore.de/java/aufbau/)
* [Programmieren Java: Einführung](http://www.highscore.de/java/einfuehrung/)
2014-07-27 20:16:50 +00:00
### Javascript
* [JavaScript](http://peterkropff.de/site/javascript/javascript.htm) — Peter Kropff (Grundlagen, AJAX, DOM, OOP) [Online, PDF]
* [JavaScript und AJAX](http://openbook.galileocomputing.de/javascript_ajax/)
* [Webseiten erstellen mit Javascript](http://www.highscore.de/javascript/)
2013-12-11 09:19:21 +00:00
2014-07-27 20:16:50 +00:00
### LaTeX
* [LaTeX - eine Einführung und ein bißchen mehr...](http://www.fernuni-hagen.de/imperia/md/content/zmi_2010/a026_latex_einf.pdf) (PDF)
* [LaTeX - Forteschrittene Anwendungen (oder: Neues von den Hobbits)](http://www.fernuni-hagen.de/imperia/md/content/zmi_2010/a027_latex_fort.pdf) (PDF)
* [LaTeX : Referenz der Umgebungen, Makros, Längen und Zähler](http://www.lehmanns.de/page/latexreferenz/)
2013-12-11 09:19:21 +00:00
2014-07-27 20:16:50 +00:00
### Meta-Lists
* [Galileo Computing - openbook](http://www.galileocomputing.de/katalog/openbook)
2014-07-27 20:16:50 +00:00
### MySQL
2014-03-29 10:11:17 +00:00
* [MySQL](http://peterkropff.de/site/mysql/mysql.htm) — Peter Kropff [Online, PDF]
2014-07-27 20:16:50 +00:00
### PHP
* [PHP](http://peterkropff.de/site/php/php.htm) — Peter Kropff (Grundlagen, OOP, MySQLi, PDO) [Online, PDF]
* [PHP PEAR](http://openbook.galileocomputing.de/php_pear/)
* [Praktischer Einstieg in MySQL mit PHP](http://examples.oreilly.de/openbooks/pdf_einmysql2ger.pdf) (PDF)
2014-03-29 10:11:17 +00:00
2014-07-27 20:16:50 +00:00
### Python
* [Programmiereinführung mit Python](http://opentechschool.github.io/python-beginners/de/)
2013-11-17 20:47:03 +00:00
2014-07-27 20:16:50 +00:00
### Ruby on Rails
* [Praxiswissen Ruby](http://www.oreilly.de/german/freebooks/rubybasger/pdf_rubybasger.pdf) (PDF)
* [Praxiswissen Ruby On Rails](http://examples.oreilly.de/openbooks/pdf_rubyonrailsbasger.pdf) (PDF)
* [Rails Kochbuch](http://examples.oreilly.de/openbooks/pdf_railsckbkger.pdf) (PDF)
* [Ruby on Rails 2](http://openbook.galileocomputing.de/ruby_on_rails/)
* [Ruby on Rails 3.2 für Ein-, Um- und Quereinsteiger](http://ruby-auf-schienen.de/3.2/)
2014-07-27 20:16:50 +00:00
### Scilab
* [Einführung in Scilab/Xcos 5.4](http://www.buech-gifhorn.de/scilab/Einfuehrung.pdf) (PDF)
2014-07-27 20:16:50 +00:00
### UML
* [Der moderne Softwareentwicklungsprozess mit UML](http://www.highscore.de/uml)
2013-10-18 20:27:20 +00:00
2014-07-27 20:16:50 +00:00
### Unix
* [Linux-UNIX-Programmierung](http://openbook.galileocomputing.de/linux_unix_programmierung/)
* [Shell-Programmierung](http://openbook.galileocomputing.de/shell_programmierung/)
2013-10-18 20:28:20 +00:00
* [Wie werde ich Unix Guru?](http://openbook.galileocomputing.de/unix_guru/)
2013-10-18 20:27:20 +00:00
2014-07-27 20:16:50 +00:00
### Visual Basic
* [Einstieg in Visual Basic 2010](http://openbook.galileocomputing.de/einstieg_vb_2010/)
* [Einstieg in Visual Basic 2012](http://openbook.galileocomputing.de/einstieg_vb_2012/)
* [Visual Basic 2008](http://openbook.galileocomputing.de/visualbasic_2008/)