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#.
☆40Updated 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…☆353Updated 6 months ago
- Book in Progress☆365Updated 6 months ago
- A comprehensive systems programming toolkit implementing low-level concepts in C, from memory management to OS internals. Features practi…☆73Updated 11 months ago
- This repository contains solutions and exercises from "The C Programming Language" by Brian W. Kernighan and Dennis M. Ritchie (K&R).☆156Updated 7 months ago
- Optimized parallel training implementation of a neural network in C for recognizing handwritten digits from scratch on the MNIST dataset☆87Updated last year
- my little linear algebra library☆44Updated last year
- This repository is a journey through Operating System concepts, with practical implementations in C. Each day focuses on a specific topic…☆346Updated 4 months ago
- A roadmap to learn C from Scratch☆667Updated last year
- CMU Systems Programming course resources incl. course website, labs, schedule, & extra material. Books: "Computer Systems: A Programmer's…☆41Updated 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…☆132Updated 6 years ago
- Assembly Guide☆178Updated 4 years ago
- These are small C language programs meant for learning and understanding the fundamentals of programming.☆251Updated 3 years ago
- A roadmap to learn x64 assembly using nasm on Linux.☆191Updated 5 years ago
- Repository of algorithms implemented in pure assembly☆282Updated last year
- ☆68Updated 11 years ago
- Bootloader exploration☆20Updated 3 years ago
- Tiny Raspberry Pi Operating System☆276Updated last year
- Multithreaded Reverse Proxy Server In C☆35Updated 10 months ago
- A tinycompiler in C from scratch☆109Updated last year
- A Free Seminar Introducing the C Language☆76Updated last year
- Lightweight web server with hot reload and dynamic html templating.☆263Updated 9 months ago
- x86_64 OS in C☆76Updated 7 months ago
- ☆42Updated last year
- ☆239Updated last year
- A programming language in C, with a tokenizer, a parser, an abstract syntax tree interpreter, a compiler, and a virtual machine.☆56Updated 6 years ago
- An emulation based tool for learning and debugging assembly.☆578Updated this week
- Advanced course for learning how an operating system actually works internally using Xv6. We recommend this course to learners with exper…☆40Updated 4 years ago
- A comprehensive collection of cheatsheets for reverse engineering, binary analysis, and assembly programming tools. This repository serve…☆607Updated 6 months ago
- Some of my notes, books, code listings for asembler studying. Enjoy!☆70Updated 2 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