Main > Free Download Search >

Free conversion software for linux

conversion

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 485
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
cvs2svn 2.0.0

cvs2svn 2.0.0


cvs2svn is a Python script that converts a CVS repository to a Subversion repository. more>>
cvs2svn is a Python script that converts a CVS repository to a Subversion repository. The project is designed for one-time conversions, not for repeated synchronizations between CVS and Subversion.
Enhancements:
- The conversion is now driven explicitly by the CVS dependency graph, giving a more robust conversion and fixing a few subtle bugs that existed in prior releases.
- A new --use-internal-co option has been added.
- It accelerates conversions significantly by avoiding having to use CVS or RCS to extract revision contents.
- Numerous other improvements to the quality of conversion, new conversion options, and bugfixes have been implemented.
<<less
Download (0.33MB)
Added: 2007-08-22 License: GPL (GNU General Public License) Price:
514 downloads
Math::Roman 1.07

Math::Roman 1.07


Math::Roman contains arbitrary sized Roman numbers and conversion from and to Arabic. more>>
Math::Roman contains arbitrary sized Roman numbers and conversion from and to Arabic.

SYNOPSIS

use Math::Roman qw(roman);

$a = new Math::Roman MCMLXXIII; # 1973
$b = roman(MCMLXI); # 1961
print $a - $b,"n"; # prints XII

$d = Math::Roman->bzero(); #
$d++; # I
$d += 1998; # MCMXCIX
$d -= MCM; # XCIX

print "$dn"; # string "MCMIC"
print $d->as_number(),"n"; # Math::BigInt "+1999"

<<less
Download (0.010MB)
Added: 2007-08-08 License: Perl Artistic License Price:
808 downloads
Test::Reporter::Date::Format 1.27

Test::Reporter::Date::Format 1.27


Test::Reporter::Date::Format Perl module contains date formating subroutines. more>>
Test::Reporter::Date::Format Perl module contains date formating subroutines.

SYNOPSIS

use Test::Reporter::Date::Format;

@lt = localtime(time);

print time2str($template, time);
print strftime($template, @lt);

print time2str($template, time, $zone);
print strftime($template, @lt, $zone);

print ctime(time);
print asctime(@lt);

print ctime(time, $zone);
print asctime(@lt, $zone);

This module provides routines to format dates into ASCII strings. They correspond to the C library routines strftime and ctime.

time2str(TEMPLATE, TIME [, ZONE])

time2str converts TIME into an ASCII string using the conversion specification given in TEMPLATE. ZONE if given specifies the zone which the output is required to be in, ZONE defaults to your current zone.

strftime(TEMPLATE, TIME [, ZONE])

strftime is similar to time2str with the exception that the time is passed as an array, such as the array returned by localtime.

ctime(TIME [, ZONE])

ctime calls time2str with the given arguments using the conversion specification "%a %b %e %T %Yn"

asctime(TIME [, ZONE])

asctime calls time2str with the given arguments using the conversion specification "%a %b %e %T %Yn"

<<less
Download (0.023MB)
Added: 2007-07-24 License: Perl Artistic License Price:
822 downloads
fuseflt 0.0.9

fuseflt 0.0.9


fuseflt is a FUSE filesystem that allows the user to define file conversion filters that will be applied when requested. more>>
fuseflt is a FUSE filesystem that allows the user to define file conversion filters that will be applied when requested. It relies on filename extensions to determine file types.
This project is released under the GNU General Public License.
File conversion filter example
Suppose that you want to convert all bzip2-compressed files to gzip-compressed ones. The following should do:
flt_in = .bz2
flt_out = .gz
flt_cmd = bzip2 -dc | gzip -9c
A usage example:
$ ls
a.bz2 b.bz2
$ zcat a.gz
A A A A A
$ zcat b.gz
B B B B B
You may add the following in your configuration:
ext_in = .bz2
ext_out = .gz
to be more transparent about the whole process:
$ ls
a.gz b.gz
Enhancements:
- Symlinks are now handled properly, and the performance of the getattr() method has been significantly improved.
<<less
Download (0.016MB)
Added: 2007-06-30 License: GPL (GNU General Public License) Price:
848 downloads
Moose::Policy::JavaAccessors 0.03

Moose::Policy::JavaAccessors 0.03


Moose::Policy::JavaAccessors - BeCause EveryOne Loves CamelCase. more>>
Moose::Policy::JavaAccessors - BeCause EveryOne Loves CamelCase.

SYNOPSIS

package Foo;

use Moose::Policy Moose::Policy::JavaAccessors;
use Moose;

has bar => (is => rw, default => Foo::bar);
has baz => (is => ro, default => Foo::baz);

# Foo now has (get, set)Bar methods as well as getBaz

This meta-policy changes the behavior of Mooses default behavior in regard to accessors to follow Java convention and use CamelCase.

CAVEAT

This does a very niave conversion to CamelCase, basically it just runs ucfirst on the attribute name. Since I dont use CamelCase (at least not anymore), this is good enough. If you really want to use this, and need a more sophisicated conversion, patches welcome.

<<less
Download (0.007MB)
Added: 2007-06-25 License: Perl Artistic License Price:
851 downloads
KWC 0.2

KWC 0.2


KWC application is a key width calculator. more>>
KWC application is a key width calculator.

Key Width Calculator (KWC) is a simple utility that calculates how many bits are required to represent specified number of combinations.

Run it without command line options for brief help message. Command line options are converted to long integers under strtol(3) conversion base 0, ie you can mix octal, decimal and hexadecimal numbers. These integers are multiplied to make required number of combinations. Key coverage data are also calculated.

<<less
Download (0.030MB)
Added: 2007-06-22 License: GPL (GNU General Public License) Price:
854 downloads
AudioMove 1.15

AudioMove 1.15


AudioMove is a handy GUI-based batch audio file converter/ copier program. more>>
AudioMove project is a simple, easy to use GUI-based batch audio file copy-and-conversion program.
You just tell it what files to convert, what format to convert them to, and where to put the output files, and it does it.
Main features:
- Converts from any format that libsndfile can read, to WAV, AIFF, or LCS format
- Uses libsamplerate for high-quality sample rate conversion to various sample rates (11.025kHz-192kHz)
- Supports 8-bit, 16-bit, 24-bit, 32-bit, or floating-point output sample widths
- Specify files to convert using file requester or drag-and-drop
- Multithreaded design for faster processing on multiprocessor machines
- Pipelined dataflow for efficient resource utilization
- Recursively batch-convert entire directory trees in a single step
- Conversion-batch sizes may be arbitrarily large (e.g. thousands of files at a time)
- Can be controlled from the command line (useful for invoking batch conversions from scripts)
- No installation necessary -- just unzip and run
- Qt-based GUI means AudioMove is portable to most major OSs
- Open source (GPL); source code is available below
- SUSE 9.1, MacOS/X and Windows binaries available below for your convenience.
Enhancements:
- The codebase has been ported to Qt 4.2.3.
- The ability to split multitrack files into single-track stems has been added.
- A "Convert in Place" mode has been added.
- BEXT chunks in WAV files are now preserved.
- Support has been added for 64-bit float sample widths.
- The column layout is now more customizable.
- All controls now have keyboard shortcuts.
- Several bugs have been fixed.
<<less
Download (2.7MB)
Added: 2007-06-07 License: GPL (GNU General Public License) Price:
870 downloads
Roman 1.20

Roman 1.20


Roman is a Perl module for conversion between Roman and Arabic numerals. more>>
Roman is a Perl module for conversion between Roman and Arabic numerals.

SYNOPSIS

use Roman;

$arabic = arabic($roman) if isroman($roman);
$roman = Roman($arabic);
$roman = roman($arabic);

This package provides some functions which help conversion of numeric notation between Roman and Arabic.

Functions

isroman

Tests if argument is valid roman number

arabic

roman => arabic

Roman

arabic => roman

roman

Same as Roman, lowercase

<<less
Download (0.003MB)
Added: 2007-05-21 License: Perl Artistic License Price:
886 downloads
CastCluster 2007-05-14

CastCluster 2007-05-14


CastCluster provides access to additional content on iTunes, Apple TV, iPod, or a random podcast viewer. more>>
CastCluster provides access to additional content on iTunes, Apple TV, iPod, or a random podcast viewer.

The project currently supports YouTube, Google Video, local disks, and RSS feeds as sources of content. CastCluster uses ffmpeg for video conversion.

<<less
Download (MB)
Added: 2007-05-15 License: Free To Use But Restricted Price:
893 downloads
degtodec.sh 070427

degtodec.sh 070427


degtodec.sh is a script which does conversion between decimal numbers and degree values. more>>
degtodec.sh is a script which does conversion between decimal numbers and degree values (degrees, minutes, seconds, or hours, minutes, seconds). Possible input methods are interactively, by parameter, or directly via stdin. The project can be used, for example, for geographical conversions or for special astrological calculations.

<<less
Download (0.011MB)
Added: 2007-05-02 License: GPL (GNU General Public License) Price:
908 downloads
SOJO 0.5.0

SOJO 0.5.0


SOJO is a Java framework that converts JavaBeans to a simplified representation. more>>
SOJO is a Java framework that converts JavaBeans (complex Java-Object graphs) to a simplified representation, so that handling access to JavaBeans properties is easy and uniform.
SOJO framework is meant to compliment POJOs in cases where object orientation is not supported or is not the best decision.
The possible property types, that are supported by a JavaBean (and SOJO) can be broken into three groups:
Simple: Simple properties are such as int, long, double (primitive data types) or a simple object (such as a java.lang.String, java.lang.Long, java.uilt.Date and so on). The net.sf.sojo.reflect.ReflectionHelper is to be responsible for define classes, which are simple (can get with method isSimpleType). With the method addSimpleType can add more types at runtime.
Iterateable: An Iterateable property stores a collection of objects that can be accessed by an integer-valued (index, non-negative) or by an iterator. Interfaces for this category are java.util.List, java.util.Set or the super interface java.util.Collection. An Iterateable property can be also an array.
Map: A Map property is a property with a implementation from the java interface java.util.Map. The elements are composite key-value pairs. You can set and retrieve individual values via a key.
The outcome of this categories of JavaBeans-properties are kinds of conversion. The main classes for conversions are the Java interface net.sf.sojo.Conversion respectively the abstract implementation net.sf.sojo.AbstractConversion. The first extensions are net.sf.sojo.SimpleConversion and net.sf.sojo.ConversionIterator. The net.sf.sojo.ConversionIterator is splitting in net.sf.sojo.ComplexConversion and net.sf.sojo.IterateableConversion.
For different kind of properties (category) exist different kind of strategies for conversions:
SimpleConversion: Convert a simple to a simple type. A example is the transformation from String to Long. For this problem you can use the:net.sf.sojo.conversion.Simple2SimpleConversion
ConversionIterator: is splitting in sub classes:
IterateableConversion: This category is equivalent to JavaBean category iterateable. Conversions implementations are: net.sf.sojo.conversion.Iterateable2IterateableConversion or net.sf.sojo.conversion.IterateableMap2MapConversion or net.sf.sojo.conversion.IterateableMap2BeanConversion
ComplexConversion: This category is equivalent to JavaBean category map. Conversions implementations are: net.sf.sojo.conversion.ComplexBean2MapConversion
Enhancements:
- A List, Set, Map, or Array that contains JavaBeans may be sorted.
- Filtering by equals, hashCode, and compare is supported.
- Filtering by regexp is supported. Many bugs were fixed.
<<less
Download (2.2MB)
Added: 2007-05-01 License: The Apache License 2.0 Price:
906 downloads
DeXSS 1.0.0

DeXSS 1.0.0


DeXSS project provides a SAX2 Parser to help protect against Cross-site scripting (XSS) attacks. more>>
DeXSS project provides a SAX2 Parser to help protect against Cross-site scripting (XSS) attacks.

DeXSS uses TagSoup to parse potentially malformed input, followed by a SAX2 filter pipeline to remove JavaScript from HTML.

You can use the DeXSS parser in place of your existing SAX2 parser, or you can use the DeXSS utility to provide a string-to-string conversion.

<<less
Download (0.021MB)
Added: 2007-05-01 License: Academic Free License (AFL) Price:
906 downloads
Beyond The Red Line Demo

Beyond The Red Line Demo


Beyond the Red Line is a stand-alone total conversion for the award-winning Freespace 2. more>>
Beyond the Red Line project is a stand-alone total conversion for the award-winning Freespace 2 released by Volition and Interplay for the PC. It is based on the popular new tv-show Battlestar Galactica. No, not the one from the 70s.
Will I need Freespace 2 to play it?
No, Beyond the Red Line is a stand-alone conversion and will not require Freespace 2. All you need for playing will be included in the download.
Is it free?
Absolutely. The game is made by fans for the fans, no profit is being made from any part of the project. Although we could use some pizzas and coke to keep our mortal bodies running.
That about covers it... a BSG total conversion of FS2 that has just released a demo version. it plays really well and looks amazing. a must for any BSG fan.
Enhancements:
- This demo contains spoilers for the second season of BSG, so if you havent seen that season yet you should pass on this game for now.
<<less
Download (MB)
Added: 2007-04-23 License: Freeware Price:
925 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5