Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.478.136 Times

Creating An Iso File freeware
Filter: All | Freeware | Demo
 

Creating An Iso File

< 1 2 3 4 5 > 
Added: October 03, 2013 | Visits: 313

uniso uniso extracts a file hierarchy from an iso image. Extract iso. Useful on systems where 'mount' isn't available. Example: isoinfo -R -l -i my.iso > isoindex; uniso -R -i my.iso < isoindex Platforms: *nix

License: Freeware Size: 10.24 KB Download (35): uniso Download

Added: June 13, 2013 | Visits: 365

XML Zebra XML Zebra is an XML schema differencing tool that works by creating a "fingerprint" file for a set of schemas. The "fingerprint" contains paths (like XPaths, but extended with extra information) that define what is allowed in valid XML documents for those schemas. By comparing versions of the... Platforms: *nix

License: Freeware Size: 6.12 MB Download (32): XML Zebra Download

Added: October 18, 2013 | Visits: 1.645

OrChem This project aims at creating an open source chemistry plugin / cartridge for the relational database system Oracle. Free Oracle chemistry cartridge. Features InChi generation Extended fingeprint SMARTS searching option RGroup Queries Descriptor calculation Platforms: *nix

License: Freeware Size: 8.12 MB Download (255): OrChem Download

Added: October 24, 2010 | Visits: 857

FRUSTIX FRUSTIX is a Linux OS which is distributed in an ISO image. You can burn it to a CD (443 MB) and place it in your CD drive. Booting from this CD gives you a complete basic Linux with some apps and some games. You dont need to worry about a harddisk, because it runs fine without one and doesnt... Platforms: *nix

License: Freeware Size: 430 MB Download (109): FRUSTIX Download

Added: September 08, 2010 | Visits: 1.111

Randomize Lines Randomize Lines (rl) is a command-line tool that reads lines from an input file or stdin, randomizes the lines and outputs a specified number of lines. It does this with only a single pass over the input while trying to use as little memory as possible. I wrote rl in my spare time mainly to be... Platforms: *nix

License: Freeware Size: 122.88 KB Download (109): Randomize Lines Download

Added: June 07, 2010 | Visits: 1.251

Voody Blue Subtitler Voody Blue Subtitler (aka VBS) is a simple program that allows you to manually synchronize a text file with a video stream, thus creating a subtitles file. Currently, VBS imports text-only files and producesits output in SubRip format. VBS requires GTK+ 2.2 or newer and needs mplayer. Besides... Platforms: *nix

License: Freeware Size: 29.7 KB Download (103): Voody Blue Subtitler Download

Added: January 10, 2010 | Visits: 952

Pause Pause determines the location of silences in an audio file for use in fragmentation of large recordings, studies of pause duration, and the like. Pause project generates both a nicely formatted table intended to be read by people and a simple tab-delimited file that is easily parsed by software.. Platforms: *nix

License: Freeware Size: 10.24 KB Download (101): Pause Download

Added: June 27, 2010 | Visits: 1.046

The Epeios XML preprocessor 0.2.1 The Epeios XML preprocessor (expp in short) is a tool which transforms an XML file to another XML file, by using tags owned by a given namespace (xpp by default, but you can change it). This tags allow to handle macros, to affect value to variables ant to test their values, to include files, ...... Platforms: *nix

License: Freeware Size: 389.12 KB Download (90): The Epeios XML preprocessor 0.2.1 Download

Added: November 24, 2010 | Visits: 1.120

FLV::ToMP3 FLV::ToMP3 can convert audio from a FLV file into an MP3 file. SYNOPSIS use FLV::ToMP3; my $converter = FLV::ToMP3->new(); $converter->parse_flv($flv_filename); $converter->save($mp3_filename); See also flv2mp3. Extracts audio data from an FLV file and constructs an MP3 file. See the... Platforms: *nix

License: Freeware Size: 1.2 MB Download (144): FLV::ToMP3 Download

Added: November 13, 2010 | Visits: 840

FLV::ToSWF FLV::ToSWF is a Perl module to convert an FLV file into a SWF file. SYNOPSIS use FLV::ToSwf; my $converter = FLV::ToSWF->new(); $converter->parse_flv($flv_filename); $converter->save($swf_filename); See also flv2swf. Transcodes FLV files into SWF files. See the flv2swf command-line... Platforms: *nix

License: Freeware Size: 1.2 MB Download (116): FLV::ToSWF Download

Added: July 14, 2010 | Visits: 1.878

Device::SerialPort::Xmodem Device::SerialPort::Xmodem contains an Xmodem file transfer protocol for Device::SerialPort. SYNOPSIS use Device::SerialPort::Xmodem; This is an Xmodem implementation designed to receive a file using 128 byte blocks. This module is intended to be passed an open and prepared port with active... Platforms: *nix

License: Freeware Size: 44.03 KB Download (218): Device::SerialPort::Xmodem Download

Added: August 05, 2010 | Visits: 837

htmloptim htmloptim project reduces the size of an HTML file by removing unnecessary characters like spaces, tabs, line feeds, and blank lines. Whats New in This Release: - added the -p option (remove trailing spaces and tabs) - added skipping of more < pre > like tags: < listing > < plaintext > < xmp... Platforms: *nix

License: Freeware Size: 6.14 KB Download (90): htmloptim Download

Added: July 21, 2010 | Visits: 1.540

Partition Image Partition Image application is a Linux/UNIX utility which saves partitions in many formats (see below) to an image file. The image file can be compressed in the GZIP/BZIP2 formats to save disk space, and split into multiple files to be copied on removable floppies (ZIP for example); partitions... Platforms: *nix

License: Freeware Size: 532.48 KB Download (118): Partition Image Download

Added: January 24, 2010 | Visits: 788

rpmrebuild rpmrebuild project is a tool to build an RPM file from a package that has already been installed in a basic use, rpmrebuild use do not require any rpm building knowledge (On debian, the equivalent product is dpkg-repack). Whats New in This Release: - remove commented tags (PAYLOAD*,... Platforms: *nix

License: Freeware Size: 58.37 KB Download (104): rpmrebuild Download

Added: August 27, 2010 | Visits: 876

HTML::Latex HTML::Latex is a Perl module that creates a Latex file from an HTML file. SYNOPSIS use HTML::Latex my $parser = new HTML::Latex($conffile); $parser->set_option(%options); $parser->add_package(@packages); $parser->ban_tag(@banned); $parser->set_log($logfile); # Option 1: foreach my... Platforms: *nix

License: Freeware Size: 48.13 KB Download (97): HTML::Latex Download

Added: April 06, 2010 | Visits: 1.070

audio_rename audio_rename can rename an audio file via information got via MP3::Tag. SYNOPSIS audio_rename -csR -@p "@a/@l/@02n_@t" . renames all the audio files in this directory and its subdirectories into a 3-level directory structure given by Artist_Name/Album/Filename, with the basename of Filename... Platforms: *nix

License: Freeware Size: 174.08 KB Download (94): audio_rename Download

Added: February 23, 2010 | Visits: 1.144

IAM OPML Parser Class IAM OPML Parser Class parses an OPML file (provided its URL) and returns an array. OPML (Outline Processor Markup Language) is an XML format for outlines. Originally developed by Radio UserLand as a native file format for an outliner application, it has since been adopted for other uses, the... Platforms: *nix

License: Freeware Size: 2.05 KB Download (106): IAM OPML Parser Class Download

Added: July 10, 2010 | Visits: 1.036

nzbperl nzbperl is a newsreader utility that can process an nzb file, autodecode, and do bandwidth throttling. Run Linux (or OSX or Windows)? Need a multi-connection newsreader utility that can process an nzb file and autodecode and even do bandwidth throttling? Youve come to the right place. I... Platforms: *nix

License: Freeware Size: 71.68 KB Download (151): nzbperl Download

Added: October 11, 2010 | Visits: 1.187

ac3jack ac3jack is a tool for creating an AC-3 (Dolby Digital) multichannel stream from its JACK input ports. Using this tool, an AC-3 stream (up to 5.1 channels) is created in real time and either written to a file or streamed to standard output. When streamed to stdout and piped through the ALSA tool... Platforms: *nix

License: Freeware Size: 101.38 KB Download (174): ac3jack Download

Added: August 23, 2010 | Visits: 1.269

Data::ICal::Entry::Alarm::Email Data::ICal::Entry::Alarm::Email is a Perl module that represents an emailed alarm in an iCalendar file. SYNOPSIS my $valarm = Data::ICal::Entry::Alarm::Audio->new(); $valarm->add_properties( attach => [ "basic:ftp://host.com/pub/sounds/bell-01.aud", { fmttype => "audio/basic" } ], #... Platforms: *nix

License: Freeware Size: 102.4 KB Download (101): Data::ICal::Entry::Alarm::Email Download

< 1 2 3 4 5 >