From ad5e4441501dddea297d187652396764a1c40f04 Mon Sep 17 00:00:00 2001 From: Ilya Pantsir <42717485+wetHands04@users.noreply.github.com> Date: Sun, 8 Mar 2020 11:10:51 +0200 Subject: [PATCH] Added Zip implementation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6477f2c..e3d9327 100644 --- a/README.md +++ b/README.md @@ -396,6 +396,7 @@ * [**(any)**: _From NAND to Tetris: Building a Modern Computer From First Principles_](http://nand2tetris.org/) * [**Alloy**: _The Same-Origin Policy_](http://aosabook.org/en/500L/the-same-origin-policy.html) * [**C**: _How to Write a Video Player in Less Than 1000 Lines_](http://dranger.com/ffmpeg/ffmpeg.html) +* [**C**: Implement your own Zip in C ](https://www.hanshq.net/zip.html) * [**C**: _Learn how to write a hash table in C_](https://github.com/jamesroutley/write-a-hash-table) * [**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/)