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…☆345Updated 3 months ago
- A repository of all code from Introduction to System Programming in Linux, by Stewart Weiss☆118Updated this week
- Book in Progress☆360Updated 3 months ago
- A comprehensive systems programming toolkit implementing low-level concepts in C, from memory management to OS internals. Features practi…☆70Updated 9 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
- CMU Systems Programming course resources incl. course website, labs, schedule, & extra material. Books: "Computer Systems: A Programmer's…☆39Updated 2 years ago
- Assembly Guide☆170Updated 3 years ago
- A roadmap to learn x64 assembly using nasm on Linux.☆187Updated 5 years ago
- Repository of algorithms implemented in pure assembly☆273Updated last year
- This repository contains solutions and exercises from "The C Programming Language" by Brian W. Kernighan and Dennis M. Ritchie (K&R).☆156Updated 4 months ago
- A roadmap to learn C from Scratch☆645Updated last year
- These are small C language programs meant for learning and understanding the fundamentals of programming.☆247Updated 2 years ago
- my little linear algebra library☆45Updated last year
- Lightweight web server with hot reload and dynamic html templating.☆260Updated 6 months ago
- This repository is a journey through Operating System concepts, with practical implementations in C. Each day focuses on a specific topic…☆316Updated last month
- Problem sets completed from HUJI's offering of From NAND to TETRIS - The Elements of Computing Systems, 2017. A complete description for…☆126Updated 6 years ago
- Code from my book, "Tiny C Projects," published by Manning Inc.☆106Updated 10 months ago
- Source Code for 'Beginning x64 Assembly Programming' by Jo Van Hoey☆205Updated 3 years ago
- Tiny Raspberry Pi Operating System☆271Updated last year
- Example code for compilers textbook.☆197Updated 2 years ago
- A tinycompiler in C from scratch☆107Updated last year
- Bootloader exploration☆19Updated 3 years ago
- A minimalist implementation of generic data structures written in C language.☆13Updated 2 years ago
- A comprehensive collection of cheatsheets for reverse engineering, binary analysis, and assembly programming tools. This repository serve…☆595Updated 3 months ago
- Some C++ Examples.☆63Updated 2 years ago
- 539kernel is a simple x86 32bit educational kernel which has been written especially for the book "A Journey in Creating an Operating Sys…☆232Updated 2 years ago
- ☆62Updated 11 years ago
- Advanced course for learning how an operating system actually works internally using Xv6. We recommend this course to learners with exper…☆37Updated 4 years ago
- CMU Systems Programming course resources incl. course website, labs, schedule, & extra material. Books: "Computer Systems: A Programmer's…☆17Updated 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