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
This C++ project is a versatile utility for processing and reversing text data. It reads input from a file, filters and transforms the text, and then generates a reversed version of the text along with useful statistics.
MetaImage is a web application designed for extracting metadata from image. Built with Spring Boot and Apache Commons Imaging, it provides a user-friendly RESTful API to retrieve detailed metadata, including dimensions, file size, embedded data, etc...
The UNO Card Game Application is a Java-based desktop application that offers a fun and interactive way to play the classic UNO card game against computer-controlled bots. Built using Java Swing, the application features an intuitive graphical user interface (GUI), enabling players to register, log in, and track their gameplay statistics.
A C program to decrypt Caesar cipher-encrypted messages using frequency analysis. Reads input files, decrypts messages automatically, and outputs the results.