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

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

36

37
### ABAP
38

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

42

C
Christoph Uschkrat 已提交
43
### Action Script
44

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

48

M
M0ZZI 已提交
49 50 51 52 53
### Android

* [Einführung in die Entwicklung von Apps für Android 8](https://www.uni-trier.de/fileadmin/urt/doku/android/android.pdf) - Bernhard Baltes-Götz (PDF)


C
Christoph Uschkrat 已提交
54
### Assembly Language
55

56 57 58
* [PC Assembly Language](http://drpaulcarter.com/pcasm/) - Paul A. Carter


C
Christoph Uschkrat 已提交
59
### C
60

Q
Quang Tran 已提交
61
* [C-Programmierung](https://de.wikibooks.org/wiki/C-Programmierung) - Wikibooks (HTML)
C
Craig Davison 已提交
62
* [C von A bis Z](http://openbook.rheinwerk-verlag.de/c_von_a_bis_z/)
63
* [Socket Programmierung in C](http://www.tobscore.com/socket-programmierung-in-c/) - B. Hall, Übersetzt von Tobias Kerst (HTML)
64
* [Softwareentwicklung in C](https://web.archive.org/web/20190214185910/http://www.asc.tuwien.ac.at/~eprog/download/schmaranz.pdf) - Klaus Schmaranz (PDF)
65

66

67 68 69 70 71 72 73 74
### 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 已提交
75
### C++
76

C
Craig Davison 已提交
77
* [Die Boost C++ Bibliotheken](http://dieboostcppbibliotheken.de)
78
* [Lean Testing für C++-Programmierer (2018)](https://www.assets.dpunkt.de/openbooks/Openbook_Lean_Testing.pdf) - Andreas Spillner, Ulrich Breymann (PDF)
79
* [Programmieren in C++: Aufbau](http://www.highscore.de/cpp/aufbau/)
V
Victor Felder 已提交
80
* [Programmieren in C++: Einführung](http://www.highscore.de/cpp/einfuehrung/)
81

82

O
oltolm 已提交
83 84 85 86 87
### Component Pascal

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


88
### Git
89

90 91 92 93
* [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 已提交
94

95

S
Sebastian 已提交
96
### Go
97

S
Sebastian 已提交
98 99
* [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 已提交
100
* [Erstelle Webanwendungen mit Go](https://astaxie.gitbooks.io/build-web-application-with-golang/content/de/)
S
Sebastian 已提交
101

102

C
Christoph Uschkrat 已提交
103
### Groovy
104

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

107

108
### HTML & CSS
109

C
Craig Davison 已提交
110 111
* [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]
112
* [HTML5-Handbuch](http://webkompetenz.wikidot.com/docs:html-handbuch)
C
Craig Davison 已提交
113
* [Self HTML](https://wiki.selfhtml.org/wiki/Startseite)
114

115

S
Sebastian 已提交
116 117 118 119 120
### 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)
121

122

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

125
* [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 已提交
126 127
* [Java 7 Mehr als eine Insel](http://openbook.rheinwerk-verlag.de/java7/)
* [Java ist auch eine Insel](http://openbook.rheinwerk-verlag.de/javainsel/)
128
* [Java SE 8 Standard-Bibliothek](http://openbook.rheinwerk-verlag.de/java8/) - Christian Ullenboom
129
* [Programmieren Java: Aufbau](http://www.highscore.de/java/aufbau/)
E
eTomate 已提交
130
* [Programmieren Java: Einführung](http://www.highscore.de/java/einfuehrung/)
131
* [Testgetriebene Entwicklung mit JUnit & FIT](http://www.frankwestphal.de/ftp/Westphal_Testgetriebene_Entwicklung.pdf) - Frank Westphal (PDF)
132

133

134
### JavaScript
135

C
Craig Davison 已提交
136 137
* [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/)
138 139
* [Webseiten erstellen mit Javascript](http://www.highscore.de/javascript/)

M
Mojtahedi 已提交
140

141 142 143 144 145
#### React

* [React lernen und verstehen](https://lernen.react-js.dev) - Manuel Bieh (HTML)


C
Christoph Uschkrat 已提交
146
### LaTeX
147

148 149
* [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 已提交
150
* [LaTeX : Referenz der Umgebungen, Makros, Längen und Zähler](http://www.lehmanns.de/page/latexreferenz)
M
Mojtahedi 已提交
151

152

C
Christoph Uschkrat 已提交
153
### Meta-Lists
154

C
Craig Davison 已提交
155
* [Galileo Computing - openbook](https://www.rheinwerk-verlag.de/openbook/)
156 157


C
Christoph Uschkrat 已提交
158
### MySQL
159

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


I
Igor Rozani 已提交
163 164 165 166 167
### Neo4j

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


C
Christoph Uschkrat 已提交
168
### PHP
169

C
Craig Davison 已提交
170 171
* [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/)
172
* [Praktischer Einstieg in MySQL mit PHP](http://examples.oreilly.de/openbooks/pdf_einmysql2ger.pdf) (PDF)
U
Uriy Efremochkin 已提交
173

174

175 176 177 178 179
#### Symfony

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


C
Christoph Uschkrat 已提交
180
### Python
181

182
* [A Byte of Python - Einführung in Python](https://sourceforge.net/projects/abop-german.berlios/files/) - Swaroop C H, Bernd Hengelein, Lutz Horn, Bernhard Krieger, Christoph Zwerschke (PDF)
M
M0ZZI 已提交
183
* [Einführung in Python](http://www.mschimmels.de/eigeneDateien/Python-Kurs.pdf) - Martin Schimmels (PDF)
184
* [Programmiereinführung mit Python](http://opentechschool.github.io/python-beginners/de/)
185
* [Python 3 - Das umfassende Handbuch](http://openbook.rheinwerk-verlag.de/python/) - Johannes Ernesti, Peter Kaiser (Online)
186

T
Try2Code 已提交
187

188 189 190 191 192
#### Django

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


C
Christoph Uschkrat 已提交
193
### Ruby on Rails
194

195 196 197
* [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 已提交
198
* [Ruby on Rails 2](http://openbook.rheinwerk-verlag.de/ruby_on_rails/)
199
* [Ruby on Rails 3.2 für Ein-, Um- und Quereinsteiger](http://ruby-auf-schienen.de/3.2/)
200

201

C
Christoph Uschkrat 已提交
202
### Scilab
203

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

206

207 208 209 210 211
### Scratch

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


C
Christoph Uschkrat 已提交
212
### UML
213

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

F
Frank Agerholm 已提交
216

217 218 219 220 221 222 223 224
### 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 已提交
225
### Unix
226

C
Craig Davison 已提交
227 228 229
* [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 已提交
230

231

Q
Quang Tran 已提交
232 233 234 235 236
### VHDL

* [VHDL-Tutorium](https://de.wikibooks.org/wiki/VHDL-Tutorium) - Wikibooks (HTML)


C
Christoph Uschkrat 已提交
237
### Visual Basic
238

C
Craig Davison 已提交
239 240 241
* [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/)