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

File List Print freeware
Filter: All | Freeware | Demo
 

File List Print

< 1 2 3 4 5 > 
Added: March 05, 2010 | Visits: 1.174

Audio::TagLib::MPC::File Audio::TagLib::MPC::File is an implementation of Audio::TagLib::File with MPC specific methods. SYNOPSIS use Audio::TagLib; my $i = Audio::TagLib::MPC::File->new("sample mpc file.mpc"); print $i->tag()->title()->toCString(), "n"; # got title This implements and provides an interface for...



Platforms: *nix

License: Freeware Size: 1.4 MB Download (107): Audio::TagLib::MPC::File Download

Added: March 17, 2010 | Visits: 1.513

Audio::TagLib::Vorbis::File Audio::TagLib::Vorbis::File is an implementation of Ogg::File with Vorbis specific methods. SYNOPSIS use Audio::TagLib::Vorbis::File; my $i = Audio::TagLib::Vorbis::File->new("sample vorblis file.ogg"); print $i->tag()->comment()->toCString(), "n"; # got comment This is the central class...





Platforms: *nix

License: Freeware Size: 1.4 MB Download (299): Audio::TagLib::Vorbis::File Download

Added: June 24, 2010 | Visits: 1.292

Audio::TagLib::Ogg::FLAC::File Audio::TagLib::Ogg::FLAC::File is an implementation of Audio::TagLib::File with Ogg/FLAC specific methods. SYNOPSIS use Audio::TagLib::Ogg::FLAC::File; my $i = Audio::TagLib::Ogg::FLAC::File->new("sample file.flac"); print $i->tag()->album()->toCString(), "n"; # got album This implements...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (101): Audio::TagLib::Ogg::FLAC::File Download

Added: April 14, 2010 | Visits: 1.206

ETTERLOG ETTERLOG is a utility for Network Lan (SWITCH) for file .ECI and .ECP. (Ettercap program). Etterlog is the log analyzer for logfiles created by ettercap. It can handle both compressed (created with -Lc) or uncompressed logfiles. With this tool you can manipulate binary files as you like and...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (119): ETTERLOG Download

Added: May 02, 2010 | Visits: 824

I18N::LangTags::List I18N::LangTags::List Perl module contains tags and names for human languages. SYNOPSIS use I18N::LangTags::List; print "Parlez-vous... ", join(, , I18N::LangTags::List::name(elx) || unknown_language, I18N::LangTags::List::name(ar-Kw) || unknown_language, I18N::LangTags::List::name(en) ||...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (88): I18N::LangTags::List Download

Added: May 19, 2010 | Visits: 837

File::Locate File::Locate is a Perl module to search the (s)locate-database from Perl. SYNOPSIS use File::Locate; print join "n", locate "mp3", "/usr/var/locatedb"; # or only test of something is in the database if (locate("mp3", "/usr/var/locatedb")) { print "yep...sort of mp3 there"; } # do...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (98): File::Locate Download

Added: August 11, 2010 | Visits: 963

File::Basename::Object File::Basename::Object is a Perl module with object-oriented syntax sugar for File::Basename. SYNOPSIS my $file = File::Basename::Object->new("/path/to/a/file.html", ".htm", ".html"); if(open(my $fh, <, $file)) { print "Now reading ", $file->basename, "n"; ... } if($file ==...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (95): File::Basename::Object Download

Released: July 21, 2011  |  Added: July 23, 2011 | Visits: 1.518

getFolder With this app you can get a list of files in folder and export in different format (TXT,RTF,HTML,XML,CSV), you can do some batch functions sutch as: resized images, convert images to other formats, find text in multiple files, extracting files from subfolders in the parent folder, cataloging...


Platforms: Windows

License: Freeware Size: 289.71 KB Download (244): getFolder Download

Released: December 03, 2012  |  Added: December 03, 2012 | Visits: 903

Whistler's List Whistling Cow Announces the Launch of its Second Productivity Software Tool: Whistler’s List RIVER EDGE, NJ May 26, 2005: Whistling Cow is launching the second in its line of enhanced productivity software tools: “Whistler’s List”. Its first database software application, KronoLog,...


Platforms: Windows

License: Freeware Size: 3.2 MB Download (593): Whistler's List Download

Added: May 10, 2013 | Visits: 1.199

@1 File Store PRO A file archive plus membership access system written in PHP MySQL. Users signup or get added by the Admins or Sub-Admins. The Admins or Sub-Admins decide which "Group" each User belongs to. The Admins create folders and sub-folders for file archiving. The Admins decide which "Group" of Users can...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (56): @1 File Store PRO Download

Added: June 02, 2010 | Visits: 854

PermComb PermComb is pure perl module for performing permutations and combinations of an arbitrary list. Algorithm::Permute permutes only n out of n and requires compilation. This mod is pure perl and supports permutations and combinations taken R at a time, iteratively and both in the same object at...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (159): PermComb Download

Added: April 03, 2010 | Visits: 969

Module::Versions Module::Versions is a Perl module to handle versions of loaded modules with flexible result interface. SYNOPSIS use Module::Versions; # Simple Interface list Module::Versions; # prints formatted results to STDOUT Module::Versions->list; # prints formatted results to STDOUT # Shortcuts...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (94): Module::Versions Download

Added: August 31, 2013 | Visits: 360

Kate File Tree Plugin It???*a*?s me again. Given how much people seem to like the plugin, and that some would like to see this plugin replace the existing simple list view, I???*a*?ve put in a bit of work to make it so the tree view plugin replaces as much functionality of the original file list as possible....


Platforms: *nix

License: Freeware Size: 10.24 KB Download (34): Kate File Tree Plugin Download

Added: January 18, 2010 | Visits: 1.593

XML::Writer::Simple XML::Writer::Simple is a Perl module to create XML files easily! SYNOPSIS use XML::Writer::Simple dtd => "file.dtd"; print para("foo",b("bar"),"zbr"); USAGE This module takes some ideas from CGI to make easier the life for those who need to generated XML code. You can use the module in...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (91): XML::Writer::Simple Download

Added: March 05, 2010 | Visits: 1.246

ClearCase::Wrapper::DSB ClearCase::Wrapper::DSB Perl module contains David Boyces contributed cleartool wrapper functions. SYNOPSIS This is an overlay module for ClearCase::Wrapper containing David Boyces non-standard extensions. See perldoc ClearCase::Wrapper for more details. CLEARTOOL ENHANCEMENTS CATCS 1....


Platforms: *nix

License: Freeware Size: 18.43 KB Download (94): ClearCase::Wrapper::DSB Download

Added: November 23, 2010 | Visits: 1.472

Mesh Viewer Mesh Viewer is an easy to use lightweight application to display triangular meshes from a variety of file formats (see 3D formats). Mesh Viewer uses the OpenGL API to render the models. The program was born under the need for quickly displaying reconstructed triangulated meshes. The Mesh Viewer...


Platforms: *nix

License: Freeware Size: 634.88 KB Download (127): Mesh Viewer Download

Added: November 16, 2010 | Visits: 1.596

NEsGUI NEsGUI is a peer-to-peer file sharing application written by Neill Miller in GTK+ which utilizes the NEshare library.NEsGUI is a Napster like application. Its one of the simplest and least creative applications utilizing the NEshare peer-to-peer file sharing library. I started writing NEshare...


Platforms: *nix

License: Freeware Size: 57.34 KB Download (100): NEsGUI Download

Added: January 23, 2010 | Visits: 1.426

ClarkConnect 4.1 / 4.2 Alpha ClarkConnect is a powerful yet easy-to-use software package that transforms off-the-shelf server hardware into a dedicated Internet firewall, gateway or server. ClarkConnect is a great solution for schools, businesses, organizations, and home offices. ClarkConnect transforms standard PC...


Platforms: *nix

License: Freeware Size: 435.2 MB Download (326): ClarkConnect 4.1 / 4.2 Alpha Download

Added: June 22, 2010 | Visits: 1.469

Tree::Simple::View::DHTML Tree::Simple::View::DHTML is a Perl class for viewing Tree::Simple hierarchies in DHTML. SYNOPSIS use Tree::Simple::View::DHTML; ## a simple example # use the defaults (an unordered list with no CSS) my $tree_view = Tree::Simple::View::DHTML->new($tree); ## more complex examples #...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (98): Tree::Simple::View::DHTML Download

Added: January 25, 2010 | Visits: 907

Helios LanTest X A professional tool for network administrators, other software vendors, and 3rd party developers to test and measure performance of AppleShare services. It offers detailed Macintosh network evaluations for file and record locking as well as for many typical file system operations. LanTest results...


Platforms: Mac

License: Freeware Size: 185 KB Download (101): Helios LanTest X Download

< 1 2 3 4 5 >