Pinned Repositories
ahmedibrahimq.github.io
anlp-morph
Simple Arabic Morphological Analyzer (B.Sc course project)
asm
Solving problems using Assembly Language (Tasm)
braille-it
English – Braille Translator.
create-LR-parser
Generating LR parser for a given grammar.
histogr-eq
Step by step understanding & implementing the Histogram Equalization method
js-stack
Repo of what I have been learning in Node.js and Express
ng-cart
Minimal online store built with Angular and Firebase
notes
Usually tech related notes
SRTF-Scheduling
Implementation and Simulation of Shortest Job First scheduling algorithm (non-preemptive/preemptive)
ahmedibrahimq's Repositories
ahmedibrahimq/create-LR-parser
Generating LR parser for a given grammar.
ahmedibrahimq/anlp-morph
Simple Arabic Morphological Analyzer (B.Sc course project)
ahmedibrahimq/histogr-eq
Step by step understanding & implementing the Histogram Equalization method
ahmedibrahimq/braille-it
English – Braille Translator.
ahmedibrahimq/js-stack
Repo of what I have been learning in Node.js and Express
ahmedibrahimq/ng-cart
Minimal online store built with Angular and Firebase
ahmedibrahimq/SRTF-Scheduling
Implementation and Simulation of Shortest Job First scheduling algorithm (non-preemptive/preemptive)
ahmedibrahimq/ahmedibrahimq.github.io
ahmedibrahimq/asm
Solving problems using Assembly Language (Tasm)
ahmedibrahimq/cdond-c3-projectstarter
Cloud DevOps C3 Refresh Project Starter - Build CI/CD Pipelines, Monitoring & Logging - Spring 2020
ahmedibrahimq/chat
Client-Server Chat over TCP Protocol that supports sending files & deadlocks Avoidance. Gui and cli clients.
ahmedibrahimq/circleci-demo-javascript-express
Sample Javascript/Express app building on CircleCI
ahmedibrahimq/first-circleci
My first CircleCI workflow
ahmedibrahimq/mimma-razaqnakum-api
ahmedibrahimq/mimma-razaqnakum-client
ahmedibrahimq/MST-Prim
Prim's Minimum Spanning Tree algorithm. Min priority queue is Implemented by min heap. Analysis and running time.
ahmedibrahimq/notes
Usually tech related notes
ahmedibrahimq/otsu-between-class
Implementation of the Otsu Thresholding by Maximizing the Between-class Variance
ahmedibrahimq/pl-preprocessor
Checking the syntax structure of Propositional Logic sentences. (without regex - Challenge) (B.Sc course work)
ahmedibrahimq/sorting-algorithms
Max Priority Queue - Max Heap sort - Merge sort
ahmedibrahimq/ToH
Solving Towers of Hanoi game using uninformed search algorithms. (B.Sc. course work)