sunos 5.6
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 85
Ncurses 5.6
The Ncurses (new curses) library is a free software emulation of curses in System V Release 4.0, and more. more>> <<less
Download (2.2MB)
Added: 2006-12-23 License: MIT/X Consortium License Price:
1056 downloads
incron 0.5.6
incron is an inotify cron system. It works like the regular cron but is driven by filesystem events instead of time periods. more>>
incron is an "inotify cron" system. It works like the regular cron but is driven by filesystem events instead of time periods.
incron contains two programs, a daemon called "incrond" (analogous to crond) and a table manipulator "incrontab" (like "crontab").
<<lessincron contains two programs, a daemon called "incrond" (analogous to crond) and a table manipulator "incrontab" (like "crontab").
Download (0.17MB)
Added: 2007-04-19 License: GPL (GNU General Public License) Price:
919 downloads
Rant 0.5.6
Rant is a flexible build tool. more>>
Rant is a flexible build tool. The equivalent to a Makefile for make is the Rantfile, which is actually a valid Ruby script that is read in by the rant command.
It currently features automated testing, packaging, and RDoc generation for Ruby applications and libraries, creation of gzipped tar and zip archives on all supported platforms without additional software, recognition of file changes based on MD5 checksums, dependency checking for C/C++ source files (makedepend is not required), and more.
Rant can generate a script tailored to the needs of a specific project, which can be used instead of an Rant installation so that users arent dependent on Rant.
Main features:
- Defining custom tasks.
- Automated packaging, testing and RDoc generation for Ruby applications and libraries.
- Creation of a monolithic script tailored to the needs of a specific project which can be used instead of an Rant installation - users dont need to install Rant.
- Creating gzipped tar and zip archives -- without installing additional software.
- Optional recognition of file changes based on MD5 checksums instead of file modification times.
- Primitive support for compiling C# sources with csc, cscc and mcs.
- Dependency checking for C/C++ source files (integrated makedepend replacement).
Enhancements:
- This release fixes bugs in Rants packaging tasks and its dependency checking for C/C++ source files.
- The C::Dependencies task accepts a new option suitable for case-insensitive file systems.
<<lessIt currently features automated testing, packaging, and RDoc generation for Ruby applications and libraries, creation of gzipped tar and zip archives on all supported platforms without additional software, recognition of file changes based on MD5 checksums, dependency checking for C/C++ source files (makedepend is not required), and more.
Rant can generate a script tailored to the needs of a specific project, which can be used instead of an Rant installation so that users arent dependent on Rant.
Main features:
- Defining custom tasks.
- Automated packaging, testing and RDoc generation for Ruby applications and libraries.
- Creation of a monolithic script tailored to the needs of a specific project which can be used instead of an Rant installation - users dont need to install Rant.
- Creating gzipped tar and zip archives -- without installing additional software.
- Optional recognition of file changes based on MD5 checksums instead of file modification times.
- Primitive support for compiling C# sources with csc, cscc and mcs.
- Dependency checking for C/C++ source files (integrated makedepend replacement).
Enhancements:
- This release fixes bugs in Rants packaging tasks and its dependency checking for C/C++ source files.
- The C::Dependencies task accepts a new option suitable for case-insensitive file systems.
Download (0.20MB)
Added: 2006-05-26 License: LGPL (GNU Lesser General Public License) Price:
1246 downloads
Briquolo 0.5.6
Briquolo is a Breakout clone with an OpenGL 3D representation. more>>
BRIQUOLO is a breakout with 3D representation based on OpenGL.
BRIQUOLO has been developped to be portable, and it has ben tested under GNU/Linux and Windows. A graphic card with 3D acceleration is recommended. Briquolo should be installed with a working OpenGL implementation.
The code has been written with GNU Emacs. The textures have been created with the Gimp. All 3D objects have been modelised with Blender.
Enhancements:
- This release has a new translation.
- The window can now be freely resized, which should help multi-head users.
- Furthermore, it fixes some bugs (a problem with bad mouse move detection, and a problem with font drawing after window resizing under Windows).
<<lessBRIQUOLO has been developped to be portable, and it has ben tested under GNU/Linux and Windows. A graphic card with 3D acceleration is recommended. Briquolo should be installed with a working OpenGL implementation.
The code has been written with GNU Emacs. The textures have been created with the Gimp. All 3D objects have been modelised with Blender.
Enhancements:
- This release has a new translation.
- The window can now be freely resized, which should help multi-head users.
- Furthermore, it fixes some bugs (a problem with bad mouse move detection, and a problem with font drawing after window resizing under Windows).
Download (2.4MB)
Added: 2007-04-19 License: GPL (GNU General Public License) Price:
920 downloads
PyGCS 1.5.6
PyGCS is designed to be a VERY stripped down MUD-like chat-server that runs in a small amount of memory. more>>
PyGCS is designed to be a VERY stripped down MUD-like chat-server that runs in a small amount of memory. It differs from common MUDs in several ways:
1. PyGCS has a single "room" and no large database to keep in memory and on disk.
2. PyGCS has no embedded programming language
PyGCS is ideally meant to be a small multi-user real-time chat system for people who have a need to talk to more than one person at a time online. It fits somewhere in between the setup IRC uses and the MUCK/MUSH/MOO style of server.
You can use it at things like:
A central location for system administrators and other administrative people to discuss immediate problems with local networks, etc
- A personal place to talk with friends without loading down the machine its run on.
- A continuous backup for social type MUDs
The PyGCS server that I run is very regularly up for 70+ days at a time and usually goes down because of the host being rebooted.
Once you get the server installed and up-and-running, youll need a way to connect to the server. More specifically, youll need a client program to connect to the server. This topic isnt my problem :), but basically you have two options:
1. Raw telnet. (Already installed on almost any OS, but it is poor for this use because it doesnt seperate the servers output lines from your input (typed) lines.)
2. MUD Client. (You MAY have to compile it, but it gives you the benefit of seperating input and output as well as some sort of macro language possibly, etc).
<<less1. PyGCS has a single "room" and no large database to keep in memory and on disk.
2. PyGCS has no embedded programming language
PyGCS is ideally meant to be a small multi-user real-time chat system for people who have a need to talk to more than one person at a time online. It fits somewhere in between the setup IRC uses and the MUCK/MUSH/MOO style of server.
You can use it at things like:
A central location for system administrators and other administrative people to discuss immediate problems with local networks, etc
- A personal place to talk with friends without loading down the machine its run on.
- A continuous backup for social type MUDs
The PyGCS server that I run is very regularly up for 70+ days at a time and usually goes down because of the host being rebooted.
Once you get the server installed and up-and-running, youll need a way to connect to the server. More specifically, youll need a client program to connect to the server. This topic isnt my problem :), but basically you have two options:
1. Raw telnet. (Already installed on almost any OS, but it is poor for this use because it doesnt seperate the servers output lines from your input (typed) lines.)
2. MUD Client. (You MAY have to compile it, but it gives you the benefit of seperating input and output as well as some sort of macro language possibly, etc).
Download (0.031MB)
Added: 2006-06-16 License: BSD License Price:
1225 downloads
Justniffer 0.5.6
justniffer is a tcp packet sniffer. It can log network traffic in a standard (web server like) or in a customized way. It can also log response times, useful for tracking network services performances (e.g. web server, application server, etc.) more>> <<less
Added: 2009-07-26 License: GPL v3 Price: FREE
downloads
PLplot 5.6.1
PLplot is a library of functions that are useful for making scientific plots. more>>
PLplot is a library of functions that are useful for making scientific plots.
PLplot can be used from within compiled languages such as C, C++, FORTRAN and Java, and interactively from interpreted languages such as Octave, Python, Perl and Tcl.
The PLplot library can be used to create standard x-y plots, semilog plots, log-log plots, contour plots, 3D surface plots, mesh plots, bar charts and pie charts. Multiple graphs (of the same or different sizes) may be placed on a single page with multiple lines in each graph.This program wants to offer interactive plotting using the Tcl programming language with plotting extensions.
A variety of output file devices such as Postscript, png, jpeg, LaTeX and others, as well as interactive devices such as xwin, tk, xterm and Tektronics devices are upported. New devices can be easily added by writing a small number of device dependent routines.There are almost 2000 characters in the extended character set. This includes four different fonts, the Greek alphabet and a host of mathematical, musical, and other symbols. Some devices supp
Many different output device drivers are available, including postscript, tektronix, HP laserjet, HP pen plotters, XFig, xterm, X-windows, and a portable metafile format, among others. The Tk driver under Unix/X provides a full user interface based on the plframe plotting widget (see below). The metafile renderer (plrender) supports all of the standard operations as well as seeking operations (backward, forward, or to any specified page) when interactively viewing metafile output.
Part of the PLplot package is a Tcl-based interpreter (pltcl).
Also part of PLplot is a Tk-based plotting widget, called a plframe. This widget is based on the Tk frame widget, and supports a variety of user options such as zoom, scrolls, save to a variety of devices, print, resize, page layout, orientation change, and palette manipulation. Direct plotting to the widget may be done by calls to the underlying library using either C or Fortran bindings, and a large number of operations can be interpreted directly (in Tcl) by the widget.
Enhancements:
- * Commit (with a few changes) C++ interface upgrade (at least 13 new PLplot library calls are now available) donated by Andrew Ross under the LGPL. The Plplot initialization has now been separated which allows plplot commands that are supposed to be done before init (such as command-line option processing) to work for the first time. This constitutes a backwards-incompatible change that will be signalled by a new
- libplplotcxx library major version number.
-
- Commit (with a few changes) extended set of C++ examples donated by Andrew Ross under the LGPL. These examples test the interface by attempting to mimic the results of the corresponding C examples.
-
- x01cc.c: Change this one old (but still interesting) C++ example to use the updated interface.
- examples/c++/Makefile.am: extend the install to the new examples, create symlink for lena.pgm (so x20 works), and use install-hook (no more .samename) for post-install changes.
<<lessPLplot can be used from within compiled languages such as C, C++, FORTRAN and Java, and interactively from interpreted languages such as Octave, Python, Perl and Tcl.
The PLplot library can be used to create standard x-y plots, semilog plots, log-log plots, contour plots, 3D surface plots, mesh plots, bar charts and pie charts. Multiple graphs (of the same or different sizes) may be placed on a single page with multiple lines in each graph.This program wants to offer interactive plotting using the Tcl programming language with plotting extensions.
A variety of output file devices such as Postscript, png, jpeg, LaTeX and others, as well as interactive devices such as xwin, tk, xterm and Tektronics devices are upported. New devices can be easily added by writing a small number of device dependent routines.There are almost 2000 characters in the extended character set. This includes four different fonts, the Greek alphabet and a host of mathematical, musical, and other symbols. Some devices supp
Many different output device drivers are available, including postscript, tektronix, HP laserjet, HP pen plotters, XFig, xterm, X-windows, and a portable metafile format, among others. The Tk driver under Unix/X provides a full user interface based on the plframe plotting widget (see below). The metafile renderer (plrender) supports all of the standard operations as well as seeking operations (backward, forward, or to any specified page) when interactively viewing metafile output.
Part of the PLplot package is a Tcl-based interpreter (pltcl).
Also part of PLplot is a Tk-based plotting widget, called a plframe. This widget is based on the Tk frame widget, and supports a variety of user options such as zoom, scrolls, save to a variety of devices, print, resize, page layout, orientation change, and palette manipulation. Direct plotting to the widget may be done by calls to the underlying library using either C or Fortran bindings, and a large number of operations can be interpreted directly (in Tcl) by the widget.
Enhancements:
- * Commit (with a few changes) C++ interface upgrade (at least 13 new PLplot library calls are now available) donated by Andrew Ross under the LGPL. The Plplot initialization has now been separated which allows plplot commands that are supposed to be done before init (such as command-line option processing) to work for the first time. This constitutes a backwards-incompatible change that will be signalled by a new
- libplplotcxx library major version number.
-
- Commit (with a few changes) extended set of C++ examples donated by Andrew Ross under the LGPL. These examples test the interface by attempting to mimic the results of the corresponding C examples.
-
- x01cc.c: Change this one old (but still interesting) C++ example to use the updated interface.
- examples/c++/Makefile.am: extend the install to the new examples, create symlink for lena.pgm (so x20 works), and use install-hook (no more .samename) for post-install changes.
Download (6.1MB)
Added: 2006-07-15 License: GPL (GNU General Public License) Price:
1201 downloads
Grails 0.5.6
Grails aims to bring the coding by convention paradigm to Groovy. more>>
Grails aims to bring the "coding by convention" paradigm to Groovy. Its an open-source web application framework that leverages the Groovy language and complements Java Web development.
You can use Grails as a standalone development environment that hides all configuration details or integrate your Java business logic.
The project aims to make development as simple as possible and hence should appeal to a wide range of developers not just those from the Java community.
<<lessYou can use Grails as a standalone development environment that hides all configuration details or integrate your Java business logic.
The project aims to make development as simple as possible and hence should appeal to a wide range of developers not just those from the Java community.
Download (28.3MB)
Added: 2007-06-22 License: The Apache License 2.0 Price:
858 downloads
libjsw 1.5.6
libjsw is a UNIX joystick wrapper library and calibrator. more>>
The Joystick Wrapper library (libjsw) is designed to provide a uniform API and user configuration for joysticks and other game controllers on all platforms.
libjsw features an integrated library level calibration system using jscalibrator to provide a one time calibration for any program that uses libjsw.
libjsw also features several levels of advanced joystick input error correction.
<<lesslibjsw features an integrated library level calibration system using jscalibrator to provide a one time calibration for any program that uses libjsw.
libjsw also features several levels of advanced joystick input error correction.
Download (0.39MB)
Added: 2006-07-18 License: GPL (GNU General Public License) Price:
686 downloads
PHPoto 0.5.6
PHPoto is a photo gallery system for the Web. more>>
PHPoto is a photo gallery system for the Web. All client-side markup is semantically correct XHTML and styled with valid CSS.
Installation and gallery administration are very easy through the Web-based interface.
Other features include multiple albums, uploading of pictures, automatic thumbnailing, photo captions, and ADOdb database abstraction.
<<lessInstallation and gallery administration are very easy through the Web-based interface.
Other features include multiple albums, uploading of pictures, automatic thumbnailing, photo captions, and ADOdb database abstraction.
Download (0.11MB)
Added: 2005-05-04 License: LGPL (GNU Lesser General Public License) Price:
1635 downloads
SCCS 1.0
SCCS is an implementation of the POSIX standard Source Code Control System. more>>
SCCS project is an implementation of the POSIX standard Source Code Control System.
Calling configure manually is outdated because this is a task of the makefile system.
There is no configure, simply call make on the top level directory.
***** If this does not work for you, read the rest if this file *****
***** If you have any problem, also first read the topic specific *****
***** README.* files (e.g. README.linux for Linux problems). *****
All results in general will be placed into a directory named OBJ/< arch-name >/ in the current projects leaf directory.
You **need** either my "smake" program, the SunPRO make from /usr/bin/make (SunOS 4.x) or /usr/ccs/bin/make (SunOS 5.x) or GNU make to compile this program. Read README.gmake for more information on gmake and a list of the most annoying bugs in gmake.
All other make programs are either not smart enough or have bugs.
Enhancements:
- The new program, "sccslog", creates a Changelog file from SCCS history files.
- The program was ported to HP-UX. (Since HP-UX has no seteuid(), setresuid() is used instead).
- Several bugs in the man pages have been fixed.
<<lessCalling configure manually is outdated because this is a task of the makefile system.
There is no configure, simply call make on the top level directory.
***** If this does not work for you, read the rest if this file *****
***** If you have any problem, also first read the topic specific *****
***** README.* files (e.g. README.linux for Linux problems). *****
All results in general will be placed into a directory named OBJ/< arch-name >/ in the current projects leaf directory.
You **need** either my "smake" program, the SunPRO make from /usr/bin/make (SunOS 4.x) or /usr/ccs/bin/make (SunOS 5.x) or GNU make to compile this program. Read README.gmake for more information on gmake and a list of the most annoying bugs in gmake.
All other make programs are either not smart enough or have bugs.
Enhancements:
- The new program, "sccslog", creates a Changelog file from SCCS history files.
- The program was ported to HP-UX. (Since HP-UX has no seteuid(), setresuid() is used instead).
- Several bugs in the man pages have been fixed.
Download (0.39MB)
Added: 2007-02-13 License: CDDL (Common Development and Distribution License) Price:
985 downloads
pod2man 5.6.2
pod2man is a Perl module that can convert POD data to formatted *roff input. more>>
pod2man is a Perl module that can convert POD data to formatted *roff input.
SYNOPSIS
pod2man [--section=manext] [--release=version] [--center=string] [--date=string] [--fixed=font] [--fixedbold=font] [--fixeditalic=font] [--fixedbolditalic=font] [--official] [--lax] [--quotes=quotes] [input [output] ...]
pod2man --help
pod2man is a front-end for Pod::Man, using it to generate *roff input from POD source. The resulting *roff code is suitable for display on a terminal using nroff(1), normally via man(1), or printing using troff(1).
input is the file to read for POD source (the POD can be embedded in code). If input isnt given, it defaults to STDIN. output, if given, is the file to which to write the formatted output. If output isnt given, the formatted output is written to STDOUT. Several POD files can be processed in the same pod2man invocation (saving module load and compile times) by providing multiple pairs of input and output files on the command line.
--section, --release, --center, --date, and --official can be used to set the headers and footers to use; if not given, Pod::Man will assume various defaults.
pod2man assumes that your *roff formatters have a fixed-width font named CW. If yours is called something else (like CR), use --fixed to specify it. This generally only matters for troff output for printing. Similarly, you can set the fonts used for bold, italic, and bold italic fixed-width output.
Besides the obvious pod conversions, Pod::Man, and therefore pod2man also takes care of formatting func(), func(n), and simple variable references like $foo or @bar so you dont have to use code escapes for them; complex expressions like $fred{stuff} will still need to be escaped, though. It also translates dashes that arent used as hyphens into en dashes, makes long dashes--like this--into proper em dashes, fixes "paired quotes," and takes care of several other troff-specific tweaks. See Pod::Man for complete information.
OPTION
-c string, --center=string
Sets the centered page header to string. The default is "User Contributed Perl Documentation", but also see --official below.
-d string, --date=string
Set the left-hand footer string to this value. By default, the modification date of the input file will be used, or the current date if input comes from STDIN.
--fixed=font
The fixed-width font to use for vertabim text and code. Defaults to CW. Some systems may want CR instead. Only matters for troff(1) output.
--fixedbold=font
Bold version of the fixed-width font. Defaults to CB. Only matters for troff(1) output.
--fixeditalic=font
Italic version of the fixed-width font (actually, something of a misnomer, since most fixed-width fonts only have an oblique version, not an italic version). Defaults to CI. Only matters for troff(1) output.
--fixedbolditalic=font
Bold italic (probably actually oblique) version of the fixed-width font. Pod::Man doesnt assume you have this, and defaults to CB. Some systems (such as Solaris) have this font available as CX. Only matters for troff(1) output.
-h, --help
Print out usage information.
-l, --lax
Dont complain when required sections are missing. Not currently used, as POD checking functionality is not yet implemented in Pod::Man.
-o, --official
Set the default header to indicate that this page is part of the standard Perl release, if --center is not also given.
-q quotes, --quotes=quotes
Sets the quote marks used to surround C text to quotes. If quotes is a single character, it is used as both the left and right quote; if quotes is two characters, the first character is used as the left quote and the second as the right quoted; and if quotes is four characters, the first two are used as the left quote and the second two as the right quote.
quotes may also be set to the special value none, in which case no quote marks are added around C text (but the font is still changed for troff output).
-r, --release
Set the centered footer. By default, this is the version of Perl you run pod2man under. Note that some system an macro sets assume that the centered footer will be a modification date and will prepend something like "Last modified: "; if this is the case, you may want to set --release to the last modified date and --date to the version number.
-s, --section
Set the section for the .TH macro. The standard section numbering convention is to use 1 for user commands, 2 for system calls, 3 for functions, 4 for devices, 5 for file formats, 6 for games, 7 for miscellaneous information, and 8 for administrator commands. There is a lot of variation here, however; some systems (like Solaris) use 4 for file formats, 5 for miscellaneous information, and 7 for devices. Still others use 1m instead of 8, or some mix of both. About the only section numbers that are reliably consistent are 1, 2, and 3.
By default, section 1 will be used unless the file ends in .pm in which case section 3 will be selected.
EXAMPLES
pod2man program > program.1
pod2man SomeModule.pm /usr/perl/man/man3/SomeModule.3
pod2man --section=7 note.pod > note.7
If you would like to print out a lot of man page continuously, you probably want to set the C and D registers to set contiguous page numbering and even/odd paging, at least on some versions of man(7).
troff -man -rC1 -rD1 perl.1 perldata.1 perlsyn.1 ...
To get index entries on stderr, turn on the F register, as in:
troff -man -rF1 perl.1
The indexing merely outputs messages via .tm for each major page, section, subsection, item, and any X directives.
<<lessSYNOPSIS
pod2man [--section=manext] [--release=version] [--center=string] [--date=string] [--fixed=font] [--fixedbold=font] [--fixeditalic=font] [--fixedbolditalic=font] [--official] [--lax] [--quotes=quotes] [input [output] ...]
pod2man --help
pod2man is a front-end for Pod::Man, using it to generate *roff input from POD source. The resulting *roff code is suitable for display on a terminal using nroff(1), normally via man(1), or printing using troff(1).
input is the file to read for POD source (the POD can be embedded in code). If input isnt given, it defaults to STDIN. output, if given, is the file to which to write the formatted output. If output isnt given, the formatted output is written to STDOUT. Several POD files can be processed in the same pod2man invocation (saving module load and compile times) by providing multiple pairs of input and output files on the command line.
--section, --release, --center, --date, and --official can be used to set the headers and footers to use; if not given, Pod::Man will assume various defaults.
pod2man assumes that your *roff formatters have a fixed-width font named CW. If yours is called something else (like CR), use --fixed to specify it. This generally only matters for troff output for printing. Similarly, you can set the fonts used for bold, italic, and bold italic fixed-width output.
Besides the obvious pod conversions, Pod::Man, and therefore pod2man also takes care of formatting func(), func(n), and simple variable references like $foo or @bar so you dont have to use code escapes for them; complex expressions like $fred{stuff} will still need to be escaped, though. It also translates dashes that arent used as hyphens into en dashes, makes long dashes--like this--into proper em dashes, fixes "paired quotes," and takes care of several other troff-specific tweaks. See Pod::Man for complete information.
OPTION
-c string, --center=string
Sets the centered page header to string. The default is "User Contributed Perl Documentation", but also see --official below.
-d string, --date=string
Set the left-hand footer string to this value. By default, the modification date of the input file will be used, or the current date if input comes from STDIN.
--fixed=font
The fixed-width font to use for vertabim text and code. Defaults to CW. Some systems may want CR instead. Only matters for troff(1) output.
--fixedbold=font
Bold version of the fixed-width font. Defaults to CB. Only matters for troff(1) output.
--fixeditalic=font
Italic version of the fixed-width font (actually, something of a misnomer, since most fixed-width fonts only have an oblique version, not an italic version). Defaults to CI. Only matters for troff(1) output.
--fixedbolditalic=font
Bold italic (probably actually oblique) version of the fixed-width font. Pod::Man doesnt assume you have this, and defaults to CB. Some systems (such as Solaris) have this font available as CX. Only matters for troff(1) output.
-h, --help
Print out usage information.
-l, --lax
Dont complain when required sections are missing. Not currently used, as POD checking functionality is not yet implemented in Pod::Man.
-o, --official
Set the default header to indicate that this page is part of the standard Perl release, if --center is not also given.
-q quotes, --quotes=quotes
Sets the quote marks used to surround C text to quotes. If quotes is a single character, it is used as both the left and right quote; if quotes is two characters, the first character is used as the left quote and the second as the right quoted; and if quotes is four characters, the first two are used as the left quote and the second two as the right quote.
quotes may also be set to the special value none, in which case no quote marks are added around C text (but the font is still changed for troff output).
-r, --release
Set the centered footer. By default, this is the version of Perl you run pod2man under. Note that some system an macro sets assume that the centered footer will be a modification date and will prepend something like "Last modified: "; if this is the case, you may want to set --release to the last modified date and --date to the version number.
-s, --section
Set the section for the .TH macro. The standard section numbering convention is to use 1 for user commands, 2 for system calls, 3 for functions, 4 for devices, 5 for file formats, 6 for games, 7 for miscellaneous information, and 8 for administrator commands. There is a lot of variation here, however; some systems (like Solaris) use 4 for file formats, 5 for miscellaneous information, and 7 for devices. Still others use 1m instead of 8, or some mix of both. About the only section numbers that are reliably consistent are 1, 2, and 3.
By default, section 1 will be used unless the file ends in .pm in which case section 3 will be selected.
EXAMPLES
pod2man program > program.1
pod2man SomeModule.pm /usr/perl/man/man3/SomeModule.3
pod2man --section=7 note.pod > note.7
If you would like to print out a lot of man page continuously, you probably want to set the C and D registers to set contiguous page numbering and even/odd paging, at least on some versions of man(7).
troff -man -rC1 -rD1 perl.1 perldata.1 perlsyn.1 ...
To get index entries on stderr, turn on the F register, as in:
troff -man -rF1 perl.1
The indexing merely outputs messages via .tm for each major page, section, subsection, item, and any X directives.
Download (6.0MB)
Added: 2007-07-23 License: Perl Artistic License Price:
839 downloads
Fetchgals 5.6
Fetchgals is a Web spider that locates and optionally downloads free pictures and movies from the internet. more>>
Fetchgals is a Web spider that locates and optionally downloads free pictures and movies from the internet.
Today, commercial porn sites are advertised like this: somebody puts together a thumbnail gallery, i.e. a web page with small thumbnail pictures linking to free full-size images or movies, and provides a link to the pay site. These thumbnail galleries are listed on central websites called Thumbnail Gallery Posts (TGPs). Unfortunately, many TGPs add a layer of redirects, popups, spyware and viruses. Fetchgals is designed to eliminate the TGP.
The fetchgals distribution comes with a huge list of TGPs. This list was generated by a separate script called findtgps, which is also included in the distribution. Fetchgals visits these TGPs in order to locate thumbnail galleries. The images and movies of these galleries can then be downloaded. Since theres a couple hundred gigabytes of free porn on the internet at any given time, fetchgals constantly monitors local disk space to avoid overruns. Alternatively, fetchgals can create local HTML pages that link to the known galleries; this minimizes disk and bandwidth usage.
The script is written in perl and uses multiple threads to maximize throughput. Both fetchgals and findtgps are in the public domain.
<<lessToday, commercial porn sites are advertised like this: somebody puts together a thumbnail gallery, i.e. a web page with small thumbnail pictures linking to free full-size images or movies, and provides a link to the pay site. These thumbnail galleries are listed on central websites called Thumbnail Gallery Posts (TGPs). Unfortunately, many TGPs add a layer of redirects, popups, spyware and viruses. Fetchgals is designed to eliminate the TGP.
The fetchgals distribution comes with a huge list of TGPs. This list was generated by a separate script called findtgps, which is also included in the distribution. Fetchgals visits these TGPs in order to locate thumbnail galleries. The images and movies of these galleries can then be downloaded. Since theres a couple hundred gigabytes of free porn on the internet at any given time, fetchgals constantly monitors local disk space to avoid overruns. Alternatively, fetchgals can create local HTML pages that link to the known galleries; this minimizes disk and bandwidth usage.
The script is written in perl and uses multiple threads to maximize throughput. Both fetchgals and findtgps are in the public domain.
Download (0.085MB)
Added: 2006-06-20 License: GPL (GNU General Public License) Price:
1224 downloads
pfqueue 0.5.6
pfqueue is a console-based tool for handling MTA queues. more>>
pfqueue is a console-based tool for handling MTA queues.
pfqueue is an effort to give postqueue/mailq/postsuper/exim4 a console (ncurses) interface: it wont add any particular functionality to those provided with MTAs themselves, but will hopefully make them easier to use.
Its a real-time queue scanner, that shows per-queue lists of existing messages; the messages can be shown, deleted, put on hold, released or requeued.
Just for example, it may be useful to inspect a traffic jam at a given time, to see what is falling into and unexpectedly crowding your deferred queue.
<<lesspfqueue is an effort to give postqueue/mailq/postsuper/exim4 a console (ncurses) interface: it wont add any particular functionality to those provided with MTAs themselves, but will hopefully make them easier to use.
Its a real-time queue scanner, that shows per-queue lists of existing messages; the messages can be shown, deleted, put on hold, released or requeued.
Just for example, it may be useful to inspect a traffic jam at a given time, to see what is falling into and unexpectedly crowding your deferred queue.
Download (0.29MB)
Added: 2007-02-14 License: GPL (GNU General Public License) Price:
984 downloads
Nazghul 0.5.6
Nazghul project is a computer role-playing game (CRPG) engine. more>>
Nazghul project is a computer role-playing game (CRPG) engine.
Obviously, the emphasis is not on graphics or first-person squad-based stealth action.
If you like roguelikes or the top-down, 2d, turn-based CRPGs that disappeared in the early 90s then this is for you.
<<lessObviously, the emphasis is not on graphics or first-person squad-based stealth action.
If you like roguelikes or the top-down, 2d, turn-based CRPGs that disappeared in the early 90s then this is for you.
Download (1.4MB)
Added: 2007-01-31 License: GPL (GNU General Public License) Price:
999 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above sunos 5.6 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed