java-threads
There are 44 repositories under java-threads topic.
KhaledAshrafH/Router-Simulator
This project simulates a limited number of devices connected to a router's Wi-Fi using Java threading and semaphores. The router is designed to limit the number of open connections, allowing only a fixed number of devices to connect simultaneously. When the maximum number of connections is reached, incoming devices must wait until an existing conne
bardakcib/JetFigtherGame
2D Jet Fighter Game with Sounds written in JAVA
dan-oak/java-concurrent-polling
Examples of Java asynchronous pollers using `java.concurrent` classes
mzyxnuel/DevTime
An application for monitoring work time, inspired by Wakatime.
bardakcib/KetchApp
Peer-to-peer encrypted chat application using Socket Programming (MultiSocket) written in JAVA
d4v-id/Multithreading-Runnable-Java
This case use multithreading implements Runnable from Java and split 2 task to get the objective in multithread usage.
Adripoblado/Battleship
Battleship
BaboyaChoch/sudokuValidator
sudokuValidator using Java Threads and Semaphores
eduardspirache/Multi-Thread-Order-Handler
Java program to process Black Friday orders concurrently with multi-threading
igor32648/ABriefOnJavaThreads
This is a short guide covering the topic of Threads in Java. I intend to make a Portuguese version soon.
Nuno-Jesus/FEUP-CPD
A parallel matrix calculator and a distributed local game server developed at the CPD Curricular Unit at FEUP in 2022/2023
robertocarlosgc/euler_pi
Multiprocessors course final project
sarojshakya01/Java-Threading-Example1
Candy Problem using Java Threading
SteliosAlegkakis/Parallel-Programming
This repository contains my assignments from my university's course Parallel Programming
anshul1004/LubyMIS
Implementation of LubyMIS algorithm to find the Maximal Independent Set in case of distributed networks
LukaSimovic/JAVA-programs-and-games
The basics of Java are shown through short programs (first folder) and simple games (second folder)
nuvinga/printer-system
A multi-threaded application using java concurrency features
nuvinga/TrainBookingSystem-Threaded
A train booking system, built off Java and hardcoded JavaFX as an assignment for a degree program
Quathar/PSP
🖥️ Process & Service Programming
Sanushi-Salgado/Banking-System
A simple banking system handling concurrent transactions made to a shared account
biyonik/MultipleClientChat
Java Programlama Dili ile Eş Zamanlı Sunucu-İstemci Uygulaması
diana389/Task-Scheduler
tema2-apd
EmAdd9/SwingChat
Real time sever-client chat application
FilipeLopesPires/HarvestSim
HarvestSim: a multi-threaded harvest simulator.
jhlfrfufyfn/java-course-bsu
BSU programming assignments from the second year
MojTabaa4/quoridor-game
This repository contains the Java implementation of the Quoridor Game, a popular strategy board game. The project provides a graphical user interface (GUI) where players can compete against each other on a virtual game board. It offers an engaging and strategic gaming experience for 2 to 4 players, including cup tournaments with 4 or 8 players.
pablwoAraujo/threads-java
Estudando Threads em Java
rodrigo-r-martins/client-server_communication
Programs using client-server communication
tibetteixeira/operating-system
Repository for the Operating Systems discipline at the Federal University of Ceará.
uiuxarghya/PCC-CS593-OOPS
This repository contains the source codes which were practiced as a part of my OOPS lab during my B.Tech 5th semester.