Code Packets
Browse all published coding projects
Bot for Stock Price updates in Python
This Bot provides all information about stocks of desired company in Discord channels messages using Python library yfinance.
JAVAFX APPLICATION FOR AN INSURANCE COMPANY
I HAVE USED JAVAFX TO BUILD THIS APPLICATION. IT CALCULATES THE COST AS PER WHAT WE CHOOSE. WE CAN FURTHER INCLUDE OTHER CHECKBOXES OR BUTTONS IF NEEDED.
Guessing the number program in C++
We use to generate a random number and we then use to use to guess the number. We will learn about srand and rand function in C++
Personal Assistant using Python
Personal Assistant using Python Speech Recognition and Voice Input from user with various features like opening several websites and applications etc.
Queue operations Using Linked List In C++
This is queue operations using the linked list in C++, which includes en queue, dequeuing, finding peek element, and reversing the queue.
Program in Java for Simplex Communication using Connection Oriented Service
This program implements simplex communication using connection-oriented services where SocketServer and Socket class is used. This is a Socket Programming concept in Computer Networks.
Twitter following and followers list using Python
Using the 'tweepy' package of Python to extract Twitter account data and manipulate them using api.friends and api.followers
Demonstration of File Handling and Collections with example of Student Database using Java
Here, I have implemented file handling in Java with ease of understanding for beginners. For the Manipulation of the data, Java Collections Framework has been used.
Landing Page Template in HTML
Interactive and Animated Landing Web Page Template Project in HTML, AJAX, PHP, JS, CSS, and Sass.
E-Mail Sending Application Using Java
Sending email is a basic requirement regardless of which platform we are working on. Java provides the facility to send the emails by writing java programs.
Voice Assistance app using Java
This project is based on voice assistance and works like "ALEXA","SIRI" for small tasks.
Upload a file to database using PHP
This packet contains customizable PHP code to upload a file to the database and update the relevant table.