Tags : Browse Projects

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

GIMP

Compare

Claimed by GNU Analyzed about 14 hours ago

GIMP is an acronym for GNU Image Manipulation Program. It is a freely distributed program for such tasks as photo retouching, image composition and image authoring. It has many capabilities. It can be used as a simple paint program, an expert quality photo retouching program, an online batch ... [More] processing system, a mass production image renderer, an image format converter, etc. GIMP is expandable and extensible. It is designed to be augmented with plug-ins and extensions to do just about anything. The advanced scripting interface allows everything from the simplest task to the most complex image manipulation procedures to be easily scripted. GIMP is written and developed under X11 on UNIX platforms. But basically the same code also runs on MS Windows and Mac OS X. [Less]

883K lines of code

74 current contributors

1 day since last commit

4,583 users on Open Hub

Very High Activity
4.19637
   
I Use This
Licenses: gpl3_or_l..., lgpl21_or..., lgpv3_or_...

GNU Compiler Collection

Compare

Claimed by GNU Analyzed about 9 hours ago

The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, Java, and Ada, as well as libraries for these languages (libstdc++, libgcj,...).

10.2M lines of code

160 current contributors

1 day since last commit

4,381 users on Open Hub

Very High Activity
4.57875
   
I Use This

GNU grep

Compare

Claimed by GNU Analyzed about 6 hours ago

Grep searches one or more input files for lines containing a match to a specified pattern. By default, grep prints the matching lines.

10K lines of code

3 current contributors

about 2 months since last commit

3,857 users on Open Hub

Low Activity
4.53899
   
I Use This
Tags c gnu tools

GNU Make

Compare

Claimed by GNU Analyzed about 8 hours ago

Make is a tool which controls the generation of executables and other non-source files of a program from the program's source files.

46.7K lines of code

7 current contributors

18 days since last commit

2,714 users on Open Hub

Moderate Activity
4.05665
   
I Use This

GNU sed

Compare

Claimed by GNU Analyzed 3 months ago

Sed (streams editor) isn't really a true text editor or text processor. Instead, it is used to filter text, i.e., it takes text input and performs some operation (or set of operations) on it and outputs the modified text. Sed is typically used for extracting part of a file using pattern matching ... [More] or substituting multiple occurrences of a string within a file. [Less]

25.8K lines of code

3 current contributors

10 months since last commit

1,213 users on Open Hub

Activity Not Available
4.30303
   
I Use This

GNU C Library

Compare

Claimed by GNU Analyzed about 17 hours ago

The GNU C Library, glibc, provides the standard C library interface for GNU/Linux and other Free Software operating systems.

1.35M lines of code

84 current contributors

2 days since last commit

942 users on Open Hub

High Activity
4.46528
   
I Use This

GNU Parted

Compare

Claimed by GNU Analyzed 3 months ago

GNU Parted is an industrial-strength package for creating, destroying, resizing, checking and copying partitions, and the file systems on them. This is useful for creating space for new operating systems, reorganising disk usage, copying data on hard disks and disk imaging.

59.7K lines of code

8 current contributors

4 months since last commit

381 users on Open Hub

Activity Not Available
4.38775
   
I Use This

GNU libmicrohttpd

Compare

Claimed by GNU Analyzed about 12 hours ago

GNU libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application. GNU libmicrohttpd is free software and part of the GNU project. Key features that distinguish libmicrohttpd from other projects are: * C library: fast and small * ... [More] API is simple, expressive and fully reentrant * Implementation is http 1.1 compliant * HTTP server can listen on multiple ports * Support for IPv6 * Support for incremental processing of POST data * Creates binary of only 32k (without TLS/SSL support) * Three different threading models * Supported platforms include GNU/Linux, FreeBSD, OpenBSD, NetBSD, OS X, W32, Symbian and z/OS * Optional support for SSL3 and TLS (requires libgnutls) [Less]

142K lines of code

7 current contributors

8 days since last commit

7 users on Open Hub

Moderate Activity
5.0
 
I Use This
Licenses: eCos-2-0, lgpl21_or...

MXE (M cross environment)

Compare

  Analyzed 1 day ago

MXE (M cross environment) is a Makefile that compiles a cross compiler and cross compiles many free libraries such as SDL and Qt. Thus, it provides a nice cross compiling environment for various target platforms.

44.9K lines of code

23 current contributors

4 days since last commit

7 users on Open Hub

Moderate Activity
5.0
 
I Use This

GNU Mailutils

Compare

Claimed by GNU Analyzed 1 day ago

GNU Mailutils is a rich and powerful protocol-independent mail framework. It contains a series of useful mail libraries, clients, and servers. These are the primary mail utilities for the GNU system. The central library is capable of handling electronic mail in various mailbox formats and protocols ... [More] , both local and remote. Specifically, this project contains a POP3 server, an IMAP4 server, and a Sieve mail filter. It also provides a POSIX `mailx' client, and a collection of other handy tools. The GNU Mailutils libraries supply an ample set of primitives for handling electronic mail in programs written in C, C++, Python or Scheme. [Less]

194K lines of code

1 current contributors

25 days since last commit

6 users on Open Hub

Very Low Activity
5.0
 
I Use This
Licenses: gpl3_or_l..., lgpl3