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

3
* [ABAP](#abap)
4
* [Action Script](#action-script)
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)
M
Mojtahedi 已提交
18
* [LaTeX](#latex)
19
* [Meta-Lists](#meta-lists)
U
Uriy Efremochkin 已提交
20
* [MySQL](#mysql)
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
* [SAP Code Style Guides - Clean ABAP](https://github.com/SAP/styleguides/blob/master/clean-abap/CleanABAP_de.md)
37

38

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

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

44

C
Christoph Uschkrat 已提交
45
### Android
46

47
* [Grundlagen und Programmierung](http://www.dpunkt.de/ebooks_files/free/3436.pdf) (PDF)
48

49

C
Christoph Uschkrat 已提交
50
### Assembly Language
51

52 53 54
* [PC Assembly Language](http://drpaulcarter.com/pcasm/) - Paul A. Carter


C
Christoph Uschkrat 已提交
55
### C
56

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

60

61 62 63 64 65 66 67 68
### 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 已提交
69
### C++
70

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

75

O
oltolm 已提交
76 77 78 79 80
### Component Pascal

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


81
### Git
82

83 84 85 86
* [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 已提交
87

88

S
Sebastian 已提交
89
### Go
90

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

95

C
Christoph Uschkrat 已提交
96
### Groovy
97

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

100

101
### HTML & CSS
102

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

108

S
Sebastian 已提交
109 110 111 112 113
### 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)
114

115

C
Christoph Uschkrat 已提交
116
### Java
117

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

126

C
Christoph Uschkrat 已提交
127
### Javascript
128

C
Craig Davison 已提交
129 130
* [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/)
131 132
* [Webseiten erstellen mit Javascript](http://www.highscore.de/javascript/)

M
Mojtahedi 已提交
133

C
Christoph Uschkrat 已提交
134
### LaTeX
135

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

140

C
Christoph Uschkrat 已提交
141
### Meta-Lists
142

C
Craig Davison 已提交
143
* [Galileo Computing - openbook](https://www.rheinwerk-verlag.de/openbook/)
144 145


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

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


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

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

157

158 159 160 161 162
#### Symfony

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


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

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

T
Try2Code 已提交
167

168 169 170 171 172
#### Django

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


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

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

181

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

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

186

187 188 189 190 191
### Scratch

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


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

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

F
Frank Agerholm 已提交
196

197 198 199 200 201 202 203 204
### 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 已提交
205
### Unix
206

C
Craig Davison 已提交
207 208 209
* [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 已提交
210

211

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

C
Craig Davison 已提交
214 215 216
* [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/)