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:
- A curated list of awesome C frameworks, libraries, resources and other shiny things. Inspired by all the other awesome-... projects out t…☆8Updated last year
- Web based binary analysis☆85Updated 8 months ago
- ☆12Updated 5 months ago
- Learning assembly x86 programming and reverse engineering☆15Updated 4 years ago
- Advanced memory management features of C and C++; the differences between imperative and object-oriented paradigms. The functional paradi…☆37Updated last year
- Programs for Compiler Design course CS601 using Lex and C.☆17Updated 8 months ago
- ☆12Updated last year
- A guide that explains how programs transform from source code to executables. Deep dive into ELF format, linking processes, and binary op…☆341Updated 3 weeks ago
- A comprehensive systems programming toolkit implementing low-level concepts in C, from memory management to OS internals. Features practi…☆68Updated 5 months ago
- The legend of random website☆18Updated 4 months ago
- Book in Progress☆357Updated last week
- Multithreaded Reverse Proxy Server In C☆33Updated 5 months 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
- A FREE comprehensive step-by-step embedded Assembler tutorial covering the basics including coding your own vector table and linker scrip…☆42Updated last year
- NES emulator written in C/C++ using pure WinAPI☆114Updated 6 months ago
- Assembly code editor☆50Updated last month
- Compiler for the Jack Programming Language☆19Updated 9 months ago
- A collection of Operating System Resources for students and teachers☆74Updated last year
- ☆85Updated 8 months ago
- A simple terminal-based MP3 player with a beautiful spectrum visualizer.☆88Updated 2 months ago
- Problem sets completed from HUJI's offering of From NAND to TETRIS - The Elements of Computing Systems, 2017. A complete description for…☆124Updated 6 years 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
- This repository is a journey through Operating System concepts, with practical implementations in C. Each day focuses on a specific topic…☆302Updated 3 weeks ago
- ☆42Updated last year
- Virtual Machines Experimentation Sandbox 2☆16Updated last year
- GPT-2 in C☆75Updated 7 months ago
- machine learning from absolute scratch in c. gradients, linear algebra ops & everything else without using any third party library!☆24Updated last year
- FAT is a TUI-based file and archive viewer for your terminal that allows you to inspect text files, binary files, and archives like ZIPs …☆41Updated this week
- A roadmap to learn x64 assembly using nasm on Linux.☆178Updated 5 years ago
- a tiny multidimensional array implementation in C similar to numpy, but only one file.☆228Updated last year