yumlicious

List of interesting links
Log | Files | Refs | README

c.md (1914B)


      1 [https://troydhanson.github.io/uthash/utarray.html]
      2 (utarray.html)
      3 
      4 [https://github.com/eteran/c-vector]
      5 (c-vector)
      6 
      7 [https://github.com/goldsborough/vector]
      8 (vector)
      9 
     10 [https://github.com/Mashpoe/c-vector]
     11 (c-vector)
     12 
     13 [https://github.com/antirez/sds/]
     14 (sds)
     15 
     16 [https://github.com/weechat/weechat/tree/master/src/core]
     17 (weechat core)
     18 
     19 [https://github.com/ramdeoshubham/macros/blob/master/macros.h]
     20 (macros.h)
     21 
     22 [https://www.youtube.com/watch?v=lLv1s7rKeCM]
     23 (Programming in Modern C with a Sneak Peek into C23)
     24 
     25 [https://www.youtube.com/watch?v=QpAhX-gsHMs]
     26 (Modern C and What We Can Learn From It)
     27 
     28 [https://github.com/nothings/stb/blob/master/docs/stb_howto.txt]
     29 (stb_howto.txt)
     30 
     31 [https://news.ycombinator.com/item?id=38772754]
     32 (Text Editors - Data Structures)
     33 
     34 [https://nullprogram.com/blog/2014/12/23/]
     35 (Interactive Programming in C)
     36 
     37 [https://en.wikipedia.org/wiki/Free_list]
     38 (Free_list)
     39 
     40 [https://blog.regehr.org/archives/1393]
     41 (Teaching C)
     42 
     43 [https://silent-tower.net/projects/visual-overview-malloc]
     44 (visual-overview-malloc)
     45 
     46 [https://c-faq.com/]
     47 (c-faq.com)
     48 
     49 [https://dev.to/_darrenburns/the-piece-table---the-unsung-hero-of-your-text-editor-al8]
     50 (The Piece Table)
     51 
     52 [https://cranelift.dev/]
     53 (Cranelift compiler backend)
     54 
     55 [https://brennan.io/2015/01/16/write-a-shell-in-c/]
     56 (Tutorial - Write a Shell in C)
     57 
     58 [https://brennan.io/2020/05/24/userspace-cooperative-multitasking/]
     59 (cooperative threads in C)
     60 
     61 [https://git.sr.ht/~sircmpwn/scdoc/tree/master]
     62 (unicode & clean c : ~sircmpwn/scdoc)
     63 
     64 [https://github.com/ankushT369/Struct-Serialization-in-C/blob/main/README.md]
     65 (Struct-Serialization-in-C)
     66 
     67 [https://yurichev.com/mirrors/C/JPL_Coding_Standard_C.pdf]
     68 (JPL_Coding_Standard_C.pdf)
     69 
     70 [https://old.reddit.com/r/ProgrammingLanguages/comments/1o7kj2o/my_language_needs_eyeballs/]
     71 (My language needs eyeballs : ProgrammingLanguages)
     72 
     73 [https://lwn.net/Articles/1042938/]
     74 (Fil-C: A memory-safe C implementation)