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

Brother Printer List freeware
Filter: All | Freeware | Demo
 

Brother Printer List

< 1 2 3 4 5 
Released: December 05, 2011  |  Added: December 21, 2011 | Visits: 1.395

GreenCloud Printer Eco-friendly printer driver to save money on your daily print jobs. Save 33% in average of paper, ink and toner without any compromise on quality. Create Pdf files. Use the same preview printing dialog whatever the software you are using. GreenCloud Printer is a virtual driver for your printer....



Platforms: Windows

License: Freeware Size: 18.02 MB Download (111): GreenCloud Printer Download

Added: August 12, 2008 | Visits: 888

DVD File Printer Via DVD File Printer you can get reports on everything stored on your CDs and DVDs, hard drives, network drives, etc. Sometimes it+s hard to know what you have stored in different places, but this program will help you.DVD File Printer offers you a list of the content of any disc, folder or...





Platforms: Windows

License: Freeware Size: 5 KB Download (110): DVD File Printer Download

Added: October 07, 2010 | Visits: 1.282

system-config-printer system-config-printer purpose is to configure a CUPS server (often the local machine) using the CUPS API. The tool is written in Python, using pygtk for the graphical parts and with some Python bindings (pycups) for the CUPS API. It is largely the same as using the CUPS web interface for...


Platforms: *nix

License: Freeware Size: 481.28 KB Download (108): system-config-printer Download

Added: August 30, 2008 | Visits: 1.174

List Alphabetizer List Alphabetizer lets you create any kind of lists, sort them alphabeticaly with a single button click or manually move items up & down the list, & print or save them as TXT, RTF & PDF. Editing and Numbering of Lists' items with the same name is also supported.


Platforms: Windows

License: Freeware Size: 1.4 MB Download (107): List Alphabetizer Download

Released: August 02, 2012  |  Added: August 02, 2012 | Visits: 870

Utralshareware Ultra PDF Printer Utralshareware Ultra PDF Printer enables you to quickly convert any document into a PDF file by printing it on a virtual printer. You can view the generated PDF documents with any PDF reader on other computers without needing the applications that generated the original documents. for Windows2K,...


Platforms: Windows, XP, 2003, Windows Vista, 7

License: Freeware Download (106): Utralshareware Ultra PDF Printer Download

Released: August 26, 2012  |  Added: August 26, 2012 | Visits: 1.210

Karaoke Song List Creator Free Edition Karaoke Song List Creator provides a fast and easy way to catalogue all your Karaoke discs. The excellent interface consists of a toolbar, pull down menus, a disc code window, and the song list window. The software holds a complete list of all Karaoke discs. When you select a disc's manufacturer...


Platforms: Windows, Other

License: Freeware Size: 5.94 MB Download (106): Karaoke Song List Creator Free Edition Download

Added: July 03, 2010 | Visits: 1.854

PHP Generic Access Control List PHP Generic Access Control List is a PHP class that offers Web developers a simple, yet immensely powerful "drop in" permission system for their current Web-based applications..


Platforms: *nix

License: Freeware Size: 2.6 MB Download (103): PHP Generic Access Control List Download

Added: January 01, 2010 | Visits: 1.354

ADDRESS LIST print web.de dict one slide ADDRESS LIST print web.de dict one slide allows users of web.de can print up to 85 addresses on one sheet of paper! If you use the printing function of web.de, you get a lot of pages to print but never all informations stored before. It is much more convenient to have all informations on one...


Platforms: *nix

License: Freeware Size: 1.3 MB Download (103): ADDRESS LIST print web.de dict one slide Download

Added: September 11, 2010 | Visits: 970

List::Util List::Util Perl module contains a selection of general-utility list subroutines. SYNOPSIS use List::Util qw(first max maxstr min minstr reduce shuffle sum); List::Util contains a selection of subroutines that people have expressed would be nice to have in the perl core, but the usage would...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (102): List::Util Download

Added: May 25, 2010 | Visits: 955

List::MRU List::MRU is a Perl module that implements a simple fixed-size MRU-ordered list. SYNOPSIS use List::MRU; # Constructor $lm = List::MRU->new(max => 20); # Constructor with explicit eq subroutine for obj equality tests $lm = List::MRU->new(max => 20, eq => sub { $_[0]->stringify eq...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (100): List::MRU Download

Added: May 22, 2010 | Visits: 1.454

List::Compare List::Compare is a Perl module to compare elements of two or more lists. SYNOPSIS The bare essentials: @Llist = qw(abel abel baker camera delta edward fargo golfer); @Rlist = qw(baker camera delta delta edward fargo golfer hilton); $lc = List::Compare->new(@Llist, @Rlist);...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (100): List::Compare Download

Added: February 24, 2010 | Visits: 860

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 (98): List::RewriteElements Download

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

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 (98): DTM JDBC Driver List Download

Added: November 06, 2010 | Visits: 1.391

dialog-mp3-list dialog-mp3-list generates an organized list of your CDs and directories of MP3s. It shows a numbered list of MP3s with information on their encoding speed and track lengths. It uses Dialog/XDialog and Latex to create lists in .tex, .ps, and .pdf formats. You can modify the source file .tex and...


Platforms: *nix

License: Freeware Size: 77.82 KB Download (97): dialog-mp3-list Download

Added: October 03, 2010 | Visits: 760

List::Comprehensions List::Comprehensions is a Perl module that allows for list comprehensions in Perl. SYNOPSIS use List::Comprehensions; use warnings; my @res = (); @res = comp1 { [ @_ ] } [0..4], [0..4], [0..4]; no warnings once; @res = comp2 { [$i, $j, $k] } i => [0..4], j => [0..4], k => [0..4];...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (96): List::Comprehensions Download

Released: July 11, 2013  |  Added: August 05, 2013 | Visits: 1.391

SSuite Office - Label Printer A label printer for parcels, shipping, and envelope addresses. Uses preprinted Avery labels as templates for printing customer addresses. The most common Avery label forms have been added, from address labels to parcels and shipping labels. The application also contains a...


Platforms: Windows

License: Freeware Size: 1.85 MB Download (95): SSuite Office - Label Printer Download

Added: October 21, 2010 | Visits: 788

List::Util::Superpositions List::Util::Superpositions is a Perl module that provides any and all for lists. Synopsis This module extends the methods provided by List::Util to offer the any() and all() operators from Quantum::Superpositions as part of the List::Util feature set. use List::Util::Superpositions; my...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): List::Util::Superpositions Download

Added: April 25, 2010 | Visits: 910

List::MoreUtils List::MoreUtils is a Perl module that can provide the stuff missing in List::Util. SYNOPSIS use List::MoreUtils qw(any all none notall true false firstidx first_index lastidx last_index insert_after insert_after_string apply after after_incl before before_incl indexes firstval first_value...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (95): List::MoreUtils Download

Added: September 16, 2010 | Visits: 1.128

Notes List Notes List is a simple and easy way to take Notes. - Change SIZE (width and height) - tun on/off the background image - Auto save notes. IPmonitor KDE-Look.org Community Portal for KDE Themes Wallpapers Icons Sounds Screenshots Schemes Skins Skinz Screensavers Splash Screens K-Jofol IceWM...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (94): Notes List Download

Released: August 13, 2012  |  Added: August 13, 2012 | Visits: 938

Your Virtual Printer Example Royalty-free virtual printer for developers with custom name and features.


Platforms: Windows

License: Freeware Size: 7.8 MB Download (94): Your Virtual Printer Example Download

< 1 2 3 4 5