Skip to content
View aliabbas299792's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report aliabbas299792

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
aliabbas299792/README.md

Hi there 👋

I'm Ali Abbas, currently a 3rd year Computing Student at Imperial College London Ali's GitHub stats

Pinned

  1. event_manager event_manager Public

    Simple event manager using liburing

    C++ 1

  2. openglWASMTemplate openglWASMTemplate Public template

    A simple OpenGL ES 3.0 WASM project

    C++ 3

  3. radio radio Public

    A simple web based radio

    C++ 2 1

  4. web_server web_server Public

    A simple liburing based web server

    C++ 7

  5. benJames9/ml-privacy-framework benJames9/ml-privacy-framework Public

    TypeScript 5

  6. An annotated example of how to use c... An annotated example of how to use coroutines within coroutines
    1
    #include <atomic>
    2
    #include <coroutine>
    3
    #include <iostream>
    4
    #include <thread>
    5
    #include <vector>