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#.
☆37Updated 10 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
- A guide that explains how programs transform from source code to executables. Deep dive into ELF format, linking processes, and binary op…☆327Updated 4 months ago
- A comprehensive systems programming toolkit implementing low-level concepts in C, from memory management to OS internals. Features practi…☆58Updated last month
- A tinycompiler in C from scratch☆92Updated 8 months ago
- Optimized parallel training implementation of a neural network in C for recognizing handwritten digits from scratch on the MNIST dataset☆85Updated 7 months ago
- my little linear algebra library☆47Updated 8 months ago
- This repository is a journey through Operating System concepts, with practical implementations in C. Each day focuses on a specific topic…☆215Updated 3 weeks ago
- Assembly Guide☆150Updated 3 years ago
- Tiny Raspberry Pi Operating System☆183Updated 7 months ago
- TCP server in C with dynamic HTML templating.☆127Updated last month
- Book in Progress☆334Updated 3 months ago
- Multithreaded Reverse Proxy Server In C☆33Updated 3 weeks ago
- An emulation based tool for learning and debugging assembly.☆377Updated this week
- Practice C Programming Projects | This repo collects 19 of programming projects for C. C programming is fundamental to computer science. …☆308Updated 3 months ago
- Some C++ Examples.☆59Updated last year
- CMU Systems Programming course resources incl. course website, labs, schedule, & extra material. Books: "Computer Systems: A Programmer's…☆34Updated last year
- A cryptographically secure password generator that provides high-entropy passwords with configurable requirements. Uses platform-native c…☆21Updated 5 months ago
- A super light chat service, support free software and free speech. 'Li' pronounces as 'lai' not 'li'.☆63Updated 2 months ago
- machine learning from absolute scratch in c. gradients, linear algebra ops & everything else without using any third party library!☆22Updated 8 months ago
- A roadmap to learn x64 assembly using nasm on Linux.☆161Updated 4 years ago
- ☆42Updated 8 months ago
- A roadmap to learn C from Scratch☆608Updated 6 months ago
- a tiny multidimensional array implementation in C similar to numpy, but only one file.☆226Updated 8 months ago
- Some of my notes, books, code listings for asembler studying. Enjoy!☆55Updated 2 years ago
- Code from my book, "Tiny C Projects," published by Manning Inc.☆84Updated 2 months ago
- A programming language in C, with a tokenizer, a parser, an abstract syntax tree interpreter, a compiler, and a virtual machine.☆55Updated 5 years ago
- A comprehensive collection of cheatsheets for reverse engineering, binary analysis, and assembly programming tools. This repository serve…☆474Updated 3 months ago
- Problem sets completed from HUJI's offering of From NAND to TETRIS - The Elements of Computing Systems, 2017. A complete description for…☆119Updated 6 years ago
- handwritten digit recognition system using a custom neural network architecture. Built with C, it features both training capabilities and…☆46Updated last month
- Neural network in C for recognizing american sign language(ASL) from scratch on the MNIST dataset. Optimized with parallel training. Cann…☆37Updated 7 months ago
- A curated list of project-based tutorials in C☆332Updated 5 years ago