Muhammad Rahim's repositories
Social-Network-Application
Welcome to the Social Network Application repository! This project is a console-based application designed to simulate a social network environment. Users can interact with the application through the console, performing various actions such as posting updates, liking posts, commenting, and exploring content shared by friends and liked pages.
LexiCraft
Lexicraft is a simple, console-based text editor built in C++. It supports real-time text editing with efficient cursor navigation and deletion, using a custom doubly linked list. Lexicraft also allows file saving and loading, making it ideal for learning data structures in a minimalistic interface.
Josephus-Problem
This program solves the Josephus Problem using a circular Queue in C++ and visualizes it with SFML. Participants are sequentially eliminated every K-th position until only one survivor remains, displayed with graphical updates and sound effects. The program provides an interactive view of the elimination process and the final winner.
Alphabet-catcher
CatchAlphabets is a game for the Intel 8088, where players use a bucket to catch falling alphabets. The game ends after 10 misses, displays the score, and transitions to scrolling credits. It features custom functions, adjustable speeds, and interrupt-driven input.
rebeltextsite
RebelTextSite is a web app built with HTML, CSS, and Django for quick text editing. It offers tools to clean, format, and analyze text, with easy navigation between features like text processing, results display, and informative pages.