Main > Free Download Search >

Free pretty printing software for linux

pretty printing

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 791
Prima::Printer 1.20

Prima::Printer 1.20


Prima::Printer is a system printing services. more>>
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 "another page...n";
$p-> new_page;
$p-> ellipse( 100, 100, 200, 200);
(time % 1) ? # depending on the moon phase, print it or cancel out
$p-> end_doc :
$p-> abort_doc;
} else {
print "failedn";
}

Prima::Printer is a descendant of Prima::Drawable class. It provides access to the system printing services, where available. If the system provides no graphics printing, the default PostScript (tm) interface module Prima::PS::Printer is used instead.

<<less
Download (1.4MB)
Added: 2006-07-31 License: Perl Artistic License Price:
1180 downloads
Pretty Code Web 1.00

Pretty Code Web 1.00


Pretty Code Web is a syntax highlighter for publishing code, written in any programming language, to the Web. more>>
Pretty Code Web is a syntax highlighter for publishing code, written in any programming language, to the web.
Written in php it uses syntax files separate from the main code to highlight a specified language.
Main features:
- Syntax highlighting for (potentially) any language.
- User defined syntax files.
- User defined colors
- Separate colors for:
- 6 Keyword Groups
- Text Strings
- Operators
- Block and Line Comments
- Bracket Characters
<<less
Download (0.024MB)
Added: 2005-10-20 License: Free for non-commercial use Price:
1470 downloads
HP Linux Imaging and Printing 2.7.7

HP Linux Imaging and Printing 2.7.7


HP Linux Imaging and Printing (HPLIP) isa complete printing and imaging solution for Linux. more>>
HP Linux Imaging and Printing Driver Project consists of two projects:

1) HPIJS, a printer driver for HP devices

2) HP Linux Imaging and Printing (HPLIP), a complete printing and imaging solution for Linux (note: HPLIP includes HPIJS).
<<less
Download (13.2MB)
Added: 2007-08-02 License: LGPL (GNU Lesser General Public License) Price:
839 downloads
PackPrint 0.0.2

PackPrint 0.0.2


PackPrint provides a pretty-printer for ethernet packets. more>>
PackPrint provides a pretty-printer for ethernet packets.
PackPrint is a program to parse and print out ethernet frames in a pretty way. For protocols that it knows about (ARP, UDP, TCP, ICMP, and raw IP), it will decode the data and print it out in an easy-to-read format.
Main features:
- PackPrint will display the contents of ethernet frames. For protocols that it knows about, it will decode the data and print it out in an easy to read format
- The protocols that PackPrint currently understands include
- ARP
- UDP
- TCP
- ICMP
- IP
Usage:
PackPrint is incredibly easy to use - simply to packprint , where is the name of a file generated using the -w option for tcpdump (or some other program using libpcap).
If is -, then packprint reads from standard input, so you could do:
$ tcpdump -s 65535 -w - | packprint -
to produce an nice output for tcpdump
NOTE: always use the -s 65535 options on tcpdump to make sure you get the entire packet contents so that packprint can decode it
<<less
Download (0.016MB)
Added: 2007-04-16 License: GPL (GNU General Public License) Price:
921 downloads
Netautor Professional 5.3.1

Netautor Professional 5.3.1


Netautor Professional webapplication is an Application Server with integrated Development Environment. more>>
Netautor Professional webapplication is an Application Server with integrated Development Environment.
The provided framework assists the developer with the programming of databased Web Applications.
The excellence of Netautor Professional is it`s wide functional range and the for this reason high flexibility. All demands on the Intra- or Intranet are realizable.
Netautor Professional is based on the Scripting Language PHP and can be used on numerous common platforms. It is licensed under the GPL.
Enhancements:
- Check user password via LDAP server
- "Pretty printing" on the source code continues ...
- Some minor fixes
- Define a target charset in functions like NPF_GETVAL.
<<less
Download (MB)
Added: 2006-09-11 License: GPL (GNU General Public License) Price:
1139 downloads
Common UNIX Printing System 1.3.0

Common UNIX Printing System 1.3.0


CUPS provides a portable printing layer for Unix(r)-based operating systems. more>>
CUPS provides a portable printing layer for Unix(r)-based operating systems. Common UNIX Printing System has been developed to promote a standard printing solution for all Unix vendors and users.

CUPS provides the System V and Berkeley command line interfaces, and uses the Internet Printing Protocol ("IPP") as the basis for managing print jobs and queues. The Line Printer Daemon (LPD) Server Message Block (SMB), and AppSocket (a.k.a. JetDirect) protocols are also supported with reduced functionality.

CUPS adds network printer browsing and PostScript Printer Description ("PPD") based printing options to support real world printing under UNIX. It includes an image file RIP that supports printing of image files to non-PostScript printers.

A customized version of GNU Ghostscript 7.05 for CUPS called ESP Ghostscript is available separately to support printing of PostScript files within the CUPS driver framework. Sample drivers for Dymo, EPSON, HP, and OKIDATA printers are included that use these filters.

<<less
Download (4.6MB)
Added: 2007-08-14 License: GPL (GNU General Public License) Price:
805 downloads
par2repair 0.0.1

par2repair 0.0.1


par2repair is a useful script to fix par2 files. more>>
par2repair is a useful script to fix par2 files. Just add it to your /servicemenus/ folder and right click on any par2 files.

Its my first script so its pretty straight forward.
<<less
Download (MB)
Added: 2007-02-05 License: GPL (GNU General Public License) Price:
1022 downloads
FSP Client 0.91.0

FSP Client 0.91.0


FSP Client is single executable client for the FSP protocol. more>>
FSP Client is single executable client for the FSP protocol. Client uses an FTP-like user interface. People usually find this program easier to use that multiple client programs in FSP protocol suite. If you are at least somewhat familiar with command line FTP and want to try FSP, this program is a good choice for you.
There is a help command; not a very good one, but it does tell you the commands. Type `help to get a list of all commands; to get a brief description of a command, type `help name (`name being the command); to get brief help on all commands type `help all (warning: there are 46 commands).
See the manual page fsp(1) for a somewhat longer description...
Note for versions since 0.0-g: the command `cat, `get, `du, and `tar can all take a `-r flag -- this causes the commands to process subdirectories as well as files. e.g., `du will give the disk usage of the current directory; `du -r will give the disk usage of the current directory and _all_ subdirectories (resursively). The `timeout command causes communications to return an error code if the timeout occurs; this means that:
timeout 30
pro
iferror exit
is a good way of determining whether a remote site is alive or not when writing scripts. The `ver should only return an error if the timeout occurs -- however, pre-2.6.3 servers return version strings as an error which messes up that usage...
Macros are, for want of a better word, stupid. Until parameter variables are allowed, they can not do very much. Common ones (and user set up options) should be defined in the file ~/.fsprc (i.e., .fsprc in your home directory). This filename can be changed by setting the environment variable FSPRC. An example .fsprc is supplied in the file `fsprc in this directory.
It is also now possible to have commands like:
ls -l | less
Anything after the first `| symbol is fed the output of the builtin command...
rehash may need a little explanation -- when you do an ls, the directory information is fetched to the local end and stays there (thanks to the original authors stuff); if you want to check if anything has been updated since you did an ls of a directory, then you must rehash first. The client is now a bit more intelligent than it used to be (i.e., pre `d release); it will automatically mark directories as out-of-date if it knows that it has modified them (e.g., by put, or mkdir or whatever). Its the wrong command name, but it brings back fond memories of csh... It may sound like a disadvantage -- in fact it is an enormous benefit having it work this way... *much* faster.
All the commands which have a f equivalent in the original distribution behave as before; well, pretty much.
Oh, one last thing -- command lines cant have continuations... yet.
-------------------------------------------------------------------------------
If you use it and like it, mail me. I need the encouragement If you use it and dont like it, mail me. I need bringing back down to earth...
Basically, even though it is pre-alpha, I would still like to know whether people like it or not... just dont complain too loud when it doesnt work right :-)
Enhancements:
- fsprc: wrack removed, decss added
- fixed statistics printing in stat command
- client/util.c add static prototype declaration
- avoid hammering of down sites
- fsprc: another FSP site added
<<less
Download (0.12MB)
Added: 2006-06-23 License: MIT/X Consortium License Price:
1220 downloads
SmartEiffel 1.2r7 (Transitional)

SmartEiffel 1.2r7 (Transitional)


SmartEiffel is the GNU Eiffel Compiler. more>>
SmartEiffel is the GNU Eiffel Compiler. SmartEiffel is intended to be a complete, though small and very fast, Eiffel compiler.
The current distribution includes an Eiffel to C compiler, documentation tools, a pretty printer, and various other tools including an Eiffel debugger. It also includes a large library of classes distributed under the terms of the MIT/X Consortium License.
Eiffel is an advanced object-oriented programming language that emphasizes the design and construction of high-quality and reusable software.
Enhancements:
- Some changes for compatibility with 2.2 (especially in the library, and case-sensitivity).
- Changes for compatibility with MSVC++ 2005 as a backend.
- Minor bugfixes.
<<less
Download (1.5MB)
Added: 2006-04-03 License: GPL (GNU General Public License) Price:
1300 downloads
Pebrot 0.8.8

Pebrot 0.8.8


Pebrot is a text MSN messenger client implemented with Python. more>>
Pebrot is a text MSN messenger client implemented with Python. It has also a pretty and colorful Curses-based interface. It is developed to work under Linux and should work fine on any other *nixes.

<<less
Download (0.08MB)
Added: 2006-06-17 License: GPL (GNU General Public License) Price:
1228 downloads
Lucidity Milestone 0 0.0.1

Lucidity Milestone 0 0.0.1


Lucidity hopes to become the next generation graphical user interface focused on speed and usability. more>>
Lucidity hopes to become the next generation graphical user interface focused on speed and usability.
Lucidity is being developed in Ruby and at this point Im the only developer. Although not much information is given on this site (right now, that is) I have a pretty good idea of where Im aiming towards with this interface.
Enhancements:
- This is a (testing only) local chat application that allows two or more instances of a chat application to communicate with each other.
<<less
Download (0.014MB)
Added: 2006-03-30 License: GPL (GNU General Public License) Price:
1305 downloads
RepTool 0.0.4

RepTool 0.0.4


RepTool is a reporting/printing tool. more>>
RepTool is a reporting/printing tool.

RepTool is composed by two components: libreptool, which manages source files that are the reports definition, and it produces the report/print; greptool, which visually creates reports definition files.

<<less
Download (0.37MB)
Added: 2007-05-10 License: LGPL (GNU Lesser General Public License) Price:
899 downloads
Preview 0.8.5

Preview 0.8.5


Preview is a simple image viewer for GNUstep. more>>
Preview is a simple image viewer for GNUstep. It is designed to be easy to use and support GNUstep features such as image design, pasteboard/services, printing, and layout.

<<less
Download (0.067MB)
Added: 2005-07-12 License: GPL (GNU General Public License) Price:
2419 downloads
enscript 1.6.1

enscript 1.6.1


GNU enscript converts ASCII files to PostScript and stores generated output to a file or sends it directly to the printer. more>>
GNU enscript converts ASCII files to PostScript and stores generated output to a file or sends it directly to the printer. GNU enscript includes features for "pretty-printing" (language sensitive code highlighting) in several programming languages.

It supports ten different input encodings, Adobe Font Metrics files, and user defined fancy headers. AFM files for the most common PostScript fonts are included in the distribution; the program itself can download PostScript fonts.

Other features include language sensitive highlighting, N-up printing, inlined EPS images, comments, and the ability to change body color and font on the fly.

Supported Character Sets

Enscript supports following character sets:

- ISO-8859-1 ISO Latin1 (default)
- ISO-8859-2 ISO Latin2
- ISO-8859-3 ISO Latin3
- ISO-8859-4 ISO Latin4
- ISO-8859-5 ISO Cyrillic
- ISO-8859-7 ISO Greek
- ascii 7 bit ascii
- ascii fi se 7 bit ascii with following encodings:
{ = �(adieresis)
| = �(odieresis)
} = �(aring)
[ = �(Adieresis)
= �(Odieresis)
] = �(Aring)
- ascii dk no 7 bit ascii with following encodings:
{ = �(ae)
| = (oslash)
} = �(aring)
[ = �(AE)
= �(Oslash)
] = �(Aring)
- IBM/PC standard PC/DOS character set
- Mac Macintosh character set
- VMS VMS multinational charset
- hp8 HP Roman-8 charset
- koi8 Adobe Standard Cyrillic Font KOI8 charset
- ps PostScript fonts default encoding
- pslatin1 PostScript interpreters `ISOLatin1Encoding
<<less
Download (0.63MB)
Added: 2006-06-08 License: GPL (GNU General Public License) Price:
1236 downloads
phpbigbiz 0.2a

phpbigbiz 0.2a


phpbigbiz is a Web-based MySQL front end that handles acts as a P.O.S. system. more>>
phpbigbiz is a Web-based MySQL front end that handles acts as a P.O.S. system. The default layout is to add a customer, add units to the customer, then add parts to units.
phpbigbiz is set up for the repair industry.
Main features:
- Expandability
- All pages are remembered
- Easy printing
Enhancements:
- More functions, an install wizard, better printing functions, and an improved printing class were added.
- This is much more flexible for other businesses.
<<less
Download (3.3MB)
Added: 2006-11-20 License: GPL (GNU General Public License) Price:
1068 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5