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

Asx File Pl software
Filter: All | Freeware | Demo
 

Asx File Pl

1 2 3 4 5 > 
Added: May 27, 2010 | Visits: 1.425

XML::WMM::ASX XML::WMM::ASX is a very simple OO interface to create Windows Media Metafile ASX. SYNOPSIS use XML::WMM::ASX $asx = new XML::WMM::ASX; This simple module allows you to create ASX file. METHODS The following methods are available: $asx = XML::WMM::ASX->new The constructor returns a...



Platforms: *nix

License: Freeware Size: 4.1 KB Download (164): XML::WMM::ASX Download

Added: November 06, 2010 | Visits: 790

ExtUtils::PerlPP ExtUtils::PerlPP is a Perl Preprocessor. SYNOPSIS use ExtUtils::PerlPP; my $config = { version => $VERSION, driver => $DRIVER }; # The long and winding road ... my $self = ExtUtils::PerlPP->new(); $self->{in_fh} = IO::File->new(file.PL, r); $self->{out_fh} = IO::File->new(file, w);...





Platforms: *nix

License: Freeware Size: 194.56 KB Download (87): ExtUtils::PerlPP Download

Added: September 19, 2010 | Visits: 971

SVG::SVG2zinc SVG::SVG2zinc is a Perl module to display or convert svg files in scripts, classes, images... SYNOPSIS use SVG::SVG2zinc; &SVG::SVG2zinc::parsefile(file.svg, Backend,file.svg, -out => outfile, -verbose => $verbose, -namespace => 0|1, -prefix => string, ); # to generate a Perl script:...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (92): SVG::SVG2zinc Download

Released: September 11, 2012  |  Added: September 11, 2012 | Visits: 451

KingConvert ASX To MP3 Kingconvert ASX To MP3 an easy-to-use tool for converting almost all kinds of audio and video files to an MP3 file. With the build-in multimedia player, you can preview the media file, set start time and end time, convert any audio section of the file to high quality MP3 file. The key features...


Platforms: Windows

License: Shareware Cost: $9.95 USD Size: 6.85 MB Download (52): KingConvert ASX To MP3 Download

Added: May 10, 2006 | Visits: 6.737

File Audio Processor File Audio Processor is a complete solution for Multimedia Editing - Management and includes: File Manager for Windows 9x/ME/NT/2000/XP with Zip Archiver, File Search - Replace, Split - Merge files and other. File Renamer comes with special functions like case presets, words translator etc. ID3...


Platforms: Windows

License: Shareware Cost: $29.00 USD Size: 15.43 MB Download (613): File Audio Processor Download

Added: August 20, 2008 | Visits: 2.746

Tidycode Pl Sql Formatter This software allows you to tidy, beautify or format your Pl/Sql code in a batch file or Dos prompt.In other words, it is a command line tool that can be built in your programming environment. It can be used in most free or commercial editors/IDEs.There is also a tool Experimenter which provides...


Platforms: Windows

License: Demo Cost: $25.00 USD Size: 1.07 MB Download (132): Tidycode Pl Sql Formatter Download

Added: January 18, 2010 | Visits: 1.231

File::Remove File::Remove is a Perl module to remove files and directories. SYNOPSIS use File::Remove qw(remove); # removes (without recursion) several files remove qw( *.c *.pl ); # removes (with recursion) several directories remove 1, qw( directory1 directory2 ); # removes (with recursion)...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (167): File::Remove Download

Added: September 21, 2010 | Visits: 840

tinyglot.pl This script is useful for maintaining localization of .strings files in Cocoa applications. It compares two files (the new unlocalized one and the old localized one) and merges their strings into a new file. New strings, that have no translation, are put at the end of the file so that its easy...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (93): tinyglot.pl Download

Added: February 04, 2010 | Visits: 773

File::VirtualPath File::VirtualPath is a portable abstraction of a file/dir/url path. SYNOPSIS Content of thin shell "startup.pl": #!/usr/bin/perl use strict; use warnings; my $root = "/home/johndoe/projects/aardvark"; my $separator = "/"; if( $^O =~ /Win/i ) { $root = "c:projectsaardvark";...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (89): File::VirtualPath Download

Added: August 14, 2010 | Visits: 1.116

File::Xcopy File::Xcopy can copy files after comparing them. SYNOPSIS use File::Xcopy; my $fx = new File::Xcopy; $fx->from_dir("/from/dir"); $fx->to_dir("/to/dir"); $fx->fn_pat((.pl|.txt)$); # files with pl & txt extensions $fx->param(s,1); # search recursively to sub dirs $fx->param(verbose,1); #...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (109): File::Xcopy Download

Added: November 13, 2010 | Visits: 1.288

PL/1 for GCC PL/1 for GCC project is an attempt to create a native PL/I compiler using the GNU Compiler Collection. PL/I is a third-generation procedural language suitable for a wide range of applications including system software, graphics, simulation, text processing, Web, and business applications. This...


Platforms: *nix

License: Freeware Size: 286.72 KB Download (104): PL/1 for GCC Download

Added: January 17, 2010 | Visits: 847

namefix.pl 4.0 namefix.pl is a Perl script which purpose is to make formatting file names of media files very easy and quick. Initialy it was just used to convert spaces to underscores on all mp3s in a given directory, but I soon added case formatting and many other options. As far as Im aware this was...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (90): namefix.pl 4.0 Download

Added: September 11, 2010 | Visits: 1.204

File::Comments File::Comments is a Perl module that ecognizes file formats and extracts format-specific comments. SYNOPSIS use File::Comments; my $snoop = File::Comments->new(); # *---------------- # | program.c: # | /* comment */ # | main () {} # *---------------- my $comments =...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (91): File::Comments Download

Added: May 18, 2010 | Visits: 1.664

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

Released: June 01, 2005  |  Added: September 12, 2011 | Visits: 12.054

Digital File Cabinet Digital File Cabinet lets you design as many file cabinets as you want. Each with their own drawers and folders. Scan pictures or pages of text into your file cabinet. You can also import existing JPEG files and BMP files. Once your page is scanned, you can zoom, rotate, or crop so it's formatted...


Platforms: Windows

License: Shareware Cost: $10.00 USD Size: 16.25 MB Download (1093): Digital File Cabinet Download

Added: April 02, 2006 | Visits: 6.881

File Recover File Recover is the type of utility software that users never think they require until they have accidentally deleted an important document or data file. Gone in a flash can be months or years of work, accounting records, documents, data files, and especially those files planned for tomorrows...


Platforms: Windows

License: Shareware Cost: $29.97 USD Size: 237 KB Download (6174): File Recover Download

Released: November 12, 2011  |  Added: April 21, 2013 | Visits: 6.712

File Splitter Deluxe Split large files (of any type), then easily rejoin without the use of this software. Easily break up large files (no limits, splits any sized file) for copying to floppy or sending via email, as anyone can recreate the original file without having this software. When you split your files, a...


Platforms: Windows, Other

License: Shareware Cost: $13.95 USD Size: 510 KB Download (649): File Splitter Deluxe Download

Added: January 24, 2006 | Visits: 5.195

Active File Compare Active File Compare is an advanced utility for the comparison and synchronization of any text files in visual mode, it reports the results of the comparison in two side-by-side windows on the screen. This utility is an excellent tool for comparing source code versions since it allows you to...


Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 824 KB Download (433): Active File Compare Download

Added: April 20, 2006 | Visits: 6.117

File Spanning Allows you to split a file into smaller multiple files. When splitting a file, you can select a file size of 500K, 1MB, 1.44MB, 3MB, or 5MB. This program also provides the ability to recreate the original file from multiple files.


Platforms: Windows

License: Freeware Size: 955 KB Download (396): File Spanning Download

Added: May 08, 2006 | Visits: 3.909

JR Split File Pro Split gigabyte file to fit on CD.It allows you to split a large file into CD sized segments and create a standard .bat file that can be used to reconstruct a copy of the original file.You can explicitly define the size of first segment so that you need less CDs when splitting several GB sized...


Platforms: Windows

License: Shareware Cost: $20.00 USD Size: 164 KB Download (205): JR Split File Pro Download

1 2 3 4 5 >