7etsuo / CS107-Programming-Paradigms
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#.
☆38Updated 11 months ago
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 comprehensive systems programming toolkit implementing low-level concepts in C, from memory management to OS internals. Features practi…☆60Updated 3 months ago
- A guide that explains how programs transform from source code to executables. Deep dive into ELF format, linking processes, and binary op…☆329Updated 5 months ago
- A tinycompiler in C from scratch☆92Updated 9 months ago
- A roadmap to learn x64 assembly using nasm on Linux.☆169Updated 4 years ago
- Optimized parallel training implementation of a neural network in C for recognizing handwritten digits from scratch on the MNIST dataset☆85Updated 8 months ago
- Assembly Guide☆167Updated 3 years ago
- ☆42Updated 10 months ago
- Research on theory of programming languages λ, compilers, interpreters, functional programming, formal methods, logic etc.☆200Updated 8 months ago
- This repository is a journey through Operating System concepts, with practical implementations in C. Each day focuses on a specific topic…☆258Updated 2 months ago
- CMU Systems Programming course resources incl. course website, labs, schedule, & extra material. Books: "Computer Systems: A Programmer's…☆35Updated last year
- A cryptographically secure password generator that provides high-entropy passwords with configurable requirements. Uses platform-native c…☆21Updated 6 months ago
- A roadmap to learn C from Scratch☆619Updated 7 months ago
- Book in Progress☆340Updated 4 months ago
- Tiny Raspberry Pi Operating System☆186Updated 8 months ago
- my little linear algebra library☆46Updated 10 months ago
- Useful resources for learning kernel☆18Updated 3 years ago
- Lightweight web server with hot reload and dynamic html templating.☆223Updated 3 weeks ago
- Tiny x86_64 OS in C☆52Updated this week
- A collection of small C projects - usually a minimal example of something interesting☆41Updated 2 years ago
- C Programing Tutorials based on First Year BCA Subject 104-CPPM☆44Updated 7 months ago
- Multithreaded Reverse Proxy Server In C☆33Updated 2 months ago
- x86 OS development using Bochs emulator. MIT xv6, JamesM's kernel development tutorials (with some changes) & more☆81Updated last year
- machine learning from absolute scratch in c. gradients, linear algebra ops & everything else without using any third party library!☆23Updated 9 months ago
- An emulation based tool for learning and debugging assembly.☆443Updated this week
- A modern, visual guide to programming, from assembly to high-level languages. Covers core concepts, performance, internals, and real-worl…☆28Updated last month
- A super light chat service, support free software and free speech. 'Li' pronounces as 'lai' not 'li'.☆65Updated 3 months ago
- A curated list of awesome Assembler☆69Updated 10 years ago
- Repository of algorithms implemented in pure assembly☆242Updated 11 months 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…☆29Updated 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 last year