Code Packets
Browse all published coding projects
Google Voice Assistant in Python Selenium and speech_recognition
As google voice search, we can use this module as voice assistant. It can perform actions similiar to google voice assistant.
Generate One-time-password (OTP) using Java
The project is about generating a one-time password (OTP) using Java by importing the necessary modules.
Prediction of covid-19 cases with Python in Machine learning
This Python machine learning project aimed to analyze the spread of local COVID-19 transmission in Maharashtra.
Love-Calculator-in-Python
The project is for the classic love calculator in Python. Users have to enter both names to check compatibility.
Finding frequency of characters in a word or a sentence using Java
This project is developed in Java and can be used to find how many times each character occurred in a word or a sentence.
Check whether the given number is a prime or not using C
A prime number is a natural number that has only one and itself as factors. Examples: 2, 3, 13 are prime numbers.
Heap Sort in C++
This Packet will provide a brief about the algorithm of heap Sort and how it is different from selection sort.
Send mails via Python
Python is a very popular language and hence very useful. We can create many codes which make our lives even much easier. This is a code that illustrates how Python can be used to send emails.
Egg dropping problem in C++
It is a C++ code which tells you the minimum number of attempts to know the critical floor out of k floors which will cause the eggs to break on landing. You are given n eggs to use.
L.C.M. of two numbers using division method without H.C.F demonstrating recursion in Java
This project contributes to one of the major factors of OOP's (reusing code)- The Recursion. Through a code snippet in Java generating L.C.M I have shown the working of recursion.
Student Record Management System using C++
In the following project, a basic student record management system has been created using the concept of a linked list in the C++ programming language.
Simple Hangman Project with c++
This is a simple game in which th user needs to guess letters to find the country name from the given list of countries within the given no. of chances for the user.