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#.
☆37Updated 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…☆335Updated 7 months ago
- A comprehensive systems programming toolkit implementing low-level concepts in C, from memory management to OS internals. Features practi…☆66Updated 5 months ago
- Assembly Guide☆167Updated 3 years ago
- Optimized parallel training implementation of a neural network in C for recognizing handwritten digits from scratch on the MNIST dataset☆86Updated 10 months ago
- Book in Progress☆345Updated 6 months ago
- A roadmap to learn x64 assembly using nasm on Linux.☆175Updated 5 years ago
- This repository contains solutions and exercises from "The C Programming Language" by Brian W. Kernighan and Dennis M. Ritchie (K&R).☆151Updated 2 weeks ago
- A roadmap to learn C from Scratch☆624Updated 9 months ago
- Problem sets completed from HUJI's offering of From NAND to TETRIS - The Elements of Computing Systems, 2017. A complete description for…☆123Updated 6 years ago
- This repository is a journey through Operating System concepts, with practical implementations in C. Each day focuses on a specific topic…☆282Updated 3 weeks ago
- my little linear algebra library☆46Updated last year
- Tiny Raspberry Pi Operating System☆194Updated 10 months ago
- These are small C language programs meant for learning and understanding the fundamentals of programming.☆157Updated 2 years ago
- CMU Systems Programming course resources incl. course website, labs, schedule, & extra material. Books: "Computer Systems: A Programmer's…☆36Updated last year
- Some of my notes, books, code listings for asembler studying. Enjoy!☆63Updated 2 years ago
- Repository of algorithms implemented in pure assembly☆244Updated last year
- A repository of all code from Introduction to System Programming in Linux, by Stewart Weiss☆56Updated last month
- A tinycompiler in C from scratch☆95Updated 11 months ago
- Lightweight web server with hot reload and dynamic html templating.☆250Updated 2 months ago
- Code from my book, "Tiny C Projects," published by Manning Inc.☆90Updated 6 months ago
- An emulation based tool for learning and debugging assembly.☆550Updated last month
- C projects: algorithms, games, and networking☆152Updated 2 months ago
- Multithreaded Reverse Proxy Server In C☆33Updated 4 months ago
- A comprehensive collection of cheatsheets for reverse engineering, binary analysis, and assembly programming tools. This repository serve…☆558Updated 6 months ago
- machine learning from absolute scratch in c. gradients, linear algebra ops & everything else without using any third party library!☆24Updated 11 months ago
- ☆62Updated 11 years ago
- NES toolchain & emulator in C☆130Updated 7 months ago
- Tiny x86_64 OS in C☆75Updated last month
- A programming language in C, with a tokenizer, a parser, an abstract syntax tree interpreter, a compiler, and a virtual machine.☆56Updated 5 years ago
- Example code for compilers textbook.☆189Updated 2 years ago