Code Packets
Browse all published coding projects
QR code generator using Express.js in Node.js
This is a simple project to generate QR code generator in Node.js. I have used Express.js which is a web application framework of Node.js and I have also used ejs.
GUI application to display Student Information in Java
I have developed a basic GUI application to accept student information from a textfield and display it in a serial manner.
Code to add new product in logistic inventory using JAVA
This is a simple basic program using Java to create objects to add all the necessary information about the new product.
Login and register system using Node.js, Express.js and MongoDB
This is a simple login and register system project. I have used Node.js and Express.js which is a web application framework of Node.js, and also used a database that is MongoDB.
Enhancing Image Quality Using LDM Super Resolution Techniques
This project aims to evaluate the performance of the LDM Super Resolution model on a diverse set of images, including images with different resolutions, content, and textures.
Custom Map Marker Annotations in SwiftUI Map View
This is a complete project where you can see custom Map markers added using annotations in SwiftUI map view.
Temperature Converter using JavaFX
This is a source code of a tool using JavaFX to convert the given temperature into respective Celsius or Fahrenheit degrees.
Print all Subsets of a given Array Using Recursion in C++
This Project Prints all the Subsets of the Array.Input will be given by User i.e.., an Array and Size of Array 'N' using C++ programming language.
Print all Combinations of a Sum in given Array Using C++
This Project Prints all the Combination Elements of the given sum that elements of the Array.Input will be given by User i.e.., an Array and Sum K using C++ programming language.
Print all Subsequences of an Array Whose Sum is K using C++
This Project Prints all the Subsequences of the Array whose sum is K.Input will be given by User i.e.., an Array ,K & Size of Array 'N' using C++ programming language.
Print all Subsequences of an Array Using C++
This Project Prints all the Subsequences of the Array.Input will be given by User i.e.., an Array and Size of Array 'N' using C++ programming language.
Underwater themed template using HTML, CSS, and JavaScipt
Underwater view with bubbles rising above and one bubble keep following the cursor. This project was made using HTML, CSS, and JavaScipt