Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

  • queues (19)

    M2Collections

    Compare

      No analysis available

    Modula-2 collections library. The library provides an API for collection ADTs, in particular: stacks, queues, double ended queues, priority queues, balanced binary search trees, patricia tries, dynamic arrays and hash tables to store arbitrary data. The hash table ADT allows data to be stored and ... [More] retrieved by reference or by copy, with built-in reference counting. All other ADTs allow data to be stored and retrieved by reference only. The library follows PIM4, it has no dependencies and it is platform independent. The library is tested with GM2 using option 'fpim4'. Under development. BSD style license. [Less]

    0 lines of code

    0 current contributors

    0 since last commit

    5 users on Open Hub

    Activity Not Available
    5.0
     
    I Use This
    Mostly written in language not available
    Licenses: bsd

    JavaScript Framework

    Compare

      Analyzed 2 months ago

    A framework to develop complex JavaScript applications. OOP Intellisense support: base constructor, base methods, namespaces, imports,... (VS2012) LINQ: fw.linq.asEnumerable(cars).where("x => x.brand == 'bmw'").groupBy("year").toArray() EventDispatcher/EventProperty: this.myEvent = new ... [More] fw.events.EventProperty(this, "changeSomething"); ... this.myEvent.add(handler); ... this.myEvent.dispatch({additionalData: "abc"}); Queues: Advanced queuing of steps (wait for previous steps/events/..., handle errors,...) Localization ... [Less]

    8.64K lines of code

    0 current contributors

    almost 10 years since last commit

    2 users on Open Hub

    Activity Not Available
    3.0
       
    I Use This

    DEQlib

    Compare

      No analysis available

    C library for double ended queue storage. The library provides an API to create and use dynamic double ended queues for arbitrary data. Data may be stored and retrieved by reference only. An extension for storage and retrieval by copy is planned. Requires C99, no dependencies, platform independent. BSD style license.

    0 lines of code

    0 current contributors

    0 since last commit

    1 users on Open Hub

    Activity Not Available
    5.0
     
    I Use This
    Mostly written in language not available
    Licenses: bsd

    FIFOlib

    Compare

      No analysis available

    C library for FIFO (queue) storage. The library provides an API to create and use queues for arbitrary data. Data may be stored and retrieved by reference only. An extension for storage and retrieval by copy is planned. Requires C99, no dependencies, platform independent. BSD style license.

    0 lines of code

    0 current contributors

    0 since last commit

    1 users on Open Hub

    Activity Not Available
    5.0
     
    I Use This
    Mostly written in language not available
    Licenses: bsd

    CakePHP Queue Plugin

    Compare

      Analyzed 25 days ago

    A minimalistic JobQueue Plugin for CakePHP

    1.01K lines of code

    1 current contributors

    almost 6 years since last commit

    1 users on Open Hub

    Inactive
    0.0
     
    I Use This

    PQlib

    Compare

      No analysis available

    C library for dynamic priority queues. The library provides an API to create and use dynamic priority queues for arbitrary data. Data may be stored and retrieved by reference only. All operations are O(log n). Requires C99, no dependencies, platform independent. BSD style license.

    0 lines of code

    0 current contributors

    0 since last commit

    1 users on Open Hub

    Activity Not Available
    5.0
     
    I Use This
    Mostly written in language not available
    Licenses: bsd

    TaskMQ

    Compare

      Analyzed 3 months ago

    Message queue with task scheduler and cqrs

    70.2K lines of code

    1 current contributors

    over 3 years since last commit

    0 users on Open Hub

    Activity Not Available
    0.0
     
    I Use This

    QRPC (Ruby)

    Compare

      Analyzed 25 days ago

    Queued JSON-RPC client and server. Works as normal RPC server, but through queue interface, so allows highly scalable, distributed and asynchronous remote API implementation and fast data processing. It's based on EventMachine and Beanstalk, so it's fast and thread safe.

    2.43K lines of code

    0 current contributors

    almost 13 years since last commit

    0 users on Open Hub

    Inactive
    0.0
     
    I Use This

    Queue::DBI

    Compare

      Analyzed 26 days ago

    Queue system with an emphasis on safety, using DBI as a storage system for queued data.

    4.58K lines of code

    0 current contributors

    about 8 years since last commit

    0 users on Open Hub

    Inactive
    0.0
     
    I Use This

    Ruby Unified Queues

    Compare

      Analyzed 25 days ago

    Unifies many queue implementations under the single interface. Includes both single queue libraries and multiple queue libraries.

    1.01K lines of code

    0 current contributors

    almost 13 years since last commit

    0 users on Open Hub

    Inactive
    0.0
     
    I Use This