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
application designed for efficient client profile management. It features modules for creating, storing, and retrieving client information, parsing and validating data strings, and implementing standardized interfaces to ensure consistent client operations across the application.
Casino-scripts.com – Your All-in-One Solution for Online Casinos Create your own "Classic Crypto Casino" with Casino Script’s comprehensive, tailored software solution.
In our Software Development Lab, we had to make a game as a project. We chose to make a game which will uphold our Liberation War between Bangladesh and Pakistan in 1971.
This repository contains a collection of projects written in C++. Each project is designed to showcase various programming concepts and problem-solving skills. Explore projects ranging from simple console applications to more complex systems, demonstrating foundational and advanced techniques in each language.
Job Portal Application: A Django-based platform that connects job seekers with employers. Users can create profiles, upload resumes, and manage job postings, while job seekers can apply for jobs directly. The application utilizes Django REST Framework for efficient API handling.
The Password Strength Tester and Cracker is a Java-based tool designed to enhance cybersecurity awareness and education.This tool integrates user input and random password generation, providing a comprehensive solution for password analysis. It is ideal for understanding the importance of strong passwords and the risks associated with weak ones.
This Node.js application is a bot that listens to media messages in a Telegram channel and forwards them to a Discord channel using webhooks. It handles both images and videos and can be easily configured using environment variables. The codebase is structured for clarity and scalability, with separation of concerns into different modules.
This Java-based application demonstrates core object-oriented programming principles by managing different types of bank accounts. With a user-friendly interface, you can create accounts, deposit funds, withdraw money, and check balances. Perfect for learning and exploring Java programming concepts!
The Student Management System is a C++ application designed to manage course registrations for university students. It supports various course types and student programs, ensuring that registration adheres to specific constraints. The system applies key OOP concepts, SOLID principles, and design patterns for a robust and flexible architecture.
The TA Management System is a C++ project designed to manage records of Teaching Assistants (TAs) within a department. The system ensures that only eligible TAs—those who are currently registered students—are maintained in the records. The project involves filtering out records of TAs who have graduated and updating the TA file accordingly.
This is a java OOP project which uses Encapsulation. This project involve creating a system to manage car rentals. It include features like booking cars, managing customer information, and handling payments.
O Simple PicViewer é um visualizador de imagens simples e eficiente. Permite selecionar uma pasta e visualizar, deletar, rotacionar imagens, e visualizar em tela cheia. Possui interface intuitiva com tema escuro e design elegante. Desenvolvido em Python utilizando customtkinter e Pillow.
The Minsk Compiler is a simple C# compiler designed for basic arithmetic expressions. It features lexical analysis, parsing, syntax tree generation, and interactive expression evaluation with parse tree visualization. Users can clone the repository, open it in Visual Studio, build and run the project to start evaluating expressions.
This repository contains a simple train ticket reservation system implemented in C. It includes functionalities for booking, viewing, and managing train tickets. The project demonstrates basic file handling, data structures, and user input/output operations in C.