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

148 lines
4.0 KiB
Markdown
Raw Normal View History

2020-10-29 16:42:05 +00:00
### İçindekiler
2015-07-23 19:00:12 +00:00
* [Android](#android)
2014-01-06 12:29:31 +00:00
* [C](#c)
2015-09-13 21:20:01 +00:00
* [CSS](#css)
2013-12-07 00:35:30 +00:00
* [D](#d)
2014-08-26 15:22:33 +00:00
* [Dart](#dart)
2014-01-18 21:21:14 +00:00
* [Fortran](#fortran)
2014-01-01 14:09:25 +00:00
* [Git](#git)
2014-02-27 20:32:00 +00:00
* [Go](#go)
2015-07-23 19:00:12 +00:00
* [Html](#html)
* [iOS](#ios)
* [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)
* [.NET Framework](#net-framework)
2014-01-21 09:24:59 +00:00
* [PHP](#php)
2014-01-01 14:09:25 +00:00
* [Python](#python)
* [Django](#django)
2015-07-23 19:00:12 +00:00
* [R](#r)
2014-07-12 14:05:09 +00:00
* [Ruby](#ruby)
* [Rust](#rust)
2015-07-23 19:00:12 +00:00
2014-01-06 12:29:31 +00:00
2015-07-23 19:00:12 +00:00
### Android
2015-07-23 19:00:12 +00:00
* [Android Geleceği Yazanlar](https://gelecegiyazanlar.turkcell.com.tr/konu/android)
2014-05-22 16:54:24 +00:00
2014-07-27 20:16:50 +00:00
### C
* [Beej'in Ağ Programlama Kılavuzu - Internet Soketlerini Kullanarak](http://www.belgeler.org/bgnet/bgnet.html) - B. Hall, Çeviren Emre "FZ" Sevinç (HTML)
* [C Programlama Diline Giriş](http://www1.gantep.edu.tr/~bingul/c/index.php) - [Ahmet Bingül](http://www1.gantep.edu.tr/~bingul)
* [Programlamaya Giriş Ders Notları](http://web.itu.edu.tr/uyar/programlama) - [H.Turgut Uyar](http://web.itu.edu.tr/uyar)
2013-12-07 00:35:30 +00:00
2015-09-13 21:20:01 +00:00
### CSS
* [CSS Dersleri](http://fatihhayrioglu.com/css-dersleri/) - Fatih Hayrioğlu
2015-09-13 21:20:01 +00:00
2014-07-27 20:16:50 +00:00
### D
* [D Programlama Dili](http://ddili.org/ders/d/D_Programlama_Dili.pdf) - Ali Çehreli (PDF)
2014-08-26 15:22:33 +00:00
2014-08-26 15:22:33 +00:00
### Dart
2014-08-26 15:22:33 +00:00
* [Dart - Merhaba Dünya](http://dartogreniyorum.blogspot.com.tr/2013/03/yeniden-dart.html?view=sidebar)
2014-07-27 20:16:50 +00:00
### Fortran
* [Fortran Programlama Dili](http://www1.gantep.edu.tr/~bingul/f95/index.php) - [Ahmet Bingül](http://www1.gantep.edu.tr/~bingul)
2014-01-01 09:35:50 +00:00
2014-07-27 20:16:50 +00:00
### Git
* [git - basit rehber](http://rogerdudler.github.io/git-guide/index.tr.html) - Roger Dudler
* [Git 101](https://www.gitbook.com/book/aliozgur/git101/details) - [Ali Özgür](https://github.com/aliozgur)
2013-12-11 09:19:21 +00:00
2014-07-27 20:16:50 +00:00
### Go
* [Go El Kitabı](https://github.com/umutphp/the-little-go-book) - Karl Seguin, Umut Işık tarafından çevirildi
2014-02-27 20:32:00 +00:00
2015-07-23 19:00:12 +00:00
### Html
2015-11-13 20:52:57 +00:00
* [Html'e Giriş](http://www.htmldersleri.org)
2015-12-15 14:23:48 +00:00
* [Html'e Yolculuk](https://github.com/paufsc/journey-to-html)
2015-07-23 19:00:12 +00:00
2014-07-27 20:16:50 +00:00
### iOS
2015-12-13 17:32:57 +00:00
* [iOS Geleceği Yazanlar](https://gelecegiyazanlar.turkcell.com.tr/konu/ios)
### Java
* [24 Saatte Java](https://ia601505.us.archive.org/23/items/24-saatte-java/24-saatte-java-turkce.pdf) (PDF)
* [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)
2014-07-27 20:16:50 +00:00
### JavaScript
* [JavaScript Garden](http://bonsaiden.github.io/JavaScript-Garden/tr)
2014-07-27 20:16:50 +00:00
### LaTeX
2013-12-11 09:19:21 +00:00
* [İnce bir LaTeX2ε Elkitabı](http://www.ctan.org/tex-archive/info/lshort/turkish)
2014-07-27 20:16:50 +00:00
### Linux
* [GNU Bash Başvuru Kılavuzu](http://belgeler.org/bashref/bashref.html)
* [Linux Belgeleri](http://belgeler.org/howto/howtos.html)
2015-09-13 21:20:01 +00:00
* [Linux Sistem Yöneticisinin Kılavuzu](http://belgeler.org/sag/sag.html)
2014-07-27 20:16:50 +00:00
### Matlab
* [Matlab Programlamaya Giris](http://ismailari.com/blog/matlab-programlamaya-giris) - İsmail Arı
2013-12-11 09:19:21 +00:00
### .NET Framework
* [ASP.NET Core El Kitabı](https://sahin.gitbook.io/asp-net-core-el-kitab)
2014-07-27 20:16:50 +00:00
### PHP
2014-01-21 09:24:59 +00:00
* [PHP - Laravel 4 Türkçe Dokumantasyon](https://leanpub.com/laravel4-tr)
### Python
* [Bilgisayar Bilimcisi Gibi Düşünmek-Python3 ile Öğrenme](http://ofenerci.github.io/thinkcspy-tr) - Peter Wentworth, Jeffrey Elkner, Allen B. Downey ve Chris Meyers
* [Python ile Programlama](https://belgeler.yazbel.com/python-istihza)
### Django
* [Django Girls Eğitimi](https://tutorial.djangogirls.org/tr) (1.11) (HTML) (:construction: *in process*)
### R
* [Ekonometriye Yeni Başlayanlar için Kısa bir R Kılavuzu](https://github.com/emraher/eybkbrk) - Emrah Er
2014-07-27 20:16:50 +00:00
### Ruby
* [AB2014 Ruby Programlama Dili](https://github.com/leylaKapi/AB2014-Ruby-Programlama-Dili/blob/master/Ruby_AB2014.md) - [Leyla Kapı](http://www.leylakapi.com)
* [Ruby](https://www.ruby-lang.org/tr)
2016-01-15 20:27:21 +00:00
* [Ruby 101](https://www.gitbook.com/book/vigo/ruby-101/details)
* [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)
2014-07-12 14:05:09 +00:00
2014-07-27 20:16:50 +00:00
### Rust
* [Rust'a Giriş](http://bit.ly/rustagiris) - Mahmut Bulut