From 8270253b717884166615f2168eb95b761154a0f1 Mon Sep 17 00:00:00 2001 From: Marcos Vinicius <40502247+Marcosultymos@users.noreply.github.com> Date: Sun, 2 Aug 2020 18:16:07 -0300 Subject: [PATCH] Update readme I don't know which category this repository fits in so I put it in the uncategorized, it has tutorials on how to create virtual machines, compilers, hash tables, and others. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2661aa8..fc577c8 100644 --- a/README.md +++ b/README.md @@ -401,6 +401,7 @@ * [**C**: _The very basics of a terminal emulator_](https://www.uninformativ.de/blog/postings/2018-02-24/0/POSTING-en.html) * [**C**: _Write a System Call_](https://brennan.io/2016/11/14/kernel-dev-ep3/) * [**C**: _Sol - An MQTT broker from scratch_](https://codepr.github.io/posts/sol-mqtt-broker) +* [**C**: A list of tutorials that explain how to create small and medium projects with C](https://github.com/rby90/project-based-tutorials-in-c) * [**C++**: _Build your own VR headset for $100_](https://github.com/relativty/Relativ) * [**C++**: _How X Window Managers work and how to write one_](https://seasonofcode.com/posts/how-x-window-managers-work-and-how-to-write-one-part-i.html) * [**C++**: _Writing a Linux Debugger_](https://blog.tartanllama.xyz/writing-a-linux-debugger-setup/)