ps
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 154
Qps 1.9.7
Qps is a visual process manager,an X11 version of top or ps. more>>
Qps is a visual process manager, an X11 version of "top" or "ps" that displays processes in a window and lets you sort and manipulate them.
Main features:
- change nice value of a process
- alter the scheduling policy and soft realtime priority of a process
- display the TCP/UDP sockets used by a process, and names of the connected hosts (Linux only)
- display the memory mappings of the process (which files and shared libraries are loaded where)
- display the open files of a process, and the state of unix domain sockets
- kill or send any other signal to selected processes
- display the load average as a graph, and use this as its icon when iconified
- show (as graph or numbers) current CPU, memory and swap usage
- sort the process table on any attribute (size, cpu usage, owner etc)
- on SMP systems running Linux 2.1 or later (or Solaris), display cpu usage for each processor, and which CPU a process is running on
- display the environment variables of any process
- show the process table in tree form, showing the parent-child relationship
- execute user-defined commands on selected processes
- display MOSIX-specific fields and migrate processes to other nodes in a cluster
<<lessMain features:
- change nice value of a process
- alter the scheduling policy and soft realtime priority of a process
- display the TCP/UDP sockets used by a process, and names of the connected hosts (Linux only)
- display the memory mappings of the process (which files and shared libraries are loaded where)
- display the open files of a process, and the state of unix domain sockets
- kill or send any other signal to selected processes
- display the load average as a graph, and use this as its icon when iconified
- show (as graph or numbers) current CPU, memory and swap usage
- sort the process table on any attribute (size, cpu usage, owner etc)
- on SMP systems running Linux 2.1 or later (or Solaris), display cpu usage for each processor, and which CPU a process is running on
- display the environment variables of any process
- show the process table in tree form, showing the parent-child relationship
- execute user-defined commands on selected processes
- display MOSIX-specific fields and migrate processes to other nodes in a cluster
Download (MB)
Added: 2007-07-19 License: GPL (GNU General Public License) Price:
829 downloads
pslj 1.0.0
pslj shell-script is used to print Postscript files to a LaserJet 5L printer. more>>
pslj shell-script is used to print Postscript files to a LaserJet 5L printer. If you are using another kind of printer, you can easily adapt this script by changing the DEVICE paramater to GhostScript (and possibly the resolution).
You can reference this script in your /etc/printcap file, like this (assuming you have installed the script in /usr/local/bin, with mode 755):
ps|HP LaserJet 5L as PostScript:
:lp=/dev/lp1:
:sd=/var/spool/lp1:
:mx#0:
:if=/usr/local/bin/pslj:sh
You need to adapt your /etc/printcap file.
This should work on any UN*X-like platform, that has an lpr style printing subsystem.
I dont use this for normal printing support anymore. Im using cups for that now.
<<lessYou can reference this script in your /etc/printcap file, like this (assuming you have installed the script in /usr/local/bin, with mode 755):
ps|HP LaserJet 5L as PostScript:
:lp=/dev/lp1:
:sd=/var/spool/lp1:
:mx#0:
:if=/usr/local/bin/pslj:sh
You need to adapt your /etc/printcap file.
This should work on any UN*X-like platform, that has an lpr style printing subsystem.
I dont use this for normal printing support anymore. Im using cups for that now.
Download (MB)
Added: 2006-06-07 License: GPL (GNU General Public License) Price:
1236 downloads
GPS04 0.1.4
GPS04 is a desktop companion to the Zoom PS-04 Palmtop Studio. more>>
GPS04 is a desktop companion to the Zoom PS-04 Palmtop Studio, a pocket-sized audio recorder with rhythm sequencer.
This project is still in an early stage of development, and may be of primary interest to developers. The application is developed under Linux, but should be able to compile and run under most POSIX operating systems.
The Zoom PS-04 Palmtop Studio is a pocket-sized digital recorder for audio (you can reach their homepage here). GPS04 aims to be a software companion to this gadget, much as Palm Desktop is the desktop companion to PalmPDAs.
Why?
With every kind of digital recorder, you need a way to communicate with other parts of your studio equipment, to transfer data to other applications or to master a CD. Since the PS-04 has no means of data transfer other than a Smart Media card, and the stored files are in a custom format, you need special tools to read your projects and convert them to other formats. Zoom provides a free downloadable audio converter for Windows - no such tool exists for other operating systems.
Moreover, since the PS-04 is a very small device, it can be difficult and frustrating to try to get an overview of a song project, with all audio tracks, effect patches, rhythms and mixer settings. You have a lot more space on the computer screen to show tracks and parameters.
Enhancements:
- Audio tracks view with export facilities.
- New utility gps04-aud2wav for command-line exporting of audio.
<<lessThis project is still in an early stage of development, and may be of primary interest to developers. The application is developed under Linux, but should be able to compile and run under most POSIX operating systems.
The Zoom PS-04 Palmtop Studio is a pocket-sized digital recorder for audio (you can reach their homepage here). GPS04 aims to be a software companion to this gadget, much as Palm Desktop is the desktop companion to PalmPDAs.
Why?
With every kind of digital recorder, you need a way to communicate with other parts of your studio equipment, to transfer data to other applications or to master a CD. Since the PS-04 has no means of data transfer other than a Smart Media card, and the stored files are in a custom format, you need special tools to read your projects and convert them to other formats. Zoom provides a free downloadable audio converter for Windows - no such tool exists for other operating systems.
Moreover, since the PS-04 is a very small device, it can be difficult and frustrating to try to get an overview of a song project, with all audio tracks, effect patches, rhythms and mixer settings. You have a lot more space on the computer screen to show tracks and parameters.
Enhancements:
- Audio tracks view with export facilities.
- New utility gps04-aud2wav for command-line exporting of audio.
Download (0.47MB)
Added: 2007-01-27 License: GPL (GNU General Public License) Price:
1005 downloads
jpeg2ps 1.9
jpeg2ps is a utility for converting JPEG images to compressed PostScript Level 2 or 3 files (without uncompressing the images). more>>
jpeg2ps is a utility for converting JPEG images to compressed PostScript Level 2 or 3 files (without uncompressing the images).
The JPEG data is simply >wrapped< with PostScript which yields considerably smaller PS files. This project is a simple command line utility and can be used on DOS, Windows and Unix machines.
Usage: jpeg2ps [options] jpegfile > epsfile
-a auto rotate: produce landscape output if width > height
-b binary mode: output 8 bit data (default: 7 bit with ASCII85)
-h hex mode: output 7 bit data in ASCIIHex encoding
-o < name > output file name
-p < size > page size name. Known names are:
a0, a1, a2, a3, a4, a5, a6, b5, letter, legal, ledger, p11x17
-q quiet mode: suppress all informational messages
-r < dpi > resolution value (dots per inch)
0 means use value given in file, if any (disables autorotate)
<<lessThe JPEG data is simply >wrapped< with PostScript which yields considerably smaller PS files. This project is a simple command line utility and can be used on DOS, Windows and Unix machines.
Usage: jpeg2ps [options] jpegfile > epsfile
-a auto rotate: produce landscape output if width > height
-b binary mode: output 8 bit data (default: 7 bit with ASCII85)
-h hex mode: output 7 bit data in ASCIIHex encoding
-o < name > output file name
-p < size > page size name. Known names are:
a0, a1, a2, a3, a4, a5, a6, b5, letter, legal, ledger, p11x17
-q quiet mode: suppress all informational messages
-r < dpi > resolution value (dots per inch)
0 means use value given in file, if any (disables autorotate)
Download (0.065MB)
Added: 2007-03-15 License: Freeware Price:
586 downloads
GL2PS 1.3.0
GL2PS is an OpenGL to PostScript printing library. more>>
GL2PS is an OpenGL to PostScript printing library.
GL2PS is a C library providing high quality vector output for any OpenGL application. The main difference between GL2PS and other similar libraries (see section 7) is the use of sorting algorithms capable of handling intersecting and stretched polygons, as well as non manifold objects. GL2PS provides advanced smooth shading and text rendering, culling of invisible primitives, mixed vector/bitmap output, and much more...
GL2PS can currently create PostScript (PS), Encapsulated PostScript (EPS) and Portable Document Format (PDF) files, as well as LATEX files for the text fragments. GL2PS also provides limited, experiemental support for Scalar Vector Graphics (SVG) and Portable LaTeX Graphics (PGF) formats.
Adding new vector output formats should be relatively easy; meanwhile, you can use the excellent pstoedit program to transform the PostScript files generated by GL2PS into many other vector formats such as xfig, cgm, wmf, etc.
Enhancements:
- This release adds full support for SVG, improved line stippling, sorting of text and bitmap elements, and a new interface for printing device-specific strings in the output stream.
<<lessGL2PS is a C library providing high quality vector output for any OpenGL application. The main difference between GL2PS and other similar libraries (see section 7) is the use of sorting algorithms capable of handling intersecting and stretched polygons, as well as non manifold objects. GL2PS provides advanced smooth shading and text rendering, culling of invisible primitives, mixed vector/bitmap output, and much more...
GL2PS can currently create PostScript (PS), Encapsulated PostScript (EPS) and Portable Document Format (PDF) files, as well as LATEX files for the text fragments. GL2PS also provides limited, experiemental support for Scalar Vector Graphics (SVG) and Portable LaTeX Graphics (PGF) formats.
Adding new vector output formats should be relatively easy; meanwhile, you can use the excellent pstoedit program to transform the PostScript files generated by GL2PS into many other vector formats such as xfig, cgm, wmf, etc.
Enhancements:
- This release adds full support for SVG, improved line stippling, sorting of text and bitmap elements, and a new interface for printing device-specific strings in the output stream.
Download (0.19MB)
Added: 2006-08-09 License: LGPL (GNU Lesser General Public License) Price:
1173 downloads
check-ps 0.8.5
Devialog is a behavior/anomaly-based syslog intrusion detection system which detectsattacks via anomalies in syslog. more>>
Devialog is a behavior/anomaly-based syslog intrusion detection system which detectsattacks via anomalies in syslog.
Present log-based IDS:
Nearly all present log-based intrusion detection systems operate using a pre-defined known signature base, usually painstakingly created by hand. They can work well if the creator knows exactly all error and informational messages the software on a system(s) will write to syslog. Most overworked administrators wish there was an easier way to handle system logfiles in a sane, time-saving fashion. Present log-based intrusion detection systems have difficulty in detecting new attacks.
How devialog Differs:
devialog makes syslog parsing far less of a chore than it previously has been. It is functionally the inverse of standard log monitoring software. devialog, by default, reports on what is not know in its signature base, i.e. anomalous. This type of intrusion detection system is considered behavior-based, or anomaly detection. Reporting can be in the form of an email for each anomalous log, or an email for all the logs sent within a pre-defined time window. devialog can also execute commands, or simply write all anomalies to a file for periodical review.
Signature Creation:
For log-based anomaly detection to operate effectively, one must create an extremely large signature base. With an included utility, devialogsig, the signatures are created automatically. Future signature additions are ver simple, like a copy from the alert email.
<<lessPresent log-based IDS:
Nearly all present log-based intrusion detection systems operate using a pre-defined known signature base, usually painstakingly created by hand. They can work well if the creator knows exactly all error and informational messages the software on a system(s) will write to syslog. Most overworked administrators wish there was an easier way to handle system logfiles in a sane, time-saving fashion. Present log-based intrusion detection systems have difficulty in detecting new attacks.
How devialog Differs:
devialog makes syslog parsing far less of a chore than it previously has been. It is functionally the inverse of standard log monitoring software. devialog, by default, reports on what is not know in its signature base, i.e. anomalous. This type of intrusion detection system is considered behavior-based, or anomaly detection. Reporting can be in the form of an email for each anomalous log, or an email for all the logs sent within a pre-defined time window. devialog can also execute commands, or simply write all anomalies to a file for periodical review.
Signature Creation:
For log-based anomaly detection to operate effectively, one must create an extremely large signature base. With an included utility, devialogsig, the signatures are created automatically. Future signature additions are ver simple, like a copy from the alert email.
Download (0.022MB)
Added: 2006-07-11 License: GPL (GNU General Public License) Price:
1200 downloads
ps-watcher 1.06
ps-watcher monitors various processes based on ps-like information. more>>
ps-watcher monitors various processes based on ps-like information. ps-watcher runs the ps command periodically and triggers commands on matches.
The match patterns are Perl regular expressions which can refer to the process information via variables.
Installation:
The `configure shell script attempts to guess correct values for various system-dependent variables used during compilation.
It uses those values to create a `Makefile in each directory of the package. It may also create one or more `.h files containing system-dependent definitions.
Finally, it creates a shell script `config.status that you can run in the future to recreate the current configuration, a file `config.cache that saves the results of its tests to speed up
reconfiguring, and a file `config.log containing compiler output (useful mainly for debugging `configure).
If you need to do unusual things to compile the package, please try to figure out how `configure could check whether to do them, and mail diffs or instructions to the address given in the `README so they can be considered for the next release.
If at some point `config.cache contains results you dont want to keep, you may remove or edit it.
The file `configure.in is used to create `configure by a program called `autoconf. You only need `configure.in if you want to change it or regenerate `configure using a newer version of `autoconf.
The simplest way to compile this package is:
1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system.
If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute `configure itself.
Running `configure takes awhile. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Optionally, type `make check to run any self-tests that come with the package.
4. Type `make install to install the programs and any data files and documentation.
5. You can remove the program binaries and object files from the source code directory by typing `make clean. To also remove the files that `configure created (so you can compile the package for a different kind of computer), type `make distclean.
There is also a `make maintainer-clean target, but that is intended mainly for the packages developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution.
Enhancements:
- Some minimal Cygwin support was added, and support for other operating systems (NetBSD, OpenBSD, and OS X) was corrected.
- For security, there is aa --path option to limit the path used in running commands.
- Some bugs were fixed and the code was modernized a little.
<<lessThe match patterns are Perl regular expressions which can refer to the process information via variables.
Installation:
The `configure shell script attempts to guess correct values for various system-dependent variables used during compilation.
It uses those values to create a `Makefile in each directory of the package. It may also create one or more `.h files containing system-dependent definitions.
Finally, it creates a shell script `config.status that you can run in the future to recreate the current configuration, a file `config.cache that saves the results of its tests to speed up
reconfiguring, and a file `config.log containing compiler output (useful mainly for debugging `configure).
If you need to do unusual things to compile the package, please try to figure out how `configure could check whether to do them, and mail diffs or instructions to the address given in the `README so they can be considered for the next release.
If at some point `config.cache contains results you dont want to keep, you may remove or edit it.
The file `configure.in is used to create `configure by a program called `autoconf. You only need `configure.in if you want to change it or regenerate `configure using a newer version of `autoconf.
The simplest way to compile this package is:
1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system.
If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute `configure itself.
Running `configure takes awhile. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Optionally, type `make check to run any self-tests that come with the package.
4. Type `make install to install the programs and any data files and documentation.
5. You can remove the program binaries and object files from the source code directory by typing `make clean. To also remove the files that `configure created (so you can compile the package for a different kind of computer), type `make distclean.
There is also a `make maintainer-clean target, but that is intended mainly for the packages developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution.
Enhancements:
- Some minimal Cygwin support was added, and support for other operating systems (NetBSD, OpenBSD, and OS X) was corrected.
- For security, there is aa --path option to limit the path used in running commands.
- Some bugs were fixed and the code was modernized a little.
Download (0.12MB)
Added: 2006-03-10 License: GPL (GNU General Public License) Price:
1323 downloads
Qps-h 1.9.18.4
Qps is a GUI version of more>>
Qps is a GUI version of "ps" and "top" . Qps-h is a perfect visual process manager that displays processes in a window and lets you sort and manipulate them easily.
Enhancements:
- fixed SEGFAULT on SMP system
- fixed a Detail window bug
<<lessEnhancements:
- fixed SEGFAULT on SMP system
- fixed a Detail window bug
Download (0.18MB)
Added: 2006-08-28 License: GPL (GNU General Public License) Price:
1152 downloads
mozilla2ps 0.6
mozilla2ps project is a quick and gross hack to convert html to postscript pages in an unattended manner. more>>
mozilla2ps project is a quick and gross hack to convert html to postscript pages in an unattended manner. I needed to convert a lot of html pages to postscript and wasnt really satisfied with html2ps, so I went ahead and toyed around with xulrunner and friends.
In order to use mozilla2ps you need Xul Runner.
Usage and configuration
Make sure you have Xulrunner correctly installed.
xulrunner --install-app mozilla2ps-0.1.xulapp
xulrunner --app application.ini file:///tmp/foo.html /tmp/foo.ps
xulrunner --app application.ini http://www.lwn.net /tmp/lwn.ps ;
ps2pdf /tmp/lwn.ps; evince lwn.pdf
I use it with this chmtopdf.py script in order to convert .chm files to pdf using only free tools.
Bugs
mozilla2ps has at least the following bugs:
Allow configurable paper, size, margins etc.
Remove the setTimeOut workaround
Enhancements:
- This release adds a number of options to format printing: landscape/portrait, margins, bgcolor, and bgimage.
<<lessIn order to use mozilla2ps you need Xul Runner.
Usage and configuration
Make sure you have Xulrunner correctly installed.
xulrunner --install-app mozilla2ps-0.1.xulapp
xulrunner --app application.ini file:///tmp/foo.html /tmp/foo.ps
xulrunner --app application.ini http://www.lwn.net /tmp/lwn.ps ;
ps2pdf /tmp/lwn.ps; evince lwn.pdf
I use it with this chmtopdf.py script in order to convert .chm files to pdf using only free tools.
Bugs
mozilla2ps has at least the following bugs:
Allow configurable paper, size, margins etc.
Remove the setTimeOut workaround
Enhancements:
- This release adds a number of options to format printing: landscape/portrait, margins, bgcolor, and bgimage.
Download (0.011MB)
Added: 2007-05-05 License: GPL (GNU General Public License) Price:
906 downloads
psDooM 2000.05.03.b
psDooM project is a process monitor and manager for *nix systems. more>>
psDooM project is a process monitor and manager for *nix systems.
It could be considered a graphical interface to the ps, renice, and kill commands. psDooM is based on XDoom, which is based on id Softwares Doom.
This project started out as a proof-of-concept program for the web page "Doom as a tool for system administration" at http://www.cs.unm.edu/~dlchao/flake/doom by Dennis Chao at the University of New Mexico.
Dennis took the GPLd sources of XDoom and added code so that processes running on the system would be instantiated as monsters, and wounding and killing them corresponds to renicing and killing the processes.
Enhancements:
- Changed shell scripts in contrib dir to shorten command length when displayed with ps.
- Use ~/.psdoom rather than ~/.xdoom for savegames, config files, etc.
- Users need to copy current .doomrc and .xdlaunchrc files to ~/.psdoom.
- Added references to psDooM in startup header text, X resources, and window title bar.
- Modified xdlaunch (ps-xdlaunch) to run ps-xdoom.
- Added ability to pass psDooM-specific command line flags to ps-xdoom through ps-xdlaunch.
<<lessIt could be considered a graphical interface to the ps, renice, and kill commands. psDooM is based on XDoom, which is based on id Softwares Doom.
This project started out as a proof-of-concept program for the web page "Doom as a tool for system administration" at http://www.cs.unm.edu/~dlchao/flake/doom by Dennis Chao at the University of New Mexico.
Dennis took the GPLd sources of XDoom and added code so that processes running on the system would be instantiated as monsters, and wounding and killing them corresponds to renicing and killing the processes.
Enhancements:
- Changed shell scripts in contrib dir to shorten command length when displayed with ps.
- Use ~/.psdoom rather than ~/.xdoom for savegames, config files, etc.
- Users need to copy current .doomrc and .xdlaunchrc files to ~/.psdoom.
- Added references to psDooM in startup header text, X resources, and window title bar.
- Modified xdlaunch (ps-xdlaunch) to run ps-xdoom.
- Added ability to pass psDooM-specific command line flags to ps-xdoom through ps-xdlaunch.
Download (MB)
Added: 2006-12-11 License: GPL (GNU General Public License) Price:
1055 downloads
ps: Aero AIO plugin 1.0.2
ps: Aero AIO is a plugin for Aero AIO that show the 6 most resource intensive processes. more>>
ps: Aero AIO is a plugin for Aero AIO that show the 6 most resource intensive processes. You can choose whether to sort on CPU, mem or elapsed time.
Usage:
- Install the plugin via the Aero-AIO config dialog. The columns have headings
<<lessUsage:
- Install the plugin via the Aero-AIO config dialog. The columns have headings
Download (0.011MB)
Added: 2006-06-20 License: GPL (GNU General Public License) Price:
1225 downloads
GROU.PS Web 2.0 API 0.1
GROU.PS Web is a general purpose PHP API, created for use in Web 2.0 sites. more>>
GROU.PS Web is a general purpose PHP API, created for use in Web 2.0 sites. It includes frequently used design patterns of well known web 2.0 sites. For a correct definiton of Web 2.0, you may want to check http://en.wikipedia.org/wiki/Web_2.0
Our API currently has 2 classes:
1) TagCloud?.class.php
Feed the class with your own data, and create Web 2.0 style tag clouds
2) Utility.class.php
General purpose functions. For instance getStyledDateDiff gives nicely formatted date differences that are in use in digg.com and grou.ps
The APIs are not complete yet. We are open to any ideas, wished coming from you.
Usage:
Tag Cloud Example
< ?php
require_once(/path/to/TagCloud.class.php);
$tc = new TagCloud();
$tc->setMinFontSize(8);
$tc->setMaxFontSize(20);
$tc->setDistributionType(TC_RANDOM_DISTRIBUTION);
$tc->setDataClass(tags);
$tc->addData(love,10);
$tc->addData(sex,20);
$tc->addData(food,5);
$tc->addData(business,1);
$tc->addData(PHP,2);
$res = $tc->generate();
echo $res;
? >
Utility Example:
< ?php
require_once(/path/to/Utility.class.php);
$start_date = "September 21, 1999";
$end_date = "yesterday";
$u = new Utility();
$datediff = $u->getStyledDateDiff($start_date,$end_date);
$birthday = "11 January 1978";
$zodiacsign = $u->getZodiacSign($birthday);
echo $datediff;
echo "
";
echo $zodiacsign;
? >
<<lessOur API currently has 2 classes:
1) TagCloud?.class.php
Feed the class with your own data, and create Web 2.0 style tag clouds
2) Utility.class.php
General purpose functions. For instance getStyledDateDiff gives nicely formatted date differences that are in use in digg.com and grou.ps
The APIs are not complete yet. We are open to any ideas, wished coming from you.
Usage:
Tag Cloud Example
< ?php
require_once(/path/to/TagCloud.class.php);
$tc = new TagCloud();
$tc->setMinFontSize(8);
$tc->setMaxFontSize(20);
$tc->setDistributionType(TC_RANDOM_DISTRIBUTION);
$tc->setDataClass(tags);
$tc->addData(love,10);
$tc->addData(sex,20);
$tc->addData(food,5);
$tc->addData(business,1);
$tc->addData(PHP,2);
$res = $tc->generate();
echo $res;
? >
Utility Example:
< ?php
require_once(/path/to/Utility.class.php);
$start_date = "September 21, 1999";
$end_date = "yesterday";
$u = new Utility();
$datediff = $u->getStyledDateDiff($start_date,$end_date);
$birthday = "11 January 1978";
$zodiacsign = $u->getZodiacSign($birthday);
echo $datediff;
echo "
";
echo $zodiacsign;
? >
Download (0.007MB)
Added: 2006-04-13 License: MIT/X Consortium License Price:
1292 downloads
DocSet::Doc::HTML2HTMLPS 0.19
DocSet::Doc::HTML2HTMLPS is a HTML source to PS (intermediate HTML) target converter. more>>
DocSet::Doc::HTML2HTMLPS is a HTML source to PS (intermediate HTML) target converter.
See DocSet::Doc::HTML2HTML. This sub-class only extends the postprocess() method.
METHODS
For the rest of the super class methods see DocSet::Doc::HTML2HTML.
postprocess()
Convert the generated HTML doc to PS and PDF.
<<lessSee DocSet::Doc::HTML2HTML. This sub-class only extends the postprocess() method.
METHODS
For the rest of the super class methods see DocSet::Doc::HTML2HTML.
postprocess()
Convert the generated HTML doc to PS and PDF.
Download (0.36MB)
Added: 2007-03-10 License: Perl Artistic License Price:
961 downloads
Text::NSP::Measures::3D::MI::ps 1.03
Text::NSP::Measures::3D::MI::ps is a Perl module that implements Poisson Stirling Measure for trigrams. more>>
Text::NSP::Measures::3D::MI::ps is a Perl module that implements Poisson Stirling Measure for trigrams.
SYNOPSIS
Basic Usage
use Text::NSP::Measures::3D::MI::ps;
$ps_value = calculateStatistic( n111=>10,
n1pp=>40,
np1p=>45,
npp1=>42,
n11p=>20,
n1p1=>23,
np11=>21,
nppp=>100);
if( ($errorCode = getErrorCode()))
{
print STDERR $erroCode." - ".getErrorMessage()."n";
}
else
{
print getStatisticName."value for bigram is ".$ps_value."n";
}
The log-likelihood ratio measures the devitation between the observed data and what would be expected if < word1 >, < word2 > and < word3 > were independent. The higher the score, the less evidence there is in favor of concluding that the words are independent.
The expected values for the internal cells are calculated by taking the product of their associated marginals and dividing by the sample size, for example:
n1pp * np1p * npp1
m111= --------------------
nppp
The poisson stirling measure is a negative lograthimic approximation of the poisson-likelihood measure. It uses the stirlings firmula to approximate the factorial in poisson-likelihood measure. It is computed as follows:
Posson-Stirling = n111 * ( log(n111) - log(m111) - 1)
Methods
calculateStatistic() - This method calculates the ps value
INPUT PARAMS : $count_values .. Reference of an hash containing the count values computed by the count.pl program.
RETURN VALUES : $poissonStirling .. Poisson-Stirling value for this trigram.
getStatisticName() - Returns the name of this statistic
INPUT PARAMS : none
RETURN VALUES : $name .. Name of the measure.
<<lessSYNOPSIS
Basic Usage
use Text::NSP::Measures::3D::MI::ps;
$ps_value = calculateStatistic( n111=>10,
n1pp=>40,
np1p=>45,
npp1=>42,
n11p=>20,
n1p1=>23,
np11=>21,
nppp=>100);
if( ($errorCode = getErrorCode()))
{
print STDERR $erroCode." - ".getErrorMessage()."n";
}
else
{
print getStatisticName."value for bigram is ".$ps_value."n";
}
The log-likelihood ratio measures the devitation between the observed data and what would be expected if < word1 >, < word2 > and < word3 > were independent. The higher the score, the less evidence there is in favor of concluding that the words are independent.
The expected values for the internal cells are calculated by taking the product of their associated marginals and dividing by the sample size, for example:
n1pp * np1p * npp1
m111= --------------------
nppp
The poisson stirling measure is a negative lograthimic approximation of the poisson-likelihood measure. It uses the stirlings firmula to approximate the factorial in poisson-likelihood measure. It is computed as follows:
Posson-Stirling = n111 * ( log(n111) - log(m111) - 1)
Methods
calculateStatistic() - This method calculates the ps value
INPUT PARAMS : $count_values .. Reference of an hash containing the count values computed by the count.pl program.
RETURN VALUES : $poissonStirling .. Poisson-Stirling value for this trigram.
getStatisticName() - Returns the name of this statistic
INPUT PARAMS : none
RETURN VALUES : $name .. Name of the measure.
Download (0.93MB)
Added: 2007-03-15 License: GPL (GNU General Public License) Price:
953 downloads
Text::NSP::Measures::2D::MI::ps 1.03
Text::NSP::Measures::2D::MI::ps is a Perl module that implements Poisson-Stirling measure of association for bigrams. more>>
Text::NSP::Measures::2D::MI::ps is a Perl module that implements Poisson-Stirling measure of association for bigrams.
SYNOPSIS
Basic Usage
use Text::NSP::Measures::2D::MI::ps;
my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10;
$ps_value = calculateStatistic( n11=>$n11,
n1p=>$n1p,
np1=>$np1,
npp=>$npp);
if( ($errorCode = getErrorCode()))
{
print STDERR $errorCode." - ".getErrorMessage()."n"";
}
else
{
print getStatisticName."value for bigram is ".$ps_value."n"";
}
The log-likelihood ratio measures the devitation between the observed data and what would be expected if < word1 > and < word2 > were independent. The higher the score, the less evidence there is in favor of concluding that the words are independent.
Assume that the frequency count data associated with a bigram < word1 >< word2 > as shown by a 2x2 contingency table:
word2 ~word2
word1 n11 n12 | n1p
~word1 n21 n22 | n2p
--------------
np1 np2 npp
where n11 is the number of times < word1 >< word2 > occur together, and n12 is the number of times < word1 > occurs with some word other than word2, and n1p is the number of times in total that word1 occurs as the first word in a bigram.
The expected values for the internal cells are calculated by taking the product of their associated marginals and dividing by the sample size, for example:
np1 * n1p
m11= ---------
npp
The poisson stirling measure is a negative lograthimic approximation of the poisson-likelihood measure. It uses the stirlings firmula to approximate the factorial in poisson-likelihood measure.
Posson-Stirling = n11 * ( log(n11) - log(m11) - 1)
which is same as
Posson-Stirling = n11 * ( log(n11/m11) - 1)
Methods
calculateStatistic() - This method calculates the ps value
INPUT PARAMS : $count_values .. Reference of an hash containing the count values computed by the count.pl program.
RETURN VALUES : $poissonStirling .. Poisson-Stirling value for this bigram.
getStatisticName() - Returns the name of this statistic
INPUT PARAMS : none
RETURN VALUES : $name .. Name of the measure.
<<lessSYNOPSIS
Basic Usage
use Text::NSP::Measures::2D::MI::ps;
my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10;
$ps_value = calculateStatistic( n11=>$n11,
n1p=>$n1p,
np1=>$np1,
npp=>$npp);
if( ($errorCode = getErrorCode()))
{
print STDERR $errorCode." - ".getErrorMessage()."n"";
}
else
{
print getStatisticName."value for bigram is ".$ps_value."n"";
}
The log-likelihood ratio measures the devitation between the observed data and what would be expected if < word1 > and < word2 > were independent. The higher the score, the less evidence there is in favor of concluding that the words are independent.
Assume that the frequency count data associated with a bigram < word1 >< word2 > as shown by a 2x2 contingency table:
word2 ~word2
word1 n11 n12 | n1p
~word1 n21 n22 | n2p
--------------
np1 np2 npp
where n11 is the number of times < word1 >< word2 > occur together, and n12 is the number of times < word1 > occurs with some word other than word2, and n1p is the number of times in total that word1 occurs as the first word in a bigram.
The expected values for the internal cells are calculated by taking the product of their associated marginals and dividing by the sample size, for example:
np1 * n1p
m11= ---------
npp
The poisson stirling measure is a negative lograthimic approximation of the poisson-likelihood measure. It uses the stirlings firmula to approximate the factorial in poisson-likelihood measure.
Posson-Stirling = n11 * ( log(n11) - log(m11) - 1)
which is same as
Posson-Stirling = n11 * ( log(n11/m11) - 1)
Methods
calculateStatistic() - This method calculates the ps value
INPUT PARAMS : $count_values .. Reference of an hash containing the count values computed by the count.pl program.
RETURN VALUES : $poissonStirling .. Poisson-Stirling value for this bigram.
getStatisticName() - Returns the name of this statistic
INPUT PARAMS : none
RETURN VALUES : $name .. Name of the measure.
Download (0.93MB)
Added: 2007-03-15 License: GPL (GNU General Public License) Price:
953 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 ps 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