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

Pen Drive Format freeware
Filter: All | Freeware | Demo
 

Pen Drive Format

< 1 2 3 4 5 > 
Added: October 08, 2010 | Visits: 1.093

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 (96): DateTime::Format::Epoch::MJD Download

Added: August 17, 2010 | Visits: 1.332

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: February 12, 2010 | Visits: 1.160

Test::Reporter::Date::Format 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,...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (107): Test::Reporter::Date::Format Download

Added: August 21, 2010 | Visits: 1.218

DateTime::Format::Builder::Tutorial DateTime::Format::Builder::Tutorial is a quick class on using Builder. CREATING A CLASS As most people who are writing modules know, you start a package with a package declaration and some indication of module version: package DateTime::Format::ICal; our $VERSION = 0.04; After that, you...


Platforms: *nix

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

Added: July 22, 2010 | Visits: 1.665

DateTime::Format::Excel DateTime::Format::Excel is a Perl module that can convert between DateTime and Excel dates. SYNOPSIS use DateTime::Format::Excel; # From Excel via class method: my $datetime = DateTime::Format::Excel->parse_datetime( 37680 ); print $datetime->ymd(.); # 2003.02.28 # or via an object...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (198): DateTime::Format::Excel Download

Added: August 27, 2010 | Visits: 1.175

Fortran::Format Fortran::Format is a Perl module to read and write data according to a standard Fortran 77 FORMAT. SYNOPSYS use Fortran::Format; my $f = Fortran::Format->new("2(N: ,I4,2X)"); print $f->write(1 .. 10); # prints the following: # N: 1 N: 2 # N: 3 N: 4 # N: 5 N: 6 # N: 7 N: 8 # N: 9 N:...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (167): Fortran::Format Download

Added: April 20, 2010 | Visits: 942

AnyData::Format::Mp3 AnyData::Format::Mp3 is a tied hash and DBI access to Mp3 files. SYNOPSIS use AnyData; my $playlist = adTie( Passwd, [c:/My Music/] ); while (my $song = each %$playlist){ print $song->{artist} if $song->{genre} eq Reggae } OR use DBI my $dbh = DBI->connect(dbi:AnyData:);...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (90): AnyData::Format::Mp3 Download

Added: August 09, 2010 | Visits: 844

AnyData::Format::XML AnyData::Format::XML is a Perl module for tiedhash and DBI access to XML. SYNOPSIS # access XML data via a multi-dimensional tied hash # see AnyData.pod for full details # use AnyData; my $table = adTie( XML, $file, $mode, $flags ); OR # convert data to and from XML # see AnyData.pod...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (88): AnyData::Format::XML Download

Added: September 19, 2010 | Visits: 911

OODoc::Format::Pod OODoc::Format::Pod is a Perl module to produce POD pages from the doc tree. INHERITANCE OODoc::Format::Pod is an OODoc::Format is an OODoc::Object OODoc::Format::Pod is extended by OODoc::Format::Pod2 SYNOPSIS my $doc = OODoc->new(...); $doc->create ( pod , format_options =>...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (89): OODoc::Format::Pod Download

Added: February 16, 2010 | Visits: 1.108

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: May 18, 2010 | Visits: 1.661

File::Format::RIFF File::Format::RIFF is a Perl module to Resource Interchange File Format/RIFF files. SYNOPSIS use File::Format::RIFF; open( IN, file ) or die "Could not open file: $!"; my ( $riff1 ) = File::Format::RIFF->read( *IN ); close( IN ); $riff1->dump; my ( $riff2 ) = new File::Format::RIFF(...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (151): File::Format::RIFF Download

Added: August 18, 2010 | Visits: 1.268

DateTime::Format::Strptime DateTime::Format::Strptime is a Perl module to parse and format strp and strf time patterns. SYNOPSIS use DateTime::Format::Strptime; my $Strp = new DateTime::Format::Strptime( pattern => %T, locale => en_AU, time_zone => Australia/Melbourne, ); my $dt =...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (92): DateTime::Format::Strptime Download

Added: August 14, 2010 | Visits: 1.002

Format on Save Format on Save is a Eclipse plugin to automatically organizes imports and formats code when saving a Java editor. This is the exact equivalent as doing Ctrl-Shift-O, Ctrl-Shift-F before saving. New features: - Sort Members and Correct Indentation - preference page to configure defaults.


Platforms: *nix

License: Freeware Size: 52.22 KB Download (94): Format on Save Download

Added: August 21, 2010 | Visits: 1.568

Pen Pen is a load balancer for "simple" TCP-based protocols such as HTTP or SMTP. Pen project allows several servers to appear as one to the outside. It automatically detects servers that are down and distributes clients among the available servers. This gives high availability and scalable...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (123): Pen Download

Released: May 26, 2010  |  Added: June 01, 2010 | Visits: 2.469

MiniTool Drive Wipe Free Disk Wipe Software - MiniTool Drive Wipe is a Free Disk Wipe Software and Partition Wipe Tool. MiniTool Drive Wipe supports all hard disks recognized by Windows such as IDE, SATA, SCSI, USB external disks, Fire wire disks and so on. MiniTool Drive Wipe is very easy-to-use. You can use it to...


Platforms: Windows

License: Freeware Size: 4.93 MB Download (455): MiniTool Drive Wipe Download

Released: June 10, 2010  |  Added: June 28, 2010 | Visits: 1.572

Acronis Drive Monitor Acronis Drive Monitor is a free, downloadable software application developed by Acronis to monitor server, workstation and PC hard disk drives. We all depend on instant access to data stored on our hard drives - buried inside PC laptops, workstations and servers - but those disks are...


Platforms: Windows

License: Freeware Size: 17.44 MB Download (233): Acronis Drive Monitor Download

Released: August 28, 2010  |  Added: September 02, 2010 | Visits: 3.696

USB Drive Guard USB Drive Guard is a data leak prevention (DLP) security solution that enables network administrators to centrally control USB drives on the network. This application runs silently on any windows PC and when someone inserts any type of storage device it will check a database on your network to...


Platforms: Windows

License: Freeware Size: 37.04 MB Download (2203): USB Drive Guard Download

Released: November 12, 2010  |  Added: November 25, 2010 | Visits: 1.815

WinArchiver Virtual Drive WinArchiver Virtual Drive is a free Virtual CD/DVD ROM utility. It can mount not only all popular CD/DVD image files, but also all popular archives. You can run programs or access the files from a virtual drive without original cd/dvd discs. The virtual drive works 200x faster than traditional...


Platforms: Windows

License: Freeware Size: 634.34 KB Download (268): WinArchiver Virtual Drive Download

Released: January 30, 2013  |  Added: February 07, 2013 | Visits: 2.699

SFTP Net Drive With SFTP Net Drive you can work with the remote file system as if it were a local disk drive, given that the remote system supports SFTP protocol. SFTP protocol works as part of SSH and provides an encrypted channel for file upload and download and also for remote file and directory...


Platforms: Windows

License: Freeware Size: 5.75 MB Download (164): SFTP Net Drive Download

Released: November 28, 2011  |  Added: December 05, 2011 | Visits: 1.352

gBurner Virtual Drive gBurner Virtual Drive is a free utility designed for creating and managing virtual CD / DVD drives. For anyone who deals with CD/DVD-based programs - it is a MUST. gBurner Virtual Drive allows you to use almost all CD/DVD image without burning them onto CD or DVD in order to easily access your...


Platforms: Windows

License: Freeware Size: 398 B Download (150): gBurner Virtual Drive Download

< 1 2 3 4 5 >