Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

XZ Utils

Compare

  Analyzed about 2 hours ago

XZ Utils is free general-purpose data compression software with high compression ratio. XZ Utils were written for POSIX-like systems, but also work on some not-so-POSIX systems. XZ Utils are the successor to LZMA Utils.

41.5K lines of code

4 current contributors

4 months since last commit

17 users on Open Hub

Moderate Activity
5.0
 
I Use This

The Unarchiver

Compare

  No analysis available

The Unarchiver is a much more capable replacement for "BOMArchiveHelper.app", the built-in archive unpacker program in Mac OS X. The Unarchiver is designed to handle many more formats than BOMArchiveHelper, and to better fit in with the design of the Finder. It can also handle filenames in foreign ... [More] character sets, created with non-English versions of other operating systems. I personally find it useful for opening Japanese archives, but it should handle many other languages just as well. [Less]

0 lines of code

0 current contributors

0 since last commit

14 users on Open Hub

Activity Not Available
4.33333
   
I Use This
Mostly written in language not available
Licenses: lgpl

dlib C++ Library

Compare

  Analyzed about 12 hours ago

This project is a modern C++ library with a focus on portability and program correctness. It strives to be easy to use right and hard to use wrong. Thus, it comes with extensive documentation and thorough debugging modes. The library provides a platform abstraction layer for common tasks such as ... [More] interfacing with network services, handling threads, or creating graphical user interfaces. Additionally, the library implements many useful algorithms such as data compression routines, linked lists, binary search trees, linear algebra and matrix utilities, machine learning algorithms, XML and text parsing, and many other general utilities. [Less]

458K lines of code

25 current contributors

14 days since last commit

11 users on Open Hub

Moderate Activity
4.75
   
I Use This

zlib (Haskell)

Compare

  Analyzed about 16 hours ago

Compression and decompression in the gzip and zlib formats for Haskell

17.5K lines of code

2 current contributors

15 days since last commit

10 users on Open Hub

Low Activity
4.33333
   
I Use This

libjpeg-turbo

Compare

  Analyzed about 19 hours ago

libjpeg-turbo is a high-speed version of libjpeg for x86 and x86-64 processors which uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression and decompression. libjpeg-turbo is generally 2-4x as fast as the unmodified version of libjpeg, all else being equal. ... [More] libjpeg-turbo was originally based on libjpeg/SIMD by Miyasaka Masaru, but the TigerVNC and VirtualGL projects made numerous enhancements to the codec, including improved support for Mac OS X, 64-bit support, support for 32-bit and big endian pixel formats (RGBA, ABGR, etc.), accelerated Huffman encoding/decoding, and various bug fixes. The goal was to produce a fully open source codec that could replace the partially closed source TurboJPEG/IPP codec used by VirtualGL and TurboVNC. [Less]

137K lines of code

5 current contributors

10 days since last commit

9 users on Open Hub

Very Low Activity
5.0
 
I Use This
Licenses: IJG, zlib_libpng

Minify

Compare

  Analyzed about 1 hour ago

Combines, minifies, and caches JavaScript and CSS files on demand to speed up page loads.

11.6K lines of code

4 current contributors

8 months since last commit

6 users on Open Hub

Very Low Activity
4.5
   
I Use This

BorgBackup

Compare

  Analyzed about 11 hours ago

Deduplicating backup program with compression and authenticated encryption.

38.1K lines of code

43 current contributors

8 days since last commit

6 users on Open Hub

High Activity
5.0
 
I Use This

ZZIPlib Library

Compare

  No analysis available

ZZIPlib provides read access on ZIP-archives. The library uses only the patent-free compression-algorithms supported by zlib. Functions are provided that transparently access files being either real files or zipped files, both with the same filepath. The zip-archive can be used in the place of a ... [More] normal subdirectory. It is written in portable C. [Less]

0 lines of code

6 current contributors

0 since last commit

5 users on Open Hub

Activity Not Available
4.0
   
I Use This
Mostly written in language not available
Licenses: No declared licenses

libarchive

Compare

  Analyzed 1 day ago

Libarchive is a programming library that can create and read several different streaming archive formats, including most popular tar variants, several cpio formats, and both BSD and GNU ar variants. It can also write shar archives and read ISO9660 CDROM images and ZIP archives. The bsdtar program is ... [More] an implementation of tar(1) that is built on top of libarchive. It started as a test harness, but has grown into a feature-competitive replacement for GNU tar. The bsdcpio program is an implementation of cpio(1) that is built on top of libarchive. [Less]

181K lines of code

36 current contributors

7 days since last commit

5 users on Open Hub

High Activity
4.66667
   
I Use This

SharpZipLib

Compare

  Analyzed 1 day ago

#ziplib (SharpZipLib, formerly NZipLib) is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform. It is implemented as an assembly (installable in the GAC), and thus can easily be incorporated into other projects (in any .NET language). The creator of #ziplib put it this ... [More] way: "I've ported the zip library over to C# because I needed gzip/zip compression and I didn't want to use libzip.dll or something like this. I want all in pure C#." [Less]

142K lines of code

10 current contributors

about 2 years since last commit

5 users on Open Hub

Inactive
5.0
 
I Use This
Licenses: gpl_class..., lgpl