Showing 89 open source projects for "bzip2"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 1
    Bzip2

    Bzip2

    Parallel implementation of Bzip2 for multi-core machines written in Go

    Parallel implementation of Bzip2 for modern multi-core machines written in Go. This project is licensed under the ISC License. Copyright © 2020-2021 ALBANESE Research Lab Source code: https://github.com/pedroalbanese/bzip2 Visit: http://albanese.atwebpages.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    ...It supports Apache access log, Syslog, NTP, Apache 1 SSL engine log, modified ISO date/time log file formats, and Apache-like logs like CUPS, ProFTPD, Pure-FTPd… etc., and gzip and bzip2 compression methods.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    splitjob

    Reads from stdin, splits and sends to parallel invocations of commands

    Useful to split up jobs over multiple CPU cores or even multiple computers. Examples: tar -cf - /bigdirectory | splitjob -j 4 gzip > big.tar.gz splitjob "ssh h1 bzip2" "ssh h2 bzip2" < f > f.bz2
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    TestDisk & PhotoRec

    TestDisk & PhotoRec

    Disk recovery utility

    ...It works with : DOS/Windows FAT12, FAT16 and FAT32NTFS ( Windows NT/2K/XP )Linux Ext2 and Ext3BeFS ( BeOS )BSD disklabel ( FreeBSD/OpenBSD/NetBSD )CramFS (Compressed File System)HFS and HFS+, Hierarchical File SystemJFS, IBM's Journaled File SystemLinux RaidLinux Swap (versions 1 and 2)LVM and LVM2, Linux Logical Volume ManagerNetware NSSReiserFS 3.5, 3.6 and 4Sun Solaris i386 disklabelUFS and UFS2 (Sun/BSD/...)XFS, SGI's Journaled File System PhotoRec is file data recovery software designed to recover lost pictures from digital camera memory or even Hard Disks. It has been extended to search also for non audio/video headers. It searches for Sun/NeXT audio data (.au)RIFF audio/video (.avi/.wav)BMP bitmap (.bmp)bzip2 compressed data (.bz2)Source code written in C (.c)Canon Raw picture (.crw)Canon catalog (.ctg)FAT subdirectoryMicrosoft Office Document (.doc)Nikon ds
    Leader badge
    Downloads: 391 This Week
    Last Update:
    See Project
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

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

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 5
    Bzip2 for Windows

    Bzip2 for Windows

    A block-sorting file compressor, v1.0.6 for Win-32

    Bzip2 compresses files using the Burrows-Wheeler block sorting text compression algorithm, and Huffman coding. Compression is generally considerably better than that achieved by more conventional LZ77/LZ78-based compressors, and approaches the performance of the PPM family of statistical compressors. by Julian Seward.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 6
    wav2letter++

    wav2letter++

    Facebook AI research's automatic speech recognition toolkit

    ...This repository includes recipes to reproduce the following research papers as well as pre-trained models. All results reproduction must use Flashlight <= 0.3.2 for exact reproducibility. At least one of LZMA, BZip2, or Z is required for LM compression with KenLM. It is highly recommended to build KenLM with position-independent code (-fPIC) enabled, to enable python compatibility. After installing, run export KENLM_ROOT_DIR=... so that wav2letter++ can find it. This is needed because KenLM doesn't support a make install step.wav2letter++ expects audio and transcription data to be prepared in a specific format so that they can be read from the pipelines. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    PBzip2 for Windows

    PBzip2 for Windows

    Parallel Bzip2 v1.1.12 for Windows 32-bits

    PBzip2 is a parallel implementation of the bzip2 block-sorting file compressor that uses pthreads and achieves near-linear speedup on SMP machines. The output of this version is fully compatible with bzip2 v1.0.2 or newer (ie: anything compressed with pbzip2 can be decompressed with bzip2). by: Jeff Gilchrist
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    XZ Utils for Windows

    XZ Utils for Windows

    XZ is free data compression software with a high compression ratio

    ...The primary compression algorithm is currently LZMA2, which is used inside the .xz container format. With typical files, XZ Utils create 30 % smaller output than gzip and 15 % smaller output than bzip2.
    Downloads: 35 This Week
    Last Update:
    See Project
  • 9
    bzip2

    bzip2

    A file compressor/decompressor utility

    ...Official website: https://www.sourceware.org/bzip2/ Source: https://sourceware.org/pub/bzip2/?C=M;O=D
    Downloads: 0 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10

    HSRA

    Hadoop spliced read aligner for RNA-seq data

    ...Moreover, our tool uses the Hadoop Sequence Parser (HSP) library (link above) to efficiently read the input datasets stored on the Hadoop Distributed File System (HDFS), being able to process datasets compressed with Gzip and BZip2 codecs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    FUZE

    FUZE is a fast archiver that works perfectly with url files.

    FUZE - fast url zipper(efficient), this archiver shows great compression rate on many different type of files, especially on text files. Works always better(time, compression) than bzip2 and Deflate64, faster than zip(ppmd). Comression rate sometimes better than zip(LZMA, PPMd). It also can get one url by number('get_url' function) from archived file. This function(can be found in source code) can be useful to find urls in archived database. Also you can try this function in fuze.exe. Documentation is on github. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    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: 1 This Week
    Last Update:
    See Project
  • 13
    ...SMILES data transforms include a domain-specific data transform in addition to capital and character n-gram conversions. These transforms also include a variety of data transform variations. The transformed datasets are then compressed with general-purpose compressors (7Zip, BZip2, GZip, PPMd, PPMVC and ZPAQ) and the compression results are computed
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    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 archives with both classic ZIP encryption and AES 256 encryption algorithm.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15

    BCM

    The ultimate BWT-based file compressor

    BCM is a high-performance file compressor that utilizes advanced context modeling techniques to achieve a very high compression ratio. All in all, it's like a big brother of the BZIP2.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Thomas's Package Manager

    package manager that uses special packages in the .tbz format

    Thomas's Package manager is a in-developement package manager for linux that uses packages in the Tar Bzip2 format .tbz, in its final state it will be part of my own linux distribution that I am working on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    MyPACK

    Packs Files and Folders to an CRC-validated archive-file by using PHP

    ...The script is called and executed via a standard-HTTP/Webbrowser-Client. The Advantage: Packing files on a server, when exec() is not granted for security reasons. Using BZIP2, depending on users choice. Made for the purpose, not for the look. Results are given to the Clients browser as text/html with plain text included. Written by Thomas Münch
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    lesspipe.sh, a preprocessor for less

    addon for the file browser less

    lesspipe.sh enhances the browser less. With this addon it is possible to view compressed (methods gzip, bzip2, zip, compress) and otherwise encoded files (support for tar, RPM, nroff, MS-Word and many more)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    TurboPower Abbrevia

    TurboPower Abbrevia

    Advanced data compression toolkit for Delphi and C++Builder

    Abbrevia is a compression toolkit for Delphi, C++Builder, Kylix, and Free Pascal. It supports compressing and decompressing PKZIP, Microsoft CAB, tar, gzip, and bzip2 archives, and can create self-extracting executables. On Windows it also provides Delphi wrappers for the LZMA, Bzip2, and WavPack SDKs, and PPMd decompression. Abbrevia also has several visual controls that simplify displaying and manipulating archives, including treeview and listview components.
    Downloads: 19 This Week
    Last Update:
    See Project
  • 20
    Xarchiver is a GTK+2 only frontend to 7z,zip,rar,tar,bzip2, gzip,arj, lha, rpm and deb (open and extract only). Xarchiver allows you to create,add, extract and delete files in the above formats. 7z, zip, rar, arj password protected archives are supported
    Downloads: 33 This Week
    Last Update:
    See Project
  • 21
    Restriping Tools for Lustre (Retools)

    Restriping Tools for Lustre (Retools)

    {bzip2,gzip,rsync,tar} with automatic striping according to file size

    Retools is a set of modifications to the commonly used open source utilities bzip2, gzip, rsync, and tar that automatically selects the Lustre stripe count for created and/or extracted files according to the sizes of the files involved. By striping large files over a higher number of physical disks and small files over a lower number, aggregate I/O bandwidth for large files is maximized and the impact to the file system due to small files is minimized.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    fqzcomp

    A fastq compression program

    Fqzcomp is a basic fastq compressor, designed primarily for high performance. Despite that it is comparable to bzip2 for compression levels.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Mget

    Wget-like parallel website downloader and scanner

    Very fast Wget-like website downloader with lots of modern features: - low CPU usage - Perfect Forward Secrecy (PFS) - TCP Fast Open - gzip, bzip2 and lzma decoding - IDNA 2008 - multiple proxy support - Metalink support (RFC 6249 & 5854) - scanning of zipped & unzipped sitemaps - scanning of Atom 1.0 and RSS 2.0 feeds - parallel download of single file - robots standard (on/off switchable) - SHOUTcast support - reusable C library - many more...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Zipbox

    Zipbox

    a java zip utility

    a java util to zip/unzip files and folders Supported files for extraction: 7z, Zip, Tar, Rar, Lzma, Iso, GZip, Cpio, BZIP2, Z, Arj, Lzh, Cab, Chm, Nsis, DEB, RPM, UDF, WIM Supported compression format: Zip Minimum Requirements: - needs Java 1.7 or above CHECK OUT AND SUPPORT MY LATEST ANDROID PROJECTS IN HERE: https://play.google.com/store/apps/developer?id=Deepak+PK
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    sfxcompress
    The utility sfxcompress is a bash script used to pack and encrypt the current directory on a self-extracting file. It also includes the calculation of the MD5 function to check if the compressed file is correct.
    Downloads: 0 This Week
    Last Update:
    See Project