Showing 31 open source projects for "semaphore"

View related business solutions
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
  • Powering the next decade of business messaging | Twilio MessagingX Icon
    Powering the next decade of business messaging | Twilio MessagingX

    For organizations interested programmable APIs built on a scalable business messaging platform

    Build unique experiences across SMS, MMS, Facebook Messenger, and WhatsApp – with our unified messaging APIs.
  • 1
    Ansible Semaphore

    Ansible Semaphore

    Modern UI for Ansible

    Ansible Semaphore is a modern UI for Ansible. It lets you easily run Ansible playbooks, get notifications about fails, control access to deployment system. If your project has grown and deploying from the terminal is no longer for you then Ansible Semaphore is what you need. Each successful project will ultimately require the use of CI/CD practices. We understand this and therefore are actively developing Ansible Semaphore in this direction. The separation of task into build and deployment...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    go-resiliency

    go-resiliency

    Resiliency patterns for golang

    Resiliency patterns for golang. Based in part on Hystrix, Semian, and others. Currently implemented patterns include circuit-breaker (in the breaker directory), semaphore (in the semaphore directory), deadline/timeout (in the deadline directory), batching (in the batcher directory), retriable (in the retrier directory). I will occasionally bump the minimum required Golang version without bumping the major version of this package, which violates the official Golang packaging convention around...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    TBOX

    TBOX

    A glib-like multi-platform c library

    ... for gzip, charset. etc. Implements stream transfer. Implements the static buffer stream for parsing data. Supports coroutine and implements asynchronous operation. The coroutine library. Provides high-performance coroutine switch. Supports arm, arm64, x86, x86_64. Provides channel interfaces. Provides semaphore and lock interfaces. Supports io socket and stream operation in coroutine. Provides some io servers (http ..) using coroutine. Provides stackfull and stackless coroutines.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Karma

    Karma

    Test Runner for JavaScript

    ... line or your IDE - just save a file and Karma will run all the tests. Describe your tests with Jasmine, Mocha, QUnit, or write a simple adapter for any framework you like. Developed for and maintained by the open source community at GitHub. Easy debugging directly from your IDE via WebStorm or Google Chrome. Simple integration with Jenkins, Travis or Semaphore.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Create and run cloud-based virtual machines. Icon
    Create and run cloud-based virtual machines.

    Secure and customizable compute service that lets you create and run virtual machines on Google’s infrastructure.

    Computing infrastructure in predefined or custom machine sizes to accelerate your cloud transformation. General purpose (E2, N1, N2, N2D) machines provide a good balance of price and performance. Compute optimized (C2) machines offer high-end vCPU performance for compute-intensive workloads. Memory optimized (M2) machines offer the highest memory and are great for in-memory databases. Accelerator optimized (A2) machines are based on the A100 GPU, for very demanding applications.
  • 5
    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
  • 6

    The EdX51 Operating System

    A cooperative scheduler OS for the 8051 and its derivatives.

    ... preemption. A task runs until it blocks. Once it blocks, the scheduler hands the CPU to the first ready task it finds in the list of tasks. EdX51 provides a semaphore service, a message queue service and a watchdog timer service. These features can be easily removed if they are not required, thereby saving code and data memory.
    Downloads: 54 This Week
    Last Update:
    See Project
  • 7

    libthreadar

    C++ library to manage threads and any type of exception between them

    Libthreadar is a C++ library providing an abstracted set of C++ *classes* to manipulate threads in a very simple and efficient way from your C++ code. It also handles exceptions thrown from a thread and propagated to another one, when the later is calling the thread::join() method. This let one manage exceptions as simply as it is in C++ single threaded context. Additionally, all the related objects around multi-threading (mutex, semaphore, ...) are provided, under easy to use...
    Downloads: 85 This Week
    Last Update:
    See Project
  • 8

    Scheduler Simulation

    Thread Scheduler with custom asynchronous messaging in VC++

    Custom thread scheduler with custom data-structure and scheduling algorithm. Custom Mutex, Semaphore implementation and asynchronous messaging system that combines Observer and Visitor patterns. System is implemented on top of Windows system and not ported to any hardware, uses Windows thread for context saving. Code also has tested common data-structure implementation. System is designed for multi-core platform. System is tested at basic level, not fully. Press Command run button after...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Hystrix

    Hystrix

    Latency and Fault Tolerance for Distributed Systems

    Defend your app with Hystrix, a latency and fault tolerance library developed by the Netflix API team. It works by isolating points of access to remote systems, services and 3rd party libraries, thereby stopping cascading failure and providing fallback options, and making complex distributed systems more resilient in cases where failure is inevitable. In a distributed environment, failure is simply inevitable for some service dependencies. With Hystrix you can control the interactions...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Manage your IT department more effectively Icon
    Manage your IT department more effectively

    Streamline your business from end to end with ConnectWise PSA

    ConnectWise PSA (formerly Manage) allows you to stop working in separate systems, and helps you build a more profitable business. No more duplicate data entries, inefficient employees, manual invoices, and the inability to accurately track client service issues. Get a behind the scenes look into the award-winning PSA that automates processes for each area of business: sales, help desk, support, finance, and HR.
  • 10

    JavaMutex

    Provides 100% pure Java mutual exclusion.

    Freely redistributable open source 100% pure Java for mutual exclusion. Read-write and read-only reentrant lock, condition variable, atomic wraps for Boolean, Integer, Long, and Reference. Cell pool with optional locking, object exchanger, Intersect.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Hydrogen/Core51 is a Keil C51 None-Preemptive OS. CORE written by Pure C (well..almost Pure, has 10 lines inline ASM). CORE minimal resource **Size about 2.3~5K ROM, 20+ Byte RAM. it is depends modules your chosen. **CORE also TAKE TIMER0 to tick for real-timing, and need xdata for HEAP CORE Support **dynamic Create/Terminate Thread(TASK) **Synchronize Object (Event / Semaphore / Critical Section), Thread(TASK) Naturally GIVES UP CPU by WaitFor these Synchronize Object...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Nano OS is a RTOS for Atmel AVR controllers. It provides: -preemptive realtime multitasking incl. priorities, -binary semaphores, -message queues, -array-based memory management , -functions for taskcontrol, -watchdog, -system management functions
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14

    AvRtos

    Small real time operating system for AVR and ARM microcontrollers

    AvRtos is a small, preemtive, priority based real time operating system for Atmel AVR and ARM microcontrollers. It was written in C. AvRtos provides message queues and semaphores for task synchronization. It uses a static memory allocation scheme. AvRtos is nearly the smallest RTOS out there. Even pico]OS is much bigger. AvRtos can be compiled using gcc compiler. There is a AvrStudio 4 and Eclipse project file to get the example code working very quickly.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    miniBachelor

    miniBachelor

    Mini Version meiner Bachelorarbeit

    Diese Mini-Code-Version meiner Bachelorarbeit dient mit ca. 370 Code-Zeilen als Beispiel des Farmer-Worker-Modells. Der C++ Code zeigt die Nutzung von Apache Thrift (zur Verteilung) und glpk (zum Lösen). Der Code besteht im Kern aus folgenden Dateien: - MiniBachelor.thrift: ca. 20 Zeilen IDL beschreibt den Teil, der für Farmer und Worker wichtig ist - Farmer.cpp, Worker.cpp: ca. 200 bzw. 120 Zeilen enthalten die Implementierung. - farmer.conf: praktisch, um nicht alle...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    The Micro C++ Library (libmicxx) is a small set of portable and easy to use classes providing core features commonly used in modern applications. It is based completely on the Standard C++ Template Library (STL).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17

    C Program Foundation

    Suite of Linux libs: logger, collections, shared memory lib

    Includes: Shared Memory Library Library intended to ease the communication task between the processes. The main idea is that a user can create one or more shared memory areas where the programs exchange data. They can be aware of data changes by making pools in a while loop. Every access to the shared zone is conditioned by acquiring a semaphore lock. Data in the memories can be easily saved to a file. Each method is thread safe so...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    versaloon

    versaloon

    Universal programmer/debugger. Universal embedded software framework.

    Versaloon Platform is a next gerenation embeded developpment platform based on OOC. It implements a unique HAL layer for all target chips supported. And it will, if implemented, support more then 10 kinds of target chips, provide drivers for more than 100 pheripherial chips, provide generic software stacks(including USB, Wifi...), provide an featured FSM system(with semaphore, mutex support). Versaloon is also a USB dongle providing JTAG, SWD, SPI, IIC, GPIO, PWM, MicroWire, USART, EBI and so on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    EpLibrary

    Visual C++ Utility Library

    * EpLibrary project in this site is not maintained anymore. * The project has been moved to https://github.com/juhgiyo/EpLibrary EpLibrary is a utility library for Visual C++. The features includes: - Math Framework - Enhanced Binary Search - Sort - Stream Framework - Container Framework - Simple Debugger Framework - FileSystem Framework - Other Frameworks - Server/Client Template Framework - System Framework - Thread System For detailed documentation,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Salam Scout program
    Salam Scout program, provide an arabic converter of morse semaphore and codepoint used by scouts
    Downloads: 5 This Week
    Last Update:
    See Project
  • 21
    CooCox CoOS is a free and open-source embedded real-time multi-task OS specially for ARM Cortex M series.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The files contained in this distribution implement a computer vision system for the classification and interpretation of flag semaphore signals. Optionally, the message can be used to send and receive TCP/IP packets using the RFC 4824 protocol.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The libpsync library provides lightweight portable synchronization primitives (thread, mutex, semaphore, etc.) for C/C++ under a non-restrictive license.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    This project designs the oswrap including task scheduler, timer, semaphore, mailbox, wait, memory key components. Support Linux and windows platform and distributed system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    ip-sfs is a reference implementation for the RFC-4824 "A Standard for the transmission of IP datagrams over Semaphore Flag Signalling System"
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next