free-programming-books-tr.md 1.5 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
* [Java](#java)
8
* [JavaScript](#javascript)
M
Mojtahedi 已提交
9
* [LaTeX](#latex)
S
Samet Aydemir 已提交
10
* [Linux](#linux)
11
* [Matlab](#matlab)
12
* [PHP](#php)
A
Adil Ilhan 已提交
13
* [Python](#python)
M
Mahmut Bulut 已提交
14
* [Rust](#rust)
F
ferhat elmas 已提交
15

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

E
erdemoncel 已提交
20

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

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


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

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

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

38
###JavaScript
39 40
* [JavaScript Garden](http://bonsaiden.github.io/JavaScript-Garden/tr)

M
Mojtahedi 已提交
41

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

45 46 47
###Linux
* [UNIX/Linux Sistem Programlama Kurs Notları](http://www.kaanaslan.com/resource/course_note/course_note.php)

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

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

S
Semih 已提交
54

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

###Rust
* [Rust'a Giriş](http://bit.ly/rustagiris)