Showing 66 open source projects for "fifo"

View related business solutions
  • The next chapter in business mental wellness Icon
    The next chapter in business mental wellness

    Entrust your employee well-being to Calmerry's nationwide network of licensed mental health professionals.

    Calmerry is beneficial for businesses of all sizes, particularly those in high-stress industries, organizations with remote teams, and HR departments seeking to improve employee well-being and productivity
  • Business Continuity Solutions | ConnectWise BCDR Icon
    Business Continuity Solutions | ConnectWise BCDR

    Build a foundation for data security and disaster recovery to fit your clients’ needs no matter the budget.

    Whether natural disaster, cyberattack, or plain-old human error, data can disappear in the blink of an eye. ConnectWise BCDR (formerly Recover) delivers reliable and secure backup and disaster recovery backed by powerful automation and a 24/7 NOC to get your clients back to work in minutes, not days.
  • 1

    Various IO

    Protocol independent IO interface

    Various IO, vio for short, is a light-weight, modular, protocol independent IO interface replacing your event loop and state machine with callback functions being C10k ready. It is completely event based making use of C++11 function handlers leading to compact, well arranged user application code. It features time based events to provide an easy to use full-duplex timeout and keepalive mechanism complementing its various implementations (raw, signal, timer, pair, file, fifo, uds, uart, tcp...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    My problem in minimizing the number of late jobs.I have implemented two algorithms Heuristic and FIFO
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Universal Message Buffer (UMB) is a solution which provide an abstract server layer for the buffering messages process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Escalonamento de processos é uma atividade organizacional feita pelo escalonador da CPU que possibilita executar vários processos de forma mais viável e concorrente. Este programa simula este escalonamento através de alguns dos principais algoritmos escalonadores (FIFO, SJF-preemptivo, PRIORIDADE-preemptivo e RR). +Dados de Entrada -numero de processos -burst time de cada processo (tempo de execução) -tempo de chegada de cada processo *prioridade (quando necessário) +Saída...
    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.
  • 5

    Ring buffer API

    This is used to create,send,receive data from ring buffer

    The data structure is extremely simple: a bounded FIFO. One step up from plain arrays, but still, it’s very basic stuff. And if you’re doing system programming, particularly anything involving IO or directly talking to hardware. The producer produces commands/objects/packets/whatever in some way and appends them to the queue. The consumer pops an item from the start and does its work. If the queue is full, the producer has to wait; if it’s empty, the consumer has to wait. As programmer...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    a fast dynamic traffic assignment engine Please visit the github website for latest release: https://github.com/xzhou99/dtalite_software_release
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Scheduler Simulator
    SCHEDuler SIMULAtor (originally sched_sim) is a simple C++ event driven simulator of scheduling policies (single processor). Currently supported scheduling policies are: FIFO, LIFO, EDF, LST, RM, DM.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    NitroCache

    Extremely fast, scalable, concurrent, pure Java In-memory cache

    One of the fastest, 100% Pure Java In-memory cache. Its aimed at providing very fast, light, highly scalable cache with high concurrency. The fetch operation from cache are always in constant time, O(c), irrespective of the number of threads accessing the cache or cache size. NitroCache uses unique custom algorithm inspired by Btree, skiplist and hashing to deliver a constant time cache with lock-less fetches. For details on using NitroCache, please visit wiki section Note: For...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Development of Linux drivers for Xilinx MailBox IP. MailBox IP is a bi-directionnal FIFO plugged between two buses, allowing sending messages from one bus to the other, in both directions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Email and SMS Marketing Software Icon
    Email and SMS Marketing Software

    Boost Sales. Grow Audiences. Reduce Workloads.

    Our intuitive email marketing software to help you save time and build lasting relationships with your subscribers.
  • 10
    list fifo template implements in C
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    "UltraQueue" is a library (DLL) project, written in C++. This library is intended to be used for very fast temporary data storage, aquired by any possible source (File, Serial Port, ...). Users can create multiple queues of differrent sizes & types
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A very simple utility to have a FIFO Hashmap with eviction policy based on size and time
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Here are asm source codes for parallel port dma and fifo fast transfer of data. They are command line programs for dos and Win95/98. With winio they can be used in WinNT/2000/XP. Transfer rates up to 750 kbytes/sec. Recurrences directories.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    vfStream - software streaming library
    C library to quickly implement streaming communication between parallel threads. Optimized for use in embedded systems. Allows FIFO behavior as well as separate data access and synchronization. NOTE: development has moved to the vfTasks project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    List Libs
    The List Libs contain some simple list and map systems written in C++. They all use template thus they are type independent.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Fixed size FIFO queue class providing associative access. Can also be used as a Circular Buffer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Concurrent hash map and linked list implementation of the ConcurrentMap interface, with predictable iteration order. This implementation differs from ConcurrentHashMap in that it maintains a doubly-linked list running through all of its entries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Kmax 8bit microkernel for AVR ATMega MCUs written in assembler (AVRASM & GCC compatible) with a C API. Core features include priority-based preemptive round-robin scheduling, mutexes, fifos and semaphores with a focus on speed and ease of use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    The cc3 project provides software for embedded vision systems. Currently, the software runs on the CMUcam3 hardware platform, which is a NXP LPC2106-based board with an onboard CMOS camera and FIFO, MMC interface, serial UARTs, and servo controller.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    ZuluCash.org
    Project cancelled, because I do Java now, for the most part.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Un programme qui simule une file d'attente M/M/1 FIFO coder en c++ avec une interface en Qt4.5. Pour plus d'informatioin sur code source veillez me contacter
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    ZeST is a TUI program for stressing filesystems/disks. Depnding only on curses, it works on any POSIX system. It uses fork()s and a named fifo for IPC. Individual process can be killed if one were to start too many and this would not interrupt the test.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A FIFO implementation using circular buffers. Portable C code for embedded systems. Deadlock free and re-entrant.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This project offers components for XtratuM Nano-Kernel System. XM-FIFO and XM-SHM are XtratuM IPC Components. They can used to communicate between real-time domains and non real-time domains.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A powerful application base stone including all key features of a application: - logging - configuration - common type validation - generic FIFO/LIFO structures
    Downloads: 0 This Week
    Last Update:
    See Project