RSS 5 projects tagged "Solaris"

Download Website Updated 30 Apr 2013 GNU Parallel

Screenshot
Pop 545.85
Vit 52.60

GNU parallel is a shell tool for executing jobs in parallel locally or using remote computers. A job is typically a single command or a small script that has to be run for each of the lines in the input. The typical input is a list of files, a list of hosts, a list of users, a list of URLs, or a list of tables. If you use xargs today you will find GNU parallel very easy to use, as GNU parallel is written to have the same options as xargs. If you write loops in shell, you will find GNU parallel may be able to replace most of the loops and make them run faster by running several jobs in parallel. If you use ppss or pexec you will find GNU parallel will often make the command easier to read. GNU parallel makes sure output from the commands is the same output as you would get had you run the commands sequentially. This makes it possible to use output from GNU parallel as input for other programs.

Download Website Updated 20 Mar 2013 jpegoptim

Screenshot
Pop 464.33
Vit 17.60

jpegoptim is a utility for optimizing JPEG files. It provides lossless optimization (based on optimizing the Huffman tables) and "lossy" optimization based on setting a maximum quality factor.

Download No website Updated 28 Feb 2013 Qore JSON Module

Screenshot
Pop 43.21
Vit 3.29

Qore JSON Module provides JSON parsing and generation support, as well as JSON-RPC classes and functions to Qore. The functionality in this module was split from version 0.8.1 of the main Qore library.

Download No website Updated 12 Nov 2012 Qore XML Module

Screenshot
Pop 20.59
Vit 2.16

Qore XML Module provides XML parsing and generation support, as well as XPath, XML-RPC classes and functions, and other related XML functionality to Qore. The functionality in this module was split from version 0.8.1 of the main Qore library.

Download Website Updated 12 Oct 2009 jpeginfo

Screenshot
Pop 45.98
Vit 1.00

jpeginfo is a command line tool used to generate informative listings of JPEG files, and also to check JPEG files for errors. The program also supports automatic deletion of broken JPEG files.

Screenshot

Project Spotlight

wye

A pipe multiplexer.

Screenshot

Project Spotlight

MyWebSQL

A Web based, WYSIWYG database client.