Showing 32 open source projects for "simple queue system"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Context for your AI agents Icon
    Context for your AI agents

    Crawl websites, sync to vector databases, and power RAG applications. Pre-built integrations for LLM pipelines and AI assistants.

    Build data pipelines that feed your AI models and agents without managing infrastructure. Crawl any website, transform content, and push directly to your preferred vector store. Use 10,000+ tools for RAG applications, AI assistants, and real-time knowledge bases. Monitor site changes, trigger workflows on new data, and keep your AIs fed with fresh, structured information. Cloud-native, API-first, and free to start until you need to scale.
    Try for free
  • 1
    Notepad--

    Notepad--

    Notepad for Windows, Linux, and Mac platforms

    Notepad-- a text editor written in C++ that works seamlessly across Windows, Linux, and Mac platforms. Our aim is to eventually surpass Notepad++, with a particular focus on the MacOS and Chinese UOS operating system. Unlike Notepad++, our advantage lies in our cross-platform compatibility and support for various OSes. If you are using MacOS and want to find a useful text editor, please try Ndd, it won't disappoint you. My Github homepage is: https://github.com/cxasm/notepad--
    Leader badge
    Downloads: 223 This Week
    Last Update:
    See Project
  • 2
    led-text-editor

    led-text-editor

    A simple and easy-to-use but yet powerful line-oriented text editor.

    led is a simple and easy-to-use but yet powerful line-oriented text editor. It is written in Urn Lisp and compiled to Lua, so it is available for every platform where Lua (version 5.1 or higher) is available as well; however some special features are available only with Lua 5.1 (or LuaJIT) on AmigaOS, MorphOS, AROS and UNIX with XTerm. The latest release (18-Mar-2021) now supports also scripts.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3

    Prosador

    Editor modular de texto orientado a la escritura poética y narrativa.

    Prosador es una herramienta de escritura creada en Python, enfocada en la experimentación literaria y la manipulación textual en el idioma español. Incluye módulos para análisis, predicción, generación y edición de textos en prosa, con interfaz simple y extensible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    template-message-sdk

    Sdk for dynamic generating message by templates

    A small library for creating templates from blocks using code. The same blocks can be used for different templates. The basic principle of working with the library is to provide a flexible and simple system for writing dynamically generated text.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Turn traffic into pipeline and prospects into customers Icon
    Turn traffic into pipeline and prospects into customers

    For account executives and sales engineers looking for a solution to manage their insights and sales data

    Docket is an AI-powered sales enablement platform designed to unify go-to-market (GTM) data through its proprietary Sales Knowledge Lake™ and activate it with intelligent AI agents. The platform helps marketing teams increase pipeline generation by 15% by engaging website visitors in human-like conversations and qualifying leads. For sales teams, Docket improves seller efficiency by 33% by providing instant product knowledge, retrieving collateral, and creating personalized documents. Built for GTM teams, Docket integrates with over 100 tools across the revenue tech stack and offers enterprise-grade security with SOC 2 Type II, GDPR, and ISO 27001 compliance. Customers report improved win rates, shorter sales cycles, and dramatically reduced response times. Docket’s scalable, accurate, and fast AI agents deliver reliable answers with confidence scores, empowering teams to close deals faster.
    Learn More
  • 5
    smalltextpad

    smalltextpad

    SmallTextPad is a Simple Java Text Editor!

    SmallTextPad Application is an application that was written in Java so requires JRE to run on your System, this is a simple application that allows you to Open, Close, Edit, Save & encrypt txt format files!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    A collection of small utilities for: data extraction (text or binary files), data buffering, message queue control, column addition, date/time manipulation, and data recovery testing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    XMLStarlet is a set of command line utilities (tools) to transform, query, validate, and edit XML documents and files using simple set of shell commands in similar way it is done for text files with UNIX grep, sed, awk, diff, patch, join, etc utilities.
    Leader badge
    Downloads: 1,238 This Week
    Last Update:
    See Project
  • 8
    pykte

    pykte

    pykte is a simple text editor with support for unicode.

    pykte is a simple text editor with support for unicode and a few handy tools to aid in the input of characters in different languages. *Please note this project is still in alpha stage, there are still some issues to solve.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    DrPython is a highly customizable cross-platform ide to aid programming in Python. It was developed with teaching in mind, and has a clean, simple interface. It is written in Python, using wxPython as the gui.
    Downloads: 10 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.

    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.
    Try for free
  • 10

    Spock Text Editor

    Simply text editor for php, jsp, html, etc...

    This app is designed in Java, so is fully compatible with Win, Mac and Linux 32 or 64 bits. It's a simple and fast text editor and supports: *.txt *.jsp *.php *.c *.h(headers for C language) *.java *.htm/html This is the first version and my first application on java. I hope you like it! See you in version 2! ;-)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    clip5 text clipboard manager

    clip5 text clipboard manager

    Simple interface which can be used as a clipboard manager

    It's a Java application which can be used as a clipboard manager. Just click on any of the textfield/textarea to copy the the displyed text into the system clipboard, where it will be ready to be pasted in another application like an e-mail client, a word processor ... Data are saved in text files. Edit the .txt files in order to best suit your needs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Trim Lines

    Trim Lines removes trailing whitespace from source code files

    This is simple command line tool to batch process source code files to remove trailing whitespaces and convert all line endings to your system native style. Usage example: trimlines d:\Projects\SomeProject\src *.c;*.cpp;*.h;*.hpp;*.inc .svn;.git With this command all files in "d:\Projects\SomeProject\src" including sub-folders that match search masks "*.c;*.cpp;*.h;*.hpp;*.inc" and excluding specified folders ".svn;.git" will be processed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Site map generator compatible with Google, with a graphical user interface. Build the map of your site in five minutes and register the generated file at Google for a complete referencing of your site.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    A tool to modify existing PDF documents in a simple and user-friendly way. The main features are merging, erasing pages, changing the page order and rotating pages in 90° steps.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    mn455 is CLI program to maintain short notes under linux console. there are simple tag-system, search and filter. you can use your favorite editor to create and edit notes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    HTML template library written in C inspired by perl HTML::Template. Template language has HTML-like tags (tmpl_var, tmpl_if, tmpl_loop, etc.) Use library to build a variable list and pass it to a template.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    SenezConsole++ is a simple tool written in Java, to replace and enhance the system console. Features include multi-colored text, multiple fonts and font sizes, embedded InputStream-style input reader.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    TongjiThesis is the abbreviation of Tongji University(P.R.C) Thesis LaTeX Template. This macro package aimed at creating a simple-to-use LaTeX dissertation template, including undergraduate thesis, master's thesis, doctoral dissertation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Fsgrep is a simple Java application which allows a user to search all files in a directory structure for lines matching a given pattern. Its functionality is a combination of the Unix find and grep utilities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    JFileReader allows users to view the contents of any file in a bytewise manner using a simple GUI interface. Functions include byte view changes to different primitive datatypes, endianess changes, and file content exports to new files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A simple, intuitive Javascript keyboard for Indic Languages such as Hindi, Sanskrit and Gujarati, based on Unicode characters.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 22
    The Newswriter is a simple script to publish and administrate your News. There is no need for a database. The News a stored in a simple file. I've coded this script because the others I found were to complicated and not adaptable enough.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    jsXe is the Java Simple XML Editor. Out of the box it provides a tree view, DTD/Schema introspection and validation. It's aim is to provide a framework for XML editing through any number of views that can be loaded at runtime as plugins.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A simple text editor. Nice Notepad replacement. This is a basic a GUI text editor, edits simple text files. Useful for making quick edits to files. A small text editor without many advanced features, however it may evolve into having specialized features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Latex2slides is a simple graphical program that produces a set of HTML/JPEG slides from a TeX or LaTeX source. Each Postscript page is converted to a JPEG image using ImageMagick's convert. The program then makes one HTML page for each JPEG (or slide), a
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next