Showing 21 open source projects for "waiting"

View related business solutions
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Let your crypto work for you

    Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 1
    Windhawk

    Windhawk

    The customization marketplace for Windows programs

    ...This makes it ideal for end users, power users, and developers who want to adapt apps to their needs — such as adding missing features, improving usability, or automating repetitive tasks — without waiting for the original developers to update the software. The framework provides a clear API for plugins, a friendly editor experience, configuration management, and controls for plugin loading order and dependencies. It also includes a curated repository of community-submitted plugins that add dozens of enhancements for popular applications, which fosters sharing and discovery of useful mods.
    Downloads: 36 This Week
    Last Update:
    See Project
  • 2
    Olive Video Editor

    Olive Video Editor

    Free open-source non-linear video editor

    ...Rather than a "fixed" pipeline where one effect occurs after the other, nodes allow you to connect anything to anything else allowing a ton of flexibility for creating effects. You'll be able to create virtually any effect without writing a single line of code (or waiting for us to implement it for you). Additionally, these nodes can be copied and pasted into text allowing them to be shared extremely easily. Olive 0.2 features end-to-end color management provided by OpenColorIO. This will allow you to match footage from multiple cameras with extremely minimal effort, as well as export your footage to whatever color space you need.
    Downloads: 55 This Week
    Last Update:
    See Project
  • 3
    Flax Engine

    Flax Engine

    Flax Engine, multi-platform 3D game engine

    ...Flax Engine is a high-quality modern 3D game engine written in C++ and C#. From stunning graphics to powerful scripts - Flax can give everything for your games. Designed for fast workflow with many ready-to-use features waiting for you right now. Flax Visual Studio extension provides better programming workflow, C# scripts debugging functionality, and allows to attach to running engine instance to debug C# source. Unleash your creativity and be more productive. With Flax you can boost your game development and bring it to another level. We’ve created tools that are slim and agile. ...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 4
    Glslang

    Glslang

    Khronos-reference front end for GLSL/ESSL, partial front end for HLSL

    To use the standalone binary form, execute glslangValidator, and it will print a usage statement. Basic operation is to give it a file containing a shader, and it will print out warnings/errors and optionally an AST. Instead of building manually, you can also download the binaries for your platform directly from the master-tot release on GitHub. Those binaries are automatically uploaded by the build bots after successful testing and they always reflect the current top of the tree of the...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 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
  • 5
    NSync

    NSync

    nsync is a C library that exports various synchronization primitives

    nsync is a portable C library that provides a collection of advanced synchronization primitives designed to facilitate safe and efficient multithreaded programming. It offers reader-writer locks, condition variables, run-once initialization, waitable counters, and waitable bits for coordination and cancellation between threads. Unlike traditional pthreads-based synchronization, nsync introduces conditional critical sections, allowing developers to wait for arbitrary conditions without...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 6
    ollama-hpp

    ollama-hpp

    Modern, Header-only C++ bindings for the Ollama API

    ...The library exposes core Ollama functionality such as text generation and chat through a C++-friendly API, allowing developers to integrate local LLM capabilities into desktop, embedded, or high-performance applications. It includes support for streaming responses, enabling applications to process output as it is generated rather than waiting for full completions. The project also evolves alongside the Ollama API, adding support for newer features such as blob handling and improved model interaction capabilities. Its design prioritizes simplicity, allowing developers to quickly integrate AI features without introducing large dependencies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Marl

    Marl

    A hybrid thread / fiber task scheduler written in C++ 11

    ...The API is intentionally small—post tasks, wait on fences, and express dependencies—so you can retrofit it into existing engines without adopting a heavyweight framework. Under the hood, fibers allow tasks to yield while waiting, keeping cores busy without blocking threads. The runtime is portable across platforms and integrates cleanly with real-time systems that must minimize latency jitter. Graphics, simulation, and media pipelines use marl to turn long serial phases into parallel stages without rewriting everything around coroutines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Restbed

    Restbed

    Restbed framework brings asynchronous RESTful functionality

    ...Server-Sent Events enable efficient server-to-client streaming of text-based event data—e.g., real-time notifications or updates generated on the server. A technique allowing multiple HTTP requests to be sent on a single TCP connection without waiting for the corresponding responses. Asynchronous single or multi-threaded architecture, capable of addressing the C10K problem. High-quality documentation covering the architecture and API. Filter incoming HTTP requests by headers. Customize how and where log entries are created. Give a resource multiple paths for improved readability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    UDPspeeder

    UDPspeeder

    A Tunnel which Improves your Network Quality

    UDPspeeder is a tunneling utility focused on improving UDP traffic quality over high-latency, unstable, or packet-loss-prone links. Its core technique is Forward Error Correction, which sends redundant data so the connection can recover from packet loss without waiting for retransmission. Used by itself, it improves UDP-based connections, but it can also be paired with UDP-based VPN tools to support broader traffic types through the VPN layer. The project is especially relevant for gaming, remote access, VPN transport, and other latency-sensitive use cases where packet loss creates visible performance problems. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • 10
    kcws

    kcws

    Deep Learning Chinese Word Segment

    ...Install the bazel code construction tool and install tensorflow (currently this project requires tf 1.0.0alpha version or above) Switch to the code directory of this project and run ./configure. Compile background service. Pay attention to the public account of waiting for words and reply to kcws to get the corpus download address. Extract the corpus to a directory. Change to the code directory.After installing tensorflow, switch to the kcws code directory. Currently, the custom dictionary is supported in the decoding stage. Please refer to kcws/cc/test_seg.cc for specific usage. The dictionary is in text format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Call Analytics for Avaya

    Monitor Avaya VDN, ACD and extension objects for call analytics

    Call Analytics tool is a server program that monitors Avaya VDNs, ACD Hunt Groups and Extension objects, it extracts useful information from monitoring events and outputs call and agent records for applications such as reporting, wallboard integration and call log analysis. The Call Analytics tool is a CTI reporting and real time monitoring engine and it is an ideal tool when CMS is not in placed for call center environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    AquaPiPi

    Fresh water reef thank controller.

    ...Online temperature logging -Virtual RTC In development: -Addition of the last DS18B20 -Rebuild TFT touchscreen menu -Reorganization and clarification of the code -Implement DS1307 (actual chip is down, waiting for a new one...)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Emule RealPlay Mod

    playing while downloading with emule

    Emule RealPlay Mod created compatible with stream media player. When use this mod to download media files, it can play the part file as soon as possible, without waiting complete the whole file. Main features: 1, play when have small parts(10m or more) 2, support the most popular files to play online-streaming, including MKV, XVID, AVI, RMVB, MP4, and 3GP video formats 3, seek any where, any time, buffering when seek to unfinished part 4, add Movie JukeBox to emule, fetch latest movies information from imdb.com 5, show search result in JukeBox 6, base on official emule0.5a eMule0.50aRealPlay0.23 ----------------------- - Apr, 2. 2012 - ----------------------- 1, improve search method, search both on ed2k and kad network at first. this is useful in usa and china, because in the country, search on ed2k network usually get nothing.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    LinkPaster runs in the background, waiting for links to be copied to the clipboard. It then adds brackets around them so they are more easily pastable in online conversations. Eg "www.sourceforge.net" gets converted to "<www.sourceforge.net>".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    OpenDark is a free simplification of 'dark'. It's the first open BWT-DC compressor, which has a simple code, high speed and compression ratio. And it's waiting for your ideas! :)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    KTuxcall is a port of another project, called tuxcall, for the KDE environment. His mission is detect incomings telephone calls when the modem is being used. This can be get scanning the phone line and detecting the waiting call tone (required).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    I Have No Tomatoes is an extreme leisure time activity idea of which culminates in the following question: How many tomatoes can you smash in ten short minutes? If you have the time to spare, this game has the vegetables just waiting to be eliminated!
    Leader badge
    Downloads: 29 This Week
    Last Update:
    See Project
  • 18
    A little mail agent that can check if you have Mail waiting to be read on the server. He have lot of option like exclude mails with something in the subject, multiple accounts, ... It's a GTK+-2.0 based GUI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    KLassie is a Kicker Panel Applet to allow you to display how many email messages you have waiting. It comes with to data provider plugins, one that will poll an IMAP server, the other will execute an arbitrary shell command that produces a number, and dis
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    RFCSeeker, open an RFC from storage and either read it, or scan it for dependancies. No more waiting for NFS/FTP re-reads, get what you want, when you want it !
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    While waiting of OllyDbg2 to come out I've decided to develop a new version of OllyScript. This time the plugin will be based on an existing technology, a scripting language called Lua.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB