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.
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.
Analog clock using C++
This project describes how to generate an Analog clock in C++. With the help of graphics.h library
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.
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!
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.
Stack operations using Linked list in C++
This project is about performing stack operations like push, pop, reverse using a linked list in C++.
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.
Emoji-Pedia using React
Emoji-Pedia is a webiste for Emojis. This will Contain meaning of emoji with symbols.
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.
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.
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.