Giter Site home page Giter Site logo

Mostafa Anwar's Projects

apiriorialg icon apiriorialg

Apriori is an algorithm for frequent item set mining and association rule learning over relational databases. It proceeds by identifying the frequent individual items in the database and extending them to larger and larger item sets as long as those item sets appear sufficiently often in the database.

black_jack icon black_jack

This is a simplified version of black jack with only hit and deal using random number generator to give you the score of the card you hold.

btree icon btree

This is a java program to do a btree technique using RAF(random file access)

command-line-interpreter icon command-line-interpreter

This is a program that prompt the user to enter the input through the keyboard. After a sequence of characters is entered followed by a return, the string is parsed and the indicated command (s) executed. The user is then again prompted for another command.

communitycomponent icon communitycomponent

This is a repository that will be making a component of community in a software engineering project.

connect-4 icon connect-4

This is connect 4 game made by me and my colleague Ahmed Hossam as an assigment in college thought of sharing it

crosswords icon crosswords

This is a prolog program that solves a crossword puzzle with 4 horizontal and vertical lines.

different-ways-to-power icon different-ways-to-power

This code is used to calculate a to the power n by following the recurrence equation: power(a,n) = a* power(a,n-1). And there is another function to calculate a to the power n by following the recurrence equation: power(a,n) = power(a,n/2) * power(a,n/2)

disk-scheduling icon disk-scheduling

This is a java program that has different types of disk scheduling algorithms

dogyears icon dogyears

A javaScript that converts your age into dog years

dynamic-triangles icon dynamic-triangles

This is a project done using html/css/jsp to create dynamic triangles depending on the input from the user.

eureka icon eureka

This is an alpha implementation phase in a college course (software engineering)

fe6 icon fe6

This is a mini project that consists of 3 Sections - with the following

github-add-youtube-video icon github-add-youtube-video

A Greasemonkey script to better integrate Youtube videos in Github markdown (pull requests, issues, comments, ...).

hrsystem icon hrsystem

A website that helps recruiters assess people faster through online some tests.

kelvinweather icon kelvinweather

JavaScript that convert Kelvin to Celsius, then to Fahrenheit.

listpermutations icon listpermutations

This program prints all the permutations of a given string(unique only).

magiceightball icon magiceightball

The user will be able to input a question, then our program will output a random fortune.

matrix-with-benchmark icon matrix-with-benchmark

This program is made to see which matrix of which data type is faster in operations like (add/subtract/multiply/divide/transpose) and you can choose either to fill the function with data of your own or random data.

mealmaker icon mealmaker

This program randomly generate a three-course meal based on what is available on a menu.

memorygame icon memorygame

You remember that game we used to play with cards or anything and try to match two objects that are the same shape/color ...etc.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.