Code Packets

Browse all published coding projects

C++ Program to Sort Elements of Array in Ascending Order/Increasing Order

This is a C++ Program to Sort Elements of an Array in Ascending Order/Increasing Order with the help of the sort() function, we are going to execute this program

Ashish Kumar Gupta · Jul 15, 2022

Inverted Number Pattern in Java

We will be given an input number N, then we have to print the given pattern corresponding to that number. We have to write this code using Java language.

Jasdeep Singh · Jul 13, 2022

Digital library in HTML, CSS, JavaScript and PHP

It is a complete web development project in JavaScript and PHP in which students can easily login and gain knowledge by reading books

Debashish jena · Jul 13, 2022

Bank Management System in C++ Using Linkedlist.

Here the user can perform all the tasks like creating an account, deposit amount, withdraw amount, listing all acount holders detail, and close an account.

Ashwini Laxman Jadhav · Jul 10, 2022

JavaScript Action Game

An action Game Website built using pure HTML, CSS and JavaScript without using any eternal library.

Ashish Kumar · Jul 09, 2022

Stream application to visualise performance of a Neural Network in Python

This streamlit application is implemented to visualise the data and the predictions made by a neural network model. This packet includes the Python code and the dataset.

Rimjhim Singh · Jul 08, 2022

Mental Health Guide - Chatbot in Python using Natural Language Processing

This is a chatbot developed using Python. The chat bot carries conversation with the user and offers mental heath support.

Rimjhim Singh · Jul 07, 2022

Remove Consecutive duplicate characters from a string in Java using recursion.

In this tutorial, we will learn how to remove duplicate characters from a given string using the Java program. We will learn it using recursion method.

Jasdeep Singh · Jul 05, 2022

ArmstrongNumber using C++

An Armstrong number of three digits is an integer such that the sum of the cubes of its digits is equal to the number itself. This is a C++ project.

Farogh Tariq · Jul 03, 2022

Tic Tac Toe using C++ and 3d matrix

TicTacToe is a game where two players to put Xs and Os in compartments of a matrix. It is made using 3x3 matrix.

Farogh Tariq · Jul 03, 2022

C++ Program to Sort Elements of Array in Descending Order

This is a C++ Program to Sort Elements of an Array in Descending Order with the help of the sort() function, we are going to solve this problem

Ashish Kumar Gupta · Jul 01, 2022

Python password strength checker

This is a password strength checker built using Python language. It takes the password as input and result the review of the strength of the password created.

Neelima kushwah · Jun 30, 2022