Showing 46 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
    LZ4

    LZ4

    Extremely fast compression algorithm

    LZ4 is lossless compression algorithm, providing compression speed > 500 MB/s per core (>0.15 Bytes/cycle). It features an extremely fast decoder, with speed in multiple GB/s per core (~1 Byte/cycle). A high compression derivative, called LZ4_HC, is available, trading customizable CPU time for compression ratio. LZ4 library is provided as open-source software using a BSD license. This benchmark simulates simple "static content transfer" scenario such as OS Kernel compression or video game's...
    Downloads: 314 This Week
    Last Update:
    See Project
  • 2
    UglifyJS 3

    UglifyJS 3

    JavaScript parser, mangler, compressor, beautifier toolkit

    UglifyJS is a JavaScript compressor/minifier written in JavaScript. It also contains tools that allow one to automate working with JavaScript code. A parser which produces an abstract syntax tree (AST) from JavaScript code. A code generator which outputs JavaScript code from an AST, also providing the option to get a source map. A compressor (optimizer). it uses the transformer API to optimize an AST into a smaller one. A mangler, reduce names of local variables to (usually) single-letters....
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    Nikkho

    Nikkho

    Javier Gutiérrez Chamorro (Guti) Open source projects

    Javier Gutiérrez Chamorro (Guti) Open source projects Author's website: https://www.javiergutierrezchamorro.com
    Leader badge
    Downloads: 1,460 This Week
    Last Update:
    See Project
  • 4
    Zflate is a universal file recompressor tool that support a lot of file format like png, jpeg, zip, gzip, mp4, 3gp, mp3, pdf, exe, scr, avi and so on with simple usage It can compress smaller compared to compression techniques nowadays on some files. please Run it under windows or using wine if running under linux.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Lightspeed golf course management software Icon
    Lightspeed golf course management software

    Lightspeed Golf is all-in-one golf course management software to help courses simplify operations, drive revenue and deliver amazing golf experiences.

    From tee sheet management, point of sale and payment processing to marketing, automation, reporting and more—Lightspeed is built for the pro shop, restaurant, back office, beverage cart and beyond.
    Learn More
  • 5
    litc

    litc

    Litc - light in band text compressor

    A very simple dictionary based text compressor. Created to shorten single line UTF8 strings; it tries to compress them quickly with a simple interface that can be used as a drop in replacement for Encoding.UTF8.GetBytes(value) and Encoding.UTF8.GetString(packed). The public Litc API are in fact: byte[] packed = Litc.GetBytes(value); string unpacked = Litc.GetString(packed);
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    AZip

    AZip

    AZip - A portable Zip Archive Manager

    AZip is a free Zip Archive Manager with unique features such as: built-in content Search, smart archive Update, archive Recompression. The goal is to keep the user interface as simple as possible and bother the user the least possible with options or useless gadgets. More details and screenshots on the AZip Web site: http://azip.sf.net Alire crate: https://alire.ada.dev/crates/azip Mirror: https://github.com/zertovitch/azip
    Downloads: 10 This Week
    Last Update:
    See Project
  • 7
    EasyDMG2ISO

    EasyDMG2ISO

    The easiest way to convert DMG files to ISO.

    EasyDMG2ISO is a small and useful utility to convert DMG files to ISO or CDR format. A DMG file is a kind of Disk Image File commonly used on macOS platform. Sometimes it may be necessary to have the Disk Image in ISO or CDR format for compatibility reasons with other platforms.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    LinTAR-Archive-Manager

    LinTAR-Archive-Manager

    Winrar Alternative Archive Manager for Linux Systems

    This is a better archive manager developed for Linux systems. Its name is a playful reference to WinRAR. It also supports compression and extraction in the RAR format. However, you must install the RAR package on your system. Since this package is proprietary, it wouldn't be appropriate to include it in the program, and we wanted to leave the choice to the user. The program has been packaged and made ready for use on Debian-based systems. Bug reports will help further develop the...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9

    AutoArchive

    A simple backup utility

    Utility to help create backups more easily. The idea of the program is that all essential information for creating a backup is in a single file. It can use ‘tar’ for creating archives, has a command line interface, and supports incremental backups.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Say goodbye to broken revenue funnels and poor customer experiences Icon
    Say goodbye to broken revenue funnels and poor customer experiences

    Connect and coordinate your data, signals, tools, and people at every step of the customer journey.

    LeanData is a Demand Management solution that supports all go-to-market strategies such as account-based sales development, geo-based territories, and more. LeanData features a visual, intuitive workflow native to Salesforce that enables users to view their entire lead flow in one interface. LeanData allows users to access the drag-and-drop feature to route their leads. LeanData also features an algorithms match that uses multiple fields in Salesforce.
    Learn More
  • 10
    Encrypt Express

    Encrypt Express

    A simple file/folder encryption application based on the 7zip-full.

    This program, based on the 7zip-full package on Debian systems, encrypts your files or folders along with their content names. It does this by entering a specified command and parameters into the 7zip tool using a Python script. https://github.com/shampuan/encrypt-express
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    larra

    C++ library for archive random read access.

    larra provides some simple interfaces for archive access. The main feature is that it uses the same interface for directories and archives, which allows archive-in-archive access (like .tar.gz). For file access a seekable stream interface is used.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    clzw

    clzw

    Implementation of LZW compression algorithm in C

    Simple, fast implementation of LZW (Lempel–Ziv–Welch) data compression algorithm in C. - Console encoder/decoder tools - OS independent - Could be used in embedded projects - Works with raw code-stream LZW features: - Hardcoded dictionary size - Variable code size - Code search is performed by hash table and embedded in dictionary linked lists (encoder) - No dynamic memory allocation
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ZipZipArchiver2020

    ZipZipArchiver2020

    Simple Zip Archiver

    About the program: Banal Zip archiver Created by a 12 year old man :) My YouTube channel: MrOlegTitov --------------------------------------------------- This program was created in 1 hour 10 minutes If you want to support me: YandexMoney: 4100110731481746 WebMoney: 519227791003 --------------------------------------------------- This archiver is completely free! But again you can support me))) ( But I'm not suggesting anything..... )
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Zipios

    Zipios

    Zipios is a C++ library for reading and writing 32bit Zip archives.

    This project has moved to GitHub https://github.com/Zipios/Zipios Zipios is a C++ library for reading and writing Zip archive files. Access to the data of individual entries is provided through standard C++ iostreams. A simple read-only virtual file system that mounts regular directories and zip files is also provided.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    PharTools

    PharTools

    A powerful PHP-CLI tool to manage phar (PHP-Archive) files

    PharTools is a powerful PHP-CLI tool to manage phar (PHP-Archive) files. It allows to create, extract, convert, edit and view phar archives. It also includes a simple API to implement PharTools features on your own scripts. Don't run this script directly. Run it from a cmd.exe or from a Linux Terminal instance instead If you install PharTools on Windows directories (like Program Files, Program Files (x86), ...) you may need to run cmd.exe as Administrator GitHub Repository:...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    JPdfCompressor

    A simple pdf compression tool written in Java using Itext PDF Library

    A simple pdf compression tool written in Java Using Itext PDF library for java
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    crearch

    crearch

    Aide à la création d'archives => Help in the creation of archives

    ---fr_FR--- Crearch est destiné aux distributions "puppy-linux" comme ToOpPy, Triton, Tahr, etc. Didacticiel inclus. nombreux outils inclus (comparaison des librairies, prévisualisation du contenu des fichiers etc.). Facilité d'utilisation par simple glisser déposer dans les divers contrôles, configuration de l'interface modulaire. ---en_GB--- Crearch is intended for "puppy-linux" distributions such as ToOpPy, Triton, Tahr, etc. Tutorial included. many tools included (comparison of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    MicroZip

    MicroZip

    Create,extract and encrypt ZIP,GZIP,TAR,BZIP2,TAZ files on Java mobile

    MicroZip is a powerful file compression and encryption utility for mobile phones which allows you to create and extract compressed archives in multiple formats and encrypt sensitive information with powerful AES-256 encryption. MicroZip can create and extract ZIP,TAR,TGZ,TBZ2 archives and extract many other formats as JAR,GZ,BZ2,TBZ,WAR,BZIP2,GZIP,Z,TAZ,CBZ etc. MicroZip allows you to extract selected files without extracting the whole ZIP archive. MicroZip also supports encrypted ZIP...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 19
    pyCompry

    pyCompry

    A Python Script to Compress and Backup a Folder

    This tool is featured with a very high compression mechanism hence useful in backing up large sized folders over a slow network, Or useful in reducing the backup size to a maximum possible. For detailed help, please refer to http://blogger.iamamazing.in/2016/01/automate-backup-with-python-script.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    OwlZip

    OwlZip

    OwlZip est un gestionnaire d'archive compatible WDZ.

    OwlZip est un logiciel de gestion d'archive (zip, rar, cab…) simple, rapide, léger et moderne. Il est compatible avec les fichiers WDZ. OwlZip est personnalisable et ressemblera à votre personnalité avec son fond changeable ainsi que les tuiles et la liste des fichiers. Actuellement en version Alpha, de grande chose vont arriver. (Code source bientôt disponible)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    CRUSH

    An LZ77-based file compressor

    CRUSH is a simple LZ77-based file compressor that features an extremely fast decompression.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    Tiny File

    Tiny File

    Tiny Tool , Big Things

    Tiny File is a small tool for compress and decompress your file. Is a simple Gui for 7zip,but is very cute !!!! Compresses files and folders in ZIP, 7ZIP, Gzip or TAR format!!! I am looking for developers for the project.......
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    liblzg is a minimal implementation of an LZ77 class compression library. The main characteristic of the library is that the decoding routine is very simple, fast and requires no memory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Simple Huffman Coder

    Simple huffman coder for learning purposes

    This project is built for learning purposes so it's implementation is kept simple and easy to read. It has two functions to either encode or decode a file with the expectation that you will modify it to suite your needs best.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    ZipBackup

    ZipBackup

    Back up your files into zip and encrypted zip files.

    ZipBackup is a free Windows tool for maintaining backups of your files and folders. ZipBackup focuses on providing simple file backup in an open, common file format instead of a proprietary format that locks you into a particular backup software. Full and incremental backups are automatically provided. ZipBackup also supports 256-bit Advanced Encryption Standard (AES) security for your zip files - the same security used by the NSA for classified information. With both compression and...
    Downloads: 7 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next