Main > Free Download Search >

Free currency conversion software for linux

currency conversion

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 540
Wav and Flac conversion 1

Wav and Flac conversion 1


Wav and Flac conversion contains two service menus: one to convert WAV files into FLAC, and one to convert FLAC files into WAV. more>>
FLAC is a lossless compression method for audio files. Using it, one is able to reduce the filesize and keep the same audio quality as a regular WAV file (CD quality).

The FLAC format is open source, and can be read without any problem by such applications as Amarok or Kaffeine.

Wav and Flac conversion contains two service menus: one to convert WAV files into FLAC, and one to convert FLAC files into WAV.

You will need the FLAC application to be installed on your system to use these service menus.

<<less
Download (MB)
Added: 2006-05-25 License: GPL (GNU General Public License) Price:
1249 downloads
Yahoo! Finance Currency Converter 0.4

Yahoo! Finance Currency Converter 0.4


Yahoo! Finance Currency Converter is a greasemonkey script that will automatically convert every foreign currency. more>>
After the converter I developed ages ago for Dashboard, I needed something to help me grasp quickly the prices in foreign currencies displayed on the web site I visited.

I therefore started to develop my first greasemonkey script to have Firefox do that automatically.

Yahoo! Finance Currency Converter is not the first one around, I particularly like that one, but for the exercise, I wanted to develop mine using Yahoo! Finance exchange rates.
<<less
Download (MB)
Added: 2006-12-26 License: GPL (GNU General Public License) Price:
1037 downloads
Finance::Currency::Convert::Yahoo 0.2

Finance::Currency::Convert::Yahoo 0.2


Finance::Currency::Convert::Yahoo is Perl mdoule that convert currencies using Yahoo. more>>
Finance::Currency::Convert::Yahoo is Perl mdoule that convert currencies using Yahoo.

SYNOPSIS

use Finance::Currency::Convert::Yahoo;
$Finance::Currency::Convert::Yahoo::CHAT = 1;
$_ = Finance::Currency::Convert::Yahoo::convert(1,USD,GBP);
print defined($_)? "Is $_n" : "Error.";
exit;

# See the currencies in a dirty way:
use Finance::Currency::Convert::Yahoo;
use Data::Dumper;
warn %Finance::Currency::Convert::Yahoo::currencies;
exit;

Using Finance.Yahoo.com, converts a sum between two currencies.

<<less
Download (0.006MB)
Added: 2006-08-07 License: Perl Artistic License Price:
1176 downloads
Finance::Currency::Convert::XE 0.10

Finance::Currency::Convert::XE 0.10


Finance::Currency::Convert::XE is a Perl module for currency conversion module. more>>
Finance::Currency::Convert::XE is a Perl module for currency conversion module.

SYNOPSIS

use Finance::Currency::Convert::XE;
my $obj = Finance::Currency::Convert::XE->new()
|| die "Failed to create objectn" ;

my $value = $obj->convert(
source => GBP,
target => EUR,
value => 123.45,
format => text
) || die "Could not convert: " . $obj->error . "n";

my @currencies = $obj->currencies;

Currency conversion module using XE.coms Universal Currency Converter (tm) site.

<<less
Download (0.006MB)
Added: 2006-08-07 License: Perl Artistic License Price:
1178 downloads
Information Currency Subversion Client 0.0.5

Information Currency Subversion Client 0.0.5


Information Currency Subversion is a command-line client for Subversion repositories. more>>
Information Currency Subversion project is a command-line client for Subversion repositories that supports the generation of information currency from committed source code.

<<less
Download (0.13MB)
Added: 2006-09-26 License: GPL (GNU General Public License) Price:
1123 downloads
Iris Video Conversion Utility 0.75

Iris Video Conversion Utility 0.75


Iris is a video conversion utility in C++ that works as a front-end to mencoder. more>>
Iris is a video conversion utility in C++ that works as a front-end to mencoder. Iris Video Conversion Utility can run in command-line or graphical modes and currently supports conversion to DVD MPEG, DivX AVI and VCD MPEG
This software intends to ease video conversion to common formats.
Help Wanted / TODO
- Cancel button does not always work
- More output formats
- Reset values for command-line format paramater
- re-work stderr redirection
- catch and identify mencoder conditions
<<less
Download (0.12MB)
Added: 2005-12-27 License: BSD License Price:
1401 downloads
MOV, MP4 conversion service

MOV, MP4 conversion service


MOV, MP4 conversion service can convert files supported by ffmpeg to MOV / MP4 format, supported by my iPod Video G5. more>>
MOV, MP4 conversion service is final and working version of my script, which I use to convert files supported by ffmpeg to MOV / MP4 format, supported by my iPod Video G5.

Everything was tested to be easy to use (finally, after installation). If You have any problems with it, just let me know - Ill try to help as far as I can.

INSTALLATION:

Just download "avi2mov" script, and save it in /usr/sbin/ directory (You can save it in any directory, but take care later, because i assume, youve saved it in /usr/sbin/ :) ).

After this, You need to set proper permissions, so use chmod:

chmod +x /usr/sbin/avi2mov

Finally, You need to add this converter to Service Menu. Create file

/usr/kde/3.5/share/apps/konqueror/servicemenus/convert-avi-to-mov.desktop

with Kate for example, and copy and paste this code:

[Desktop Action MediaConvertFile]
Exec=/usr/sbin/avi2mov %U
Icon=reload
Name=Convert selected file to mov / mp4 ...
[Desktop Entry]
Actions=MediaConvertFile
Encoding=UTF-8
Icon=reload
ServiceTypes=video/*
ExcludeServiceTypes=kdedevice
<<less
Download (0.003MB)
Added: 2006-11-01 License: GPL (GNU General Public License) Price:
655 downloads
Locale::Object::Currency::Converter 0.74

Locale::Object::Currency::Converter 0.74


Locale::Object::Currency::Converter is a Perl module that can convert between currencies. more>>
Locale::Object::Currency::Converter is a Perl module that can convert between currencies.

Locale::Object::Currency::Converter allows you to convert between values of currencies represented by Locale::Object::Currency objects.

SYNOPSIS

use Locale::Object::Currency;
use Locale::Object::Currency::Converter;

my $usd = Locale::Object::Currency->new( code => USD );
my $gbp = Locale::Object::Currency->new( code => GBP );
my $eur = Locale::Object::Currency->new( code => EUR );
my $jpy = Locale::Object::Currency->new( code => JPY );

my $converter = Locale::Object::Currency::Converter->new(
from => $usd,
to => $gbp,
service => XE
);

my $result = $converter->convert(5);
my $rate = $converter->rate;
my $timestamp = $converter->timestamp;

print $converter->use_xe;
print $converter->use_yahoo;

$converter->from($eur);
$converter->to($jpy);
$converter->service(Yahoo);

$converter->refresh;

<<less
Download (0.045MB)
Added: 2006-08-07 License: Perl Artistic License Price:
1174 downloads
ViewMyCurrency 0.38

ViewMyCurrency 0.38


ViewMyCurrency allows you to view the web in the currency you want. more>>
ViewMyCurrency allows you to view the web in the currency you want.

This extension automatically converts all foreign currencies on a web page into your currency using live exchange rates.

No right-clicking or seperate applications required.

<<less
Download (0.072MB)
Added: 2007-04-25 License: MPL (Mozilla Public License) Price:
914 downloads
CEIConvert 1.00

CEIConvert 1.00


CEIConvert provides an email conversion program for kMail, Netscape, Evolution, and Eudora. more>>
CEIConvert provides an email conversion program for kMail, Netscape, Evolution, and Eudora.

This tool will convert your individual emlx mail files (found in ~/Library/Mail/) to the old mbox format, used by almost every UNIX/Linux mail client and recognized by many more.

Basically, it helps you migrate your email messages to a different mail client.

<<less
Download (0.003MB)
Added: 2007-04-14 License: GPL (GNU General Public License) Price:
923 downloads
Html Code Convert 3.3

Html Code Convert 3.3


Speed up the conversion of HTML code into different format more>>
HTML Code Convert helps speed up the conversion of HTML code into different format including Java Script, JavaServer Pages, Microsoft ASP, PHP, Perl, Python, and the UNIX Shell. It is particularly useful in CGI scripting.
Enhancements:
- Colors and font selected in prefeferences box.
- Fixe bug with Quit button. First try to support accessibility.
- Updated schemas.
<<less
Download (184KB)
Added: 2009-04-29 License: Freeware Price:
198 downloads
Online Metric Conversion Calculator 1.00

Online Metric Conversion Calculator 1.00


Online Metric Conversion Calculations using only your web browser without any additional software. Works in any web browser like Internet Explorer, Mo... more>> <<less
Download (7KB)
Added: 2009-04-07 License: Freeware Price: Free
209 downloads
Information Currency Web Services 0.2.3

Information Currency Web Services 0.2.3


ICWS provides a Web services (SOAP) interface for information currency systems. more>>
ICWS provides a Web services (SOAP) interface for information currency systems. Information Currency Web Services implementation uses Java, the Axis SOAP engine, and the PostgreSQL database server.
Information Currency CVS is a work-alike adaptation of CVS which returns information currency for committed source code.
Allocation of economic resources by financial mechanisms is an essential part of modern economies, and financial innovations have been a powerful force for human progress. Information technology provides the opportunity to create new economic instruments derived from any arbitrary element of information.
Information currency units are economically scarce objects that are issued and maintained by a service that establishes a correspondence between underlying units of information and information currency. Information currency will enable the application of economic mechanisms for information management and valuation.
Information currency units can be traded for other economic instruments, and the trade value of information currency units provides an economic valuation of the underlying information.
Enhancements:
- This release adds the first code for trading information currency, as well as a new Internet draft with an example trade.
<<less
Download (7.7MB)
Added: 2006-12-21 License: GPL (GNU General Public License) Price:
1038 downloads
Qalculate! Currency 0.9.4

Qalculate! Currency 0.9.4


Qalculate! is a multi-purpose desktop calculator for GNU/Linux. more>>
Qalculate! is a multi-purpose desktop calculator for GNU/Linux. Qalculate! project is small and simple to use but with much power and versatility underneath.
Features include customizable functions, units, arbitrary precision, plotting, and a user-friendly interface (KDE or GTK+).
Main features:
- Redesigned GUI with history view in the main window
- Display of as-you-type expression parsing and function hints
- Enhanced completion
- Scaling of result display to vertically fit the window
- Nicer history listing
- Enhanced result display with much nicer parentheses
- Meta modes
- 67 new units: bel (B) and neper (Np), information units such as bit and byte, many convenience units (km/h, deciliter, etc), and more.
- Binary prefixes
- Some new variables and functions
- Fixed help display in new yelp
- Fixed compile with cln-1.1.10
- Fixed regressions in simplification
- Fixed f(x) return type analysis (ex. log(x) represents a real number if x represents a positive). This was by accident unused.
- ...and many more bug fixes and enhancements...
<<less
Download (0.35MB)
Added: 2006-06-02 License: GPL (GNU General Public License) Price:
1239 downloads
Lingua::ZH::Currency::UpperCase 0.01

Lingua::ZH::Currency::UpperCase 0.01


Lingua::ZH::Currency::UpperCase is a Perl module to convert Currency Numbers to Chinese UpperCase Format. more>> <<less
Download (0.003MB)
Added: 2006-08-24 License: Perl Artistic License Price:
1158 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5