From c4e9f08de3475860a8fbf22ec6afb9c92aaf9718 Mon Sep 17 00:00:00 2001 From: Vijayshree <2400030530@kluniversity.in> Date: Tue, 25 Nov 2025 11:57:26 +0530 Subject: [PATCH 1/9] docs: remove unavailable Rust book --- books/free-programming-books-tr.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/books/free-programming-books-tr.md b/books/free-programming-books-tr.md index 2402850e18bc2..5c5e1e56edeb4 100644 --- a/books/free-programming-books-tr.md +++ b/books/free-programming-books-tr.md @@ -24,8 +24,11 @@ * [R](#r) * [Ruby](#ruby) * [Rust](#rust) -* [Yapay Zeka](#yapay-zeka) +### Rust + + +* [Yapay Zeka](#yapay-zeka) ### Algoritma ve Veri Yapıları From cb8a0b17db085da98075ce82cbf46aeea1e87b2a Mon Sep 17 00:00:00 2001 From: Vijayshree <2400030530@kluniversity.in> Date: Tue, 25 Nov 2025 12:12:53 +0530 Subject: [PATCH 2/9] docs: fix lint warnings in TR Rust section --- books/free-programming-books-tr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/books/free-programming-books-tr.md b/books/free-programming-books-tr.md index 5c5e1e56edeb4..36d0a5e048c25 100644 --- a/books/free-programming-books-tr.md +++ b/books/free-programming-books-tr.md @@ -24,7 +24,7 @@ * [R](#r) * [Ruby](#ruby) * [Rust](#rust) -### Rust + From c3ba375ddf0c5b0c99c397cbb8278d5ab1f5fe33 Mon Sep 17 00:00:00 2001 From: Vijayshree <2400030530@kluniversity.in> Date: Tue, 25 Nov 2025 12:20:38 +0530 Subject: [PATCH 3/9] docs: fix blank lines and duplicate heading in TR Rust section --- books/free-programming-books-tr.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/books/free-programming-books-tr.md b/books/free-programming-books-tr.md index 36d0a5e048c25..8f762fa8e8891 100644 --- a/books/free-programming-books-tr.md +++ b/books/free-programming-books-tr.md @@ -24,7 +24,9 @@ * [R](#r) * [Ruby](#ruby) * [Rust](#rust) +* [Yapay Zeka](#yapay-zeka) +### Rust @@ -32,6 +34,7 @@ ### 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) From 11a95092eafdf43c8d3718677cafe26eac282e9b Mon Sep 17 00:00:00 2001 From: Vijayshree <2400030530@kluniversity.in> Date: Tue, 25 Nov 2025 12:27:02 +0530 Subject: [PATCH 4/9] fix: resolve lint errors in TR Rust section --- books/free-programming-books-tr.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/books/free-programming-books-tr.md b/books/free-programming-books-tr.md index 8f762fa8e8891..57fb236f5b422 100644 --- a/books/free-programming-books-tr.md +++ b/books/free-programming-books-tr.md @@ -30,11 +30,10 @@ -* [Yapay Zeka](#yapay-zeka) - ### 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) From 5590f53114e28231455c8b21f9501cf25c51e4d2 Mon Sep 17 00:00:00 2001 From: Vijayshree <2400030530@kluniversity.in> Date: Tue, 25 Nov 2025 12:46:56 +0530 Subject: [PATCH 5/9] fix(tr): remove duplicate Rust heading and fix blank lines --- books/free-programming-books-tr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/books/free-programming-books-tr.md b/books/free-programming-books-tr.md index 57fb236f5b422..b2be0b9854b00 100644 --- a/books/free-programming-books-tr.md +++ b/books/free-programming-books-tr.md @@ -181,7 +181,7 @@ ### Rust * [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) + ### Yapay Zeka From 95366d9db2a8a66189088165c77dbce2c53a60d9 Mon Sep 17 00:00:00 2001 From: Vijayshree <2400030530@kluniversity.in> Date: Tue, 25 Nov 2025 14:35:59 +0530 Subject: [PATCH 6/9] fix(tr): remove duplicate Rust heading and fix blank lines --- books/free-programming-books-tr.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/books/free-programming-books-tr.md b/books/free-programming-books-tr.md index b2be0b9854b00..840ebd8ed8bfb 100644 --- a/books/free-programming-books-tr.md +++ b/books/free-programming-books-tr.md @@ -32,8 +32,6 @@ ### 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) @@ -43,7 +41,7 @@ ### Android -* [Android Dersleri](https://umiitkose.com/android) - Ümit Köse + * [Android Dersleri](https://umiitkose.com/android) - Ümit Köse * [Android Geleceği Yazanlar](https://gelecegiyazanlar.turkcell.com.tr/konu/android) * [Android Türkçe PDF](http://umiitkose.com/wp-content/uploads/2015/08/AndroidStudio.pdf) - Ümit Köse (PDF) From d541a383860f9b3ec8a931dbf4e7bc54c571992e Mon Sep 17 00:00:00 2001 From: Vijayshree <2400030530@kluniversity.in> Date: Tue, 25 Nov 2025 14:55:34 +0530 Subject: [PATCH 7/9] docs: fix Rust section formatting for linter --- books/free-programming-books-tr.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/books/free-programming-books-tr.md b/books/free-programming-books-tr.md index 840ebd8ed8bfb..94ac6bf09e9ef 100644 --- a/books/free-programming-books-tr.md +++ b/books/free-programming-books-tr.md @@ -176,11 +176,6 @@ * [Yirmi Dakikada Ruby](https://www.ruby-lang.org/tr/documentation/quickstart) -### Rust - -* [Rust ile CHIP-8 Emülatörü Geliştirme](https://onur.github.io/chip8) - Onur Aslan - - ### Yapay Zeka From 29decaf258ee5102322f558b4c926b29320638cb Mon Sep 17 00:00:00 2001 From: Vijayshree <2400030530@kluniversity.in> Date: Tue, 25 Nov 2025 14:58:16 +0530 Subject: [PATCH 8/9] docs: fix Rust section formatting for linter --- books/free-programming-books-tr.md | 1 - 1 file changed, 1 deletion(-) diff --git a/books/free-programming-books-tr.md b/books/free-programming-books-tr.md index 94ac6bf09e9ef..88da69f85ba11 100644 --- a/books/free-programming-books-tr.md +++ b/books/free-programming-books-tr.md @@ -176,7 +176,6 @@ * [Yirmi Dakikada Ruby](https://www.ruby-lang.org/tr/documentation/quickstart) - ### Yapay Zeka * [Derin Öğrenmeye Dalış](https://tr.d2l.ai/d2l-tr-pytorch.pdf) - Aston Zhang, Zachary C. Lipton, Mu Li, Alexander J. Smola (PDF) From 3a0a127a835713c1755fea296ef71721f6b624b1 Mon Sep 17 00:00:00 2001 From: Vijayshree <2400030530@kluniversity.in> Date: Tue, 25 Nov 2025 15:02:32 +0530 Subject: [PATCH 9/9] docs: fix Rust section formatting --- books/free-programming-books-tr.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books-tr.md b/books/free-programming-books-tr.md index 88da69f85ba11..d74d8c92a86a1 100644 --- a/books/free-programming-books-tr.md +++ b/books/free-programming-books-tr.md @@ -30,6 +30,7 @@ + ### 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)