threading-synchronization
Here are 63 public repositories matching this topic...
Language:All
Sort:Most stars
Implementation of the "Cancellation Token" pattern
- Updated
Nov 20, 2025 - Python
Multi-threading camera stream to improve video processing performance
- Updated
Nov 7, 2022 - Python
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.
- Updated
Dec 8, 2024 - HTML
Operating Systems general concepts and detailed explanation of xv6 kernel.
- Updated
Apr 28, 2021
Reliable Data Transfer Protocols (go-back-n, stop-and-wait)
- Updated
Feb 4, 2021 - Go
Buddy Management System In Operating Systems.
- Updated
Feb 4, 2021 - Java
Made with ❤️
- Updated
Nov 5, 2025 - Java
.Net Core producer-consumer with BlockingCollection<T>
- Updated
Jan 8, 2020 - C#
In this practical I wrote an array-based implementation of a dynamically-chosen fixed-size generic Queue in C, and a thread-safe, blocking queue.
- Updated
Oct 7, 2024 - C
This project includes a set of RESTful APIs built using Java Spring Boot, designed for robust and scalable backend development. The APIs are modular, well-documented, and follow best practices for clean architecture, security, and maintainability.
- Updated
Oct 1, 2025 - Java
This messaging app is built using the TCP protocol and allows users to communicate with each other via broadcast messages and private messages.
- Updated
Aug 30, 2024 - Java
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.
- Updated
Sep 22, 2021 - C
General purpose library with utility code for C++20 projects, dealing with UTF-8 / UTF-16 / UTF-32 conversion, dependency injection, signals/slots, string/number conversion and threading.
- Updated
Dec 17, 2025 - C++
This Python code includes web scraping, MongoDB database interaction, and data analysis; it fetches news articles, analyzes word frequency, and gathers statistics.
- Updated
Dec 14, 2023 - Python
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. Th…
- Updated
Mar 4, 2021 - C
Translates xml string file using multithreading to desired language via google translate api.
- Updated
Mar 21, 2023 - Python
Provides a threading read/write mutex lock usable with context managers.
- Updated
Jan 5, 2021 - Python
This project is for improving I/O Bound Performance For file transferring. for file transferring this project use image download.
- Updated
Jun 1, 2022 - Python
Multi-threaded airport takeoff and landing simulation made in C++ with SFML library
- Updated
Jul 2, 2024 - C++
Improve this page
Add a description, image, and links to thethreading-synchronization topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with thethreading-synchronization topic, visit your repo's landing page and select "manage topics."