Main > Free Download Search >

Free claudio saavedra software for linux

claudio saavedra

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 20
cpp xstream 0.0.3

cpp xstream 0.0.3


cpp xstream is a collection of several streambuf and iostream classes. more>>
cpp xstream is a C++ flexible stream library.
cpp xstream is a collection of several streambuf and iostream classes that allow a programmer to compress and decompress data transparently with gzip or bzip2, to serialize composite types to xdr, to encode or decode with base64, and to tee output from one channel to several others. These streams can be stacked on each other.
Main features:
- Compressing and decompressing data using zlib and bzlib
- Encode and decode base64 data
- Serialize and deserialize structures to XDR
- Calculate digests of data
- Fork data written to a stream to several others
- Use file descriptors using a iostream interface (where available)
<<less
Download (0.11MB)
Added: 2006-03-07 License: GPL (GNU General Public License) Price:
1329 downloads
FusionSound 0.9.25

FusionSound 0.9.25


FusionSound project is an audio sub system for multiple applications. more>>
FusionSound project is an audio sub system for multiple applications.
FusionSound is a very powerful audio sub system in the manner of DirectFB and a technical demonstration of Fusion.
FusionSound supports multiple applications using Fusion IPC. It provides streams, static sound buffers and control over any number of concurrent playbacks.
Sample data is always stored in shared memory, starting a playback simply adds an entry to the playlist of the mixer thread in the master application.
FusionSound currently is a module of DirectFB. The current API is fully implemented and the complete code is smaller than just the header file of DirectFB!
FusionSound future plans include interfaces for hardware/software codecs, hardware gain control, device configuration and different device backends (currently OSS only).
Enhancements:
- Fixed CDDB discid computation.
- Search for CDDB disc data iterating through all categories.
<<less
Download (0.95MB)
Added: 2006-10-13 License: GPL (GNU General Public License) Price:
1108 downloads
PHP/Mysql Site Builder 0.2.1

PHP/Mysql Site Builder 0.2.1


PHP/Mysql Site Builder is a PHP/Mysql tool for managing your homepage, you can create dinamyc and static version of your site. more>>
PHP/Mysql Site Builder is a PHP/Mysql tool for managing your homepage, you can create dinamyc and static version of your site.
PHPBuilder is free software, released under GNU GPL Licence version 2.0
(see COPYING file for details).
PHPBuilder is the result of many ideas, and code write by Luis Claudio
Gamboa Lopes.
For installation instructions, go and read INSTALL file, also remember
to read CREDITS file to know from where comes the things. The TODO file
is the list of features that Ill add in future versions, read it also.
Please, enjoy PHPBuilder and remember that this is free GPL software and
comes without any warranty and without technical support.
PHPBuilder isnt perfect, but your suggestions and feedback can help all
us to have a very well site builder system!
Enhancements:
- PHP 4.0 and MySQL 4.0 are now supported.
<<less
Download (0.078MB)
Added: 2007-05-22 License: GPL (GNU General Public License) Price:
912 downloads
Hinversi 0.8.1

Hinversi 0.8.1


Hinversi project is yet another implementation of Othello/Reversi. more>>
Hinversi project is yet another implementation of Othello/Reversi.
Hinversi is a implementation of Reversi (a.k.a. Othello), a board game in the style of Go.
It can support many frontends and backends, so you can select how clever your computer opponent is, and whether you like to play using the console or a GUI.
You can also let one AI engine play against another one.
Enhancements:
- The build process has been changed to also make without "check".
<<less
Download (0.39MB)
Added: 2007-03-31 License: GPL (GNU General Public License) Price:
937 downloads
PAI 5.02

PAI 5.02


PAI is a little question answering program. more>>
PAI is a Question Answering System that gains information from a conversation conducted in a restricted form of the English language.

The code is written in C++, and uses a layer provided by the words class. This class provides a lot of operations on strings (C++ lacks of powerful operations on strings) and is widely used by all the other classes.

The code is composed of the following files:

words.h: dichiaration of class words
words.cpp: definitions of functions for the class words
verbs.h: dichiaration of class verb
verbs.cpp: definitions of functions for the class verb
memory.h: dichiaration of class memory
memory.cpp: definitions of functions for the class memory

reading.cpp: code to read an external file

command.h: dichiaration of class command
command.cpp: definitions of functions for the class command
execute.cpp: code to execute an external program

start.cpp: code to initialize the program
main.cpp: code to start the program

Installation

Open a shell, and unzip the file with the command

tar xvfz pai5.02_unix.tar.gz

Move into the main directory, and type

make

This will compile the program.

To install the program in your system (you need to be root), type

make install

At this point, if you want to clean the system, just type

make clean
<<less
Download (0.079MB)
Added: 2005-04-01 License: GPL (GNU General Public License) Price:
1666 downloads
LXRAD 0.5

LXRAD 0.5


LXRAD means Linux X11 Rapid Application Development. more>>
LXRAD means Linux X11 Rapid Application Development, LXRAD is written in c++ and uses own component Library (liblxrad + GTK2.0), there are components such as button, editbox, menu and others.
The project is a collection of RAD tools for creating x11 interface based.
Enhancements:
- A layout bug was fixed.
- The CString class was renamed to CLabel.
- The layout files are stored in an XML format.
- A new implementation using GTK widgets was started.
<<less
Download (0.16MB)
Added: 2007-05-24 License: GPL (GNU General Public License) Price:
886 downloads
HTML::Mail 0.02_05

HTML::Mail 0.02_05


HTML::Mail is a Perl extension for sending emails with embedded HTML and media. more>>
HTML::Mail is a Perl extension for sending emails with embedded HTML and media.

SYNOPSIS

use HTML::Mail;

### initialisation
my $html_mail = HTML::Mail->new(
HTML => http://www.cpan.org,
Text => This is the text representation of the webpage http://www.cpan.org,
From => me@myhost.org,
To => you@yourhost.org,
Subject => CPAN webpage);

### Send the email ("inherited" from MIME::Lite)
$html_mail->send();

#### Remove text representation
$html_mail->set_Text();

### Rebuild the message and send
$html_mail->build->send;

### Serialise to file for later reuse
$html_mail->dump_file(/tmp/cpan_mail.data);

### Restore from file
my $restored = HTML::Mail->restore_file(/tmp/cpan_mail.data);

HTML::Mail is supposed to help with the task of sending emails with HTML and images (or other media) embedded or externally linked. It uses MIME::Lite for all MIME related jobs, HTML::Parser to find related files and change the URIs and LWP::UserAgent to retrieve the related files.

Email can be multipart/alternative if both HTML and Text content exist and multipart/related if there is only HTML content.

If all you want is to send text-only email, you probably wont find this module useful at all, or at best a huge overkill.

<<less
Download (0.015MB)
Added: 2006-10-23 License: Perl Artistic License Price:
1096 downloads
Dvdkup 0.6

Dvdkup 0.6


DVDKUP is a GTK interface for Mencoder, the encoding command of the software MPlayer. more>>
DVDKUP is a GTK interface for Mencoder, the encoding command of the software MPlayer.
It allows to easily create a backup copy of your dvd in MPEG4 standard, fully compatible with your DivX player (even the "stand-alone" ones!), using the LAVC codec. This codec, written by MPlayer developers, gives a quality comparable with last DivX and Xvid codecs (higher, for the MPlayer staff!).
For the audio encoding, DVDKUP use the dear old mp3 or the original AC3 stream of your dvd. Actually DVDKUP doesnt support OGG Vorbis encoding.
DVDKUP uses a very simple interface to create one or more AVI files ready to be burned on your cd-r. If you choose to use more than one cd-r, DVDKUP automatically split the movie using the chapter informations, in order not to break a scene just in the middle.
Enhancements:
- various bugfixes
<<less
Download (0.088MB)
Added: 2005-08-04 License: GPL (GNU General Public License) Price:
1544 downloads
cmdftp 0.9.6

cmdftp 0.9.6


cmdftp is a command line FTP client for Unix. more>>
cmdftp is a command line FTP client for Unix.
Features include passive mode for all data transfers, shell like transparent syntax for local and remote modes, multiple and recursive file transfers using wildcards, recursive copy and move commands, remote and local text file viewing and editing, network errors detection and resuming of currently executing command, partial download resuming (if server accepts REST command), tab completion for both local and remote names, autologin using classic ~/.netrc approach, large file support.
cmdftp is aimed at being small and simple.
Installation:
To build the executable (cmdftp) extract the source code from the file (cmdftp-version.tar.gz) first. A new directory cmdftp-version is included in the tarball.
Then build using:
./configure
make
make install
There is more information in README file contained in the cmdftp release so refer to that file for other information on cmdftp configuration and installation.
Enhancements:
- The main focus of this release is the move to the GPLv3.
<<less
Download (0.12MB)
Added: 2007-07-09 License: GPL v3 Price:
838 downloads
PonyProg 2.07a

PonyProg 2.07a


PonyProg is a serial device programmer with a user friendly GUI framework available for Intel Linux and Windows. more>> <<less
Download (0.68MB)
Added: 2007-05-04 License: GPL (GNU General Public License) Price:
728 downloads
gnormalize 0.52

gnormalize 0.52


gnormalize is an audio converter, a front end to normalize, an encoder/decoder, a ripper, a tag editor and a cd player. more>>
gnormalize is an audio converter, a front end to normalize, an encoder/decoder, a ripper, a metadata (tag) editor and a cd player. gnormalize uses gtk2-perl under GNU/Linux.
gnormalize decodes the MP3/MP4/MPC/OGG/APE/FLAC file to WAV, then normalizes the WAV to a targeted volume level and re-encodes it. Moreover, gnormalize can extract Audio CD track and output as various popular audio formats (MP3, MP4, MPC, OGG, APE, FLAC, WAV) with fast speed and high quality. gnormalize can also convert audio format between MP3, MP4, MPC, OGG, APE and FLAC with high fidelity, which meets your need to play and collect audio files. It can change the encoding and Metadata (tag) properties of final normalized files.
gnormalize can be used to adjust the volume of audio files to a standard volume level, where different recording levels on different albums can cause the volume to vary greatly from song to song.
gnormalize is an alternative for replaygain, because "there is no consistent standard by which to define the appropriate replay gain which mp3 encoders and players agree on, and no automatic way to set the volume adjustment for each track".
Main features:
- Convert from/to MP3, MP4, MPC, OGG, APE, FLAC and WAV;
- Support for LAME, FAAC, OGGENC, MPPENC, FLAC and MAC encoders;
- Support for LAME, FAAD, OGGDEC, MPPDEC, FLAC and MAC decoders;
- Rip audio CDs utilizing cdparanoia or cdda2wav;
- Play audio CDs utilizing cdcd or Audio::CD or cdplay;
- Support normalization with adjustable sensibility;
- Can normalize/convert files recursively into the directory;
- Edit and get MetaData like artist, title, album, ... ;
- Get MetaInfo like bitrate, time, frequency, ... ;
- Includes mppenc, mppdec;
- Read the CDDB entry for an audio CD with CDDB_get;
- Translation to English and Portuguese (Brasil).
<<less
Download (0.53MB)
Added: 2006-12-03 License: GPL (GNU General Public License) Price:
1064 downloads
dialog-mp3-list 0.60

dialog-mp3-list 0.60


dialog-mp3-list generates an organized list of your CDs and directories of MP3s. more>>
dialog-mp3-list generates an organized list of your CDs and directories of MP3s. It shows a numbered list of MP3s with information on their encoding speed and track lengths. It uses Dialog/XDialog and Latex to create lists in .tex, .ps, and .pdf formats.

You can modify the source file .tex and then you can compile it with the commands:

latex lista-mp3-albuns.tex
dvips lista-mp3-albuns.dvi -o
ps2pdf lista-mp3-albuns.ps

<<less
Download (0.076MB)
Added: 2006-07-31 License: GPL (GNU General Public License) Price:
1186 downloads
WebService::Mappoint 0.30

WebService::Mappoint 0.30


WebService::Mappoint is a client SOAP implementation for Mappoint, Microsofts geographic maps web service, based on SOAP::Lite. more>>
WebService::Mappoint is a client SOAP implementation for Mappoint, Microsofts geographic maps web service, based on SOAP::Lite.

SYNOPSIS

Map fetch example for use with Mappoint 3.0 service.

use WebService::Mappoint;
use MIME::Base64;

my $render = new WebService::Mappoint::Render();
my $map;

$map = $render->GetMap(
specification => [
DataSourceName => MapPoint.EU,
Options => [
Format => [
Height => 320,
Width => 320
],
],
Views => [
MapView:ViewByScale =>
[
CenterPoint =>
[ Latitude => 37.7632,
Longitude => -122.439702 ],
MapScale => 100000000
],
],
Pushpins => [
Pushpin =>
[
IconName => 176,
IconDataSource => MapPoint.Icons,
PinID => san_francisco,
Label => San Francisco,
ReturnsHotArea => false,
LatLong => [ Latitude => 37.7632,
Longitude => -122.439702 ],
]
]
] );

my $image = decode_base64($map->result->{MapImage}{MimeData}{Bits});
open( GIF, ">san_francisco.gif" );
print( GIF $image );

<<less
Download (0.008MB)
Added: 2007-04-02 License: Perl Artistic License Price:
935 downloads
BSFlite 0.82

BSFlite 0.82


BSFlite is a minimalistic, line-based AIM client for Unix. more>>
BSFlite is a minimalistic, line-based AIM client for Unix.
Instead of having a full screen console interface, BSFlite employs a command line interface that allows your fingers to do all of the work without needlessly sifting through windows.
BSFlite runs on UNIX (including Linux, all of the BSDs, Solaris, etc.), Zeta (and possibly BeOS), Windows, DOS, Mac OS X, and Plan 9.
Well, minimalistic doesnt necessarily mean sparse. Lets call it, say, nimble. BSFlite supports most standard AIM features, with the notable exceptions of chat rooms and block lists.
For casual day-to-day chat, its perfect, if for nothing else than one important feature: once your fingers learn the commands, it doesnt matter if your brain remembers them or not. Youll be amazed at how efficiently you can juggle conversations with BSFlite. Seriously.
Main features:
- Runs on just about any UNIX machine of any speed
- Uses very few resources, even compared to other console clients
- Very portable codebase with BSD-licensed AIM library for use in your own projects
- Windows port with tiny binary size - put it on a floppy or USB stick and load it up when you need AIM at an Internet cafe or public terminal
- Works great with screen, so you can leave your AIM session logged in when youre not physically at your terminal
- Not affiliated with America Online in any way
Enhancements:
- Several memory leaks and bugs were fixed.
- Better color support and the ability to reconnect were added.
- A man page is now available.
<<less
Download (0.054MB)
Added: 2006-11-08 License: BSD License Price:
1081 downloads
BrazilFW 2.29.4

BrazilFW 2.29.4


Brazilfw is a mini-distribution designed for setting up network utility services. more>>
Brazilfw is a mini-distribution designed for setting up network utility services such as Internet connection sharing, firewalling, or wireless access points.

The goal of BrazilFW project is to make it as quick and easy as possible to set up a Linux system with only a minimal amount of Linux knowledge.

The main goal of BrazilFW is to continue the development of what was the Coyote Linux floppy firewall system.
<<less
Download (3.8MB)
Added: 2006-11-03 License: GPL (GNU General Public License) Price:
1098 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2