RSS 177 projects tagged "POSIX"

Download Website Updated 19 Apr 2013 The Powered Access Bible

Screenshot
Pop 141.67
Vit 27.94

The Powered Access Bible is a CGI script designed to facilitate finding verses and reading them in context, minimizing the usual mousework. It divides the screen into a search frame and a reading frame, and clicking on a search reference will load its context in the reading frame. All executable code is available under the user's choice of the Artistic, GPL, or MIT license, and the translations used are all free for non-commercial use.

Download Website Updated 18 Feb 2013 Typing Trainer

Screenshot
Pop 148.28
Vit 2.67

Typing Trainer is designed for exercising typing speed and typing accuracy, by providing an environment to type in a copy of an original text within a specific time period. It also has the ability to store the results of such an exercise for exam purposes.

No download No website Updated 01 Nov 2012 XML::LibXML

Screenshot
Pop 49.70
Vit 2.30

XML::LibXML provides a Perl interface to libxml2, providing XML and HTML parsers with DOM, SAX, and XMLReader interfaces, a large subset of the DOM Layer 3 interface, and an XML::XPath-like interface to the XPath API of libxml2

Download Website Updated 12 Jul 2012 File-Find-Object

Screenshot
Pop 41.62
Vit 5.53

File-Find-Object provides Perl programmers with an object-oriented alternative to the core File::Find module for traversing a directory structure, which has some serious interface limitations. As opposed to File::Find, File-Find-Object can be instantiated, can be interrupted in the middle, has an iterative interface, and can also return results as objects.

No download Website Updated 25 Jun 2012 Pipe Viewer

Screenshot
Pop 314.57
Vit 19.92

pv (Pipe Viewer) is a terminal-based tool for monitoring the progress of data through a pipeline. It can be inserted into any normal pipeline between two processes to give a visual indication of how quickly data is passing through, how long it has taken, how near to completion it is, and an estimate of how long it will be until completion.

Download Website Updated 15 May 2012 Statistics-Descriptive

Screenshot
Pop 65.36
Vit 5.27

Statistics-Descriptive is a Perl module to perform Statistical Analysis on numeric data. It can retrieve such things as the mean (or average), the median, the standard deviation, a histogram/frequency analysis, etc.

Download Website Updated 02 May 2012 Bitflu

Screenshot
Pop 162.11
Vit 16.88

Bitflu is a BitTorrent client designed to run non-stop as a daemon. It does not provide a graphical interface, but offers a telnet interface and can handle multiple torrent downloads.

Download Website Updated 30 Apr 2012 Image::Density Perl Module

Screenshot
Pop 30.20
Vit 3.38

The metric implemented in the Image::Density Perl Module estimates the density of data where there is data, and has a reasonable correlation with goodness as judged by humans. That is, if you let a human look at a set of images and judge quality, the density values for those images as calculated here tend to correlate well with the human judgement (densities that are too high or too low represent "bad'' images). It is intended for use on bitonal TIFF images, such as those from scanning paper documents.

Download Website Updated 05 Feb 2012 bonnie

Screenshot
Pop 74.74
Vit 3.89

bonnie is a classic file system and storage device benchmark. It tests for linear character-based and block-based reads and writes, and the rewrite pattern. It also does a seek test. While other benchmarks do more sophisticated tests, bonnie is a very reliable and portable program that is suitable for basic testing. Optionally, you can test the operations with direct I/O (O_DIRECT on Linux).

Download Website Updated 18 Jan 2012 VTAGS

Screenshot
Pop 26.94
Vit 5.64

VTAGS is a command line application that will generate a VI(M) compatible tags file for VHDL source files. This application will read standard VHDL'87 files. It should also parse later VHDL, but it only takes account of the basic parts of the language. It will group items that it finds by architecture, procedure, function, or package. It does this by adding extra information to the extension field of the tags file.

Screenshot

Project Spotlight

libquickmail

A C library for sending email with attachments.

Screenshot

Project Spotlight

spt::json

A simple JSON API for Qt 4.