Showing 70 open source projects for "lock"

View related business solutions
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 1
    moodycamel::ConcurrentQueue

    moodycamel::ConcurrentQueue

    Multi-producer, multi-consumer lock-free concurrent queue

    There are not that many full-fledged lock-free queues for C++. Boost has one, but it's limited to objects with trivial assignment operators and trivial destructors, for example. Intel's TBB queue isn't lock-free, and requires trivial constructors too. There're many academic papers that implement lock-free queues in C++, but usable source code is hard to find, and tests even more so.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    lockfree

    lockfree

    A collection of lock-free data structures written in standard C++11

    lockfree is a collection of lock-free data structures written in standard C++11 and suitable for all platforms - from deeply embedded to HPC. Lock-free data structures are data structures that are thread and interrupt-safe for concurrent use without having to use mutual exclusion mechanisms. They are most useful for inter-process communication and often scale much better than lock-based structures with the number of operations and threads.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    WhatSie

    WhatSie

    Feature rich WhatsApp Client for Desktop Linux

    Feature-rich WhatsApp web client based on Qt WebEngine for Linux Desktop.
    Downloads: 20 This Week
    Last Update:
    See Project
  • 4
    cpp-ipc

    cpp-ipc

    C++ IPC Library: A high-performance inter-process communication

    C++ IPC Library: A high-performance inter-process communication using shared memory on Linux/Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 5
    ZeroTier

    ZeroTier

    A smart Ethernet switch for Earth

    ...ZeroTier creates secure networks between on-premise, cloud, desktop, and mobile devices. ZeroTier combines the capabilities of VPN and SD-WAN, simplifying network management. Enjoy flexibility while avoiding costly hardware vendor lock in. Set up ZeroTier in minutes with remote, automated deployment. Emulates Layer 2 Ethernet with multipath, multicast, and bridging capabilities. ZeroTier’s zero-trust networking solution provides scalable security with 256-bit end-to-end encryption. Simplify your network stack by unifying VPNs, VLANs, and SD-WANs with one solution. ...
    Downloads: 52 This Week
    Last Update:
    See Project
  • 6
    ProxySQL

    ProxySQL

    A high-performance MySQL proxy

    ProxySQL is an open source, high performance, high availability, database protocol-aware proxy for MySQL. It was created due to a lack of high performance open source proxies, and is able to scale millions of connections across hundreds of thousands of backend servers, all while getting the freedom of being open source. ProxySQL provides end-to-end MySQL connection handling, real-time statistics and database traffic inspection. It's got failover detection, rich query rule definitions, and...
    Downloads: 24 This Week
    Last Update:
    See Project
  • 7
    Mixxx

    Mixxx

    Mixxx is Free DJ software that gives you everything you need

    ...Whether you are a new DJ with just a laptop or an experienced turntablist, Mixxx can support your style and techniques of mixing. BPM and musical key detection help you find the perfect next track from your library. Use Sync Lock to match the tempo and beats of four songs for seamless mixing. Built-in mappings for DJ controller hardware gives you hands-on control of Mixxx's features. Use the programmable mapping system to customize your workflow and add support for any MIDI or HID device. Add your unique spin to tracks with sound effects. Get creative by chaining multiple effects together and twisting all their knobs.
    Downloads: 25 This Week
    Last Update:
    See Project
  • 8
    QOwnNotes

    QOwnNotes

    QOwnNotes is a plain-text file notepad and todo-list manager

    QOwnNotes is a fully open-source markdown-focused note-taking and personal information manager that runs natively on Linux, macOS, and Windows, with a strong emphasis on plain-text storage and cross-device synchronization. Because all notes are stored as markdown files in user-controlled directories, you avoid vendor lock-in and can sync through services like Nextcloud, ownCloud, Dropbox, or Git without proprietary cloud dependency. The application is optimized for performance and minimal footprint, so it runs smoothly even with large note libraries, and it includes features like a live markdown preview panel that lets you see rendered text alongside raw markdown as you type. ...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 9
    ccapi

    ccapi

    A header-only C++ library for interacting with crypto exchanges

    A header-only C++ library for streaming market data and executing trades directly from cryptocurrency exchanges (i.e. the connections are between your server and the exchange server without anything in-between).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 10
    UCCL

    UCCL

    UCCL is an efficient communication library for GPUs

    ...UCCL is designed to work with heterogeneous hardware environments, allowing GPUs from different vendors and network interfaces to communicate efficiently without vendor lock-in. The system also supports specialized workloads such as reinforcement learning weight transfers, key-value cache sharing, and expert parallelism for mixture-of-experts models. Its architecture emphasizes flexibility and extensibility so that developers can implement custom communication protocols tailored to specific machine learning workloads.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    cocoyaxi

    cocoyaxi

    A go-style coroutine library in C++11 and more

    cocoyaxi (co for short), is an elegant and efficient cross-platform C++ base library. It contains a series of high-quality base components, such as a go-style coroutine, coroutine-based network programming framework, command line, and config file parser, high-performance log library, unit testing framework, JSON library, etc. co has implemented a go-style coroutine, which has the following features. Multi-thread scheduling, the default number of threads is the number of system CPU cores....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Infer

    Infer

    A static analyzer for Java, C, C++, and Objective-C

    ...Anyone can use Infer to intercept critical bugs before they have shipped to users, and help prevent crashes or poor performance. Infer checks for null pointer exceptions, resource leaks, annotation reachability, missing lock guards, and concurrency race conditions in Android and Java code. Infer checks for null pointer dereferences, memory leaks, coding conventions and unavailable API’s. Start with the Getting Started guide and our other docs to download and try Infer yourself. Infer is still evolving, and we want to continue to develop it in the open. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Application Blocker

    Application Blocker

    Application Restrictor Tool For Windows

    Application Blocker Application Blocker is a software restriction tool for Windows. It can block access to selected programs. It is very effective and easy to use. You can select any program file and add it to the list. The lock is reliable and very hard to break for normal users. The tool does not work at background when using standard block. In password lock mode, the tool uses minimal resources and does not affect system performance. This program can be used to control your child or prevent access to programs on special areas like school computers. ...
    Downloads: 51 This Week
    Last Update:
    See Project
  • 14
    KShutdown

    KShutdown

    A graphical shutdown utility for Linux and Windows

    KShutdown is a graphical shutdown utility for Linux and Windows. It allows you to turn off or suspend a computer at a specified time. It features various time and delay options, command-line support, and notifications.
    Leader badge
    Downloads: 149 This Week
    Last Update:
    See Project
  • 15
    Mixxx

    Mixxx

    Free DJ software: everything you need to perform live mixes

    Mixxx is a free and open-source DJ software that enables DJs to create professional live mixes using digital music files. It runs on Windows, macOS, and Linux, making it accessible to DJs across all major platforms. Mixxx supports both beginners using just a laptop and experienced DJs using advanced hardware setups. Built-in BPM and key detection help DJs quickly find compatible tracks and achieve smooth transitions. With strong community-driven development, Mixxx is continuously improved by...
    Downloads: 14 This Week
    Last Update:
    See Project
  • 16
    Advanced Trigonometry Calculator

    Advanced Trigonometry Calculator

    Precision Trigonometry: Advanced Calculator for Complex Math

    Advanced Trigonometry Calculator is equipped with a user-friendly interface that allows for easy input of problems and instant computation. Professionals such as engineers who need to perform advanced trigonometric calculations in their work will find this tool extremely useful. ATC Online Alpha: https://advantrigoncalc.sourceforge.io/atc/ More info by clicking below: https://advantrigoncalc.sourceforge.io/ Advanced Trigonometry Calculator was only and always only developed by...
    Leader badge
    Downloads: 20 This Week
    Last Update:
    See Project
  • 17
    flom

    flom

    Free Lock Manager

    FLoM is a free open source distributed lock manager that can be used to synchronize shell commands, scripts and custom developed software. When used in a shell environment, FLoM manages process synchronization in the same way that "nice" manages process prioritization. Shell commands, scripts and custom programs can be synchronized inside a single system or in a network of IP connected systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Urho3D

    Urho3D

    Urho3D Game engine

    Urho3D is a game engine made by developers, for developers. The code is clean and well-commented. Urho3D is free and will always be free. There is no hidden royalties. It is IDE-agnostic and has no vendor lock-in. Urho3D runs on Windows, Linux, macOS/iOS/tvOS, Android, and even on Raspberry Pi. It also runs on your browsers. You need an installed Urho3D library for the desired target platform to proceed. Although the Urho3D build system also supports linking the Urho3D library directly from its build tree, this quick start section will not be discussing it here. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Blobwars: Blob And Conquer

    Blobwars: Blob And Conquer

    3D third person platform shooter

    Blob And Conquer is a 3D shooter with some puzzles. It is the second in the Blobwars series. The Blobs' homeworld is still littered with the alien forces and Bob once again makes it his task to lead the counter attack.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    ModernFlyouts

    ModernFlyouts

    Modern UI replacement for Windows flyouts with customizable features

    ...Instead of the old built-in popups for system feedback like volume, brightness, and airplane mode, ModernFlyouts temporarily intercepts those events and displays customizable flyouts that blend more seamlessly with recent Windows UI aesthetics. It extends beyond audio flyouts to cover media controls, brightness changes, airplane mode toggles, and even lock key indicators such as Caps Lock and Num Lock, offering a unified experience for all these system notifications. Users can adjust not just the look but the behavior of these flyouts (including layout, position, opacity, and animation) letting it feel more natural to individual preferences. The project’s roots trace back to AudioFlyout by ADeltaX, with further enhancements added by the community to support more flyout types and improved interaction.
    Downloads: 47 This Week
    Last Update:
    See Project
  • 21
    Gamma

    Gamma

    Real time vector search engine

    Gamma is the core vector search engine of Vearch. It is a high-performance, concurrent vector search engine, and supports real-time indexing vectors and scalars without lock. Differently from the general vector search engine, Gamma can store and index a document containing scalars and vectors, providing the ability to quickly index and provides the ability of quickly indexing and filter by numeric scalar fields. The work of design and implementation of real-time indexing has been published in our Middleware paper. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    ffmpeg-coder

    A small CLI tool which will help in producing different types of video

    A small cross platform CLI tool which will help in producing different types video converting codes quickly for new ffmpeg CLI users. The tool will make it easy to generate ffmpeg commands for them. If you don't use or know about FFMPEG then this tool might not be for you. This tool is created for those who find it difficult to understand or find the appropriate commands for converting a video as they want using the FFMPEG CLI tool. Also those who are new to Command Lines they can also...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Hawck

    Hawck

    Key-rebinding daemon for Linux (Wayland/X11/Console)

    Linux with all it's combinations of window managers, display servers and desktop environments need a key-rebinding system that works everywhere. Hawck intercepts key presses and lets you write Lua scripts to perform actions or modify keys depending on your needs. Your Lua scripts will work on Wayland, X11, and every WM/DE you throw at them, as well as console ttys.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    transmission-daemon-cfp

    transmission-daemon-cfp

    Transmission bittorrent with p2p streaming. Fast, stable, feature rich

    ...That's why you will see infrequent and less bug fixes than official branches. All the features of 2.8x-2.9x (except rename). Run this solid 2.77+ port for extended days, it doesn't crash or lock. Prime for seedbox use. The included remote GUI port is fine tuned to the daemon released here. Temporary piece support. https://trac.transmissionbt.com/ticket/532 plus many featured enhancements! Tested, stable enhancements user requested. Specifically modified and bug tested for Linux GCC and Windows (cygwin gcc/g++) compilers. ...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 25
    transmission-daemon-cygwin

    transmission-daemon-cygwin

    Transmission bittorrent with p2p streaming. Fast, stable, feature rich

    ...That's why you will see infrequent and less bug fixes than official branches. All the features of 2.8x-2.9x (except rename). Run this solid 2.77+ port for extended days, it doesn't crash or lock. Prime for seedbox use. The included remote GUI port is fine tuned to the daemon released here. Temporary piece support. https://trac.transmissionbt.com/ticket/532 plus many featured enhancements! Tested, stable enhancements users requested. Specifically modified and bug tested for Linux GCC and Windows (cygwin gcc/g++) compilers. ...
    Downloads: 23 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
MongoDB Logo MongoDB