Pinned Repositories
blog-api
A REST API for a blog.
cache-simulator
A program that Simulates the behavior of a cache memory.
computer-networking-a-top-down-approach-8th
My solutions of labs and assignments in Computer Networking: A Top-Down Approach 8th edition book.
computer-systems-CS-APP3e
My solutions of Computer Systems: A Programmer’s Perspective, Third Edition (CS:APP3e) book, the text book for the course, CMU15-213: Introduction to Computer Systems.
cs-video-courses
List of Computer Science courses with video lectures.
cv-builder
A CV Builder website created with React.
dynamic-memory-allocator
A simple explicit allocator package based on implicit list.
library
A books library website.
proxy-server
Multithreading HTTP proxy server based on prethreading and a producer-consumer model, with caching functionality.
weather-app
A weather forecast site exploiting weatherapi public API.
ahmeducf's Repositories
ahmeducf/computer-systems-CS-APP3e
My solutions of Computer Systems: A Programmer’s Perspective, Third Edition (CS:APP3e) book, the text book for the course, CMU15-213: Introduction to Computer Systems.
ahmeducf/proxy-server
Multithreading HTTP proxy server based on prethreading and a producer-consumer model, with caching functionality.
ahmeducf/cache-simulator
A program that Simulates the behavior of a cache memory.
ahmeducf/computer-networking-a-top-down-approach-8th
My solutions of labs and assignments in Computer Networking: A Top-Down Approach 8th edition book.
ahmeducf/cs-video-courses
List of Computer Science courses with video lectures.
ahmeducf/dynamic-memory-allocator
A simple explicit allocator package based on implicit list.
ahmeducf/Space-Invaders
Final Project for How to Design Programs course on EDX
ahmeducf/tiny-shell
A simple Unix shell program that supports job control.
ahmeducf/ACM-ICPC-Algorithms
Algorithms used in Competitive Programming
ahmeducf/ArabicCompetitiveProgramming
The repository contains the ENGLISH description files attached to the video series in my ARABIC algorithms channel.
ahmeducf/computer-science
:mortar_board: Path to a free self-taught education in Computer Science!
ahmeducf/container
Simple container implementation written in GO.
ahmeducf/cpbook-code
CP4 Free Source Code Project (C++17, Java11, Python3 and OCaml)
ahmeducf/Cpp-Primer-5th-Exercises-Solutions
Solutions of Exercises in C++ Primer 5th Edition
ahmeducf/foreman
A foreman implementation in GO.