We have created a simple Simple Tic Tac Toe game in C++. We are going to display the game on the terminal. We can use this code for the backend for the Tic Tac Toe game.
We use to generate a random number and we then use to use to guess the number. We will learn about srand and rand function in C++
The project is about finding the memory usage of the program. It's similar to the task manager.
This project is about a Bot to open a webpage in C++ with the help of ShellExecuteA. The bot automates towards the site where the user enters the URL .
In this we'll use C++ to reverse an array. We'll take the user input to number of array elements and elements as well.
Face Recognition System using well know MTCNN algorithm. This system can be used in various applications such as computer vision, security purposes, etc.
Inputs a DC Universe character and show its description if it is found. Uses HashMap concept of Java to create a String-String dictionary corresponding to name and description of characters.
This Digital clock Application will show the Indian Standard time (IST) is the time zone observed throughout India.
This is an exciting project, where we will learn about the library used to generate random numbers.
For building the project PDF to JPG converter. The code is in Java language. In this project you just have to add three libraries (pdfbox-2.0.16.jar, fontbox-2.0.16.jar, commons-logging-1.2.jar)
Voice email bot is developed to send emails to anyone by just speaking. System will ask for required information via voice and then send the mail to the mentioned email address in text format.
Hand Gesture recognition is made using Python(OpenCV) which acts as a client and Robot in CoppeliaSim acts as the server.