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#.
☆38Updated 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 comprehensive systems programming toolkit implementing low-level concepts in C, from memory management to OS internals. Features practi…☆63Updated 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 6 months ago
- my little linear algebra library☆46Updated 10 months ago
- A tinycompiler in C from scratch☆92Updated 10 months ago
- ☆42Updated 10 months ago
- Optimized parallel training implementation of a neural network in C for recognizing handwritten digits from scratch on the MNIST dataset☆85Updated 9 months ago
- Research on theory of programming languages λ, compilers, interpreters, functional programming, formal methods, logic etc.☆203Updated 9 months ago
- Some C++ Examples.☆60Updated last year
- CMU Systems Programming course resources incl. course website, labs, schedule, & extra material. Books: "Computer Systems: A Programmer's…☆14Updated last year
- This repository contains solutions and exercises from "The C Programming Language" by Brian W. Kernighan and Dennis M. Ritchie (K&R).☆138Updated this week
- Tiny Raspberry Pi Operating System☆188Updated 9 months ago
- Book in Progress☆341Updated 5 months ago
- Assembly Guide☆170Updated 3 years ago
- Multithreaded Reverse Proxy Server In C☆33Updated 2 months ago
- C projects: algorithms, games, and networking☆120Updated 3 weeks ago
- CMU Systems Programming course resources incl. course website, labs, schedule, & extra material. Books: "Computer Systems: A Programmer's…☆34Updated last year
- machine learning from absolute scratch in c. gradients, linear algebra ops & everything else without using any third party library!☆23Updated 10 months ago
- 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
- Code from my book, "Tiny C Projects," published by Manning Inc.☆89Updated 5 months ago
- C Programming with Christine Landerau☆31Updated 10 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…☆29Updated 2 years ago
- A super light chat service, support free software and free speech. 'Li' pronounces as 'lai' not 'li'.☆66Updated 4 months ago
- Some of my notes, books, code listings for asembler studying. Enjoy!☆60Updated 2 years ago
- example output☆45Updated this week
- a tiny multidimensional array implementation in C similar to numpy, but only one file.☆228Updated 10 months ago
- This repository is a journey through Operating System concepts, with practical implementations in C. Each day focuses on a specific topic…☆264Updated 3 months ago
- Lightweight web server with hot reload and dynamic html templating.☆239Updated last month
- A single-threaded TCP server with an event loop using the poll system call written in C.☆90Updated last year
- A collection of small C projects - usually a minimal example of something interesting☆41Updated 3 years ago
- Bootloader exploration☆19Updated 3 years ago