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

Dissertation Format freeware
Filter: All | Freeware | Demo
 

Dissertation Format

< 1 2 3 4 5 
Added: February 03, 2010 | Visits: 1.014

MP3::Tag::ID3v2-Data MP3::Tag::ID3v2-Data can get_frame() data format and supported frames. SYNOPSIS $mp3 = MP3::Tag->new($filename); $mp3->get_tags(); $id3v2 = $mp3->{ID3v2} if exists $mp3->{id3v2}; ($info, $long) = $id3v2->get_frame($id); # or ($info, $long) = $id3v2->get_frame($id, raw); This document...



Platforms: *nix

License: Freeware Size: 174.08 KB Download (104): MP3::Tag::ID3v2-Data Download

Added: September 06, 2010 | Visits: 1.054

DateTime::Format::Epoch::RJD DateTime::Format::Epoch::RJD is a Perl module that can convert DateTimes to/from Reduced Julian Days. SYNOPSIS use DateTime::Format::Epoch::RJD; my $dt = DateTime::Format::Epoch::RJD->parse_datetime( 53244.5 ); # 2004-08-27T00:00:00 DateTime::Format::Epoch::RJD->format_datetime($dt); #...





Platforms: *nix

License: Freeware Size: 17.41 KB Download (103): DateTime::Format::Epoch::RJD Download

Added: August 01, 2010 | Visits: 1.134

Lcal Lcal is a multi-platform (Unix/Linux, DOS, DOS+DJGPP, Windows+Cygwin) program which generates full-year PostScript lunar (moon phase) calendars in a 2-page format, a compressed 1-page format, or an odd-days-only 1-page format. Lcal is run from the command line. Whats New in This Release: -...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (103): Lcal Download

Released: June 07, 2011  |  Added: June 14, 2011 | Visits: 1.524

dudu 3GP Video Converter dudu 3GP Video Converter is a easyt-to-use video converter software. It can convert many video formats, e.g. DivX, XviD,VCD,MOV, MPEG-4,MPEG-2,MPG, WMV, H.263,H.264,AVI,WMV,ASF to 3GP Video format.


Platforms: Windows, Other

License: Freeware Size: 1.68 MB Download (103): dudu 3GP Video Converter Download

Added: October 08, 2010 | Visits: 1.098

DateTime::Format::Epoch::MJD DateTime::Format::Epoch::MJD is a Perl module that can convert DateTimes to/from Modified Julian Days. SYNOPSIS use DateTime::Format::Epoch::MJD; my $dt = DateTime::Format::Epoch::MJD->parse_datetime( 53244 ); # 2004-08-27T00:00:00 DateTime::Format::Epoch::MJD->format_datetime($dt); #...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (102): DateTime::Format::Epoch::MJD Download

Added: February 16, 2010 | Visits: 1.110

IFF Format Library IFF Format Library provides header structures and utility functions for reading and writing data files in the Interchange Files. The Interchange File Format is a simple structured binary file format consisting of sized and typed chunks of data, selectively readable without having to know the...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (101): IFF Format Library Download

Added: February 14, 2010 | Visits: 870

WMpop WMpop is a Window Maker DockApp for monitoring a local (mbox format) or POP3 mailbox. WMpop project displays: - number of mails in the mailbox (or unread mails if checked in the preference screen), - a scrolling text with the email address of the senders (only for local mailbox for the...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (101): WMpop Download

Added: June 08, 2010 | Visits: 1.281

DateTime::Format::Builder DateTime::Format::Builder is a Perl module to create datetime parser classes and objects. SYNOPSIS package DateTime::Format::Brief; our $VERSION = 0.07; use DateTime::Format::Builder ( parsers => { parse_datetime => [ { regex => qr/^(d{4})(dd)(dd)(dd)(dd)(dd)$/, params => [qw( year...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (100): DateTime::Format::Builder Download

Added: June 20, 2010 | Visits: 1.542

DateTime::Format::Epoch::DotNet DateTime::Format::Epoch::DotNet is a Perl module that can convert DateTimes to/from .NET epoch seconds. SYNOPSIS use DateTime::Format::Epoch::DotNet; my $dt = DateTime::Format::Epoch::DotNet->parse_datetime( 1051488000 ); DateTime::Format::Epoch::DotNet->format_datetime($dt); #...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (100): DateTime::Format::Epoch::DotNet Download

Added: September 08, 2010 | Visits: 1.249

DateTime::Format::Epoch::MacOS DateTime::Format::Epoch::MacOS is a Perl module that can convert DateTimes to/from Mac OS epoch seconds. SYNOPSIS use DateTime::Format::Epoch::MacOS; my $dt = DateTime::Format::Epoch::MacOS->parse_datetime( 1051488000 ); DateTime::Format::Epoch::MacOS->format_datetime($dt); # 1051488000...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (100): DateTime::Format::Epoch::MacOS Download

Added: June 02, 2010 | Visits: 1.119

DateTime::Format::Epoch::JD DateTime::Format::Epoch::JD is Perl module Convert DateTimes to/from Julian Days. SYNOPSIS use DateTime::Format::Epoch::JD; my $dt = DateTime::Format::Epoch::JD->parse_datetime( 2453244.5 ); # 2004-08-27T00:00:00 DateTime::Format::Epoch::JD->format_datetime($dt); # 2453244.5 my...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (100): DateTime::Format::Epoch::JD Download

Added: June 14, 2010 | Visits: 1.058

FFmpeg::FileFormat FFmpeg::FileFormat is a multimedia file format supported by FFmpeg (eg avi, mov, mpeg, mp3, &c). SYNOPSIS $ff = FFmpeg->new(); #see FFmpeg $xx = $ff->file_format(mov); #...do something with $xx Objects of this class are not intended to be instantiated directly by the end user. Access...


Platforms: *nix

License: Freeware Size: 1.8 MB Download (100): FFmpeg::FileFormat Download

Added: August 17, 2010 | Visits: 1.337

DateTime::Format::Epoch::TAI64 DateTime::Format::Epoch::TAI64 is a Perl module that can convert DateTimes to/from TAI64 values. SYNOPSIS use DateTime::Format::Epoch::TAI64; my $dt = DateTime::Format::Epoch::TAI64 ->parse_datetime( 4611686019483526367 ); # 2003-06-20T19:49:59...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (99): DateTime::Format::Epoch::TAI64 Download

Added: November 06, 2010 | Visits: 1.017

HTML::FormatNroff HTML::FormatNroff is a Perl module that can format HTML as nroff man page. SYNOPSIS require HTML::FormatNroff; $html = parse_htmlfile("test.html"); $format_nroff = new HTML::FormatNroff(name => trial, project => MyProject); print $formatter->format($html); The HTML::FormatNroff is a...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (99): HTML::FormatNroff Download

Released: May 16, 2011  |  Added: May 25, 2011 | Visits: 1.212

dudu AVI to SWF Converter dudu AVI to SWF Converter is a easy to use video converter software. It can convert any avi to SWF, DivX, XviD, MOV, MPG,MPEG-2,MPEG-4, WMV, AVI and WMV Video format. Publish your AVI video files on your web site or blog can be easily accomplished by using dudu AVI to SWF Converter. It can...


Platforms: Windows, Other

License: Freeware Size: 1.68 MB Download (99): dudu AVI to SWF Converter Download

Released: June 26, 2011  |  Added: June 26, 2011 | Visits: 1.077

dudushare Apple TV Video Converter dudushare Apple TV Video Converter is a easyt-to-use video converter software. It can convert many video formats, e.g. DivX, XviD, MOV, MPEG-4,MPEG, WMV, H.263,H.264,AVI,WMV,ASF to Apple TV video format and Vice Versa. And you can also extract audio from video and transform between...


Platforms: Windows, Other

License: Freeware Size: 1.68 MB Download (99): dudushare Apple TV Video Converter Download

Released: August 10, 2011  |  Added: September 26, 2011 | Visits: 1.454

FJ iPod Audio Converter Free iPod Audio Converter is one of the most powerful and easy to use tool to convert audio files to iPod Audio Format and also to another various audio formats,also it makes you able to extract audio from video files to various audio formats.The program can also rip audio CD tracks to the iPod...


Platforms: Windows

License: Freeware Size: 3.28 MB Download (99): FJ iPod Audio Converter Free Download

Added: January 05, 2010 | Visits: 1.097

DateTime::Format::Roman DateTime::Format::Roman is a Perl module with roman day numbering for DateTime objects. SYNOPSIS use DateTime::Format::Roman; my $formatter = DateTime::Format::Roman->new( pattern => %d %f %b %y ); my $dt = DateTime->new( year => 2003, month => 5, day => 28 );...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (98): DateTime::Format::Roman Download

Added: January 18, 2010 | Visits: 1.213

Number::Bytes::Human Number::Bytes::Human is a Perl module that can convert byte count to human readable format. SYNOPSIS use Number::Bytes::Human qw(format_bytes); $size = format_bytes(0); # 0 $size = format_bytes(2*1024); # 2.0K $size = format_bytes(1_234_890, bs => 1000); # 1.3M $size = format_bytes(1E9,...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (98): Number::Bytes::Human Download

Added: October 13, 2010 | Visits: 1.712

ELFIO ELFIO is a C++ library for reading and generating files in the ELF binary format. This library is unique and not based on any other product. It is also platform independent. The library uses standard ANSI C++ constructions and runs on a wide variety of architectures. While the librarys...


Platforms: *nix

License: Freeware Size: 307.2 KB Download (98): ELFIO Download

< 1 2 3 4 5