fengjixuchui / c-systems-programmingLinks
CMU Systems Programming course resources incl. course website, labs, schedule, & extra material. Books: "Computer Systems: A Programmer's Perspective" & "The C Programming Language". Repository includes resources on C programming, incl. Stanford engineering lectures, GCC's C99, & bit-hacking.
☆15Updated 2 years ago
Alternatives and similar repositories for c-systems-programming
Users that are interested in c-systems-programming are comparing it to the libraries listed below
Sorting:
- Virtual Machines Experimentation Sandbox 2☆16Updated last year
- Advanced memory management features of C and C++; the differences between imperative and object-oriented paradigms. The functional paradi…☆38Updated last year
- A tinycompiler in C from scratch☆108Updated last year
- ☆12Updated 7 months ago
- A comprehensive systems programming toolkit implementing low-level concepts in C, from memory management to OS internals. Features practi…☆70Updated 8 months ago
- Web based binary analysis☆86Updated 10 months ago
- A step-by-step walkthrough of the inner workings of a simple neural network. The goal is to demystify the calculations behind neural netw…☆27Updated 7 months ago
- A guide that explains how programs transform from source code to executables. Deep dive into ELF format, linking processes, and binary op…☆345Updated 2 months ago
- This is a guide to removing PDF watermarks. It contains the lessons learned from an experiment of mine.☆12Updated last year
- ☆88Updated 10 months ago
- Book in Progress☆359Updated 2 months ago
- This repo covers Branch and Jump Tables in C and x86 assembly. Branch Tables handle jumps within a subroutine, while Jump Tables facilita…☆10Updated 2 years ago
- A collection of Operating System Resources for students and teachers☆83Updated last year
- ☆46Updated 5 months ago
- The legend of random website☆20Updated 7 months ago
- Multithreaded Reverse Proxy Server In C☆34Updated 7 months ago
- Assembly code editor☆50Updated 3 months ago
- Client-Server chat app that translate (without reasoning) messages based on chosen languages☆14Updated last year
- ☆26Updated 10 months ago
- Learning assembly x86 programming and reverse engineering☆15Updated 4 years ago
- Optimized parallel training implementation of a neural network in C for recognizing handwritten digits from scratch on the MNIST dataset☆86Updated last year
- NES emulator written in C/C++ using pure WinAPI☆117Updated 8 months ago
- A Reverse Engineering Assistant leveraging Retrieval-Augmented Generation (RAG) and the LLaMA-3.1-8B-Instant Large Language Model (LLM). …☆34Updated last year
- HTTP Server in C☆35Updated last year
- Assembly Guide☆168Updated 3 years ago
- Tiny x86_64 OS in C☆77Updated 4 months ago
- GPT-2 in C☆76Updated 9 months ago
- Lightweight web server with hot reload and dynamic html templating.☆257Updated 5 months ago
- This repository is a journey through Operating System concepts, with practical implementations in C. Each day focuses on a specific topic…☆315Updated 2 weeks ago
- My attempt to teach others about microprocessors and programming in IA-32 and IA-64 assembly, and to spread the word of how awesome it is…☆28Updated 3 years ago