Skip to content
/ ctour Public

C implementations of network programs and common ds & algs

Notifications You must be signed in to change notification settings

fgtrzah/ctour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(contrary to what the name suggests, this repo is me taking a tour of C, not giving the tour). basic ideas reimplemented in C.

Quickstart

  1. make ARGS="example.com http"
  2. follow the prompt demo included below

Demo

demo

Roadmap

  • wizard for choosing which tests to run
  • informative prompt messages for helping user provide input
  • programmatic e2e for tests which involve servers and block program execution
  • meticulous tests covering edge cases

Disclaimer

  • llm gateway was used in the process of creating first drafts of certain excersises, i'll cite the relevant code once i've reached 100 or so excersises
  • my compiler and os specific header files or other lower level aspects of execution env is not identical to every other machine
  • run without gaurdrails/verification at your own peril, or vm before execution