free-programming-books-tr.md 6.1 KB
Newer Older
U
Umut Işık 已提交
1
### İçindekiler
2

T
Tan A 已提交
3
* [Algoritma ve Veri Yapıları](#algoritma-ve-veri-yapilari)
4
* [Android](#android)
F
ferhat elmas 已提交
5
* [C](#c)
S
Seth 已提交
6
* [C++](#cpp)
B
Bilal Çorbacıoğlu 已提交
7
* [CSS](#css)
E
erdemoncel 已提交
8
* [D](#d)
M
Muhammed DOĞAN 已提交
9
* [Dart](#dart)
A
Adil Ilhan 已提交
10
* [Git](#git)
M
Mustafa Serhat Dündar 已提交
11
* [Go](#go)
T
Tan A 已提交
12
* [Güvenlik ve Gizlilik](#guvenlik-ve-gizlilik)
13
* [Html](#html)
14
* [iOS](#ios)
T
Tan A 已提交
15
* [Java](#java)
16
* [JavaScript](#javascript)
M
Mojtahedi 已提交
17
* [LaTeX](#latex)
S
Samet Aydemir 已提交
18
* [Linux](#linux)
19
* [Matlab](#matlab)
S
Sahin 已提交
20
* [.NET Framework](#net-framework)
21
* [PHP](#php)
A
Adil Ilhan 已提交
22
* [Python](#python)
23
  * [Django](#django)
24
* [R](#r)
25
* [Ruby](#ruby)
M
Mahmut Bulut 已提交
26
* [Rust](#rust)
27

F
ferhat elmas 已提交
28

T
Tan A 已提交
29 30 31 32 33 34 35 36
### Algoritma ve Veri Yapıları

* [Algoritma ve Programlama Soru Bankası](https://ia601404.us.archive.org/34/items/algoritma-ve-programlama-soru-bankasi/algoritma-ve-programlama-soru-bankas%C4%B1.pdf) (PDF)
* [Algoritma ve Programlamaya Giriş Ders Notları](https://ia601404.us.archive.org/12/items/algoritma-ve-programlamaya-giris-ders-notlari/Algoritma%20ve%20Programlamaya%20Giri%C5%9F%20Ders%20Notlar%C4%B1.pdf) - [İbrahim Küçükkoç](http://ikucukkoc.baun.edu.tr) (PDF)
* [Algoritmalar ve Programlama](https://ia601408.us.archive.org/31/items/algoritmalar-ve-programlama/Algoritmalar%20ve%20Programlama.pdf) (PDF)
* [Bilgisayar Teriminde Algoritma](https://ia601504.us.archive.org/20/items/bilgisayar-teriminde-algoritma/Bilgisayar%20Teriminde%20Algoritma.pdf) - Agah Emir (PDF)


37
### Android
38

39
* [Android Dersleri](https://umiitkose.com/android) - Ümit Köse
40
* [Android Geleceği Yazanlar](https://gelecegiyazanlar.turkcell.com.tr/konu/android)
41
* [Android Türkçe PDF](http://umiitkose.com/wp-content/uploads/2015/08/AndroidStudio.pdf) - Ümit Köse (PDF)
M
Mohammad Hossein Mojtahedi 已提交
42

43

C
Christoph Uschkrat 已提交
44
### C
45

46
* [Beej'in Ağ Programlama Kılavuzu - Internet Soketlerini Kullanarak](http://www.belgeler.org/bgnet/bgnet.html) - B. Hall, Çeviren Emre "FZ" Sevinç (HTML)
B
Bünyamin Mete 已提交
47
* [GNU C Kütüphanesi Basvuru Klavuzu](http://www.belgeler.org/glibc/glibc.html)
E
erdemoncel 已提交
48

49

S
Seth 已提交
50
<h3 id="cpp">C++</h3>
51 52 53 54

* [C++ Dersleri](https://www.yusufsezer.com.tr/cpp-dersleri/) - Yusuf Sezer


B
Bilal Çorbacıoğlu 已提交
55
### CSS
56

S
Seth 已提交
57
* [CSS Giriş](http://sercaneraslan.com/css/) - Sercan Eraslan
B
Bilal Çorbacıoğlu 已提交
58

59

C
Christoph Uschkrat 已提交
60
### D
61

62
* [D Programlama Dili](https://www.ddili.org/ders/d/D_Programlama_Dili.pdf) - Ali Çehreli (PDF)
M
Muhammed DOĞAN 已提交
63

64

M
Muhammed DOĞAN 已提交
65
### Dart
66

67
* [Dart - Merhaba Dünya](https://www.dartogreniyorum.blogspot.com.tr/2013/03/yeniden-dart.html?view=sidebar)
A
Adil Ilhan 已提交
68

69

C
Christoph Uschkrat 已提交
70
### Git
71

72 73
* [git - basit rehber](https://www.rogerdudler.github.io/git-guide/index.tr.html) - Roger Dudler
* [Git 101](https://www.gitbook.com/book/aliozgur/git101/details) - Ali Özgür
M
Mojtahedi 已提交
74

75

C
Christoph Uschkrat 已提交
76
### Go
77

78
* [Go El Kitabı](https://www.github.com/umutphp/the-little-go-book) - Karl Seguin, Umut Işık tarafından çevirildi ([HTML](https://github.com/umutphp/the-little-go-book/blob/master/tr/go.md), [PDF](https://github.com/umutphp/the-little-go-book/releases/download/v07/the-little-go-book-tr.pdf), [EPUB](https://github.com/umutphp/the-little-go-book/releases/download/v07/the-little-go-book-tr.epub))
M
Mustafa Serhat Dündar 已提交
79

80

T
Tan A 已提交
81 82 83 84 85
### Güvenlik ve Gizlilik

* [Özgür Yazılım Derneği Güvenlik Rehberi](https://guvenlik.oyd.org.tr) - Filiz Akin et al.


86
### Html
87

V
Victor Felder 已提交
88
* [Html'e Giriş](http://www.htmldersleri.org)
89
* [Html'e Yolculuk](https://www.github.com/paufsc/journey-to-html)
90

91

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

C
Cem 已提交
94
* [iOS Geleceği Yazanlar](https://gelecegiyazanlar.turkcell.com.tr/konu/ios)
95

96

T
Tan A 已提交
97 98 99
### Java

* [24 Saatte Java](https://ia601505.us.archive.org/23/items/24-saatte-java/24-saatte-java-turkce.pdf) (PDF)
100
* [Başkent Üniversitesi Java Dersleri](http://www.baskent.edu.tr/~tkaracay/etudio/ders/prg/java/java_ndx.html) - ttm (Technology Promotion Center)
101
* [Java Bilgisayar Diliyle Programlama](http://www.turhancoban.com/kitap/JAVA%20B%C4%B0LG%C4%B0SAYAR%20D%C4%B0L%C4%B0YLE%20PROGRAMLAMA.pdf) - Turhan Coban (PDF)
T
Tan A 已提交
102 103 104 105
* [Java ile Nesneye Yönelik Programlama](https://ia801507.us.archive.org/12/items/java-ile-nesneye-yonelik-programlama/Java%20ile%20Nesneye%20Y%C3%B6nelik%20Programlama.pdf) - Oğuz Aslantürk (PDF)
* [Java Kitabı](https://ia601503.us.archive.org/27/items/java-kitabi/java-kitabi.pdf) (PDF)


C
Christoph Uschkrat 已提交
106
### JavaScript
107

108 109
* [JavaScript Garden](http://bonsaiden.github.io/JavaScript-Garden/tr)

110

C
Christoph Uschkrat 已提交
111
### LaTeX
112

M
Mojtahedi 已提交
113
* [İnce bir LaTeX2ε Elkitabı](http://www.ctan.org/tex-archive/info/lshort/turkish)
114

115

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

118
* [GNU Bash Başvuru Kılavuzu](http://www.belgeler.org/bashref/bashref.html)
B
Bünyamin Mete 已提交
119
* [GNU Linux Komutlari](https://www.fullportal.org/GNULINUX/Komutlar/GNULINUXKOMUTLAR.pdf) (PDF)
120 121
* [Linux Belgeleri](http://www.belgeler.org/howto/howtos.html)
* [Linux Sistem Yöneticisinin Kılavuzu](http://www.belgeler.org/sag/sag.html)
122

123

C
Christoph Uschkrat 已提交
124
### Matlab
125

126
* [Matlab Programlamaya Giris](https://www.ismailari.com/blog/matlab-programlamaya-giris) - İsmail Arı
M
Mojtahedi 已提交
127

128

S
Sahin 已提交
129 130
### .NET Framework

S
Sarper Yasin MUTLUBAY 已提交
131
* [ASP.NET Core El Kitabı](https://sahin.gitbook.io/asp-net-core-el-kitab)
S
Sahin 已提交
132 133


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

136
* [PHP - Laravel 4 Türkçe Dokumantasyon](https://www.leanpub.com/laravel4-tr)
137

138

139
### Python
140

141
* [Bilgisayar Bilimcisi Gibi Düşünmek-Python3 ile Öğrenme](https://www.ofenerci.github.io/thinkcspy-tr) - Peter Wentworth, Jeffrey Elkner, Allen B. Downey ve Chris Meyers
142
* [Python Programlama Dili](https://python-istihza.yazbel.com) - YazBel Yazılım Belgelendirme Projesi - Python 3
S
Semih 已提交
143

144

145
### Django
146

S
Seth 已提交
147
* [Django](https://www.pythondersleri.com/p/django-egitim-serisi.html) - Python Dersleri
B
Bünyamin Mete 已提交
148
* [Django Egitimi](https://gokmengorgen.net/django-notes)
Ş
Şeyma Nur Mutlu 已提交
149
* [Django Girls Eğitimi](https://tutorial.djangogirls.org/tr) (1.11) (HTML) (:construction: *in process*)
150 151


152
### R
153

154
* [Ekonometriye Yeni Başlayanlar için Kısa bir R Kılavuzu](https://www.github.com/emraher/eybkbrk) - Emrah Er
155
* [R ile Programlamaya Giriş ve Uygulamalar (2014)](http://inet-tr.org.tr/inetconf19/sunum/16.pdf) - Mustafa Gökçe Baydoğan, Berk Orbay, Uzay Çetin (PDF)
M
Mahmut Bulut 已提交
156

157

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

160
* [AB2014 Ruby Programlama Dili](https://github.com/leylaKapi/AB2014-Ruby-Programlama-Dili/blob/master/Ruby_AB2014.md) - Leyla Kapı
Ş
Şeyma Nur Mutlu 已提交
161
* [Ruby](https://www.ruby-lang.org/tr)
C
Craig Davison 已提交
162
* [Ruby 101](https://www.gitbook.com/book/vigo/ruby-101/details)
Ş
Şeyma Nur Mutlu 已提交
163 164
* [Ruby Kullanıcı Kılavuzu](http://www.belgeler.org/uygulamalar/ruby/ruby-ug.html) - Mark Slagell
* [Yirmi Dakikada Ruby](https://www.ruby-lang.org/tr/documentation/quickstart)
165

166

C
Christoph Uschkrat 已提交
167
### Rust
168

169 170
* [Rust ile CHIP-8 Emülatörü Geliştirme](https://onur.github.io/chip8) - Onur Aslan
* [Rust'a Giriş](https://github.s3.amazonaws.com/downloads/vertexclique/vertexclique.github.io/Rusta-Giris-v1.pdf) - Mahmut Bulut (PDF)