RSS 46 projects tagged "GPLv3+"

Download Website Updated 23 May 2013 GNU ed

Screenshot
Pop 676.89
Vit 79.80

GNU ed is an 8-bit clean implementation of the POSIX line-oriented text editor. Ed is the "standard" text editor in the sense that it is the original editor for Unix, and thus widely available. For most purposes, however, it is superseded by full-screen editors such as GNU Emacs or GNU Moe.

Download Website Updated 03 Feb 2013 GNU Autoconf Macro Archive

Screenshot
Pop 198.91
Vit 35.46

The GNU Autoconf Archive is a collection of more than 450 macros for GNU Autoconf. They can be re-used without imposing any restrictions on the licensing of the generated configure script. In particular, it is possible to use them in configure scripts that are meant for non-free software.

No download Website Updated 06 Jan 2013 ccache

Screenshot
Pop 318.02
Vit 24.02

ccache is a compiler cache. It speeds up recompilation of C/C++ code by caching previous compilations and detecting when the same compilation is being done again.

Download Website Updated 03 Dec 2012 barvinok

Screenshot
Pop 133.81
Vit 23.30

barvinok is a library for counting the number of integer points in parametric and non-parametric polytopes based on polylib. For a parametric polytope, the number of points is represented by either a piecewise quasi-polynomial or an Ehrhart series.

Download Website Updated 10 Jun 2013 GNU ddrescue

Screenshot
Pop 1,109.22
Vit 171.80

GNU ddrescue is a data recovery tool. It copies data from one file or block device (hard disk, CD-ROM, etc.) to another, trying hard to rescue data in case of read errors. GNU ddrescuelog is a tool that manipulates ddrescue logfiles, shows logfile contents, converts logfiles to/from other formats, compares logfiles, tests rescue status, and can delete a logfile if the rescue is done.

Download Website Updated 10 Mar 2013 GNU Moe

Screenshot
Pop 247.80
Vit 31.60

GNU Moe is a powerful, 8-bit clean console text editor for ISO-8859 and ASCII character encodings. It has a modeless, user-friendly interface, online help, multiple windows, unlimited undo/redo capability, unlimited line length, global search/replace (on all buffers at once), block operations, automatic indentation, word wrapping, filename completion, a directory browser, duplicate removal from prompt histories, and delimiter matching.

Download Website Updated 21 Mar 2012 CGAL

Screenshot
Pop 135.94
Vit 4.38

CGAL, the Computational Geometry Algorithms Library, is a large C++ library of geometric data structures and algorithms such as Delaunay triangulations, mesh generation, Boolean operations on polygons, and various geometry processing algorithms. CGAL is used in various areas: computer graphics, scientific visualization, computer aided design and modeling, geographic information systems, molecular biology, medical imaging, robotics and motion planning, and numerical methods.

Download No website Updated 06 Aug 2012 Lbzip2

Screenshot
Pop 274.37
Vit 12.52

Lbzip2 is a parallel, SMP-based, bzip2-compatible compression utility, with a commandline resembling that of the original bzip2. It is usable both on its own and as a filter passed to GNU tar with the "--use-compress-program" option. It uses Gnulib, and its building and testing process is managed by the GNU build system. Starting with release 2.0, lbzip2 is independent of libbz2 and features yambi, an independent BWT compression stack with improved speed and robustness.

Download Website Updated 13 May 2013 Lzip

Screenshot
Pop 477.23
Vit 52.48

Lzip is a lossless data compressor based on the LZMA algorithm, with very safe integrity checking and a user interface similar to the one of gzip or bzip2. Lzip decompresses almost as quickly as gzip and compresses better than bzip2, which makes it well suited for software distribution and data archiving. If you ever need to recover data from a damaged lzip file, try the lziprecover program.

No download Website Updated 08 Jun 2009 fstrcmp

Screenshot
Pop 41.86
Vit 1.00

The fstrcmp library provides an fstrcmp function that returns a number between 0.0 (nothing alike) and 1.0 (identical); this can be used to suggest likely alternatives in error messages. Fuzzy comparisons for byte arrays, wide character strings, and multi-byte character strings are also available. In addition, there are integer alternatives for systems with slow floating point emulation.

Screenshot

Project Spotlight

strace

A system call tracing utility (like trace, truss, etc.).

Screenshot

Project Spotlight

pstrings

A program that provides strings for a running process.