Code Packets

Browse all published coding projects

SPIRAL PRINT OF 2-D ARRAY USING C++

The Spiral Matrix problem takes a 2-Dimensional array of order M x N as an input, and prints the elements of this matrix in spiral order. This code is written in C++.

Ravi Kumar Mehta · Jan 22, 2021

Rotate Image (N*N Array) Using C++

We can consider the image as a 2-D array of size (N*N). Rotate the array by 90 degrees anti-clockwise. This code is written in C++ including <algorithm> library.

Ravi Kumar Mehta · Jan 22, 2021

Linked List Elements Inserting in C++ Programming Language

Linked Lists are the data structures that can be used in place of the array. Here is the implementation of Linked List in C++ Programming Language.

Bharti Suraj Ramashanker · Jan 22, 2021

MULTIPLE CALCULATOR USING JAVASCRIPT

The project has different types of calculators at one place made using JAVASCRIPT. This is a one stop for all who can use multiple calculator at one place only.

Harshita Tripathi · Jan 22, 2021

Searching on Wikipedia by Python

It is created in Python and I have used pywhatkit library. It will help the user to get a Wikipedia summary of the required topic.

Dolly Ukande · Jan 22, 2021

File Content Details and Word Occurrence Using C++

It is a C++ code that will count the total number of words, lines, and occurrences of a given word in a text file.

Anshuman Prakash · Jan 22, 2021

Java Program to Rename a Text File

Hello Learners, in this article, we will learn about how to rename a text file using Java."File" package is an inbuilt package of Java that is used for carrying out this program.

Adinath Kishor Joshi · Jan 22, 2021

Credit card fraud detection using Python

Designed a Neural network using python that was able to classify Credit Card fraud transactions with 99.9% accuracy

Akhilesh Ketkar · Jan 22, 2021

Pneumonia Detection using Python

Here we have created a CNN model using Keras to detect Pneumonia using Chest X-ray with 90% accuracy.

Akhilesh Ketkar · Jan 22, 2021

pima_indian _diabetes prediction using Python (machine learning)

In this Python project, we applied machine learning classification algorithms to predict whether or not the patients in the dataset have diabetes or not.

Debolina Poddar · Jan 22, 2021

Password Generator in Python

Python program to generate Password of User's desired length and desired types of ASCII characters in it.

Deepanshu Mittal · Jan 21, 2021

Portal Displaying Student Record Using C++

It is a C++ program in which one needs to login to the portal, then the verification of password and username will be done. Thus, displayed from a file.

Ayushi · Jan 21, 2021