-
Notifications
You must be signed in to change notification settings - Fork 1
Christopher P. Brown edited this page Jul 27, 2023
·
9 revisions
The C Language
I blogged about it once here:
=> gemini://breadpunk.club/~bakersdozen/gemlog/6.gmi
- https://en.wikibooks.org/wiki/C_Programming
- http://www.buildyourownlisp.com/
- https://viewsourcecode.org/snaptoken/kilo/index.html
- https://www.finseth.com/craft/
- Beej's Guide To Networking: https://beej.us/guide/bgnet/html/split/
- Beej's Guide to C Programming: https://beej.us/guide/bgc/html/split/index.html
- among-sus https://tildegit.org/tildeverse/among-sus
- a gemini client written for Plan 9 https://git.sr.ht/~ft/gemnine/tree/master/gemnine.h
- another gemini client https://sr.ht/~trufas/microgem/
- twtxt client: https://github.com/neauoire/twtxtc
- kilo text editor: https://viewsourcecode.org/snaptoken/kilo/
- an irc client: https://github.com/insom/femtoirc/blob/main/f.c
- sqlite from scratch: https://cstack.github.io/db_tutorial/