Skip to content
View OmarAzizi's full-sized avatar
💭
Violent Impulses
💭
Violent Impulses
  • Jordan Open Source Association (JOSA)
  • Amman, Jordan

Highlights

  • Pro

Block or report OmarAzizi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
OmarAzizi/README.md

Whatever :)

Pinned Loading

  1. Kaleidoscope Kaleidoscope Public

    Toy Programming language & optimizing JIT Compiler built with LLVM compiler infrastructure and C++

    C++ 3

  2. DCGAN-Implementation DCGAN-Implementation Public

    Deep Convolutional Generative Adversarial Network (DCGAN) implementation using PyTorch trained on the MNIST dataset to generate images of handwritten digits

    Python 1

  3. Qamar Qamar Public

    Dynamically typed general-purpose Programming language & it's Interpreter with Garbage Collection, and Bytecode instruction Virtual Machine similar to JVM built with C

    C 7 1

  4. SKernel SKernel Public

    Simple x86 Operating System Kernel running in 32-bit protected mode that implements process management, multitasking, and memory paging, with a custom filesystem

    C 8 1

  5. MyLox MyLox Public

    Multi-Paradigm Transpiled (e.g. source to source) general-purpose programming language that translates to Java at runtime along with it's interpreter

    Java 2

  6. expression-compiler expression-compiler Public

    Simple Expression Compiler in C++ & LLVM

    C++