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…☆339Updated 2 weeks ago
- Book in Progress☆357Updated this week
- A comprehensive systems programming toolkit implementing low-level concepts in C, from memory management to OS internals. Features practi…☆67Updated 5 months ago
- Optimized parallel training implementation of a neural network in C for recognizing handwritten digits from scratch on the MNIST dataset☆85Updated 11 months ago
- A roadmap to learn C from Scratch☆631Updated 10 months ago
- This repository contains solutions and exercises from "The C Programming Language" by Brian W. Kernighan and Dennis M. Ritchie (K&R).☆154Updated last month
- ☆42Updated last year
- Assembly Guide☆166Updated 3 years ago
- A roadmap to learn x64 assembly using nasm on Linux.☆178Updated 5 years ago
- A repository of all code from Introduction to System Programming in Linux, by Stewart Weiss☆61Updated 2 months ago
- Repository of algorithms implemented in pure assembly☆247Updated last year
- A tinycompiler in C from scratch☆95Updated last year
- Tiny Raspberry Pi Operating System☆259Updated 11 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
- Multithreaded Reverse Proxy Server In C☆33Updated 4 months ago
- my little linear algebra library☆45Updated last year
- This repository is a journey through Operating System concepts, with practical implementations in C. Each day focuses on a specific topic…☆296Updated 2 weeks ago
- CMU Systems Programming course resources incl. course website, labs, schedule, & extra material. Books: "Computer Systems: A Programmer's…☆37Updated 2 years ago
- Lightweight web server with hot reload and dynamic html templating.☆253Updated 3 months ago
- Some C++ Examples.☆62Updated last year
- These are small C language programs meant for learning and understanding the fundamentals of programming.☆160Updated 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 2 years ago
- Bootloader exploration☆19Updated 3 years ago
- Source Code for 'Beginning x64 Assembly Programming' by Jo Van Hoey☆200Updated 3 years ago
- CMU Systems Programming course resources incl. course website, labs, schedule, & extra material. Books: "Computer Systems: A Programmer's…☆15Updated 2 years ago
- A collection of small C projects - usually a minimal example of something interesting☆44Updated 3 years ago
- ☆47Updated 3 months ago
- NES toolchain & emulator in C☆129Updated 8 months ago
- A super light chat service, support free software and free speech. 'Li' pronounces as 'lai' not 'li'.☆69Updated 6 months ago
- A single-threaded TCP server with an event loop using the poll system call written in C.☆91Updated last year