From 5242ba4f54326dec76a49eedcb4866dee64db33c Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Tue, 29 Apr 2025 13:41:20 +0200 Subject: Use our Assert macro; Added screenshot --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c69eb45..a3ea199 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ ## Overview `chatty` is a terminal chat application. Included is also a server. +
+
+ + ### Client features - users are saved @@ -41,13 +45,13 @@ In another prompt, start a client with ``` # Resources -- terminal library: [Termbox2](https://github.com/termbox/termbox2) -- source code I looked at: +- Terminal library: [Termbox2](https://github.com/termbox/termbox2) +- Source code I looked at: - https://github.com/git-bruh/matrix-tui - https://github.com/NikitaIvanovV/ictree - *mmap & gdb*: [Tsoding - "Why linux has this syscall?" ](https://youtu.be/sFYFuBzu9Ow?si=CX32IzFVA8OPDZvS) - *pthreads*: [C for dummies](https://c-for-dummies.com/blog/?p=5365) - *unicode and wide characters*: [C for dummies](https://c-for-dummies.com/blog/?p=2578) - *sockets*: [Nir Lichtman - Making Minimalist Chat Server in C on Linux](https://www.youtube.com/watch?v=gGfTjKwLQxY) -- syscall manpages `man` -- UTF8 Comprssion: [Casey Muratori - Simple RLE Compressor](https://www.youtube.com/watch?v=kikLEdc3C1c&t=6312s) +- Syscall manpages `man` +- Compression: [Casey Muratori - Simple RLE Compressor](https://www.youtube.com/watch?v=kikLEdc3C1c&t=6312s) -- cgit v1.2.3