Code Packets
Browse all published coding projects
Library Management System using Python
This program creates a menu driven library system. The source code does not use any external modules/libraries.
Web Scraping In Python using BeautifulSoup
This project helps to scrape the internet, download the images from the specified URL and save the scraped images in a Word document.
Parking Receipt Generator using Java
In this Packet, Parking Receipt Generator has been implemented using Java Programming Language with Applet.
Merge Point of Two Linked Lists in C++
We find the Node where the Two Linked Lists Merge in C++ by De-referencing any One Linked List and Iterating the other List
Spiral Matrix Using C++
Spiral Matrix is a Matrix in the form of incrementing numbers in Spiral Form. This Spiral matrix is Designed using C++.
Android Weather Application using weather API and JSON data
An android application used to display weather information of different cities around the world.
Minified POSTMAN using JavaScript
A user can create a GET, POST, PUT, PATCH, DELETE request from the app and will get the appropriate Response.
Guessing Game in C++
The following packet includes a guessing number game in which you can play a pseudoslot machine game of guessing the number with rewards including 10 times the your current balance.
Broadcasting a server for chatting in Java
This is chatting application designed in Java. Multiple clients can chat on the same server.
Restaurant Management System in C++
This packet includes the files for a management system for a restaurant. This includes .exe file which can be directly executed by any windows based system.
Grocery Shopping System using SQL and PHP
The grocery shopping system is a PHP and SQL-based online application. It allows you to manage your grocery store, customer information, and assist in the online sale of your groceries.
2 Player Chess game and engine in C++
This packet contains a 2 player chess game that can be run on the local machine. Technology Stack: C++, STL Library)