Code Packets
Browse all published coding projects
Comparison of numbers in C++
Comparison of intergers without the help of any arithmetic operators or comparison operators.
Roman Number in JavaScript
Roman Number program in JavaScript. Take number input in number form and output the roman number.
Finding index of nth occurrence of an element in an array using Java
This project is developed using Java and it can be used to find out the index of nth occurrence of an element in an array.
Automated Teller Machine (ATM) Using Java
This project is about an Automated Teller Machine(ATM) Using Java which requires a pin code with which user can withdraw or deposit cash and can check the current balance.
Stone Paper Scissors game in Python
This game is developed so that users can play the famous 'Stone Paper Scissors' game even if they are alone. They do not need any other person but just a computer to play this game.
Classification of Employees in context of Transformation to the E-Administration using C++
In this project, I have used Genetic Algorithms for the Classification of Employees in the Context of a Transformation to the e-Administration in C++.
Electricity Supply Management using C++
This project contains a system that manages the electricity supply of a whole locality using concepts of C++ like data strcture, dynamic programming e.t.c several other programming techniques.
Securing Cyber Physical Systems through Tiny Encryption Algorithm using C++
In this project, I have implemented the Tiny Encryption Algorithm in C++ language which can be used to secure cyber-physical systems.
Web Development Tutorial in HTML
Learn 18 amazing web developmental tutorial codes using HTML, JavaScript, and CSS. (Tutorials for Beginners)
Indian Flag in C++
Indian Flag in C++ using the OpenGL Utility Toolkit and GLUT library. (Computer Graphics Program)
Rotating an array leftward in C++
Rotate an array element towards left side according to the number of shifts given. The array elements shifts towards left side by number of positions given by user.
Flappy bird in C++
This project is a simple Flappy bird game made in C++. Just need to fly between the obstacles like a column of pipes without hitting them.