free-programming-books-de.md 7.5 KB
Newer Older
C
Christoph Uschkrat 已提交
1
### Index
2

3
* [ABAP](#abap)
4
* [Action Script](#action-script)
5
* [Assembly Language](#assembly-language)
6
* [C](#c)
M
Michael Luggen 已提交
7 8
* [C#](#c-sharp)
* [C++](#c-1)
O
oltolm 已提交
9
* [Component Pascal](#component-pascal)
10
* [Git](#git)
S
Sebastian 已提交
11
* [Go](#go)
A
Arvid Gerstmann 已提交
12
* [Groovy](#groovy)
13
* [HTML & CSS](#html--css)
E
eTomate 已提交
14
* [iOS](#ios)
15
* [Java](#java)
16
* [Javascript](#javascript)
M
Mojtahedi 已提交
17
* [LaTeX](#latex)
18
* [Meta-Lists](#meta-lists)
U
Uriy Efremochkin 已提交
19
* [MySQL](#mysql)
I
Igor Rozani 已提交
20
* [Neo4j](#neo4j)
A
Arvid Gerstmann 已提交
21
* [PHP](#php)
22
  * [Symfony](#symfony)
23
* [Python](#python)
24
  * [Django](#django)
W
Wilhelm Babernits 已提交
25
* [Ruby on Rails](#ruby-on-rails)
26
* [Scilab](#scilab)
27
* [Scratch](#scratch)
28
* [UML](#uml)
29
* [Unabhängig von der Programmiersprache](#unabh%C3%A4ngig-von-der-programmiersprache)
A
Arvid Gerstmann 已提交
30
* [Unix](#unix)
W
Wilhelm Babernits 已提交
31
* [Visual Basic](#visual-basic)
32

33

34
### ABAP
35

36
* [Einstieg in ABAP](http://openbook.rheinwerk-verlag.de/einstieg_in_abap/) - Karl-Heinz Kühnhauser, Thorsten Franz
37
* [SAP Code Style Guides - Clean ABAP](https://github.com/SAP/styleguides/blob/master/clean-abap/CleanABAP_de.md)
38

39

C
Christoph Uschkrat 已提交
40
### Action Script
41

C
Craig Davison 已提交
42 43
* [ActionScript 1 und 2](http://openbook.rheinwerk-verlag.de/actionscript/)
* [Einstieg in ActionScript](http://openbook.rheinwerk-verlag.de/actionscript_einstieg/)
44

45

C
Christoph Uschkrat 已提交
46
### Assembly Language
47

48 49 50
* [PC Assembly Language](http://drpaulcarter.com/pcasm/) - Paul A. Carter


C
Christoph Uschkrat 已提交
51
### C
52

C
Craig Davison 已提交
53
* [C von A bis Z](http://openbook.rheinwerk-verlag.de/c_von_a_bis_z/)
54
* [Softwareentwicklung in C](https://web.archive.org/web/20190214185910/http://www.asc.tuwien.ac.at/~eprog/download/schmaranz.pdf) - Klaus Schmaranz (PDF)
55

56

57 58 59 60 61 62 63 64
### C Sharp

* [Programmieren in C#: Einführung](http://www.highscore.de/csharp/einfuehrung/)
* [Visual C# 2008](http://openbook.rheinwerk-verlag.de/visual_csharp/)
* [Visual C# 2010](http://openbook.rheinwerk-verlag.de/visual_csharp_2010/)
* [Visual C# 2012](http://openbook.rheinwerk-verlag.de/visual_csharp_2012/)


C
Christoph Uschkrat 已提交
65
### C++
66

C
Craig Davison 已提交
67
* [Die Boost C++ Bibliotheken](http://dieboostcppbibliotheken.de)
68
* [Programmieren in C++: Aufbau](http://www.highscore.de/cpp/aufbau/)
V
Victor Felder 已提交
69
* [Programmieren in C++: Einführung](http://www.highscore.de/cpp/einfuehrung/)
70

71

O
oltolm 已提交
72 73 74 75 76
### Component Pascal

* [Module, Klassen, Verträge](http://karlheinz-hug.de/informatik/buch/Karlheinz-Hug_Module-Klassen-Vertraege.pdf) - Karlheinz Hug (PDF)


77
### Git
78

79 80 81 82
* [Das Git-Buch](http://gitbu.ch) [PDF, EPUB]
* [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/de/)
* [Pro Git (2009)](http://git-scm.com/book/de/v1)
* [Pro Git (neue Version)](http://git-scm.com/book/de/current) (:construction: *in process*)
E
eTomate 已提交
83

84

S
Sebastian 已提交
85
### Go
86

S
Sebastian 已提交
87 88
* [Effektiv Go Programmieren](http://www.bitloeffel.de/DOC/golang/effective_go_de.html)
* [Eine Tour durch Go](https://go-tour-de.appspot.com/welcome/1)
S
Sebastian 已提交
89
* [Erstelle Webanwendungen mit Go](https://astaxie.gitbooks.io/build-web-application-with-golang/content/de/)
S
Sebastian 已提交
90

91

C
Christoph Uschkrat 已提交
92
### Groovy
93

94
* [Groovy für Java-Entwickler](http://examples.oreilly.de/openbooks/pdf_groovyger.pdf) (PDF)
D
David Tran 已提交
95

96

97
### HTML & CSS
98

C
Craig Davison 已提交
99 100
* [CSS](http://www.peterkropff.de/site/css/css.htm) — Peter Kropff (Grundlagen, OOP, MySQLi, PDO) [Online, PDF]
* [HTML](http://www.peterkropff.de/site/html/html.htm) — Peter Kropff [Online, PDF]
101
* [HTML5-Handbuch](http://webkompetenz.wikidot.com/docs:html-handbuch)
C
Craig Davison 已提交
102
* [Self HTML](https://wiki.selfhtml.org/wiki/Startseite)
103

104

S
Sebastian 已提交
105 106 107 108 109
### iOS

* [Apps programmieren für iPhone und iPad](http://openbook.rheinwerk-verlag.de/apps_programmieren_fuer_iphone_und_ipad/)
* [iOS-Rezepte](http://examples.oreilly.de/openbooks/iosrecipesger.zip)
* [iPad-Programmierung](http://examples.oreilly.de/openbooks/pdf_ipadprogpragger.pdf) (PDF)
110

111

C
Christoph Uschkrat 已提交
112
### Java
113

114
* [EJB 3 für Umsteiger: Neuerungen und Änderungen gegenüber dem EJB-2.x-Standard](http://bsd.de/e3fu/umfrage.html) - Heiko W. Rupp
C
Craig Davison 已提交
115 116
* [Java 7 Mehr als eine Insel](http://openbook.rheinwerk-verlag.de/java7/)
* [Java ist auch eine Insel](http://openbook.rheinwerk-verlag.de/javainsel/)
117
* [Java SE 8 Standard-Bibliothek](http://openbook.rheinwerk-verlag.de/java8/) - Christian Ullenboom
118
* [Programmieren Java: Aufbau](http://www.highscore.de/java/aufbau/)
E
eTomate 已提交
119
* [Programmieren Java: Einführung](http://www.highscore.de/java/einfuehrung/)
120
* [Testgetriebene Entwicklung mit JUnit & FIT](http://www.frankwestphal.de/ftp/Westphal_Testgetriebene_Entwicklung.pdf) - Frank Westphal (PDF)
121

122

C
Christoph Uschkrat 已提交
123
### Javascript
124

C
Craig Davison 已提交
125 126
* [JavaScript](http://www.peterkropff.de/site/javascript/javascript.htm) — Peter Kropff (Grundlagen, AJAX, DOM, OOP) [Online, PDF]
* [JavaScript und AJAX](http://openbook.rheinwerk-verlag.de/javascript_ajax/)
127 128
* [Webseiten erstellen mit Javascript](http://www.highscore.de/javascript/)

M
Mojtahedi 已提交
129

C
Christoph Uschkrat 已提交
130
### LaTeX
131

132 133
* [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)
C
Craig Davison 已提交
134
* [LaTeX : Referenz der Umgebungen, Makros, Längen und Zähler](http://www.lehmanns.de/page/latexreferenz)
M
Mojtahedi 已提交
135

136

C
Christoph Uschkrat 已提交
137
### Meta-Lists
138

C
Craig Davison 已提交
139
* [Galileo Computing - openbook](https://www.rheinwerk-verlag.de/openbook/)
140 141


C
Christoph Uschkrat 已提交
142
### MySQL
143

C
Craig Davison 已提交
144
* [MySQL](http://www.peterkropff.de/site/mysql/mysql.htm) — Peter Kropff [Online, PDF]
U
Uriy Efremochkin 已提交
145 146


I
Igor Rozani 已提交
147 148 149 150 151
### Neo4j

* [Neo4j 2.0 – Eine Graphdatenbank für alle](https://neo4j.com/neo4j-graphdatenbank-book/) - Michael Hunger (PDF) *(email requested)*


C
Christoph Uschkrat 已提交
152
### PHP
153

C
Craig Davison 已提交
154 155
* [PHP](http://www.peterkropff.de/site/php/php.htm) — Peter Kropff (Grundlagen, OOP, MySQLi, PDO) [Online, PDF]
* [PHP PEAR](http://openbook.rheinwerk-verlag.de/php_pear/)
156
* [Praktischer Einstieg in MySQL mit PHP](http://examples.oreilly.de/openbooks/pdf_einmysql2ger.pdf) (PDF)
U
Uriy Efremochkin 已提交
157

158

159 160 161 162 163
#### Symfony

* [Symfony 5: Auf der Überholspur](https://symfony.com/doc/5.0/the-fast-track/de/index.html)


C
Christoph Uschkrat 已提交
164
### Python
165

166
* [Programmiereinführung mit Python](http://opentechschool.github.io/python-beginners/de/)
167

T
Try2Code 已提交
168

169 170 171 172 173
#### Django

* [Django Girls Tutorial](https://tutorial.djangogirls.org/es/) (1.11) (HTML) (:construction: *in process*)


C
Christoph Uschkrat 已提交
174
### Ruby on Rails
175

176 177 178
* [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)
C
Craig Davison 已提交
179
* [Ruby on Rails 2](http://openbook.rheinwerk-verlag.de/ruby_on_rails/)
180
* [Ruby on Rails 3.2 für Ein-, Um- und Quereinsteiger](http://ruby-auf-schienen.de/3.2/)
181

182

C
Christoph Uschkrat 已提交
183
### Scilab
184

185
* [Einführung in Scilab/Xcos 5.4](https://web.archive.org/web/20161204131517/http://buech-gifhorn.de/scilab/Einfuehrung.pdf) - Helmut Büch (PDF)
186

187

188 189 190 191 192
### Scratch

* [Kreative Informatik mit Scratch](http://eis.ph-noe.ac.at/kreativeinformatik/)


C
Christoph Uschkrat 已提交
193
### UML
194

C
Craig Davison 已提交
195
* [Der moderne Softwareentwicklungsprozess mit UML](http://www.highscore.de/uml/)
196

F
Frank Agerholm 已提交
197

198 199 200 201 202 203 204 205
### Unabhängig von der Programmiersprache

* [Clean Code Developer: Eine Initiative für mehr Professionalität in der Softwareentwicklung](http://clean-code-developer.de)
* [IT-Handbuch für Fachinformatiker](http://openbook.rheinwerk-verlag.de/it_handbuch/)
* [Objektorientierte Programmierung](http://openbook.rheinwerk-verlag.de/oop/)
* [Scrum und XP im harten Projektalltag](https://res.infoq.com/news/2007/06/scrum-xp-book/en/resources/ScrumAndXpFromTheTrenchesonline_German.pdf) (PDF)


C
Christoph Uschkrat 已提交
206
### Unix
207

C
Craig Davison 已提交
208 209 210
* [Linux-UNIX-Programmierung](http://openbook.rheinwerk-verlag.de/linux_unix_programmierung/)
* [Shell-Programmierung](http://openbook.rheinwerk-verlag.de/shell_programmierung/)
* [Wie werde ich Unix Guru?](http://openbook.rheinwerk-verlag.de/unix_guru/)
F
Frank Agerholm 已提交
211

212

C
Christoph Uschkrat 已提交
213
### Visual Basic
214

C
Craig Davison 已提交
215 216 217
* [Einstieg in Visual Basic 2010](http://openbook.rheinwerk-verlag.de/einstieg_vb_2010/)
* [Einstieg in Visual Basic 2012](http://openbook.rheinwerk-verlag.de/einstieg_vb_2012/)
* [Visual Basic 2008](http://openbook.rheinwerk-verlag.de/visualbasic_2008/)