Giter VIP home page Giter VIP logo

sherifgowaied's Projects

atm-bank-teller-java icon atm-bank-teller-java

an automated teller machine with user's account and password, bank account, with that user are able to withdraw, deposit, and view their account balance. Everything is done using command line.

auctions-app-django icon auctions-app-django

Like e-bay App allow user to create new list (rare item), add to my watchList, post comments, filter by category , add bids on items for purchase and login to thier accounts. django admin pannel to manage the app

bitmap-image-filter icon bitmap-image-filter

Like Adobe Photo shop Filters like Blur, Grayscale, Sepia,Reflection . filtering an image as taking the pixels of some original image, and modifying each pixel in such a way that a particular effect is apparent in the resulting image

booking.com-mern-with-admin-dashboard icon booking.com-mern-with-admin-dashboard

Like booking.com, App allows user to booking a Hotel rooms by determine which town will visit. by searching and filtering to get the best room, date, location fits their need. with Admin Dashboard to Manage the CRUD operation and provide Data Analysis Visualization about Total Sales each Month

caesar-cipher icon caesar-cipher

console program cipher text using ceasar's method which provding secrets key ... to make data goes safe back and forth

control-wavfiles-sound-voulme icon control-wavfiles-sound-voulme

WAV files are a common file format for representing audio.each a single 2-byte (16-bit) integer representing the audio signal at a particular point in time. Scaling each sample value by a given factor has the effect of changing the volume of the audio.

credit-card-number-validation icon credit-card-number-validation

Credit card Validation to Card numbers To determine the type of credit card such as Visa, MasterCard, etc., and is it valid for use or not by using Luhn’s Algorithm

ecommerce-django icon ecommerce-django

Users can add/remove products in their cart ,specifying the quantity of each item, billing adress. Stripe for the payment processing. admin panel to searching, filtering and handle all Supply Chain Process

english-grammerly-correct icon english-grammerly-correct

Finding the wrong words in the article by hashing all the English language words through the Hash Table data structure with Hash function,then produce a report of the wrong words + their correction and output a statement of the number of words and there are many errors in the article and the speed of the program

finance-stock-market-wep-app-flask icon finance-stock-market-wep-app-flask

Small stock trading WebApp buying, selling and quoting stock prices with RealTime data by giving user imaginary 10,000$ to start invest in stocks and history about his transaction. by using iex Api ,Login system, Sqlite3 database and Cookies.

full-stack-amazon-clone-mern-with-admin-dashboard icon full-stack-amazon-clone-mern-with-admin-dashboard

Allow user to put/remove items from/to Cart determining the size, color, Amount(increase/decrease). Provide Searching and Sorting For price, date, Color. Stripe Payments with OrderId for Reference or Refunds Request. Admin DashBoard With data analysis visualization of Total sales of each month , Report about New users and CRUD operations. Login System and More

gmail icon gmail

An email web application similar in design and function to Google's Gmail

jobs-restful-api icon jobs-restful-api

Test Restful Api for searching jobs deployed by Heroku and documented by Swagger find at https://jobs-api-sherif.herokuapp.com/

movie-recommendation icon movie-recommendation

This project will take you through the process of mashing up data from two different APIs to make movie recommendations. The TasteDive API lets you provide a movie (or bands, TV shows, etc.) as a query input, and returns a set of related items. The OMDB API lets you provide a movie title as a query input and get back data about the movie, including scores from various review sites (Rotten Tomatoes, IMDB, etc.). You will put those two together. You will use TasteDive to get related movies for a whole list of titles. You’ll combine the resulting lists of related movies, and sort them according to their Rotten Tomatoes scores (which will require making API calls to the OMDB API.) The documentation for the API is at https://tastedive.com/read/api. The documentation for the API is at https://www.omdbapi.com/

netflix-mern-with-admin-dashboard icon netflix-mern-with-admin-dashboard

Full Stack Mern Responsive Netflix clone with admin dash board for graphical User data analytics visualization about How many users join app per month and for CRUD operations for movies, series and users

plurality-vote-algorithm icon plurality-vote-algorithm

A plurality vote (in the United States) or relative majority describes the condition when a candidate more votes than any other but didn't receive more than half of all votes cast

predict-the-fifa-world-cup-winner icon predict-the-fifa-world-cup-winner

In soccer, teams are given FIFA Ratings, which are numerical values representing each team’s relative skill level. Higher FIFA ratings indicate better previous game results, and given two teams’ FIFA ratings, it’s possible to estimate the probability that either team wins a game based on their current ratings. The FIFA Ratings from just before the two previous World Cups are available as the May 2018 Men’s FIFA Ratings and March 2019 Women’s FIFA Ratings. Using this information, we can simulate the entire tournament by repeatedly simulating rounds until we’re left with just one team. And if we want to estimate how likely it is that any given team wins the tournament, we might simulate the tournament many times (e.g. 1000 simulations) and count how many times each team wins a simulated tournament. Your task in this lab is to do just that using Python!

predicting-blood-genes-for-next-three-generations icon predicting-blood-genes-for-next-three-generations

Predicting blood Genes using Binary Tree Data Structure to Simulate the inheritance of blood types for each member of a family The possible blood type combinations, then, are: OO, OA, OB, AO, AA, AB, BO, BA, and BB.

python3-michigan-coursera-specialization icon python3-michigan-coursera-specialization

This specialization teaches the programming in Python 3. starting from variables, conditionals, and loops, and get to some intermediate material like keyword parameters, list comprehensions, lambda expressions, and class inheritance.

recover-losing-data icon recover-losing-data

program that iterates over a copy of my memory card, looking for JPEGs’ signatures. Each time you find a signature, you can open a new file for writing and start filling that file with bytes from my memory card, closing that file only once you encounter another signature. Moreover, rather than read my memory card’s bytes one at a time, you can read 512 of them at a time into a buffer for efficiency’s sake. Thanks to FAT, you can trust that JPEGs’ signatures will be “block-aligned.” That is, you need only look for those signatures in a block’s first four bytes

school-grade-readabiltiy icon school-grade-readabiltiy

Readability test is designed to Determine what (U.S.) grade level is needed to understand the text (paragraph or book) using . The Coleman-Liau index's , Formula = 0.0588 * L - 0.296 * S - 15.8 Here, L is the average number of letters per 100 words in the text, and S is the average number of sentences per 100 words in the text

scrabble-game icon scrabble-game

Scrabble, board-and-tile game in which two to four players compete in forming words with lettered tiles on a 225-square board; words spelled out by letters on the tiles interlock like words in a crossword puzzle. Related Topics: game word game

twitter-api-analysis icon twitter-api-analysis

Analyzing tweets via the Twiiter Api to determine if this tweet has negative or positive feelings through the words of the tweet and the number of retweets and likes compared to my saved data for negative phrases

twitter-social-network-django icon twitter-social-network-django

Twitter like app allow users to share posts, like posts, follow - unfollow, send Direct messages, get notifications from friends about new followers and likes , Login system, visit Friends profiles and more

wheel-of-fortune-game icon wheel-of-fortune-game

Game in which contestants solve word puzzles, similar to those used in hangman, to win cash determined by spinning a carnival wheel

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.