Code Packets

Browse all published coding projects

Program in Java to print the Calendar with year as input (without Calendar class)

This project aims at the generation of Calendar of a year without using Calendar class and taking only year as the input implementing the use of 1D and 2D arrays in Java.

Tanisha Adhikari · May 09, 2021

Cargame in C++

This project is a simple car game made in C++. Just need to avoid obstacles coming down via pressing A and D to move left and right.

Ganapati Thota · May 09, 2021

Analog clock using C++

This project describes how to generate an Analog clock in C++. With the help of graphics.h library

Ganapati Thota · May 09, 2021

Count Subarray with Sum Equal to K using Map in C++

This article will see how we can count the total number of subarray with a sum equal to K in linear time complexity using a hash table.

Ashutosh Sunil Rane · May 09, 2021

Tic-Tac-Toe Game using C++ for two players

Tic-Tac-Toe game using C++ that enables two players to play turn by turn and declare the results if any Player won or that was a Draw!

Jay Parmar · May 09, 2021

Machine Learning Model for Gender Classification Using Human Speech Data

This model is developed using the Machine Learning classification algorithm Logistic Regression to classify the human gender based upon speech signal pre-processed data.

Mukul Kumar · May 08, 2021

Stack operations using Linked list in C++

This project is about performing stack operations like push, pop, reverse using a linked list in C++.

Sandhya yegireddi · May 08, 2021

Online Book PURCHASING IN C++

This is a simple program to purchase books through online mode, where here we have a collection of 25 books of distinct authors in c++ language.

Gubba Chandana · May 08, 2021

Emoji-Pedia using React

Emoji-Pedia is a webiste for Emojis. This will Contain meaning of emoji with symbols.

Gaurav Tanwar · May 08, 2021

Text to Speech in Python using Newspaper, NLTK and GTTS

This project will help to create voice speech synthesized from the text given. The Python program is helpful for users who cannot see but want to read any online articles.

Devansh Manish Parikh · May 08, 2021

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.

Mukul Kumar · May 07, 2021

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.

Rithish Kumar E · May 07, 2021