Coders Packet

Listing of packets of source code submitted by coders

Simple Tic Tac Toe Game In C++

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.

Guessing the number program in C++

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++

memory usage of the program in C++

The project is about finding the memory usage of the program. It's similar to the task manager.

Bot to Open a Webpage in C++

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 .

CPP-Reverse of an array (C++)

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 MTCNN algorithm in Python

Face Recognition System using well know MTCNN algorithm. This system can be used in various applications such as computer vision, security purposes, etc.

DC Universe Dictionary using Java HashMap

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.

Digital Clock Application Using Java

This Digital clock Application will show the Indian Standard time (IST) is the time zone observed throughout India.

Number Guessing game in C++

This is an exciting project, where we will learn about the library used to generate random numbers.

PDF to JPG Converter in Java

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 using Python

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.

Gesture Controlled Robot-Using Python and CopeliaSim Edu

Hand Gesture recognition is made using Python(OpenCV) which acts as a client and Robot in CoppeliaSim acts as the server.