Pinned Repositories
basic-os
This is a fully functional single-process operating system that is about as powerful as CP/M. It is programmed primarily in C with a small amount of assembly functions.
burger-builder
clean-code-javascript
:bathtub: Clean Code concepts adapted for JavaScript
contact-manager
dev-connector
fav-movie
Java-SNePS-3.0
opencv-assignments
YelpCamp
Yu-Gi-Oh
mostafaelassar's Repositories
mostafaelassar/basic-os
This is a fully functional single-process operating system that is about as powerful as CP/M. It is programmed primarily in C with a small amount of assembly functions.
mostafaelassar/music-composer
This is a simple algorithmic music composer implemented in haskell. It learns some statistics from a number of given strings representing famous musical pieces and then use these statistics to generate new strings representing new pieces.
mostafaelassar/parsing-with-definite-clause-grammars
A parser for a DCF of English-Light. English-Light is a fragment of English which does not include any ungrammatical English sentences.