Showing 481 open source projects for "open queue"

View related business solutions
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • Build Secure Enterprise Apps Fast with Retool Icon
    Build Secure Enterprise Apps Fast with Retool

    Stop wasting engineering hours. Build secure, production-grade apps that connect directly to your company’s SQL and APIs.

    Create internal software that meets enterprise security standards. Retool connects to your business data—databases, APIs, and vector stores while ensuring compliance with granular permissions and audit logs. Whether on our cloud or self-hosted, build the dashboards and admin panels your organization needs without compromising on security or control.
    Learn More
  • 1
    Algorithms in Python

    Algorithms in Python

    Data Structures and Algorithms in Python

    Algorithms in Python is a collection of algorithm and data structure implementations (primarily in Python) meant to serve as both learning material and reference code for engineers. It includes code for graph algorithms, heap data structures, stacks, queues, and more — each implemented cleanly so learners can trace logic and adapt for their problems. The repository is particularly useful for people preparing for competitive programming, job interviews, or building a foundational...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    IBM Websphere MQ Admin Tool

    IBM Websphere MQ Admin Tool

    Managing IBM MQ objects and messages

    A free and pure Java GUI application is an excellent replacement for MQ Explorer for administering all versions of IBM Websphere MQ which are in support. In particular this includes the z/OS platform. It provides extra features that include message edit, analyse, backup/restore, queue purge, queue and channel status monitoring, output object properties to csv and much more.... This open source application is written in Java 1.8 and using NetBeans IDE 8.2. Currently using IBM MQ client lib 8.0. This project is actively being developed. All features are created for the daily task of any MQ Admin team, any suggestions for general programming discussion,feedback, new feature request are welcomed. ...
    Leader badge
    Downloads: 10 This Week
    Last Update:
    See Project
  • 3

    imagefap-gallery-dl-cli

    Headless fork of ImageFap Gallery Downloader

    This is a "fork" of the ImageFap Gallery Downloader project to change it from querying keyboard and instead allow you to pass the URLs along via CLI. Additional features will be added as requested or desired.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 4
    AVSEdit Plus

    AVSEdit Plus

    An AviSynth script editor with side by side preview and encoding GUI

    AVSEdit Plus is an AviSynth script editor with side by side preview and video encoding GUI for command line encoders: - edit AviSynth scripts, - preview script video results, - buffer slow scripts and preview them in real time, - enable side-by-side preview for two script video results, - work with command line encoders using an encoding GUI, - create an encoding queue. Visit the AVSEdit Plus official thread to get support and discuss...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5

    msmtp-scripts

    Wrappers around msmtp for use as queueing MTA with extra features

    This project builds on top of the (and adds additional) scripts included with msmtp (a command-line send only email client) in order for it to act as a queueing Mail Transport Agent (by acting as the sendmail command; it also offer an minimalist SMTP server mode) with some additional features like verify-before-send (which requires you to confirm that you really do want to send email, after a required delay (cooling off period)) for those who need to think twice about the wisdom of what they...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    YYKit

    YYKit

    A collection of iOS components

    YYKit is a large collection of iOS utility and component modules, intended to provide building blocks for iOS app development. It is released under the MIT license. The repository splits out independent submodules such as YYModel (a high-performance JSON ↔ model mapping layer), YYCache (a fast caching system), YYImage (image handling, including support for formats like WebP, APNG, GIF), YYWebImage (asynchronous image loading and caching), YYText (a rich text display and editing component),...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Easy Automatic Printer

    Easy Automatic Printer

    A utility that sends multiple files to a print queue automatically

    Easy Automatic Printer is a free, open-source and easy-to-use printer utility for Windows. (XP to 10) It sends multiple files to a print queue automatically. Select the files you want to print, and press the print button : all the files will be sent to the print queue one by one. You can also stop, resume and pause the process. Simple graphical user interface makes EAP user friendly and easy to use.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    FastDom

    FastDom

    Eliminates layout thrashing by batching DOM measurement

    Eliminates layout thrashing by batching DOM read/write operations (~600 bytes minified gzipped). FastDom works as a regulatory layer between your app/library and the DOM. By batching DOM access we avoid unnecessary document reflows and dramatically speed up layout performance. Each measure/mutate job is added to a corresponding measure/mutate queue. The queues are emptied (reads, then writes) at the turn of the next frame using window.requestAnimationFrame. FastDom aims to behave like a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Angular Websocket

    Angular Websocket

    The missing Angular WebSocket module for connecting client apps

    ...It wraps the native WebSocket API in a way that plays nicely with Angular’s digest cycle, ensuring that UI updates are triggered when messages arrive. The library manages an internal send queue so that messages requested before the socket is open are safely sent once the connection is ready. It offers a set of convenience methods and callbacks, such as onMessage, onOpen, onClose, and onError, to keep WebSocket handling consistent with other Angular services. Developers can filter messages by string or regular expression and optionally disable automatic $digest calls when needed for performance. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • G-P - Global EOR Solution Icon
    G-P - Global EOR Solution

    Companies searching for an Employer of Record solution to mitigate risk and manage compliance, taxes, benefits, and payroll anywhere in the world

    With G-P's industry-leading Employer of Record (EOR) and Contractor solutions, you can hire, onboard and manage teams in 180+ countries — quickly and compliantly — without setting up entities.
    Learn More
  • 10
    QueueSimulator

    QueueSimulator

    Simulator of G/G/k queue systems used in computer networks.

    QueueSimulator is a free software which aims to simulate primarily G/G/k queueing systems that are used in computer networks. But it can be used to simulate practically any stable queue system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Disque

    Disque

    Disque is a distributed message broker

    Disque is a distributed, fault-tolerant, in-memory message broker designed for job-/message-queue scenarios, created as an experiment to capture the “Redis as a jobs queue” use case but elevate it into a self-contained and scalable system. The design focuses on simplicity, providing a minimal and clear API for producers to enqueue jobs (messages) and consumers to process them, while handling replication, failure and re-queueing internally. Disque supports multi-master clusters where any node...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    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
  • 13

    LabelPrint

    Printing of labels from software via .xml files.

    Labelprint will give you full label printing capability. Design a label in a GUI. The definition is stored in an XML format. Provide data to be printed in an XML format. Together this will be used to print the label. Also remote printing via the internet from a central location is supported whereby the definition XML files and data XML files are automatically transferred to the remote location. Rendering and printing is automatically done on the receiving location. So this project contains...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 14

    ImageFap Gallery Downloader

    Minimalistic ImageFap and xHamster gallery downloader (Python)

    Note: the work on this project is currently on halt. Check out https://sourceforge.net/projects/imagefap-gallery-dl-cli/?source=directory for a more recent version. ImageFap Gallery Downloader is a Python script for full image gallery downloads on ImageFap and xHamster. xHamster support added in v0.3 In order to download user folders in v0.4, open the user profile, follow the 'Galleries' link and copy the folder link from the sidebar to the clipboard. Download everything from a user...
    Leader badge
    Downloads: 32 This Week
    Last Update:
    See Project
  • 15
    RustyCoder

    RustyCoder

    A front-end for audio conversion

    32-bit binaries are also available at http://sourceforge.net/projects/rustycoder/files/ For the latest news update, please visit http://sourceforge.net/p/rustycoder/discussion/ Bugs bugging you? Report it here: https://github.com/MoodyMoon/RustyCoder/issues It is worth noting that the RustyCoder supports only operating systems older than Windows Vista.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 16
    yourDashboard

    yourDashboard

    Webbased Dashboard to show the status of your IT infrastructure

    We moved to GitHub. Please see https://github.com/michael-batz/yourDashboard yourDashboard is a webbased dashboard engine written in PHP. You can define multiple dashboards using a XML configuration file. Each dashboard consists of one or multiple dashlets, that will be reloaded in a configurable time interval using AJAX technology. yourDashboard comes with a few dashlets, but it is easy to write your own dashlet, too. At the moment, the follwing dashlets come with yourDashboard: -...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Java Application Framework For All

    JAFFA is a Rich Web 2.0 POJO based Event-Driven SOA framework

    An Enterprise Focused Java Framework For Rapid Application Development. JAFFA is a Java web application development stack, build around Web 2.0 technologies (ExtJS, DWR, JAWR) with an extensive service architecture, meta-data layer and rules engine (based on JBoss AOP and Drools). It provides an event driven SOA infrastructure with advanced scheduling and queue sub-systems
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    CANUSB Library written in C#
    This is a C# library dedicated for using with a www.canusb.com device Full notes: See ReadMe.txt Summary The LAWICEL DLL is 'unmanaged code' and was not designed for use by C#/VB/Mono http://en.wikipedia.org/wiki/Managed_code If you wish to call 'unmanaged code' from 'managed code', you need to use a 'C# wrapper' to access the DLL. This wrapper uses 'PInvoke' (like peek/poke) to 'martial' calls from managed to unmanaged code. It sounds complicated, and it is. IT IS ALSO TOTALLY...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19

    xorlisp

    Bit level lambda continuations and nothing else - Queue automata

    Not working yet. To deal with the Halting Problem, computing and data are navigated using debugger ops: linearForward and treeForward, which navigate an astronomically large bit string where 1 is ( and 0 is ). All pairs are derived from (). For example, true is represented as ((()())()), and false is (()(()())). It appears related to the church encoding of lambda where T chooses first parameter and F chooses second, of a pair. Continuations are nearly finished code and are represented as a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    MoleQueue

    MoleQueue

    Desktop integration of high performance computing resources

    ...Each queue can have programs, with templates to facilitate the execution of the program. Input files can be staged, and output files collected using a standard interface.
    Downloads: 18 This Week
    Last Update:
    See Project
  • 21
    quban

    quban

    Quban is a usenet binary newsgrabber for Linux

    News August 2nd 2015 Quban version 0.7.5 now available from the website: http://quban.sourceforge.net/ . Please read the release notes at http://quban.sourceforge.net/releases.php#0.7.5 Quban is a Qt4 program to download encoded articles from Usenet, originally forked from Klibido 0.2.5. It supports multiple servers, multiple download threads per server plus automatic joining, decoding, repair and unpacking of articles.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    eMule

    A free peer-to-peer (P2P) file sharing client

    eMule is a free peer-to-peer (P2P) file-sharing client for Microsoft Windows that was launched in 2002 as an alternative to eDonkey2000. To date, eMule is one of the world’s largest and most trustworthy P2P file-sharing clients. eMule includes advanced search features, file checks for corruptions while downloading, a preview while downloading function, and a credit system to reward frequent uploads.
    Leader badge
    Downloads: 15,478 This Week
    Last Update:
    See Project
  • 23
    Small, robust mailer (MTA) for FIDO and FIDO-like amateur networks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    queue control

    Queue Control

    Queue Control, control de turnos
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    JSim

    Java-based discrete event simulator of an M/M/s queue system

    JSim is a Java-based discrete event simulator of an M/M/s queue system. The target audience are students and educators who may use it to explain and understand the basic principles of the system. JSim includes a library of classes that can be used to modify the application to simulate other types of queuing systems as well. Therefore, it may be used as starting point to build larger, application specific simulator.
    Downloads: 1 This Week
    Last Update:
    See Project