GitHub topics: threading-synchronization
AnonXarkA/OPERATING-SYSTEMS-CSE321-BRACU
Language: C - Size: 760 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0

pomponchik/cantok
Implementation of the "Cancellation Token" pattern
Language: Python - Size: 1.16 MB - Last synced at: 35 minutes ago - Pushed at: 3 months ago - Stars: 117 - Forks: 6

pydevcasts/MeetMa
Google Meet Bot is a Python application that automates participation in Google Meet meetings by extracting real-time subtitles, translating them, and detecting questions, enhancing users' online meeting experience.
Language: HTML - Size: 80.4 MB - Last synced at: 11 days ago - Pushed at: 6 months ago - Stars: 12 - Forks: 2

Swaroop-Acharya/DocuSort
A scalable document processing system designed to classify customer correspondence into "Complaint", "Appeal", or "Manual Review" using OCR, keyword detection, and text summarization via transformer models. Built as part of the IGNITE Program to prioritize high-sensitivity customer interactions in the LTC Indexing process.
Language: Python - Size: 35 MB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 0 - Forks: 0

voldien/task-scheduler π¦
Simple, Single Header Task Scheduler, for any arbitrary number of cores.
Language: C - Size: 555 KB - Last synced at: 2 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

ecopque/group_chat
Group Chat Application - Real-time Chat System
Language: Python - Size: 20.5 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

liubomyr123/gas-station-simulation
A multi-threaded gas station simulation for Linux, featuring dynamic vehicle queues, fuel tracking, priority management, and JSON-based configuration. πβ½π
Language: C - Size: 288 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

saudahmedkadapa/Java-Placement-Prep
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.
Language: Java - Size: 22.5 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

knands42/Sensor-Streaming-App-Java
Project that mimic a real-time producer from a sensor hardware and consume it using Java Reactor
Language: Java - Size: 13.7 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

pablitoo1/aircraft-carrier-problem
Multi-threaded airport takeoff and landing simulation made in C++ with SFML library
Language: C++ - Size: 35.6 MB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

nuclex-shared-cpp/Nuclex.Support.Native
General purpose library with utility code for C++17 projects, dealing with UTF-8 / UTF-16 / UTF-32 conversion, dependency injection, signals/slots, string/number conversion and threading.
Language: C++ - Size: 5.08 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 1

moooninjune/OS-assignments
Assignments I did for the Operating Systems course in my University.
Language: C++ - Size: 0 Bytes - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

WazedKhan/Python-Threading
This project is for improving I/O Bound Performance For file transferring. for file transferring this project use image download.
Language: Python - Size: 1.95 KB - Last synced at: 3 months ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

rmlescano2023/Operating-Systems
A repository for Operating Systems (CMSC 125) laboratory exercises using C.
Language: C - Size: 251 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

Haedeskerbex/ObjectDetection-SelfSupervised-YOLOv8
This repository implements a self-supervised object detection pipeline using YOLOv8, Google Drive integration, and dynamic thresholding. The project captures webcam frames, detects objects with YOLOv8, and periodically retrains the model with updated data, enabling the system to improve detection accuracy over time.
Language: Jupyter Notebook - Size: 14.6 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

DnelZpt/labyrinth
This project is a Python-based labyrinth GUI using Tkinter. The labyrinth is modeled as a graph, with rooms as vertices and paths as edges.
Language: Python - Size: 1.02 MB - Last synced at: 10 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

akmamun/multi-threading-camera-stream
Multi-threading camera stream to improve video processing performance
Language: Python - Size: 4.88 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 39 - Forks: 9

brookman1/synchronized
Decorators and context managers for Locks and Semaphores with R/W locking.
Language: Python - Size: 8.79 KB - Last synced at: 11 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

GSri30/BattleShip-MultiplayerGame
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)
Language: Python - Size: 1.26 MB - Last synced at: 4 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

shamiul94/Java-Threading-Matrix-Multiplication
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.
Language: Java - Size: 1.95 KB - Last synced at: about 1 year ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

akashsarkar1998/Automated-API-End-Points-accessibility-checker
Automated API-End Points accessibility checker
Size: 5.95 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

M-i-c-a-h/ChatMeApp
This messaging app is built using the TCP protocol and allows users to communicate with each other via broadcast messages and private messages.
Language: Java - Size: 481 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

AnumMujahid/Synchronized_File_Management_System
Multi-threaded Multi-client File Management System
Language: Python - Size: 12.7 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

amalliar/philosophers
In this project, you will learn the basics of threading a process and how to work on the same memory space. You will learn how to make threads. You will discover the mutex, semaphore and shared memory.
Language: C - Size: 1.24 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

Vishal1166/Java-Pratice
This is some of my Practice code which covers all Java Concept
Language: Java - Size: 5.62 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

simgeilaydameric/web-scraping-case-study
This Python code includes web scraping, MongoDB database interaction, and data analysis; it fetches news articles, analyzes word frequency, and gathers statistics.
Language: Python - Size: 39.1 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

yasirali179/python-threading
A class for performing threaded URL requests and data analysis.
Language: Python - Size: 8.79 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

mughal41/Translate2Lang
Translates xml string file using multithreading to desired language via google translate api.
Language: Python - Size: 6.84 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

eyupgevenim/Simple.NETCore.QueueManager
.Net Core producer-consumer with BlockingCollection<T>
Language: C# - Size: 20.5 KB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

MohamadTarekk/threaded-mergesort
Mergesort using user-level threads in PISOX library
Language: C - Size: 11.7 KB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

MohamadTarekk/threaded-matrix-multiplication
Matrix multiplication using user-level threads in PISOX library
Language: C - Size: 14.6 KB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

MohamadTarekk/messages-producer-consumer
Mutually exclusie threads using semaphores PLUS Applying a solution for "Producer/Consumer" problem
Language: C++ - Size: 7.81 KB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

irfanghat/THREADING
Basics of Multi-Threading and how to handle Race Conditions
Size: 1.95 KB - Last synced at: 1 day ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

shawnmullings/threading
C# Threading Synchronization Example
Language: C# - Size: 2.93 KB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

swarnayuroy/ThreadingDemo
Demonstrated a demo for the multithreading using C# which consists of simple threading example, locks, mutex and semaphores.
Language: C# - Size: 137 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

pratikmandge/SuperCoder-Project
SuperCoder Program for full stack development
Language: JavaScript - Size: 2.01 MB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

BenJetson/py-rwmutex
Provides a threading read/write mutex lock usable with context managers.
Language: Python - Size: 5.86 KB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

AntoineSebert/CPCoursework π¦
Web server & client with user interface
Language: Java - Size: 261 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

rongrimes/spider
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.
Language: Python - Size: 9.96 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

abdulsamie10/FlappyPlaneGame
Java based Flappy Plane 2D game using Java Swing and MVC Architecture.
Language: Java - Size: 17.8 MB - Last synced at: 22 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

kishanpatel22/kernel_concepts
Operating Systems general concepts and detailed explanation of xv6 kernel.
Size: 2.37 MB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 8 - Forks: 0

shamohamin/Datalink-Protocol
Reliable Data Transfer Protocols (go-back-n, stop-and-wait)
Language: Go - Size: 178 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 5 - Forks: 0

anunezmartinez/java-hilos-parking
Multi Threading project in Java
Language: Java - Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

shamohamin/Buddy-Memory-Management
Buddy Management System In Operating Systems.
Language: Java - Size: 4.16 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 1

Mohebullah98/344Project2
A multi-threaded program that simulates a story involving passengers boarding an airplane.
Language: Java - Size: 21.5 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Macheing/debugged-programs
Language: Python - Size: 7.81 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Omkar-Darekar/thread_pool_using_C
Creating threads can be quite expensive. Typically each thread is going to do essentially the same thing so itβs good to keep reusing them. Threads are actually quite heavy and creating or destroying threads takes time away from what youβre trying to accomplish. Another benefit of thread pools is they keep the system from becoming overloaded. They allow a limit to the number of threads and tasks are queued and only run when a thread is available.
Language: C - Size: 14.6 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 1

miljandv/AWT_Restaurant---several-threads-working-different-jobs-and-increasing-earnings
Language: Java - Size: 4.88 KB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

mstfzdmr/completion-bond
The same is repeated until the data reaches the final destination resulting.
Language: C# - Size: 14.6 KB - Last synced at: about 2 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0
