Showing 35 open source projects for "roccat-tools"

View related business solutions
  • Powerful App Monitoring Without Surprise Bills Icon
    Powerful App Monitoring Without Surprise Bills

    AppSignal starts at $23/month with all features included. No overages, no hidden fees. 30-day free trial.

    Tired of monitoring tools that punish you for scaling? AppSignal offers transparent, predictable pricing with every feature unlocked on every plan. Track errors, monitor performance, detect anomalies, and manage logs across Ruby, Python, Node.js, and more. Trusted by developers since 2012 with free dev-to-dev support. No credit card required to start your 30-day trial.
    Try AppSignal Free
  • Go From Idea to Deployed AI App Fast Icon
    Go From Idea to Deployed AI App Fast

    One platform to build, fine-tune, and deploy. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 1
    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.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    Library and command line tools for XZ and LZMA compressed files
    Leader badge
    Downloads: 81,463 This Week
    Last Update:
    See Project
  • 3
    WinRAR

    WinRAR

    Compress, Encrypt, Package and Backup with only one utility

    WinRAR is a powerful file archiver and compression tool that supports multiple file formats, including RAR and ZIP. It is widely used for compressing large files into smaller, more manageable sizes and decompressing files into their original format. WinRAR offers advanced features for both personal and professional use, such as file encryption, password protection, and splitting large files into smaller parts for easier storage or transfer. Its intuitive interface makes it easy for users to...
    Downloads: 402 This Week
    Last Update:
    See Project
  • 4
    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: 852 This Week
    Last Update:
    See Project
  • 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
  • 5
    g3fc

    g3fc

    A modern, fast, and secure file archiver with built-in data resilience

    G3FC is a modern, high-performance open-source file archiver using Zstd compression. This project delivers a secure and resilient file container format engineered to replace legacy tools. G3FC excels with its technical features: blazing-fast Zstandard compression, strong AES-256-GCM authenticated encryption, and optional Forward Error Correction (FEC) to prevent data corruption. Its unique footer design allows for instant file indexing and searching, even in massive archives, eliminating the slow scans required by formats like TAR. ...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 6

    littleutils

    Various small and useful command-line utilities

    The littleutils include duplicate file finders (repeats, repeats.pl, repeats.py), image optimizers (opt-jpg, opt-png, opt-gif, recomp-jpg), file rename tools (lowercase, uppercase, pren), archive recompressors (to-gzip, to-bzip2, to-bzip3, to-7zip, to-lzma, to-lzip, to-xz), a tempfile utility (tempname), file property tools (filedate, filemode, filenode, fileown, filesize, and lrealpath), and others. See the README file for more details.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Crunch

    Crunch

    Insane(ly slow but wicked good) PNG image optimization

    ...Using a combination of selective bit depth, color palette reduction and color type, as well as zopfli DEFLATE compression algorithm encoding that employs the pngquant and zopflipng PNG optimization tools, Crunch is effectively able to optimize and compress images with minimal decrease in image quality. While it may produce file size gains larger than those produced by lossless approaches, the impact on image quality is often imperceptible, and optimized file sizes are still significantly lower than the original.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    diffpak

    A huge files block differential compressor

    A differential compresor (or a binary diff) for huge files. Unlike other tools, e.g. xdelta3, it searches for matching data through the whole source file, even if it weights several gigabytes, while using much less memory (with default configuration approx 25x less than the size of the source file). Output files are not compressed, so you can use any compressor you like with great results. It is quite fast for very similar files (about the speed of hdd, however it reads input files twice) and not much worse on files with lots of differences.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    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
  • 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
    lzhw

    lzhw

    LZHW Windows command line lossless compression tool for tabular files

    LZHW Command Line Lossless Compression Tool is a Windows command line tool used to compress and decompress files from and to any form, csv, excel etc without any dependencies or installations. Using an optimized algorithm (LZHW) developed from Lempel-Ziv, Huffman and LZ-Welch algorithms. The tool can work in parallel and most of its code is written in Cython, so it is pretty fast. It is based on python lzhw library. Full tool documentation can be found at:...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    NoDoubles

    Finds and removes duplicates (hard links)

    NoDouble is a duplicate correction tool. It scans your drives for duplicate file. Unlike most tools, it replaces duplicates with hard links. A duplicate file is file with the same content, the same size, but not necessarily the same name or extension. When two duplicates or more are found, at least one of them is replaced with a hard link that points to the same data in the first file. Effectively, a hard link is a file, not a shortcut, and by removing the first file, the second file will still be present with all of its data. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    crearch

    crearch

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

    ...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 libraries, preview of file contents etc.). Ease of use by simply dragging and dropping into the various controls, configuration of the modular interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    pngcrush and other tools for manipulating PNG (Portable Network Graphics) and MNG (Multiple-image Network Graphics) files.
    Leader badge
    Downloads: 147 This Week
    Last Update:
    See Project
  • 14
    Slim is a data compression system for scientific data sets, a binary and a library with C linkage. Slim works with integer data from one or more channels in a file, which it can compress more effectively and more rapidly than general tools like gzip.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    FLAC Frontend

    FLAC Frontend

    The new, updated front-end for FLAC!

    As Speek's celebrated FLAC Frontend hasn't been updated for 10 years, things started to get a little buggy with new Windows versions. This remake fixes most issues. FLAC Frontend is a convenient way for Windows users not used to working with command lines to use the official FLAC tools. It accepts WAVE, W64, AIFF and RAW files for encoding and outputs FLAC or OGG-FLAC files. It is able to decode FLAC files, test them, fingerprint them and re-encode them. It has drag-and-drop support too.
    Leader badge
    Downloads: 181 This Week
    Last Update:
    See Project
  • 16
    gzx is a C library and a command line tool for fully GZIP-compliant file compression with fast random access read support. gzx includes a FUSE (filesystem in userspace) client that allows to access the compressed files with arbitrary applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Graphical front end to command line tools used to build and install software from source on VectorLinux, Slackware and other slackware derivates. Includes a GUI front end to cruxports4slack
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Tools for archiving, compressing and processing XML data.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    Command line tool written in Java, that automaticly unpacks (password protected) RAR-Archives or multi-part RARs, if all belonging files are complete. It is designed to do unrar jobs on Linux-based NAS-Devices when downloading from Rapidshare & co.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20

    Coffeearc

    A simple, extensible GUI archiver for experimental cmd-line tools.

    Coffeearc is a simple, extensible GUI archiver for cmd-line tools. Bundled with CCM and Slug, both ultra-fast and strong compression (including AES encryption) are its core features. Some conventional formats like ZIP, TAR and others are supported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A SEGA Dreamcast VMU backup utility that allows you to transfer your savegame files from/to your PC harddisk.
    Downloads: 26 This Week
    Last Update:
    See Project
  • 22
    GD RCS is a revision contol system which supports repository on removable media. It combines the abilities of PRCS, archiving tools like Zip and backup utilities.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    The development of an open source Prince Of Persia Level editor for PC, a new game engine and complementary tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    CvsKnit is a toolset to automate knitting up CVS repositories from existing source packages. This is a sub-project of minix-up project (SF.jp).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    makeutil is a set of portable public domain programs designed to support C/C++ projects. It provides tools for build operations outside of the normal compile/link pipeline. It is designed to be unobtrusively included directly in your own project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB