Simple Project List Software Map

188 projects in result set
Última actualización: 2009-03-25 07:41

FAAC

The FAAC project includes the AAC encoder FAAC and decoder FAAD2. It supports several MPEG-4 object types (LC, Main, LTP, HE AAC, PS) and file formats (ADTS AAC, raw AAC, MP4), multichannel and gapless en/decoding as well as MP4 metadata tags. The codecs are compatible with standard-compliant audio applications using one or more of these profiles.

Última actualización: 2007-07-13 10:43

libmng

libmng is the reference library for MNG, the animation extension to the popular PNG format. It provides powerful animation features combined with PNG's robustness and patent freedom.

Última actualización: 2010-05-27 22:12

e3

e3 is a full-screen, user-friendly text editor with an interface similar to that of either WordStar, Emacs, Pico, Nedit, or vi. It's heavily optimized for size and independent of libc or any other libraries, making it useful for mini-Linux distributions and rescue disks. The assembler version supports Linux, FreeBSD, OpenBSD, NetBSD, Win9x, QNX, Atheos, BeOS, ELKS, and DOS. There is also a separately distributed version written in C which supports some other Unix versions and CygWin. It is also possible to use regular expressions by using child processes like sed. e3 has a built in arithmetic calculator.

Última actualización: 2009-02-28 23:20

Globulation 2

Globulation is an innovative high quality real-time strategy which minimizes micro-management by automatically assigning tasks to the units. The player has to choose the number of units they want for the different tasks, and the units will do their best to satisfy the requests. This allows the player to manage more units and to focus on the strategy.

Última actualización: 2003-08-20 20:22

Netjuke

Artekopia Netjuke is a cross-platform Web-based audio streaming jukebox powered by PHP 4 and an increasing choice of databases. MP3, Ogg Vorbis, ASF/WMA, and other music file formats are supported. Artekopia Netjuke aims to enable small organizations or communities run a private "mp3.com-like" Web site to access the music they legitimately own, distribute, or are granted access to. It supports most audio players, language packs, optional file downloads, media protection schemes, multi-level security, shared and private playlists, random playlists, images, etc. It also features an unusual, easy-to-use installer module to get you started in minutes.

Última actualización: 2012-01-31 22:14

Zip

Zip is a compression and file packaging utility
for Unix, VMS, DOS, OS/2, Windows 9x/NT, Amiga,
Atari, Macintosh, BeOS, SMS/QDOS, MVS, VM/CMS, and others. It is analogous to a combination of the
Unix commands tar(1) and compress(1) and is
compatible with PKWARE's PKZIP and Nico Mak's WinZip. It's part of the Info-ZIP project.

(Machine Translation)
Última actualización: 2009-06-01 09:04

SLRN

SLRN is an NNTP-based newsreader for Unix, VMS, win32, BeOS, and OS/2 systems. Unlike many other newsreaders, SLRN supports color terminals and displays a thread tree.

(Machine Translation)
Última actualización: 2014-02-25 02:43

Extended Module Player

The Extended Module Player is a command-line mod
player for Unix-like systems that plays over 90
mainstream and obscure module formats from Amiga,
Atari, Acorn, Apple IIgs, C64, and PC, including
Protracker (MOD), Scream Tracker 3 (S3M), Fast
Tracker II (XM), and Impulse Tracker (IT) files.

(Machine Translation)
Última actualización: 2006-02-18 04:10

asmutils

asmutils is a set of miscellaneous utilities
written in assembly language, targeted on embedded
systems and small distributions (e.g. installation
or rescue disks). It also contains a small libc
and a crypto library. It is optimized for size,
memory usage, and speed, and offers fairly good
functionality. The project supports Linux and the
BSD family. Unixware, Solaris, and AtheOS support
is in beta stage. This package also aims to
provide a portable development framework, and to
encourage assembly programmers to write for
Linux/Unix.

(Machine Translation)
Última actualización: 2014-06-11 13:59

FFmpeg

FFmpeg is a tool for converting audio, video, and subtitles. It includes libavcodec, the leading open source codec library. It also includes libavformat (implementing muxers and demuxers), libswscale (for very fast video scaling), and libavfilter (an advanced video filter system supporting arbitrary filter graphs), and libavutil (a utility library intended to supplement libc). A simple multimedia player is included too. An experimental streaming server for live broadcasts is also included.

(Machine Translation)
Última actualización: 2004-01-27 05:46

calltree

calltree is a static call tree generator for C programs. It parses a collection of input files and builds a graph that represents the static call structure of the files.

(Machine Translation)
Última actualización: 2009-08-08 09:00

pygame

Pygame is a set of Python extension modules designed for writing games. The core of pygame is wrapped on top of the SDL library.

Última actualización: 2013-09-14 02:18

VICE

VICE is a Versatile Commodore Emulator, i.e. a
program that runs on a Unix, Win32, MS-DOS, Mac OS X, Amiga, or RiscOS machine and executes programs intended for the old 8-bit Commodore computers.
The current version emulates the C64, C128, VIC20, Plus4, C64-DTV, all the PETmodels, and the CBM-II (aka C610).

(Machine Translation)
Última actualización: 2008-05-04 06:58

streamripper

Streamripper records MP3, Ogg, AAC, and NSV audio
and video files from Shoutcast and Icecast
compatible streams. The streams can be recorded as
a whole or in individual tracks. Streamripper also
features a relay stream, which lets you listen or
watch live from multiple clients while recording.

(Machine Translation)
Última actualización: 2011-04-03 18:55

GNU libsigsegv

GNU libsigsegv is a library for handling page faults. A page fault occurs when a program tries to access a region of memory that is currently not available. Catching and handling a page fault is a useful technique for implementing garbage collectors, stack overflow handlers, persistent databases, and distributed shared memory.