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/guacamole_
OmarAzizi/Pomodoro-timer
Pomodoro timer app
OmarAzizi/snake-game
snake game in python using turtle