Tag «print mip»: downloads
Search results for «print mip»:
Print OpenOffice 2 documents 1 by niviche
Print OpenOffice 2 documents is a service menu that enables the user to right click on an OpenOffice 2 document and print it.
Requirements:
KDE
Printer…
Video::Info::MPEG 0.993 by Benjamin R. Ginter and Allen Day
Video::Info::MPEG is a basic MPEG bitstream attribute parser.
SYNOPSIS
use strict;
use Video::Info::MPEG;
my $video = Video::Info::MPEG->new( -file => $filename );
$video->probe();
print $file->type; ## MPEG
## Audio information
print $file->acodec; ##…
Math::String::Charset 1.27 by Tels
Math::String::Charset is a simple charset for Math::String objects.
SYNOPSIS
use Math::String::Charset;
$a = new Math::String::Charset; # default a-z
$b = new Math::String::Charset ['a'..'z']; # same
$c = new Math::String::Charset
{ start => ['a'..'z…
ncpfs 2.2.6 by Petr Vandrovec
ncpfs project allows you to mount volumes of NetWare servers under Linux and to print to NetWare print queues and spool NetWare print queues to the Linux printing system.
What's New in This Release:
Fix CAN-2005-0013 and CAN-2005-0014.
Fix CAN-2005-0013: Run with euid == uid for most of tim…
Convert::AcrossLite 0.08 by Doug Sparling
Convert::AcrossLite is a Perl module to convert binary AcrossLite puzzle files to text.
SYNOPSIS
use Convert::AcrossLite;
my $ac = Convert::AcrossLite->new();
$ac->in_file('/home/doug/puzzles/Easy.puz');
$ac->out_file('/home/doug/puzzles/Easy.txt');
$ac->puz2text;
or
…
Prima::Printer 1.20 by Dmitry Karasik
Prima::Printer is a system printing services.
SYNOPSIS
my $printer = $::application-> get_printer;
print "printing to ", $printer->printer, "...n";
$p-> options( Orientation => 'Landscape', PaperSize => 'A4');
if ( $p-> begin_doc) {
$p-> bar( 0, 0, 100, 100);
print…
Image Viewer 1.0.0.3 by Tara Milana, Wolfpack Entertainment
Image Viewer is an image viewer with real-time interactive pan and zoom viewing that uses the GTK+ toolkit and Imlib (or Imlib2).
Image Viewer can open and save to any image format supported by Imlib, rectangular crop, grab the screen, print, and display on the root window.
Here are some key f…
ADDRESS LIST print web.de dict one slide 0.3 by Klaus Rieger
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 shee…
Mpdist 3.7.1 by Rich Burridge
The mp distribution now consists of two programs, mp and mptool.
The mp program will pretty print various files for you. It can be used in conjunction with a mail reading utility for producing a pretty print of your mail items. It can be used with a news reading tool to pretty print news articles…
Term::ANSIScreen 1.42 by Autrijus Tang
Term::ANSIScreen is a Perl module for terminal control using ANSI escape sequences.
SYNOPSIS
# qw/:color/ is exported by default, i.e. color() & colored()
use Term::ANSIScreen qw/:color :cursor :screen :keyboard/;
print setmode(1), setkey('a','b');
print "40x25 mode now,…
number 2.30 by Landon Curt Noll
number is a perl script that will print the English name of a number. One can print names of extremely large numbers (e.g. 1e1234567). Number can be run on the command line, or as a CGI script when run as 'number.cgi'.
Number prints names in both the American and European naming system. It can al…
Decomp 0.0 by Jonathan duSaint
Decomp is a sorta complete decompiler. It supports (more or less) ELF32, ELF64, PE, NE, MZ, and COM executables on the IA-32 architecture (x86).
It'll tell you it also supports the Alpha, but don't believe it. The generated code can't be recompiled so it isn't terribly useful, but it's a great to…
B::Flags 0.01 by Simon Cozens
B::Flags is a Perl module that provides a friendlier flags for B.
SYNOPSIS
use B::Flags;
print B::main_root->flagspv;
print B::main_root->privatepv;
print $some_b_sv_object->flagspv;
By default, $foo->flags when passed an object in the B class will produce a relatively meaningles…
CDDB 2.27 by Armin Obersteiner
CDDB is a Perl module that can read the CDDB entry for an audio CD in your drive.
SYNOPSIS
use CDDB_get qw( get_cddb );
my %config;
# following variables just need to be declared if different from defaults
$config{CDDB_HOST}="freedb.freedb.org"; # set cddb host
$config{CD…
WWW::Google::Video 0.3 by Lilo Huang
WWW::Google::Video is a fetch the Google Video Information.
SYNOPSIS
use WWW::Google::Video;
$foo=new WWW::Google::Video;
$foo->fetch('http://video.google.com/videoplay?docid=1808273720725631796');
# The Google Video Page URL, such as http://video.google.com/videoplay?docid=blahblah…
pyClamAV 0.3.3 by Alexandre Norman
pyClamAV program is a python binding to libclamav written in C. By using pyClamAV, you can add virus detection capabilities to your python software in an efficient and easy way.
Intallation:
You need to have clamav and libclamav installed with clamav.h header file. You also need to have python…
Time::Zone 1.16 by Graham Barr
Time::Zone is a miscellaneous timezone manipulations routines.
SYNOPSIS
use Time::Zone;
print tz2zone();
print tz2zone($ENV{'TZ'});
print tz2zone($ENV{'TZ'}, time());
print tz2zone($ENV{'TZ'}, undef, $isdst);
$offset = tz_local_offset();
…
PyKota Print Quota System 1.24HotFix3 by Jerome Alet
PyKota is a complete GPLed Print Quota and Accounting Software Solution for the Common UNIX Printing System (aka CUPS) on GNU/Linux and Unix-like operating systems, which offers a great flexibility with regard to the page accounting methods it supports.
Older releases of PyKota Print Quota System…
webdiff 2004-08-01 by Stephan Beyer
webdiff is a powerful web page update checker. You can choose between different methods (diff, size, date, md5sum, regexp) it should check for.
webdiff will only print the URIs of web pages that changed, so that its output can easily be used by further scripts (such as wget or mail).
Usage: #{…
pyClamd 0.1.0 by Alexandre Norman
pyClamd library is a python interface to Clamd (Clamav daemon). By using pyClamd, you can add virus detection capabilities to your python software in an efficient and easy way.
Instead of pyClamav which uses libclamav, pyClamd may be used by a closed source product.
Usage:
From python :
Py…
Related:
Featured Software
jEdit 4.3 pre8
jEdit is an Open Source text editor written in Java
Opera 9.02
Surf the Internet in a safer, faster, and easier way with Opera browser
GNU Aspell 0.60.4
GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell
- Communications
- Database
- Desktop Environment
- Games
- Internet
- Multimedia
- Office
- Programming
- Science and Engineering
- System
- Text Editing&Processing
