Projeto desenvolvido para exemplificar a implementação do Design Pattern Singleton em Java.
-
Updated
Oct 12, 2023 - Java
Projeto desenvolvido para exemplificar a implementação do Design Pattern Singleton em Java.
This interactive quiz app challenges users to test their knowledge of world history. With multiple-choice questions and instant feedback, participants can easily track their performance and learn while having fun.
An educational project where all .NET design patterns are implemented with given examples.
Exemplo de Implementação do Design Pattern Singleton feito na Cadeira de Análise e Projeto de Sistemas II da UNI7
NoteMania is a user-friendly Android application designed to help you manage your notes effortlessly.
Personal Project.
This is a learning project for Design Patterns
This C++20 solution enables lazy initialization for multithreaded tasks. It efficiently initializes an expensive object only when needed, ensuring thread safety. It utilizes std::once_flag and std::atomic<bool> for synchronization, optimizing resource utilization and scalability.
This repository is a comprehensive showcase of various design patterns implemented in Java, demonstrating advanced Object-Oriented Design (OOD) principles in Java. The patterns implemented in this project are fundamental to building robust, flexible, and maintainable software systems.
This Trivia application is developed using Jetpack Compose. The questions in JSON format are fetched from an API using the Retrofit library. The MVVM architecture is employed. Flow technology is utilized for data flow. Dependency Injection is implemented using the Hilt library. The Singleton Design Pattern is used.
C++ based config files editor to handle any type of configuration file. Implemented using Singleton design pattern.
This small project was use to develop layered architecture ,java fx and mysql databases .
Simulating a gaming console runner. Allowing for single-game management using the Singleton design pattern, and game management using the State design pattern for different game states.
The Cinema Management System is a Java-based application that demonstrates the use of key design patterns such as Abstract Factory, Builder, Chain of Responsibility, and Singleton. It simulates interactions between customers, employees, and a cinema database system to manage movie screenings, customer reservations, and employee tasks.
Repository to learn all design patterns by example.
A forward-thinking initiative bridging agriculture and green energy in South Africa. As an MVC platform, it fosters sustainable practices and integrates renewable energy solutions. It serves as a vital link between farmers and technology providers, driving innovation for a greener future.
Java caching framework is designed to provide a robust and scalable caching mechanism, suitable for various use cases, including multi-threaded environments.
In this project , I have implemented a console application of Notification System using Design Patterns to showcase different functionalities like mode of sending message(email, or sms),and notification is sended to all subscribed users list(which was given).
A simulation of both producer-consumer and reader-writer problems, using the fair solution.
Add a description, image, and links to the singleton-design-pattern topic page so that developers can more easily learn about it.
To associate your repository with the singleton-design-pattern topic, visit your repo's landing page and select "manage topics."