Showing 1965 open source projects for "java open source"

View related business solutions
  • 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
  • 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
  • 1

    Systembackup Script

    Linux System Backup via Click im gleichen Verzeichnis speichern

    die Boot und die Root Partition werden mit ausnahme des Home Verzeichnis gesichert oder wieder hergestellt. Hierbei wird ein komprimiertes Image erstellt. Entweder direkt oder per rsync
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    This is a simple BASH script which will backup source directories to a destination target, such as a mounted NFS share. It will create a full directory structure matching the source, but only use disk space for new/changed files. This is done by linking existing files. Essentially, it backs up like an incremental backup, and consumes space like an incremental backup, but restores like a full backup.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    dirsynch

    dirsynch

    Directory synchronization tool

    DirSynch is a bidirectional directory synchronizing software. It helps you to discover the status of each file in both directories: if it's only in one of them, if it's newer in one than in the other, or if they are simply equal. It also support file content comparison using a hash function, although it's very time consuming. After letting you to choose which files do you want to synchronize, it performs the right operations to make both directories equal (or not, if you want it different)....
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    This projects aims to build a set of utilities to work with splitted files in various formats. Supported formats at the moment are: hacha (1,2 and pro), kamaleon (1 and 2), Astrotite, Camouflage, FileSplit, SplitFile...
    Downloads: 0 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
    The ZLib.Ada is a thick binding to the popular compression/decompression library ZLib http://www.gzip.org/zlib/. ZLib.Ada provide Ada style access to the ZLib C library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    android-backup-splitter

    Create a single adb backup for each app /sd and inform of missing apks

    This project consists of two shell scrips. One splits an adb backup into several ones by app name extracting the contents of the tars to a temporal folder and then re-taring everything to get the individual ab for each android app. The other shell script uses Tar Binary Splitter to divide the main tar inside the adb backup without extracting anything from the tar, so is by far the best method. Other software is needed. The bundle is included in Android Backup Extractor, with the...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7

    ReMove to Waste

    rmw (ReMove to Waste) is a command line recycle bin/trash can utility

    rmw (ReMove to Waste) is a safe-remove utility for the command line. Its goal is to conform to the FreeDesktop.org Trash specification and therefore be compatible with KDE, GNOME, XFCE, and others. Desktop integration is optional however, and by default, rmw will only use a waste folder separated from your desktop trash. One of its unique features is the ability to purge files from your Waste/Trash directories after x number of days.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Compressor

    Compressor

    An android image compression library

    Compressor is a lightweight and powerful android image compression library. Compressor will allow you to compress large photos into smaller sized photos with very less or negligible loss in quality of the image. Compressor now is using Kotlin coroutines! Stay cool compress image asynchronously with RxJava! Licensed under the Apache License.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    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)...
    Downloads: 3 This Week
    Last Update:
    See Project
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 10
    STManager

    STManager

    manage assortment in your company

    STManager lets you manage photos of your products. When the right information is needed, then it lets you quickly search for the right product you are looking for. Application designed to help with managing for example postal packages, where each product is very distinct for one another. For source code and more insides of this project, please visit github page: https://github.com/michalwilk123/STManager Name STManager is derived from old name: "Stocktake Manager".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    zPacker

    zPacker

    Free portable utility for working with 7z, ZIP, TAR, RAR files

    Free open source file archiving application with an intuitive, easy-to-use interface. The program is designed for both extraction and archiving, which provides a convenient free alternative to proprietary applications such as WinRar and WinZip. The utility can open RAR files, manage other formats - 7z, ZIP and TAR. Provides maximum speed, best compression ratio, stability and security, relying on proven technologies of free software from 7-Zip and other modern open source projects.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    grpar

    Tool to extract Build engine group (.grp) files

    Grpar is a BSD-licensed tool to extract Build engine group (.grp) files. See Ken Silverman's Build engine page (http://advsys.net/ken/build.htm) for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    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
  • 14
    Unpacker for installations made by Inno Setup
    Leader badge
    Downloads: 757 This Week
    Last Update:
    See Project
  • 15
    The jbig2dec project is no longer hosted here. Please see: https://www.ghostscript.com JBIG2 is a compression format for lossless and lossy encoding of scanned monochrome documents at moderately high resolution. It is very efficient in that domain, claiming 100:1 compression. jbig2dec is a decoder-only implementation of the format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Lustre-HPSS copytool

    Lustre-HPSS copy agent

    Lustre-HPSS copytool makes it possible to use HPSS as a backend storage for one or several Lustre filesystems, including: transparent migration of files data from Lustre to HPSS, automatic recalls on access, orphan cleaning in HPSS...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    FDNPKG

    FDNPKG

    a network-enabled package manager for FreeDOS

    FDNPKG is an online update tool for the FreeDOS operating system. It allows to install, remove and update software on a FreeDOS installation using online (http) or local (on disk/cdrom) repositories. It is written by Mateusz Viste for the FreeDOS™ project, but can be used on other DOS systems as well. FDNPKG means "FreeDOS Network Package manager".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    The GK3 Tools project is a collection of tools and utilities useful for viewing and modifying the Gabriel Knight 3 data files.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 19
    Ank Zipper

    Ank Zipper

    A free and easy-to-use password protected file archiver

    Ank Zipper provides you with a lightweight, Java-based application designed to provide security to your documents. Ank Zipper can compress both files and folders and create password-protected archives, in order to prevent unauthorized access to important files. Additionally, it can be used for extracting or simply browsing ZIP files.It includes AES(Advanced Encryption Standard) algorithm to encrypt/decrypt file(s). Ank Zipper is a cross-platform software that can be used on any...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20
    SafeKeep is a centralized and easy to use backup application that combines the best features of a mirror and an incremental backup.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 21

    Jojos Binary Diff

    Binary Diff and Undiff Utility

    JDIFF is a program that outputs the differences between two binary files, either in binary format or in human readable format (detailed or summarized) and then allows to reconstruct the second file from the first one and the diff-file.
    Leader badge
    Downloads: 62 This Week
    Last Update:
    See Project
  • 22
    Backs up Linux and Windows computers (via NFS, CIFS, SSHFS and local access) onto a central server. Provides filtration to avoid backing up unnecessary files. Database is chunk-based (compressed where worth it) and deduplicated (at chunk level). Most setting can be configured and have sensible defaults.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    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
  • 24

    PowerShell BackUp Script

    Script to backup and archive files

    This scipt helps to backup and archive files at the same time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    BackupPC

    BackupPC

    BackupPC is a high-performance, enterprise-grade system

    BackupPC is a high-performance, enterprise-grade system for backing up Linux, Windows, and macOS systems to a central server using rsync, tar, SMB, or FTP. It uses hard-linking and compression to efficiently store multiple backups of the same files and offers a web interface for administration and restore. BackupPC is suitable for environments where centralized, disk-based backups are needed.
    Downloads: 0 This Week
    Last Update:
    See Project