Real-time aircraft tracking with Kalman filtering and trajectory prediction
-
Updated
Mar 26, 2026 - HTML
8000
Real-time aircraft tracking with Kalman filtering and trajectory prediction
Dining philosophers problem solution in C
A Java-based simulator demonstrating core Inter-Process Communication (IPC) techniques—Message Queues, Pipes, and Shared Memory—using multithreading and synchronization. Ideal for learning OS concepts through hands-on simulation.
A basic and small program to show that string builder and buffer are mutable.
A threadsafe generic cache in C#. This is a very simple implementation that let you create a cache for any type of objects on the fly without worrying about threading issues.
Design and implement a Consistent Hashing mechanism that: Distributes keys uniformly across nodes Minimizes key movement during node addition/removal Supports deterministic lookup Handles node rebalancing efficiently
This is thread safe Timer implementation for C++ developer using threads internally.
A thread-safe, time-versioned key-value store for Python - remembers every write, not just the latest.
A SpringBoot Restful Web Service Sample simulates simple 2 transaction operations
This repository contains all my practices and lessons about Parallel Programming in .NET
intrusive reference counting - faster+smaller alternative to std::shared_ptr
thread-safe event counter
A thread safe queue implemented in Go.
Develop a program, using Java, to assign courses to students based on their preferences with multithreading.
Thread-safe concurrency utilities for Swift: mutexes, locks, and dispatch queue abstractions
Simple and thread-safe package for logging operations
Wrap thread-unsafe classes/libraries into isolating classloader
Add a description, image, and links to the threadsafe topic page so that developers can more easily learn about it.
To associate your repository with the threadsafe topic, visit your repo's landing page and select "manage topics."