Pinned Repositories
DCGAN-Implementation
Deep Convolutional Generative Adversarial Network (DCGAN) implementation using PyTorch trained on the MNIST dataset to generate images of handwritten digits
dotfiles
My Linux dotfiles & custom configuration
EchoOS
Operating System and Kernel
expression-compiler
Simple Expression Compiler in C++ & LLVM
File-Specter
A linux daemon that monitors you files
Kaleidoscope
Toy Programming language & optimizing JIT Compiler built with LLVM compiler infrastructure and C++
MyLox
Multi-Paradigm Transpiled (e.g. source to source) general-purpose programming language that translates to Java at runtime along with it's interpreter
Qamar
Dynamically typed general-purpose Programming language & it's Interpreter with Garbage Collection, and Bytecode instruction Virtual Machine similar to JVM built with C
SKernel
Simple x86 Operating System Kernel running in 32-bit protected mode that implements process management, multitasking, and memory paging, with a custom filesystem
Snake-AI
AI agent that plays snake game in C
OmarAzizi's Repositories
OmarAzizi/SKernel
Simple x86 Operating System Kernel running in 32-bit protected mode that implements process management, multitasking, and memory paging, with a custom filesystem
OmarAzizi/EchoOS
Operating System and Kernel
OmarAzizi/Snake-AI
AI agent that plays snake game in C
OmarAzizi/dotfiles
My Linux dotfiles & custom configuration
OmarAzizi/File-Specter
A linux daemon that monitors you files
OmarAzizi/Kaleidoscope
Toy Programming language & optimizing JIT Compiler built with LLVM compiler infrastructure and C++
OmarAzizi/MyLox
Multi-Paradigm Transpiled (e.g. source to source) general-purpose programming language that translates to Java at runtime along with it's interpreter
OmarAzizi/Qamar
Dynamically typed general-purpose Programming language & it's Interpreter with Garbage Collection, and Bytecode instruction Virtual Machine similar to JVM built with C
OmarAzizi/Sort-Spectra
Sorting Algorithms Visualizer in C
OmarAzizi/Assembly-Command-Line-Arguments
Handling command-line arguments with x86_64 Assembly
OmarAzizi/Assembly-Daytime-Client
Daytime client in x86_64 Assembly (Network Programming)
OmarAzizi/Assembly-Web-Server
Webserver in x86_64 Assembly (Network Programming)
OmarAzizi/Bootloader
x86 Assembly Bootloader
OmarAzizi/Chroma-AI
Turn your Black & White images to colored with AI
OmarAzizi/daytime-client-server
Simple daytime client/server in C (Practicing Network Programming)
OmarAzizi/DCGAN-Implementation
Deep Convolutional Generative Adversarial Network (DCGAN) implementation using PyTorch trained on the MNIST dataset to generate images of handwritten digits
OmarAzizi/Echo-Client-Server
A Simple Echo Client/Server in C
OmarAzizi/HTTP-Server
HTTP server from scratch in C
OmarAzizi/Logic-Gates-Modeling
Modeling Logic Gates with Neural Networks
OmarAzizi/NeuroGraphix
Insightful Neural Network Visualization in C
OmarAzizi/OmarAzizi
OmarAzizi/REST-API
Simple RESTful API with GO & Gin
OmarAzizi/SnakeGame
Snake Game in C
OmarAzizi/Generative-AI
Generating images (handwritten digits) using GANs built with PyTorch
OmarAzizi/Sierpinski-Gasket
Generating Sierpinski Triangle (fractal shape) with OpenGL
OmarAzizi/expression-compiler
Simple Expression Compiler in C++ & LLVM
OmarAzizi/OLISP
A minimalist Lisp-like purely functional interpreted programming language designed for simplicity and versatility built with C
OmarAzizi/Blink
Blink Game Engine
OmarAzizi/glfw
A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input
OmarAzizi/VisionTransformer