7etsuo / CS107-Programming-ParadigmsLinks
Advanced memory management features of C and C++; the differences between imperative and object-oriented paradigms. The functional paradigm (using LISP) and concurrent programming (using C and C++). Brief survey of other modern languages such as Python, Objective C, and C#.
☆39Updated last year
Alternatives and similar repositories for CS107-Programming-Paradigms
Users that are interested in CS107-Programming-Paradigms are comparing it to the libraries listed below
Sorting:
- A guide that explains how programs transform from source code to executables. Deep dive into ELF format, linking processes, and binary op…☆346Updated 5 months ago
- A repository of all code from Introduction to System Programming in Linux, by Stewart Weiss☆139Updated this week
- Book in Progress☆363Updated 4 months ago
- CMU Systems Programming course resources incl. course website, labs, schedule, & extra material. Books: "Computer Systems: A Programmer's…☆40Updated 2 years ago
- Problem sets completed from HUJI's offering of From NAND to TETRIS - The Elements of Computing Systems, 2017. A complete description for…☆130Updated 6 years ago
- A comprehensive systems programming toolkit implementing low-level concepts in C, from memory management to OS internals. Features practi…☆70Updated 10 months ago
- Assembly Guide☆172Updated 3 years ago
- This repository is a journey through Operating System concepts, with practical implementations in C. Each day focuses on a specific topic…☆332Updated 2 months ago
- This repository contains solutions and exercises from "The C Programming Language" by Brian W. Kernighan and Dennis M. Ritchie (K&R).☆156Updated 5 months ago
- Optimized parallel training implementation of a neural network in C for recognizing handwritten digits from scratch on the MNIST dataset☆86Updated last year
- A roadmap to learn C from Scratch☆650Updated last year
- A Free Seminar Introducing the C Language☆76Updated 11 months ago
- A roadmap to learn x64 assembly using nasm on Linux.☆187Updated 5 years ago
- A tinycompiler in C from scratch☆108Updated last year
- my little linear algebra library☆44Updated last year
- Repository of algorithms implemented in pure assembly☆277Updated last year
- Bootloader exploration☆20Updated 3 years ago
- Multithreaded Reverse Proxy Server In C☆34Updated 9 months ago
- CMU Systems Programming course resources incl. course website, labs, schedule, & extra material. Books: "Computer Systems: A Programmer's…☆17Updated 2 years ago
- Lightweight web server with hot reload and dynamic html templating.☆261Updated 8 months ago
- These are small C language programs meant for learning and understanding the fundamentals of programming.☆252Updated 2 years 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
- machine learning from absolute scratch in c. gradients, linear algebra ops & everything else without using any third party library!☆25Updated last year
- Source Code for 'Beginning x64 Assembly Programming' by Jo Van Hoey☆208Updated 3 years ago
- A cryptographically secure password generator that provides high-entropy passwords with configurable requirements. Uses platform-native c…