GithubHelp home page GithubHelp logo

NOMAN AHMED's Projects

face-and-eyes-detection icon face-and-eyes-detection

Face and Eyes Detection is a project that takes in a video image frame as an input and outputs the location of the eyes and face (in x-y coordinates) in that image frame.

real-time-face-recognition-with-python-and-opencv icon real-time-face-recognition-with-python-and-opencv

Face Recognition Python Project:Face Recognition is a technology in computer vision. In Face recognition / detection we locate and visualize the human faces in any digital image. It is a subdomain of Object Detection, where we try to observe the instance of semantic objects. These objects are of particular class such as animals, cars, humans, etc. Face Detection technology has importance in many fields like marketing and security.

simulation-of-an-airport icon simulation-of-an-airport

As a specific example, let us consider a small but busy airport with only one runway. In each unit of time, one plane can land or one plane can take off but not both. Planes arrive ready to land or to take off at random times, so at any given unit of time, the runway may be idle or a plane may be landing or taking off and there may be several planes waiting either to land or take off. We, therefore, need two queues, called landing and takeoff, to hold these planes. It is better to keep a plane waiting on the ground than in the air, so a small airport allows a plane to take off only if no planes are waiting to land. Hence, after receiving requests from new planes to land or take off, our simulation will first service the head of the queue of planes waiting to land, and only if the landing queue is empty will it allow a plane to take off. We shall wish to simulate many units of time, and, therefore, we embed the main action of the program in a loop that runs for the current time from 1 to a variable end time. With this notation, we can write an outline of the main program.

snake-game-in-c icon snake-game-in-c

This Project is Snake Game in C program is a simple console application without graphics. In this project, can play the popular ' Snake Game ' just like played it elsewhere. Have to use the up, down, right, or left arrows to move the snake. Foods are provided at several co-ordinates of the screen for the snake to eat. Every time the snake eats the food, its length will be increased by one element along with the score.

snake-game-in-c-program icon snake-game-in-c-program

This Project is Snake Game in C program is a simple console application without graphics. In this project, can play the popular ' Snake Game ' just like played it elsewhere. Have to use the up, down, right, or left arrows to move the snake. Foods are provided at several co-ordinates of the screen for the snake to eat. Every time the snake eats the food, its length will be increased by one element along with the score.

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.