free-programming-books-de.md 8.2 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)
W
Wilhelm Babernits 已提交
33
* [Visual Basic](#visual-basic)
34

35

36
### ABAP
37

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

41

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

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

47

M
M0ZZI 已提交
48 49 50 51 52
### 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 已提交
53
### Assembly Language
54

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


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

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

63

64 65 66 67 68 69 70 71
### 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 已提交
72
### C++
73

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

79

O
oltolm 已提交
80 81 82 83 84
### Component Pascal

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


85
### Git
86

87 88 89 90
* [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 已提交
91

92

S
Sebastian 已提交
93
### Go
94

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

99

C
Christoph Uschkrat 已提交
100
### Groovy
101

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

104

105
### HTML & CSS
106

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

112

S
Sebastian 已提交
113 114 115 116 117
### 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)
118

119

C
Christoph Uschkrat 已提交
120
### Java
121

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

130

131
### JavaScript
132

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

M
Mojtahedi 已提交
137

138 139 140 141 142
#### React

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


C
Christoph Uschkrat 已提交
143
### LaTeX
144

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

149

C
Christoph Uschkrat 已提交
150
### Meta-Lists
151

C
Craig Davison 已提交
152
* [Galileo Computing - openbook](https://www.rheinwerk-verlag.de/openbook/)
153 154


C
Christoph Uschkrat 已提交
155
### MySQL
156

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


I
Igor Rozani 已提交
160 161 162 163 164
### Neo4j

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


C
Christoph Uschkrat 已提交
165
### PHP
166

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

171

172 173 174 175 176
#### Symfony

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


C
Christoph Uschkrat 已提交
177
### Python
178

M
M0ZZI 已提交
179
* [Einführung in Python](http://www.mschimmels.de/eigeneDateien/Python-Kurs.pdf) - Martin Schimmels (PDF)
180
* [Programmiereinführung mit Python](http://opentechschool.github.io/python-beginners/de/)
181
* [Python 3 - Das umfassende Handbuch](http://openbook.rheinwerk-verlag.de/python/) - Johannes Ernesti, Peter Kaiser (Online)
182

T
Try2Code 已提交
183

184 185 186 187 188
#### Django

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


C
Christoph Uschkrat 已提交
189
### Ruby on Rails
190

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

197

C
Christoph Uschkrat 已提交
198
### Scilab
199

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

202

203 204 205 206 207
### Scratch

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


C
Christoph Uschkrat 已提交
208
### UML
209

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

F
Frank Agerholm 已提交
212

213 214 215 216 217 218 219 220
### 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 已提交
221
### Unix
222

C
Craig Davison 已提交
223 224 225
* [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 已提交
226

227

C
Christoph Uschkrat 已提交
228
### Visual Basic
229

C
Craig Davison 已提交
230 231 232
* [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/)