Pinned Repositories
ASCII-Art
This project represents a graphic design technique that uses printable characters from the ASCII standard to create images and animations.
Assembly-Game
A recreation of the 2048 game using Assembly Language, demonstrating the complexities of x86 ASM compared to high-level programming. This project includes features such as tracking the score, the possibility of going back three moves and restarting the game.
Diana-Dinca
Fundamental_Algorithms
Computer Science C language algorithms
Locker-with-security-code
A cipher capable of securing a compact locker, designed especially for storage lockers, using VHDL language, knowledge from logic design and circuits programming
Multiple-queues-management
A queues management application which assigns clients to queues such that the waiting time is minimized. This project uses multithreading, synchronized data structures, a random client generator, and a live simulation of each client's process in line.
Order-Management-App
An application which helps employees manage the products, the clients and the orders of a warehouse. This project was done using object-oriented programming design and relational databases for storing the data for the application.
Photography-company
Spring application designed to manage a photography company. It operates with the database using Hibernate, with functionality tested using Postman to ensure smooth performance and reliability.
Polynomial-Calculator
A functional Polynomial Calculator, created using Java Swing for interface and Junit for testing. The calculator is capable of 6 operations: Add, Subtract, Multiplication, Division, Differentiation and Integration.
University-Platform
An IT system for managing a University Platform for Students, Teachers and Admins, with a variety of functions, using MySQL and Java.
Diana-Dinca's Repositories
Diana-Dinca/ASCII-Art
This project represents a graphic design technique that uses printable characters from the ASCII standard to create images and animations.
Diana-Dinca/Assembly-Game
A recreation of the 2048 game using Assembly Language, demonstrating the complexities of x86 ASM compared to high-level programming. This project includes features such as tracking the score, the possibility of going back three moves and restarting the game.
Diana-Dinca/Diana-Dinca
Diana-Dinca/Fundamental_Algorithms
Computer Science C language algorithms
Diana-Dinca/Locker-with-security-code
A cipher capable of securing a compact locker, designed especially for storage lockers, using VHDL language, knowledge from logic design and circuits programming
Diana-Dinca/Multiple-queues-management
A queues management application which assigns clients to queues such that the waiting time is minimized. This project uses multithreading, synchronized data structures, a random client generator, and a live simulation of each client's process in line.
Diana-Dinca/Order-Management-App
An application which helps employees manage the products, the clients and the orders of a warehouse. This project was done using object-oriented programming design and relational databases for storing the data for the application.
Diana-Dinca/Photography-company
Spring application designed to manage a photography company. It operates with the database using Hibernate, with functionality tested using Postman to ensure smooth performance and reliability.
Diana-Dinca/Polynomial-Calculator
A functional Polynomial Calculator, created using Java Swing for interface and Junit for testing. The calculator is capable of 6 operations: Add, Subtract, Multiplication, Division, Differentiation and Integration.
Diana-Dinca/University-Platform
An IT system for managing a University Platform for Students, Teachers and Admins, with a variety of functions, using MySQL and Java.