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.479.682 Times

Filetype software
Filter: All | Freeware | Demo
 

Filetype

1 2 > 
Added: August 02, 2010 | Visits: 1.201

Video::Info::Magic Video::Info::Magic can resolve video filetype if possible. SYNOPSIS use strict; use Video::Info::Magic qw(:all); my $type = divine(/path/to/video.mpg ); print $type; #MPEG system stream data (maybe) ## ... see methods below EXPORT various constants related to video file formats.... Platforms: *nix

License: Freeware Size: 634.88 KB Download (98): Video::Info::Magic Download

Added: January 25, 2010 | Visits: 505

FileType FileType is a program to change the file types (type- and creator-codes) of any file under MacOS. You can save the file types you use in a database so you don't have to remember them. Platforms: Mac

License: Freeware Size: 619 KB Download (98): FileType Download

Added: July 15, 2010 | Visits: 1.341

Audio::File::Type Audio::File::Type represents an audio filetype. An instance of an object inherited from Audio::File::Type is returned by the constructor of Audio::File. This object currently provides access to the audio files information like its audio properties (bitrate, sample rate, number of channels, ...)... Platforms: *nix

License: Freeware Size: 74.75 KB Download (110): Audio::File::Type Download

Released: September 12, 2012  |  Added: September 12, 2012 | Visits: 321

iLikeYouMore It's a filetype/creator changer for mac os x. With support for multiple files. Platforms: Mac

License: Freeware Size: 62.44 KB Download (47): iLikeYouMore Download

Added: April 27, 2013 | Visits: 461

phpIDIS for File sharing phpIDIS application is a php Internet Document Interchange System. Browser-based management / collaboration of any filetype through a MySQL document repository. Files are stored directly in MySQL with full group, user, and document level permissions. Platforms: PHP

License: Freeware Size: 61.44 KB Download (48): phpIDIS for File sharing Download

Added: August 08, 2013 | Visits: 285

Garee's Split Gallery Garee's Split Gallery allows you to number the images to be shown (e.g. show='1-3d-dedc) and uses the native WordPress-gallery-shortcode to do the rest. Break your galleries apart - but don't insert hardcoded img-tags directly. In addition you are able to set default-values for the... Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 440.32 KB Download (45): Garee's Split Gallery Download

Added: June 21, 2013 | Visits: 262

odfit A checksum is calculated, and basic filetype detection performed on each. For each member determined to contain UTF-8 text, the lines in the file are output. odfit is similar in purpose but different in operation, and in its level of detail, to tools like odt2txt which output a text-mode... Platforms: Mac

License: Freeware Size: 10.24 KB Download (36): odfit Download

Released: March 21, 2011  |  Added: March 28, 2011 | Visits: 13.388

Batchrun With Batchrun you can create a batch file using a graphical interface. A batch file lets you run several Windows commands together, in whatever order you choose. For example, you can launch multiple Windows applications with a click. Start Batchrun, add the applications you would like to run... Platforms: Windows

License: Freeware Size: 1.13 MB Download (1371): Batchrun Download

Added: October 10, 2006 | Visits: 9.229

CHK-Mate CHK-Mate will examine the contents of the CHK files and determine if the contents are known filetypes, such as MS-Word files or GIF files. When contents are recognized (for example, as a Word document), the CHK files are copied to a new file with the correct file extension (Filexxxx.CHK ->... Platforms: Windows

License: Shareware Cost: $11.95 USD Download (609): CHK-Mate Download

Added: October 15, 2006 | Visits: 2.760

Full Image Info Full Image Info is an easy to use program targeted to view and retrieve information about images and photos taken with digital cameras. Many common image formats are supported including JPEG, TIFF, BMP, GIF, JPEG2000, PCX, CUR, ICO, PNG, TGA, PXM, and a variety of information can be retrieved... Platforms: Windows

License: Shareware Cost: $19.95 USD Size: 922 KB Download (111): Full Image Info Download

Released: August 29, 2014  |  Added: September 10, 2014 | Visits: 1.481

MidiYodi MidiYodi is an application that allows examination, playback, editing and conversion of MIDI files. MidiYodi is available on all major platforms including Windows, Mac and Unix. MidiYodi provides various tools to examine the layout and content of a MIDI file: - MIDI File Explorer... Platforms: Windows, Mac, *nix, Windows 8, Windows 7, ,Java

License: Shareware Cost: $14.95 USD Size: 1.65 MB Download (153): MidiYodi Download

Added: November 04, 2010 | Visits: 1.368

Video::Info Video::Info can retrieve video properties such as: height width codec fps. SYNOPSIS use Video::Info; my $info = Video::Info->new(-file=>my.mpg); $info->fps(); $info->aspect(); ## ... see methods below Video::Info is a factory class for working with video files. When you create a new... Platforms: *nix

License: Freeware Size: 634.88 KB Download (110): Video::Info Download

Added: January 21, 2010 | Visits: 745

cbmfs cbmfs is a fuse filesystem for Commodore disk images. With cbmfs you can mount your 8-bit Commodore disk images into your local filesystem. Currently d64, d71, d81, d80, d82 images are supported in read and write mode. To compile cbmfs you need the FUSE development files installed on your... Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 15.36 KB Download (97): cbmfs Download

Added: September 01, 2010 | Visits: 1.498

CAD::Drawing::IO::PgDB CAD::Drawing::IO::PgDB is a Perl module with PostgreSQL save / load methods. This module is considered pre-ALPHA and under-documented. Its use is strongly discouraged except under experimental conditions. Particularly susceptible to change will be the table structure of the database, which... Platforms: *nix

License: Freeware Size: 8.19 KB Download (118): CAD::Drawing::IO::PgDB Download

Added: June 14, 2010 | Visits: 1.243

File::Listing File::Listing is a Perl module to parse directory listing. SYNOPSIS use File::Listing qw(parse_dir); for (parse_dir(`ls -l`)) { ($name, $type, $size, $mtime, $mode) = @$_; next if $type ne f; # plain file #... } # directory listing can also be read from a file open(LISTING, "zcat... Platforms: *nix

License: Freeware Size: 235.52 KB Download (102): File::Listing Download

Added: January 15, 2010 | Visits: 1.199

Audio::File::AudioProperties Audio::File::AudioProperties is a Perl module that can abstract an audio files audio properties. Audio::File::AudioProperties is the base class for other file format independant audio property classes like Audio::File::Flac::AudioProperties or Audio::File::Ogg::AudioProperties. You should not... Platforms: *nix

License: Freeware Size: 74.75 KB Download (89): Audio::File::AudioProperties Download

Added: October 18, 2010 | Visits: 1.126

text-vimcolor text-vimcolor is a command-line program to syntax color a file in HTML, XML or PDF. SYNOPSIS $ text-vimcolor --format html --full-page FILENAME > OUTPUT.html $ text-vimcolor --format xml FILENAME > OUTPUT.xml $ text-vimcolor --format pdf FILENAME --output OUTPUT.pdf This program uses the... Platforms: *nix

License: Freeware Size: 20.48 KB Download (96): text-vimcolor Download

Added: January 03, 2010 | Visits: 840

Text::VimColor Text::VimColor is a syntax color text in HTML or XML using Vim. SYNOPSIS use Text::VimColor; my $syntax = Text::VimColor->new( file => $0, filetype => perl, ); print $syntax->html; print $syntax->xml; This module tries to markup text files according to their syntax. It can be used to... Platforms: *nix

License: Freeware Size: 20.48 KB Download (93): Text::VimColor Download

Added: September 14, 2010 | Visits: 1.046

Bcrypt Bcrypt project is a lightweight blowfish file encryption utility which aims for cross-platform portability of not only the actual code, but the encrypted files as well. In addition to providing 448-bit encryption, Bcrypt overwrites input files with random garbage. Installation: If youre so... Platforms: *nix

License: Freeware Size: 36.86 KB Download (102): Bcrypt Download

Added: March 09, 2010 | Visits: 1.113

Xmp Manager Xmp Manager application is a GUI to manage XMP metadatas on GNU/Linux. Currently XmpManager is a very experimental software and it could not work as expected. The features implemented are minimal. Why should I use metadatas? Metadatas permit to attach more info to your files, ex. description,... Platforms: *nix

License: Freeware Size: 6.14 KB Download (98): Xmp Manager Download

1 2 >