You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Java-based email scheduling application that allows users to create, manage, and automate email sending tasks. Built with modern Java practices and offering flexible scheduling capabilities for automated email communications.
A simple and secure authentication system built using Java, Swing, and AWT. It allows users to create accounts, log in, and log out with error handling for common issues like incorrect credentials or empty fields. Easily set up by cloning the repository, compiling, and running the Java application.
This is an android-based gaming project. There are two parts to this project. One is UI and the other is Back-End part. In it, I have used XML for the UI design and JAVA for the Back-End part.
OntoViewer is an open-source project that is hosted by EDM Council. The project started in May 2019. OntoViewer is a JAVA application that is specifically designed to access both the ontology structure and its content in the easiest possible way. OntoViewer servers both as a web application and REST API.
A simple GUI Java App that make a shopping list by name and quantity with export feature to export list to an Image. Created for Object-Oriented Programming Course 2024.
The Online Voting System is a Java-based application designed to simulates an online voting process. Users enter their name and age to verify eligibility (must be 18+), then vote for predefined parties like "Andhra Party" & "Praja Party." The system maintains a global vote count using static variables and includes error handling for invalid inputs.