Showing 65 open source projects for "fifo"

View related business solutions
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 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 generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 1
    Lightweight ring buffer manager

    Lightweight ring buffer manager

    Lightweight generic ring buffer manager library

    The library provides generic FIFO ring buffer implementation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    ReductStore

    ReductStore

    The fastest time series object store for Edge AI

    ...Capture and access blob data as time series, tailored for edge computing, computer vision, and IoT. ReductStore handles blob data without size limits; your disk capacity is the only boundary. Ensure optimal storage management with FIFO quotas, preventing disk space shortages in real-time. Manage your time-series blob data with ease: annotate, filter, and save AI labels or meta-data. Integrate and communicate with ReductStore using our feature-rich and secure API.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    rip2

    rip2

    A safe and ergonomic alternative to rm

    rip is a rust-based rm with a focus on safety, ergonomics, and performance. It favors a simple interface and does not implement the xdg-trash spec or attempt to achieve the same goals. Deleted files get sent to the graveyard (typically /tmp/graveyard-$USER, see notes on changing this) under their absolute path, giving you a chance to recover them. No data is overwritten. If files that share the same path are deleted, they will be renamed as numbered backups.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Foundatio

    Foundatio

    Pluggable foundation blocks for building distributed apps

    Pluggable foundation blocks for building loosely coupled distributed apps. Includes implementations in Redis, Azure, AWS, RabbitMQ and in memory (for development). When building several big cloud applications we found a lack of great solutions (that's not to say there aren't solutions out there) for many key pieces to building scalable distributed applications while keeping the development experience simple. Wanted to build against abstract interfaces so that we could easily change...
    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
    Apache RocketMQ

    Apache RocketMQ

    Distributed messaging and streaming platform with low latency

    ...Built-in message tracing capability, also support opentracing. Versatile big-data and streaming ecosytem integration. Message retroactivity by time or offset. Reliable FIFO and strict ordered messaging in the same queue. Efficient pull and push consumption model. Million-level message accumulation capacity in a single queue. Multiple messaging protocols like JMS and OpenMessaging. Flexible distributed scale-out deployment architecture. Lightning-fast batch message exchange system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    SageMaker TensorFlow

    SageMaker TensorFlow

    SageMaker specific extensions to TensorFlow

    ...Please make sure to checkout the branch of sagemaker-tensorflow-extensions that matches your TensorFlow version. SageMaker Pipe Mode is a mechanism for providing S3 data to a training job via Linux fifos. Training programs can read from the fifo and get high-throughput data transfer from S3, without managing the S3 access in the program itself.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Light console to control a remote system through serial line, telnet... Has non-blocking scroll lock, timestamp, command edit/recall, command fifo, log viewer (unlimited size), search back/forward, occurence count, easy copy/print any part of logfile
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Simple components for Ada

    Simple components for Ada

    A software components library

    The Simple components for Ada library provides implementations of smart pointers for automatically collected objects (using reference counting), object persistence, unbounded and bounded arrays of smart pointers, generic unbounded arrays of private objects and plain pointers, generic sets, maps, arbitrary precision arithmetic, B-trees, directed graphs, directed weighted graphs, stacks, and storage pools. It also includes table management, string editing, IEEE 754 support, and infix...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ...(メッセージループの定義が必要ですが。)これを使うとWSHなどのスクリプトに対話的な機能をつけることができ、自作ユーテリティの機能性向上にちょっとだけ寄与すると思います。 また、アウトプットウィンドウや、ファイル操作に関する、いくつかの補助機能も持っています。 サイズ不定の「配列」、あるいは「表(2次元配列)」、あるいは「リスト(FILO/FIFO)」として使えるオブジェクトも含まれています。 WSHに含まれるランタイム・オブジェクトとHTMLの表現力を組み合わせれば、ちょっとしたユーテリティーが手軽につくれると思います。 フリーウェアとしますのでご自由にご利用いただいてかまいませんが、このソフトウェアを利用した、いかなる結果についても作者および再配布者は一切の責任を負いません。利用者自身の責任の範囲においてご利用くださいませ。 (OSDNの復旧の見込みがないため、SourceFroeg.netに移転しました。)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Easily Host LLMs and Web Apps on Cloud Run Icon
    Easily Host LLMs and Web Apps on Cloud Run

    Run everything from popular models with on-demand NVIDIA L4 GPUs to web apps without infrastructure management.

    Run frontend and backend services, batch jobs, host LLMs, and queue processing workloads without the need to manage infrastructure. Cloud Run gives you on-demand GPU access for hosting LLMs and running real-time AI—with 5-second cold starts and automatic scale-to-zero so you only pay for actual usage. New customers get $300 in free credit to start.
    Try Cloud Run Free
  • 10

    ringBufU

    Ring-Buffer library in C, includes support of multithreading

    A Ring-Buffer instance could be used with element types - char - long - long long - void* . Focus is on a hardened SW structure with buffer-instance-pointer check (not very fast but more secure). Some features are globally choosable on compile-time (e.g. switch multithread support off completely to have faster access). Note: User Interface is for Test and Tutor Code only.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Lnkdlst

    Single sided linked list (kind of lib with test-code, C, C++ and java)

    ...Main list-linkage-change functions: append, insert, delete. - Examples: use of flexible variable ArgList (OnePointerArg, optional valid if not NULL, Argument-Type by ID-Number is easy to get), key-value pairs, build FIFO{queue}/LIFO{stack}, auto-list with max. Element-Size and chronological order. Use malloc{slower-but-easy} or fix (static) memory. - OAList01: Object-Kind of a predefined pre-reserved List with X Elements (with constant user-data size), with secur modify functions and option to use locks (POSIX: mutex). Supporting a BusyList and a IdleList for easy build of e.g. a FIFO without need of much time for mem-allocation...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Bluejay

    Bluejay

    A simple Swift framework for building reliable Bluetooth LE apps

    ...Bluejay's primary goals are to simplify talking to a single Bluetooth LE peripheral. Make it easier to handle Bluetooth operations reliably. Take advantage of Swift features and conventions. A callback-based API. A FIFO operation queue for more synchronous and predictable behaviour. A background task mode for batch operations that avoids the "callback pyramid of death". Simple protocols for data serialization and deserialization. An easy and safe way to observe connection states. Powerful background restoration support. Extended error handling and logging support.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    StructPie

    StructPie

    A set of C libraries to implement data structures and algorithms

    Struct-Pie (Structures Pie) is a set of C shared libraries to implement data structures and algorithms so that they can be used/integrated easily into C projects. LIFO & FIFO Stack, Binary Search Tree, Priority Queue and a Hash Table are implemented and included in this package. Future releases will have many other data structures. The hash table in this package uses separate chaining to avoid collision. In the "hash_table" directory, the hash table implementation uses linked lists. While in "HashBSTree" directory, a hash table with a binary tree in each index is implemented for faster lookup in large data. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Beigesoft Enterprise Information System

    Beigesoft Enterprise Information System

    JEE based Accounting web-application.

    Beigesoft™ EIS is free accounting software. This is JEE-WEB-based software that works anywhere - on MS Windows, Mac, Linux and Android. This is the first version of the successor to Beige Accounting All In One. The main goal was successfully achieved, it works noticeably faster on weak devices such as a smartphone than its predecessor. It works as: * Standalone A-Jetty web-app for standard Java (Ms Windows, Mac, Nix...). * Standalone A-Jetty web-app for Android (use "Beigesoft...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    x-hyp free

    X-hyp free Hypervisor

    ...X-hyp already has support ARM-9 Cortex-M3 and Cortex-A8 processor, has drivers for PL1x UART and is ready to use inside of QEMU versatile and realview and on a iMX25 development board. X-Hyp has support for several scheduler, POSIX FIFO, POSIX RR and Sporadic and it support GPOS or RTOS domains. Next steps are : - to add support for more devices, network, flash. - to port to new processor, Cortex A15, LEON IV - to port new operating Systems
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    PRTOS Preemptive RTOS for embedded aps

    PRTOS is a simple, compact preemptive RTOS for embedded systems

    PRTOS is an open-source preemptive real time operating system kernel for embedded applications. It presently supports the AVR and MSP430 architectures. The advantages of PRTOS are: It has the smallest footprint of any true preemptive system: 1.9kB for basic scheduling and task control, 5.1kB with all the features below (AVR '328 / gcc -Os); Only 950 lines of code implement all of the RTOS features (SLOC-L); The system is well documented with a comprehensive manual,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    JLibModbus - Java Modbus Library

    JLibModbus - Java Modbus Library

    A modbus library implemented in Java.

    ...The library supports the most popular communication libraries (jssc, rxtx, jSerialComm, purejavacomm, java comm api); Maven dependency: <dependency> <groupId>com.intelligt.modbus</groupId> <artifactId>jlibmodbus</artifactId> <version>1.2.9.7</version> </dependency> Implemented MODBUS functions: 0x01 Read Coils 0x02 Read Discrete Inputs 0x03 Read Holding Registers 0x04 Read Input Registers 0x05 Write Single Coil 0x06 Write Single Register 0x07 Read Exception Status 0x08 Diagnostics 0x0B Get Comm Event Counter 0x0C Get Comm Event Log 0x0F Write Multiple Coils 0x10 Write Multiple Registers 0x11 Report Slave Id 0x14 Read File Record 0x15 Write File Record 0x16 Mask Write Register 0x17 Read Write Multiple Registers 0x18 Read Fifo Queue 0x2B Encapsulated Interface Transport (Read Device Identification interface)
    Downloads: 12 This Week
    Last Update:
    See Project
  • 18

    CL4fpc

    Containers library for fpc

    Some generic container library Red-Black tree, AVL tree, Decart tree, Weight-balanced tree - persistent and nonpersistent version HashMaps, FIFO, ResPool and other
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    FXwm

    A minimistic Linux window manager with css style config

    Our take on a basic window manager for Linux which adheres to the philosophy of "do one thing and do it well." As a result, this window manager only manages windows and does not provide any supervision at all. Instead it relies on another program, such as wbar or web.de, to actually provide that functionality. And in order to keep administration to a minimum, there is only one config file that can be manipulated to change the appearance of the window chrome using css styled syntax.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Cache2003

    Cache2003

    Programa que simula el comportamiento de la memoria caché

    Cache2003 es un simulador de memoria caché. El software muestra la interacción que se produce entre la memoria principal y la memoria caché de un computador. El programa permite simular las diferentes políticas de emplazamiento y reemplazamiento de los bloques de instrucciones dentro de las memorias, proporcionando muchas opciones para observar el comportamiento y rendimiento de cada técnica. El software fue realizado en el año 2003 (tal como lo dice su nombre) como proyecto final de la...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    MSP430 C Code Library

    Library of peripheral drivers, component drivers, utilities, and more!

    A collection of C libraries for the TI MSP430 family of microcontrollers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    NCache非阻塞式缓存

    非阻塞式缓存框架

    缓存是服务器程序中经常用到的技术,使用缓存可以大大降低服务器的压力。目前常见的缓存工具都很好地解决了生命周期、存储、命中率等关键算法,但是绝大多数的缓存框架对于数据更新都是阻塞式的,即当缓存过期时会等待应用程序重新获取值,用户在使用系统的过程中将产生顿挫感。 NCache建立了一套抽象的非阻塞式缓存模型与API, 使用NCache仅需在首次加载数据时停顿,此后的更新都将在后台线程完成。 使用NCache至少具有以下两个好处: 1.用户具有平滑的页面体验 2.访问压力将在应用堆积并适当溢出,缓解了对数据服务的集中请求压力
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    PageReplacementAlgorithms

    PageReplacementAlgorithms

    Page Replacement Algorithms

    Page Replacement Algorithms FIFO LRU Optimal It works in the windows linux and mac.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Disque

    Disque

    Disque is a distributed message broker

    ...It offers both at-least-once and at-most-once delivery semantics depending on per-message configuration, and retries or re-queueing of un-acknowledged jobs are built in. The system trades off strong FIFO ordering semantics in favor of simplicity and scalability, giving best-effort ordering rather than strict global message ordering.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Nagios Proxy

    Proxies the Nagios command fifo.

    Nagios Proxy is a client server system intended to be used in a secure environment. The client will appear to external software as a Nagios service. It accepts any data on the Nagios command fifo and forwards it to the server. When HUPped it collects the config files and forward those to the server. The server will pass commands and config files on to the real Nagios process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
MongoDB Logo MongoDB