Code Packets

Browse all published coding projects

Star Patterns Using C++

These Star Patterns using C++ are basically the application of Loops which are frequently asked in different recruitment drives, interviews, etc.

Shubham Deepak Kokane · Feb 26, 2021

Text To Speech in Python

A Text-to-Speech GUI application that uses various python libraries to convert text to speech.

Nediff Amala Nixon · Feb 26, 2021

Fractional Knapsack Problem using Greedy Approach in Python

In this article, we are going to learn about the fractional knapsack problem and its implementation in python using the greedy approach.

Tanay R Dandekar · Feb 26, 2021

C++ program to get access from user

This is a C++ program that helps programmer to get permission from the user to access or perform a particular operation in the system

S Angu Hari Hara Karthik · Feb 26, 2021

Capitalizing First and Last Letters of a String in Python

Python Program to convert first and last letters of a string into uppercase and remaining letters to lowercase.

VenkatNarayan.K · Feb 25, 2021

Random access in File Handling Using C++ Programming Language

This project is based on Random access in File Handling to enter users data in random and to search them. Here I have written code for finding the train number and details of it Using C++ program

Srivenurajulu G · Feb 25, 2021

Attendance system using OpenCV Facial Recognition - Python

Building a simple automated attendance system using facial recognition in Python that detects faces and records live attendance with the login time in an excel sheet.

C Koushik · Feb 25, 2021

Country Wise Visualization and Prediction of COVID-19 using ML

The main aim of this project is to visualize and predict the number of confirmed cases of COVID-19 country wise in state level by using Machine learning in Python.

Romita Kundu · Feb 25, 2021

Array implemention of stack using C++ programming

A stack data structure is implemented using 1-dimensional array. Take array of specific size and insert,delete,isempty&display values into array by using LIFO principle with 'top'. Using C++

Srivenurajulu G · Feb 25, 2021

Future forecasting of the number of cases of COVID-19 using Machine Learning in Python

The Main aim of the project is to predict of the number of cases of COVID-19 of upcoming days using Machine Learning Algorithms in Python.

Romita Kundu · Feb 25, 2021

Efficient String searching using C++

This project gives the positions in the string ( input by the user ) at which a pattern string ( input by the user ) is matched, using C++ programming language.

Shaik Jafar · Feb 25, 2021

Gender Prediction Using Voice Data Through Machine learning & Python

This project contains a Jupyter Notebook where various machine learning algorithms were used to predict gender based on voice data. The programming language used was Python.

Jeet Chawla · Feb 25, 2021