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
The Spider project is a fusion of two current interests: an Art Metal class, and building with a Raspberry Pi. The spider is animated with bright LED eyes, a flashing body, and short sound clips. The ultimate goal is for Spider to be a Halloween prop.
A comprehensive collection of Java coding problems, algorithms, and concepts for technical interviews and placement exams. Covering data structures, OOP principles, design patterns, multi-threading, each problem includes well-structured solution preparing for Java-based roles.
A Madlibs-style game built in Java for the command line using sockets for client-server interaction. Originally developed at Occidental College from April-May 2019.
This project was done with a goal of understanding Java threads better by implementing matrix multiplication using Java threads in OOP sessional course of CSE, BUET.
This repo consists of my python project which is a battleship multiplayer game done using server-client logic (using sockets,threads and pygame for interface)
Periodic Executor project in C++ employs a threaded model for efficient periodic task management. It includes a waitable queue, threading pool, thread group, and tasks, facilitating scalable and concurrent task execution in high-performance applications.