programming-books/free-programming-books-tr.md

58 lines
1.5 KiB
Markdown
Raw Normal View History

2013-12-07 00:35:30 +00:00
###Index
2014-01-06 12:29:31 +00:00
* [C](#c)
2013-12-07 00:35:30 +00:00
* [D](#d)
2014-01-18 21:21:14 +00:00
* [Fortran](#fortran)
2014-01-01 14:09:25 +00:00
* [Git](#git)
2014-01-21 09:24:59 +00:00
* [Java](#java)
* [JavaScript](#javascript)
2013-12-11 09:19:21 +00:00
* [LaTeX](#latex)
2014-01-20 19:55:21 +00:00
* [Linux](#linux)
* [Matlab](#matlab)
2014-01-21 09:24:59 +00:00
* [PHP](#php)
2014-01-01 14:09:25 +00:00
* [Python](#python)
* [Rust](#rust)
2014-01-06 12:29:31 +00:00
###C
2014-01-06 12:29:31 +00:00
* [C Programlama Diline Giris](http://www1.gantep.edu.tr/~bingul/c/index.php)
* [Sistem Programlama ve İleri C Uygulamaları Kurs Notları](http://www.kaanaslan.com/resource/course_note/download_file.php?file_id=16)
2014-01-06 12:29:31 +00:00
2013-12-07 00:35:30 +00:00
###D
2013-12-11 09:19:21 +00:00
* [D Programlama Dili](http://ddili.org/ders/d/D_Programlama_Dili.pdf)
2014-01-18 21:21:14 +00:00
###Fortran
* [Fortran Programlama Dili](http://www1.gantep.edu.tr/~bingul/f95/index.php)
2014-01-01 09:35:50 +00:00
###Git
2014-01-01 09:35:50 +00:00
* [git - basit rehber](http://rogerdudler.github.io/git-guide/index.tr.html)
2013-12-11 09:19:21 +00:00
2014-01-21 09:24:59 +00:00
###Java
* [Java Yazılım Tasarımı](http://tdsoftware.net/2011/09/23/java-yazalim-tasarimi-kitabi-pdf/)
###JavaScript
* [JavaScript Garden](http://bonsaiden.github.io/JavaScript-Garden/tr)
2013-12-11 09:19:21 +00:00
###LaTeX
2013-12-11 09:19:21 +00:00
* [İnce bir LaTeX2ε Elkitabı](http://www.ctan.org/tex-archive/info/lshort/turkish)
###Linux
* [UNIX/Linux Sistem Programlama Kurs Notları](http://www.kaanaslan.com/resource/course_note/course_note.php)
###Matlab
* [Matlab Programlamaya Giris](http://ismailari.com/blog/matlab-programlamaya-giris/)
2013-12-11 09:19:21 +00:00
2014-01-21 09:24:59 +00:00
###PHP
* [PHP - Laravel 4 Türkçe Dokumantasyon](https://leanpub.com/laravel4-tr)
2014-01-21 09:24:59 +00:00
###Python
* [Python ile Programlama](http://belgeler.istihza.com/py3/)
2014-01-20 11:10:17 +00:00
* [Bilgisayar Bilimcisi Gibi Düşünmek](http://yzgrafik.ege.edu.tr/~tekrei/dersler/bbgd_p/BBGD_PIO.pdf)
###Rust
* [Rust'a Giriş](http://bit.ly/rustagiris)