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++.
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.
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.
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.
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.
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.
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.
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
Pneumonia Detection using Python
Here we have created a CNN model using Keras to detect Pneumonia using Chest X-ray with 90% accuracy.
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.
Password Generator in Python
Python program to generate Password of User's desired length and desired types of ASCII characters in it.
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.