Several of my best code samples come from Carnegie Mellon courses. To maintain academic integrity, I am unable to keep these on my GitHub or personal website. If you fill out the request form below, I can however send you the following C projects:
• General Purpose dynamic storage allocator for C Programs (malloc, free, realloc, and calloc with segregated free lists, best fit, and block coalescing)
• A thread-based web proxy server using threads. Contains a cache and allows for multiple simultaneous clients
• A simple Linux shell program (tiny shell), supporting a simple form of job control and I/O redirection
Thank you!