Main > Free Download Search >

Free rchive2 2.0.3 software for linux

rchive2 2.0.3

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 58
CD-Rchive2 2.0.3

CD-Rchive2 2.0.3


CD-Rchive2 is a complete revamp of the popular but now aged CD-Rchive program. more>>
CD-Rchive2 is a complete revamp of the popular but now aged CD-Rchive program. It is intended to be used with cdrecord-ProDVD, cdda2wav, and mkisofs for the production of data and music CDs and data DVDs.
Built in tools allow cloning of a complete CD or DVD and writing copies. A Boot Wizard will guide you through steps required to make a bootable CD or DVD, write the code, and compile a binary menu program which runs with isolinux.
Enhancements:
- Functionality was added when ripping tracks from CD to automatically convert to .mp3 instead of .wav via a checkbox on the .wav tab page.
- This requires lame to be installed.
- A problem of occassional incorrect audio device specification on single device machines such as laptops was fixed.
<<less
Download (3.0MB)
Added: 2005-09-26 License: GPL (GNU General Public License) Price:
1490 downloads
Drivel 2.0.3

Drivel 2.0.3


Drivel is a GNOME client for working with online journals, also known as weblogs or simply blogs. more>>
Drivel is a GNOME client for working with online journals, also known as weblogs or simply blogs.

Drivel retains a simple and elegant design while providing many powerful features, including support for LiveJournal, Blogger, Movable Type, Advogato, and Atom journals. (Systems based off these are also supported, including WordPress and Drupal.)

<<less
Download (0.43MB)
Added: 2006-08-06 License: GPL (GNU General Public License) Price:
1174 downloads
CLHEP 2.0.3.1

CLHEP 2.0.3.1


CLHEP is a nuclear physics software development library. more>>
CLHEP project is intended to be a set of HEP-specific foundation and utility classes such as random generators, geometry, physics vectors and linear algebra.
Configure options:
A variety of options can be given to configure. Below is a list
of the options that you are likely to find most useful.
help provides a partial list of options
prefix=PREFIX install architecture-independent files in PREFIX
[default is /usr/local]
exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
[default is the same as PREFIX]
disable-shared build only static libraries
disable-static build only shared libraries
enable-exceptions use the CLHEP/Exceptions package
disable-exceptions DO NOT use the CLHEP/Exceptions package
[--disable-exceptions is the default]
Enhancements:
- Support for Intels C/C++ compilers was added.
<<less
Download (4.88MB)
Added: 2006-11-30 License: BSD License Price:
1060 downloads
Pachyderm 2.0.3

Pachyderm 2.0.3


Pachyderm project is a template-based flash authoring tool. more>>
Pachyderm project is a template-based flash authoring tool.

Designed for people who have little or no multimedia authoring experience, Pachyderm is accessed through a web browser and is as easy to use as filling out a web form.

Authors upload their own media (images, audio clips, and short video segments) and place them into pre-designed templates, which include built-in functionality for playing video and audio, linking to other templates, and other features.

Descriptive text can be copied and pasted in, or authored directly in Pachyderm. Once screens have been completed and linked together, the presentation is published and can then be downloaded and placed on the authors website, on a CD, or elsewhere.

Authors may also leave their presentations on the Pachyderm server and link directly to them there. The result is an attractive, interactive Flash-based multimedia presentation.

<<less
Download (29.9MB)
Added: 2006-10-30 License: The Apache License 2.0 Price:
1089 downloads
v9fs 2.0.3

v9fs 2.0.3


v9fs is a 9P2000 resource-sharing protocol implementation for Linux 2.6. more>>
v9fs provides a Plan 9 9P2000 resource sharing protocol for the Linux 2.6 kernel. This can be used to share files, devices, /proc, /sys, etc.
It also works with Plan 9 file servers, and can be used to mount synthetic file systems from Plan 9 applications (see the plan9port project).
Includes kernel modules for Linux 2.4.x and 2.6.x kernels.
Enhancements:
- More responses were made to LKML comments.
- Fixes were made to transport.
- An fd transport method was added.
- This release was fully merged with Linux 2.6.13.
<<less
Download (0.043MB)
Added: 2005-08-30 License: GPL (GNU General Public License) Price:
1515 downloads
EZRO 2.0.3

EZRO 2.0.3


EZRO project is a system for easily managing Web-based content. more>>
EZRO project is a system for easily managing Web-based content.

EZ Reusable Objects (EZRO) is a Web application that can be used by non-technical staff to manage content as "objects."

Content objects containing text, video, and audio can be shared, modified, and re-styled to appear via a traditional Web site, an on-line course, an innovative "Coach," or as a community of interest site. It is highly scalable and can be used for public Web sites, secure environments, and private intra/extranets.

<<less
Download (0.47MB)
Added: 2006-10-17 License: GPL (GNU General Public License) Price:
1102 downloads
paco 2.0.3

paco 2.0.3


pacKAGE oRGANIZER is a source code package management system. more>>
Paco project is a source code package organizer for Unix/Linux systems, originally written to aid package management when installing an LFS system.
When installing a package from sources, paco wraps the "make install" command (or whatever is needed to install the files into the system), and generates a log containing the list of all installed files.
Like any other package manager, paco provides several options to print package information in different formats. It can also remove packages, among some other basic operations.
Technically, paco follows the same approach as CheckInstall: A library is preloaded before installation, and during installation it catches the system calls that cause filesystem alterations, logging the names of the created files.
But unlike CheckInstall, paco doesnt create rpm or dpkg packages. Paco is a stand-alone package manager. It can even install rpm, dpkg or slackware binary packages with the provided script superpaco.
Gpaco is the GTK+ graphic interface of paco. Its included in the same tarball and installed by default. Gpaco requires GTK+ (2.6 or later), and pkg-config.
Enhancements:
- Removed repeated text in the man page of paco (thanks Georg Grafendorfer).
- The option -x|--expand has been removed (though it is silently ignored for backwards compatibility). Now the command line package names are automatically expanded like in rpm(8), except when logging packages. In this case the package name must be introduced exactly.
- Do not search for the name of the package in config.log (thanks Mirco Lorenzoni).
- Fix a doubled DESTDIR bug in doc/Makefile (thanks Matthew Bruenig).
- Rewritten libpaco-log in C. This prevents a glibc installation failure when building LFS in chapter 6.
- Fixed bug that made paco log compressed files twice in some cases.
- Use RTLD_NEXT in libpaco-log. Fixes bug in some systems (thanks Roland Schatz).
- When logging installations, files in /proc are always excluded, regardless of the variable EXCLUDE in pacorc or the arguments to the option -E|--exclude.
- Better strip the release suffix in rpm2paco and superpaco.
- [gpaco] Fixed several problems in "Import RPM database".
<<less
Download (0.35MB)
Added: 2007-07-17 License: GPL (GNU General Public License) Price:
831 downloads
APR::Bucket 2.0.3

APR::Bucket 2.0.3


APR::Bucket is a Perl API for manipulating APR Buckets. more>>
APR::Bucket is a Perl API for manipulating APR Buckets.

Synopsis

use APR::Bucket ();
my $ba = $c->bucket_alloc;

$b1 = APR::Bucket->new($ba, "aaa");
$b2 = APR::Bucket::eos_create($ba);
$b3 = APR::Bucket::flush_create($ba);

$b2->is_eos;
$b3->is_flush;

$len = $b1->length;
$len = $b1->read($data);
$type = $b1->type;

$b1->insert_after($b2);
$b1->insert_before($b3);
$b1->remove;
$b1->destroy;

$b2->delete; # remove+destroy

$b4 = APR::Bucket->new($ba, "to be setaside");
$b4->setaside($pool);

APR::Bucket allows you to create, manipulate and delete APR buckets.
You will probably find the various insert methods confusing, the tip is to read the function right to left. The following code sample helps to visualize the operations:

my $bb = APR::Brigade->new($r->pool, $ba);
my $d1 = APR::Bucket->new($ba, "d1");
my $d2 = APR::Bucket->new($ba, "d2");
my $f1 = APR::Bucket::flush_create($ba);
my $f2 = APR::Bucket::flush_create($ba);
my $e1 = APR::Bucket::eos_create($ba);
# head->tail
$bb->insert_head( $d1); # head->d1->tail
$d1->insert_after( $d2); # head->d1->d2->tail
$d2->insert_before($f1); # head->d1->f1->d2->tail
$d2->insert_after( $f2); # head->d1->f1->d2->f2->tail
$bb->insert_tail( $e1); # head->d1->f1->d2->f2->e1->tail

<<less
Download (3.5MB)
Added: 2007-06-30 License: Perl Artistic License Price:
846 downloads
ep128emu 2.0.3

ep128emu 2.0.3


ep128emu is a free, portable emulator of the Enterprise 128 computer. more>>
ep128emu is a free, portable emulator of the Enterprise 128 computer, written by Istvan Varga, using Z80 emulation code from Kevin Thackers ENTER emulator.

ep128emu should compile and run under any system with a C compiler (preferably one that implements the C99 standard, such as recent versions of GCC), and the latest 1.2.x version of the SDL library installed. On Linux the emulator can also use ALSA for improved performance and sound latency.

ep128emu implements all the basic functionality of an Enterprise 128, such as the Z80 CPU (all documented and many undocumented opcodes are supported), NICK chip, DAVE (there is very good sound emulation in recent releases), keyboard, disk, and tape. For more details, read about the current state of the emulator.

<<less
Download (MB)
Added: 2007-04-30 License: GPL (GNU General Public License) Price:
910 downloads
Atari800 2.0.3

Atari800 2.0.3


Atari800 project is an Atari 8-bit computer and 5200 game system emulator for multiple platforms. more>>
Atari800 project is an Atari 8-bit computer and 5200 game system emulator for multiple platforms.
It runs on DOS, Windows, Amiga, Atari ST, Mac, and Linux/UNIX.
It includes support for Atari cartridge ROMs, popular Atari disk images files, running Atari binaries directly from the host system, and accessing the host filesystem from within the emulated Atari.
Main features:
- Atari 400, 800, 600 XL, 800XL, 130XE, 5200 Games System.
- 130XE compatible memory expansions: 320K, 576K, 1088K.
- Optional 4K RAM between 0xc000 and 0xcfff in 400/800 mode.
- Cycle-exact 6502 emulation, all unofficial instructions.
- Cycle-exact NMI interrupts, scanline-based POKEY interrupts.
- Cycle-exact ANTIC and GTIA emulation, all display modes.
- Player/Missile Graphics, exact priority control and collision detection.
- Exact POKEY registers (sound and random number generator).
- 8 disk drives, emulated at computer-to-drive communication and fast patched SIO levels.
- ATR, XFD, DCM, ATR.GZ and XFD.GZ disk images.
- Direct loading of Atari executable files and Atari BASIC programs.
- 42 cartridge types, raw and CART .
- Cassette recorder, raw and CAS images.
- Printer support.
- Files can be stored directly on your host computer via the H: device.
- Current emulation state can be saved in a state file.
- Sound support on Unix using "/dev/dsp".
- Stereo (two POKEYs) emulation.
- Joystick controller using numeric keypad.
- Real joystick support.
- Paddles, Atari touch tablet, Koala pad, light pen, light gun, ST/Amiga mouse, Atari trak-ball, joystick and Atari 5200 analog controller emulated using mouse.
- R-Time 8 emulation using host computer clock.
- Atari palette read from a file or calculated basing on user-defined parameters.
- Screen snapshots (normal and interlaced) to PCX and PNG files.
- Sound output may be written to WAV files.
- User interface on all versions supporting bitmapped graphics.
- R: device (the Atari850 serial ports) mapped to net or real serial port.
<<less
Download (0.95MB)
Added: 2007-07-13 License: GPL (GNU General Public License) Price:
835 downloads
APR::Brigade 2.0.3

APR::Brigade 2.0.3


APR::Brigade is a Perl API for manipulating APR Bucket Brigades. more>>
APR::Brigade is a Perl API for manipulating APR Bucket Brigades.

Synopsis

use APR::Brigade ();

$bb = APR::Brigade->new($r->pool, $c->bucket_alloc);
$ba = $bb->bucket_alloc();
$pool = $bb->pool;

$bb->insert_head($b);
$bb->insert_tail($b);

$b_first = $bb->first;
$b_last = $bb->last;

$b_prev = $bb->prev($b_last);
$b_next = $bb->next($b);

$bb2 = APR::Brigade->new($r->pool, $c->bucket_alloc);
$bb1->concat($bb2);

$len = $bb->flatten($data);
$len = $bb2->flatten($data, $wanted);

$len = $bb->length;
$bb3 = $bb->split($b_last);

last if $bb->is_empty();
$bb->cleanup();

<<less
Download (3.5MB)
Added: 2007-07-02 License: Perl Artistic License Price:
844 downloads
KLogWatch 2.0.3

KLogWatch 2.0.3


KLogWatch is a small KDE application which tails a kernel log file and interprets any Netfilter (ie more>>
KLogWatch is a small KDE application which "tails" a kernel log file and interprets any Netfilter (ie. iptables) log lines it sees, optionally popping up a window to alert you that your firewall has just blocked a packet. See the man page for more detail.
Its been tested with KDE 3.1.1 and Qt 3.1.1 (SuSE 8.2), as well as more recent Fedora/Mandrake/Debian distributions. There is also a pure Qt build available from version 1.8.1.
KLogWatch is released under the GPL, so feel free...
Enhancements:
- Do proper column sorting on addresses and ports.
<<less
Download (0.098MB)
Added: 2006-12-18 License: GPL (GNU General Public License) Price:
1040 downloads
Wt 2.0.3

Wt 2.0.3


Wt (pronounce wit-ty), is a C++ library to develop web applications. more>>
Wt (pronounce wit-ty), is a C++ library to develop web applications.
Wt API is widget-centric, and inspired by existing C++ Graphical User Interface APIs. To the developer, it offers complete abstraction of any web-specific implementation details.
Existing frameworks (such as based on PHP or JSP/JSF (+ servlets + struts)) for developing web application do not make abstraction of the peculiarities of the underlying technologies (HTML, JavaScript, CSS, AJAX, Forms, DHTML).
As a consequence, a developer must not only gain familiarity with all of these technologies, but also with browser-specific implementations and incompatibilities. At the same time, the structure of the application follows mostly the page-centric paradigm of early day HTML.
In contrast, a web application developed with Wt does not differ in structure from an application developed for other graphical user interface systems, such as Windows or the X Windowing System.
Most imporantly, the entire application is written in only one compiled language (C++), from which the library generates the necessary HTML, Javascript, CGI, and AJAX code. The responsibility of writing browser-portable web applications is transferred to the library implementation.
Main features:
- Supports all major XHTML 1.0 compliant browsers (tested with Firefox (Gecko), Internet Explorer and Konqueror).
- Event handling using a signal/slot system.
- Client-side and/or server-side processing of events using static versus dynamic signal/slot connections, allowing for highly responsive applications.
- Transparent handling of sessions with URL rewriting. Automatic incremental rendering of changes to the web page, using AJAX.
- Automatic incremental loading of the web page (with in the initial load step only visible widgets)
Enhancements:
- Build problems related to locating thread enabled boost libraries were fixed.
<<less
Download (2.4MB)
Added: 2007-07-04 License: AGPL (Affero General Public License) Price:
843 downloads
Galeon 2.0.3

Galeon 2.0.3


Galeon is a GNOME Web browser based on Gecko (the mozilla layout engine). more>>
Galeon is a GNOME Web browser based on Gecko (the mozilla layout engine). Galeon is fast, it has a light interface, and it is fully standards-compliant.
This release is primarily to get some nice bug fixes out to everyone; Ive highlighted these below.
Its also one of the very few times where we didnt need to make any changes to account for new mozilla releases (of course, there are lots of changes to keep up with mozilla cvs).
Enhancements:
- This release will actually build against Mozilla 1.7.5+.
<<less
Download (5.6MB)
Added: 2006-09-22 License: GPL (GNU General Public License) Price:
1127 downloads
IMAPFilter 2.0.3

IMAPFilter 2.0.3


IMAPFilter is a mail filtering utility. more>>
IMAPFilter is a mail filtering utility. It connects to remote mail servers using the Internet Message Access Protocol (IMAP), sends searching queries to the server and processes mailboxes based on the results.
IMAPFilter can be used to delete, copy, flag, move, etc. messages residing in mailboxes at the same or different mail servers. The 4rev1 and 4 versions of the IMAP protocol are supported.
IMAPFilter uses the Lua programming language as a configuration and extension language.
Main features:
- Definition of filters using many searching criteria available in the IMAP protocol, such as:
- Matching of a string in the headers or the body of a message.
- Size of a message.
- Date of a message.
- Status (recent, unread, etc.) of a message.
- Ability to use logical operators (and/or/not) while defining filters.
- Different actions when a filter matches a message, including:
- Deleting of a message.
- Moving of a message to a mailbox in the same of different servers
- Copying of a message to a mailbox in the same or different servers.
- Changing of a messages flags.
- Listing of the available and/or subscribed mailboxes, along with support for the IMAP CHILDREN extension.
- Internationalisation (I18N) support.
- Server namespace support using the IMAP NAMESPACE extension.
- Secure Socket Layer (SSL) or Transport Layer Security (TLS) encrypted imaps (port 993) connections.
- Encrypted connections using the IMAP STARTTLS extension.
- User authentication with the Challenge-Response Authentication Mechanism (CRAM), specifically CRAM-MD5.
<<less
Download (0.036MB)
Added: 2007-07-28 License: MIT/X Consortium License Price:
818 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 4
  • 1
  • 2
  • 3
  • 4