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 49.594.059 Times

Print List File freeware
Filter: All | Freeware | Demo
 

Print List File

< 1 2 3 4 5 > 
Added: February 24, 2010 | Visits: 844

List::RewriteElements List::RewriteElements is a Perl module that can create a new list by rewriting elements of a first list. SYNOPSIS use List::RewriteElements; Constructor Simplest case: Input from array, output to STDOUT. $lre = List::RewriteElements->new( { list => @source, body_rule => sub { my...



Platforms: *nix

License: Freeware Size: 26.62 KB Download (92): List::RewriteElements Download

Added: November 24, 2010 | Visits: 952

Tie::Layers SYNOPSIS ##### # Subroutines # use Tie::Layers qw(is_handle config); $yes = is_handle( $file_handle ); ($key, $old_value) = config(%options, $key); ($key, $old_value) = config(%options, $key => $new_value ); #### # Config default startup options # @old_options_list =...





Platforms: *nix

License: Freeware Size: 71.68 KB Download (90): Tie::Layers Download

Released: April 10, 2012  |  Added: April 18, 2012 | Visits: 2.412

4Videosoft Free PDF File Reader 4Videosoft Free PDF File Reader is an easy-to-use application designed for users to read their PDF files, acting as a free program to view and print PDF files. Best of all, it is absolutely FREE, proving that you really can get a whole lot of something for nothing. 4Videosoft Free PDF File...


Platforms: Windows, Other

License: Freeware Size: 8.15 MB Download (691): 4Videosoft Free PDF File Reader Download

Added: May 10, 2013 | Visits: 960

Parsing a full file specification This function parses a full file specification into tuple of: a) list of drive and folders b) file name c) (last) file extension (including dot)A full file specification consists of drive letter, folders, file name, and extension. Unless you're on UNIX. Unless there's more that one extension....


Platforms: Windows, Python,

License: Freeware Download (64): Parsing a full file specification Download

Released: January 17, 2013  |  Added: January 27, 2013 | Visits: 5.780

Effective File Search Effective File Search is a very flexible and powerful multilingual tool, which can fully replace the standard search utility that comes with Windows OS. It works the same, but it can more. Now it is possible to search for files on local hard drives, network drives, floppy disks, CDs and DVDs. All...


Platforms: Windows

License: Freeware Size: 944.44 KB Download (283): Effective File Search Download

Released: June 04, 2008  |  Added: June 09, 2008 | Visits: 2.765

1-abc.net Folder-To-TXT Do you know this situation? You just burned a disk, you collected some data on a USB stick or you simply organized some files on your local hard drive. Now you want to get an editable list of all files in this directory including sub-folders¦ but Windows offers nothing for you. No possibility to...


Platforms: Windows

License: Freeware Size: 111.95 KB Download (430): 1-abc.net Folder-To-TXT Download

Added: January 25, 2010 | Visits: 1.137

File::Next::OO File::Next::OO is a Perl module with file-finding iterator Wrapper for File::Next::files function. SYNOPSIS File::Next::OO is just a wrapper around File::Next::files function. But it is easy to remember and less typing. Call it always with object notation. Not mixed as in File::Next itself....


Platforms: *nix

License: Freeware Size: 8.19 KB Download (90): File::Next::OO Download

Added: August 19, 2010 | Visits: 962

List::Part List::Part is a Perl module that allows you to partition one array into several. SYNOPSIS use List::Part; ($good, $bad)=part { !/substring/ } @array; #store arrayrefs into $good and $bad (*good, *bad)=part { !/substring/ } @array; #store into @good and @bad ABSTRACT List::Part...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (92): List::Part Download

Added: August 22, 2010 | Visits: 1.427

File::Find::Closures File::Find::Closures is a Perl module with functions you can use with File::Find. SYNOPSIS use File::Find; use File::Find::Closures qw(:all); my( $wanted, $list_reporter ) = find_by_name( qw(README) ); File::Find::find( $wanted, @directories ); File::Find::find( { wanted => $wanted, ......


Platforms: *nix

License: Freeware Size: 7.17 KB Download (94): File::Find::Closures Download

Added: March 11, 2010 | Visits: 1.606

Print Plug-In Print Plug-In provides a basic printing capability for The GIMP. The current release supports PostScript, PCL (HP LaserJet and DeskJet), and ESC/P2 (EPSON Stylus Color) printers. The PostScript printer drivers handle PPD (PostScript Printer Description) files if you have them. Using the Print...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (130): Print Plug-In Download

Added: June 25, 2010 | Visits: 1.308

File::Size SYNOPSIS Get the size for directory /etc/ with the block size of 1024 while following symbolic links: my $obj = File::Size->new( dir => /etc/, blocksize => 1024, followsymlinks => 1, humanreadable => 1 ); print $obj->getsize(), "n"; File::Size is used to get the size of files and...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (104): File::Size Download

Added: May 07, 2010 | Visits: 11.566

Password List Generator Password List Generator is a good tool to create passwords list with makepasswd and save to file.. Password List Generator KDE-Apps.org Community Portal for KDE Applications Software Office Multimedia Graphic Network Printing Education Games Development Administration Scientific Security...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (329): Password List Generator Download

Added: November 27, 2010 | Visits: 1.001

File::Path File::Path is a Perl module to create or remove directory trees. SYNOPSIS use File::Path; mkpath([/foo/bar/baz, blurfl/quux], 1, 0711); rmtree([foo/bar/baz, blurfl/quux], 1, 1); The mkpath function provides a convenient way to create directories, even if your mkdir kernel call wont...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (92): File::Path Download

Added: November 04, 2010 | Visits: 1.090

File::stat File::stat is a by-name interface to Perls built-in stat() functions. SYNOPSIS use File::stat; $st = stat($file) or die "No $file: $!"; if ( ($st->mode & 0111) && $st->nlink > 1) ) { print "$file is executable with lotsa linksn"; } use File::stat qw(:FIELDS); stat($file) or die "No...


Platforms: *nix

License: Freeware Size: 14.2 MB Download (107): File::stat Download

Released: December 19, 2013  |  Added: January 04, 2014 | Visits: 2.453

Task List Guru Task List Guru is a free task list organizer ideal for personal task management and small project management. You can organize not just tasks, but also task lists, notes and reminders. The free task manager has a hierarchical task list tree with icons that allows you to organize all your todo...


Platforms: Windows, Windows 7, Windows Server, Other

License: Freeware Size: 16.18 MB Download (186): Task List Guru Download

Released: September 08, 2012  |  Added: September 24, 2012 | Visits: 1.470

DTM ODBC Driver List DTM ODBC Driver List is a free command line tool that enumerates or export to text file the list of installed ODBC drivers. The text file generated by the tool is ready to open by Microsoft Excel. There are tow output format: brief and full. The program also can show version of installed...


Platforms: Windows

License: Freeware Size: 21 KB Download (119): DTM ODBC Driver List Download

Released: September 24, 2012  |  Added: October 10, 2012 | Visits: 850

DTM JDBC Driver List DTM JDBC Driver List is a free command line tool that enumerates or export to text file the list of installed JDBC drivers. The tool is compatible with Windows, Unix/Linux and MacOS systems. The output file generated by the tool is ready to open by Microsoft Excel or Open Office Calc. There...


Platforms: Windows

License: Freeware Size: 3 KB Download (92): DTM JDBC Driver List Download

Released: November 17, 2012  |  Added: November 17, 2012 | Visits: 682

DTM ODBC DSN List DTM ODBC DSN List is a free command line tool that enumerates or export to text file the list of ODBC data source names (DSN). The text file generated by the tool is ready to open by MS Excel. There are two output format: brief and full. Also, it can show system or user data source names only as...


Platforms: Windows

License: Freeware Size: 20.48 KB Download (51): DTM ODBC DSN List Download

Released: July 20, 2012  |  Added: July 20, 2012 | Visits: 874

SharePoint List Data Export to CSV/Excel Comma-Separated Values (CSV) is a widespread, cross-platform file format for exchanging structured data sets. For example, Microsoft Office Outlook imports contacts stored in CSV format (called "DAT data files"). Microsoft Office Excel offers bi-directional (read and write) support for CSV files....


Platforms: Windows

License: Freeware Size: 5.03 MB Download (51): SharePoint List Data Export to CSV/Excel Download

Released: December 08, 2012  |  Added: December 08, 2012 | Visits: 796

File & Folder List Maker Ever have the need to tell someone what music, games or anything else you have stored on your computer? Only to find out that you have way too many titles to tell them about. You find your self telling about a few titles at a time, or cut & paste titles one by one. Well we have a solution for...


Platforms: Windows

License: Freeware Size: 2.63 MB Download (437): File & Folder List Maker Download

< 1 2 3 4 5 >