free-programming-books-tr.md 2.0 KB
Newer Older
E
erdemoncel 已提交
1
###Index
F
ferhat elmas 已提交
2
* [C](#c)
E
erdemoncel 已提交
3
* [D](#d)
F
Ferhat Aydin 已提交
4
* [Fortran](#fortran)
A
Adil Ilhan 已提交
5
* [Git](#git)
M
Mustafa Serhat Dündar 已提交
6
* [Go](#go)
7
* [iOS](#ios)
8
* [Java](#java)
9
* [JavaScript](#javascript)
M
Mojtahedi 已提交
10
* [LaTeX](#latex)
S
Samet Aydemir 已提交
11
* [Linux](#linux)
12
* [Matlab](#matlab)
13
* [PHP](#php)
A
Adil Ilhan 已提交
14
* [Python](#python)
15
* [Ruby](#ruby)
M
Mahmut Bulut 已提交
16
* [Rust](#rust)
F
ferhat elmas 已提交
17

M
Mohammad Hossein Mojtahedi 已提交
18

19
###C
F
ferhat elmas 已提交
20
* [C Programlama Diline Giris](http://www1.gantep.edu.tr/~bingul/c/index.php)
21
* [Sistem Programlama ve İleri C Uygulamaları Kurs Notları](http://www.kaanaslan.com/resource/course_note/download_file.php?file_id=16)
F
ferhat elmas 已提交
22

E
erdemoncel 已提交
23

24
###D
M
Mojtahedi 已提交
25
* [D Programlama Dili](http://ddili.org/ders/d/D_Programlama_Dili.pdf)
F
Ferhat Aydin 已提交
26 27 28 29
 

###Fortran
* [Fortran Programlama Dili](http://www1.gantep.edu.tr/~bingul/f95/index.php)
A
Adil Ilhan 已提交
30 31


32
###Git
A
Adil Ilhan 已提交
33
* [git - basit rehber](http://rogerdudler.github.io/git-guide/index.tr.html)
M
Mojtahedi 已提交
34

M
Mustafa Serhat Dündar 已提交
35 36 37
###Go
* [Go Turu](http://tur.a.golang.org.tr)

38 39 40
###iOS
* [iOS Geleceği Yazanlar](https://gelecegiyazanlar.turkcell.com.tr/konu/ios/)

41 42
###Java
* [Java Yazılım Tasarımı](http://tdsoftware.net/2011/09/23/java-yazalim-tasarimi-kitabi-pdf/)
43

44
###JavaScript
45 46
* [JavaScript Garden](http://bonsaiden.github.io/JavaScript-Garden/tr)

M
Mojtahedi 已提交
47

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

51 52 53
###Linux
* [UNIX/Linux Sistem Programlama Kurs Notları](http://www.kaanaslan.com/resource/course_note/course_note.php)

54 55
###Matlab
* [Matlab Programlamaya Giris](http://ismailari.com/blog/matlab-programlamaya-giris/)
M
Mojtahedi 已提交
56

57 58 59
###PHP
* [PHP - Laravel 4 Türkçe Dokumantasyon](https://leanpub.com/laravel4-tr)

S
Semih 已提交
60

61
###Python
S
Semih 已提交
62
* [Python ile Programlama](http://belgeler.istihza.com/py3/)
H
Halit Alptekin 已提交
63
* [Bilgisayar Bilimcisi Gibi Düşünmek](http://yzgrafik.ege.edu.tr/~tekrei/dersler/bbgd_p/BBGD_PIO.pdf)
M
Mahmut Bulut 已提交
64

65 66 67 68 69 70
###Ruby
* [Ruby](https://www.ruby-lang.org/tr/)
* [Ruby Kullanıcı Kılavuzu](http://www.belgeler.org/uygulamalar/ruby/ruby-ug.html)
* [Yirmi Dakikada Ruby](https://www.ruby-lang.org/tr/documentation/quickstart/)
* [AB2014 Ruby Programlama Dili](https://github.com/leylaKapi/AB2014-Ruby-Programlama-Dili/blob/master/Ruby_AB2014.md)

M
Mahmut Bulut 已提交
71 72
###Rust
* [Rust'a Giriş](http://bit.ly/rustagiris)