Skip to content
View alaeddine-13's full-sized avatar

Organizations

@docarray
Block or Report

Block or report alaeddine-13

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

Pinned

  1. MedicalExtraction MedicalExtraction Public

    Forked from YassineGabsi/MedicalExtraction

    Python 1

  2. Tunisair-Django Tunisair-Django Public

    Django version of the Tunisair REST API that won us the OpenGovDataHack2020

    Python

  3. NetworkAutomationPlatform NetworkAutomationPlatform Public

    Platform that manages network devices, collects data, executes commands and executes daily traffic tests

    Python 1

  4. graphsearch graphsearch Public

    Implementations of graph search algorithms

    Python 1 2

  5. ecs-fargate-s3-infrastructure ecs-fargate-s3-infrastructure Public

    Infrastructure to deploy a containerized web application using ECS Fargate with service autoscaling and an Application Load Balancer. Frontend deployment uses S3 static web hosting setup with a clo…

    HCL 1

  6. Quadtree implementation that was use... Quadtree implementation that was used to optimize crashy.io. Quadtree is used to optimize collision detection and reduce the time complexity for checks from O(n²) to O(n log (n))
    1
    //******************* QuadTree Implementation *******************
    2
    var getX = function(item){
    3
    	return item.x - item.width/2;
    4
    }
    5
    var getY = function(item){