Compare commits

...

2 Commits

Author SHA1 Message Date
Sujal Singh
1fe92c9aad Merge 5e73566cbc into a8bc6fbcf1 2025-07-11 15:38:42 +08:00
Sujal Singh
5e73566cbc add windowing systems by example 2024-02-08 15:04:27 +05:30

View File

@@ -465,6 +465,7 @@ It's a great way to learn.
* [**Python**: _Learn ML Algorithms by coding: Decision Trees_](https://lethalbrains.com/learn-ml-algorithms-by-coding-decision-trees-439ac503c9a4)
* [**Python**: _JSON Decoding Algorithm_](https://github.com/cheery/json-algorithm)
* [**Python**: _Build your own Git plugin with python_](https://joshburns-xyz.vercel.app/posts/build-your-own-git-plugin)
* [**Python**: _Windowing Systems by Example_](https://jmarlin.github.io/wsbe/)
* [**Ruby**: _A Pedometer in the Real World_](http://aosabook.org/en/500L/a-pedometer-in-the-real-world.html)
* [**Ruby**: _Creating a Linux Desktop application with Ruby_](https://iridakos.com/tutorials/2018/01/25/creating-a-gtk-todo-application-with-ruby)
* [**Rust**: _Building a DNS server in Rust_](https://github.com/EmilHernvall/dnsguide/blob/master/README.md)