free-programming-books-de.md 5.1 KB
Newer Older
1
###Index
2
* [Unabhängig von der Programmiersprache](#unabh%C3%A4ngig-von-der-programmiersprache)
3
* [Action Script](#action-script)
4
* [Android](#android)
5
* [Assembly Language](#assembly-language)
6
* [C](#c)
7
* [C++](#c-1)
A
Arvid Gerstmann 已提交
8
* [C#](#c-sharp)
9
* [iOS](#ios)
10
* [Git](#git)
A
Arvid Gerstmann 已提交
11
* [Groovy](#groovy)
12
* [HTML & CSS](#html--css)
13
* [Java](#java)
14
* [Javascript](#javascript)
M
Mojtahedi 已提交
15
* [LaTeX](#latex)
16
* [Meta-Lists](#meta-lists)
A
Arvid Gerstmann 已提交
17
* [PHP](#php)
M
Max Attila Ruf 已提交
18
* [PostgreSQL](#postgresql)
19
* [Python](#python)
W
Wilhelm Babernits 已提交
20
* [Ruby on Rails](#ruby-on-rails)
21
* [Scilab](#scilab)
22
* [UML](#uml)
A
Arvid Gerstmann 已提交
23
* [Unix](#unix)
W
Wilhelm Babernits 已提交
24
* [Visual Basic](#visual-basic)
25

26

27
###Unabhängig von der Programmiersprache
28 29
* [IT-Handbuch für Fachinformatiker](http://openbook.galileocomputing.de/it_handbuch/)
* [Objektorientierte Programmierung](http://openbook.galileocomputing.de/oop/)
30 31
* [Scrum und XP im harten Projektalltag](http://www.infoq.com/resource/news/2007/06/scrum-xp-book/en/resources/ScrumAndXpFromTheTrenchesonline_German.pdf)

32

33
###Action Script
34 35 36
* [ActionScript 1 und 2](http://openbook.galileodesign.de/actionscript/)
* [Einstieg in ActionScript](http://openbook.galileodesign.de/actionscript_einstieg/)

37

38
###Android
39 40
* [Grundlagen und Programmierung](http://www.dpunkt.de/ebooks_files/free/3436.pdf)

41

42
###Assembly Language
43 44 45
* [PC Assembly Language](http://drpaulcarter.com/pcasm/) - Paul A. Carter


46 47
###C
* [C von A bis Z](http://openbook.galileocomputing.de/c_von_a_bis_z/)
48
* [Softwareentwicklung in C](http://www.klausschmaranz.com/Downloads/SoftwareentwicklungInC.pdf)
49

50

51
###C++
52
* [Die Boost C++ Bibliotheken](http://www.highscore.de/cpp/boost/)
53
* [Programmieren in C++: Einführung](http://www.highscore.de/cpp/einfuehrung/)
54
* [Programmieren in C++: Aufbau](http://www.highscore.de/cpp/aufbau/)
55

56

57
###C Sharp
58
* [Programmieren in C#: Einführung](http://www.highscore.de/csharp/einfuehrung/)
59 60 61
* [Visual C# 2012](http://openbook.galileocomputing.de/visual_csharp_2012/)
* [Visual C# 2010](http://openbook.galileocomputing.de/visual_csharp_2010/)
* [Visual C# 2008](http://openbook.galileocomputing.de/visual_csharp/)
62

63

64
###iOS
65
* [Apps programmieren für iPhone und iPad](http://openbook.galileocomputing.de/apps_programmieren_fuer_iphone_und_ipad/)
C
Chris S 已提交
66 67 68
* [iOS-Rezepte](http://examples.oreilly.de/openbooks/iosrecipesger.zip)
* [iPad-Programmierung](http://examples.oreilly.de/openbooks/pdf_ipadprogpragger.pdf)

69

70
###Git
71
* [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/de/)
R
romankl 已提交
72
* [Pro Git](http://git-scm.com/book/de)
73

C
Chris S 已提交
74

75
###Groovy
C
Chris S 已提交
76
* [Groovy für Java-Entwickler](http://examples.oreilly.de/openbooks/pdf_groovyger.pdf)
D
David Tran 已提交
77

78

79
### HTML & CSS
80 81
* [HTML5-Handbuch](http://webkompetenz.wikidot.com/docs:html-handbuch)
* [Self HTML](http://de.selfhtml.org/)
82 83


84
###Java
85
* [EJB 3 für Umsteiger: Neuerungen und Änderungen gegenüber dem EJB-2.x-Standard](http://bsd.de/e3fu/umfrage.html) - Heiko W. Rupp
86
* [Java 7 Mehr als eine Insel](http://openbook.galileocomputing.de/java7/)
87
* [Java ist auch eine Insel](http://openbook.galileocomputing.de/javainsel/)
88
* [JSFAtWork, JSF 2.0 und Apache MyFaces](http://jsfatwork.irian.at/book_de/)
M
maggy96 已提交
89
* [Programmieren Java: Einführung](http://www.highscore.de/java/einfuehrung/)
90
* [Programmieren Java: Aufbau](http://www.highscore.de/java/aufbau/)
91

92

93
###Javascript
94
* [JavaScript und AJAX](http://openbook.galileocomputing.de/javascript_ajax/)
95 96
* [Webseiten erstellen mit Javascript](http://www.highscore.de/javascript/)

M
Mojtahedi 已提交
97

98
###LaTeX
99
* [LaTeX : Referenz der Umgebungen, Makros, Längen und Zähler](http://www.lehmanns.de/page/latexreferenz/)
M
Mojtahedi 已提交
100

101

102
###Meta-Lists
103
* [Galileo Computing - openbook](http://www.galileocomputing.de/katalog/openbook)
104 105


106
###PHP
107
* [PHP PEAR](http://openbook.galileocomputing.de/php_pear/)
108 109
* [Praktischer Einstieg in MySQL mit PHP](http://examples.oreilly.de/openbooks/pdf_einmysql2ger.pdf)

M
Max Attila Ruf 已提交
110 111
###PostgreSQL
* [PostgreSQL Einführung](http://cybertec.at/pgbook/)
112

113
###Python
114
* [Python Das umfassende Handbuch](http://openbook.galileocomputing.de/python/)
115
* [Programmiereinführung mit Python](http://opentechschool.github.io/python-beginners/de/)
116

T
Try2Code 已提交
117

118
###Ruby
T
Try2Code 已提交
119
* [Programmieren mit Ruby](http://approximity.com/rubybuch2/)
120
* [Ruby on Rails 2](http://openbook.galileocomputing.de/ruby_on_rails/)
T
Try2Code 已提交
121

122

123
###Ruby on Rails
C
Chris S 已提交
124 125 126
* [Praxiswissen Ruby](http://www.oreilly.de/german/freebooks/rubybasger/pdf_rubybasger.pdf)
* [Praxiswissen Ruby On Rails](http://examples.oreilly.de/openbooks/pdf_rubyonrailsbasger.pdf)
* [Rails Kochbuch](http://examples.oreilly.de/openbooks/pdf_railsckbkger.pdf)
127 128
* [Ruby on Rails 2](http://openbook.galileocomputing.de/ruby_on_rails/)

129

130
###Scilab
131 132
* [Einführung in Scilab/Xcos 5.4](http://www.buech-gifhorn.de/scilab/Einfuehrung.pdf)

133

134
###UML
135 136
* [Der moderne Softwareentwicklungsprozess mit UML](http://www.highscore.de/uml)

F
Frank Agerholm 已提交
137

138
###Unix
139 140
* [Linux-UNIX-Programmierung](http://openbook.galileocomputing.de/linux_unix_programmierung/)
* [Shell-Programmierung](http://openbook.galileocomputing.de/shell_programmierung/)
F
Frank Agerholm 已提交
141
* [Wie werde ich Unix Guru?](http://openbook.galileocomputing.de/unix_guru/)
F
Frank Agerholm 已提交
142

143

144
###Visual Basic
145
* [Einstieg in Visual Basic 2012](http://openbook.galileocomputing.de/einstieg_vb_2012/)
146 147
* [Einstieg in Visual Basic 2010](http://openbook.galileocomputing.de/einstieg_vb_2010/)
* [Visual Basic 2008](http://openbook.galileocomputing.de/visualbasic_2008/)