Download List

Projeto Descrição

num-utils are a set of programs for dealing with numbers from the Unix command line. Much like the other command line utilities grep, awk, sort, cut, etc. these utilities work on numeric data from both standard in and data from files. The base utilities currently included are average, bound, interval, numgrep, numprocess, numsum, random, range, and round. If you work with pipelines on the command line, these tools will prove to be helpful.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-11-19 08:05
0.5

O programa NumSum agora tem a capacidade de resumir série de colunas e linhas ao mesmo tempo. Com esta mudança é também a capacidade de especificar uma ou várias linhas e colunas que você gostaria de ser resumido.
Tags: Major feature enhancements
The numsum program now has the ability to sum up series of columns and rows at once. With this change is also the ability to specify one or multiple rows and columns that you would like to be summed up.

2003-09-24 08:47
0.4

Esta versão adiciona um programa chamado normalizar o que irá normalizar um conjunto de números. Por padrão, ele normaliza entre 0 e 1, mas utilizando uma opção-R pode usar qualquer intervalo. O programa de médio ganhou a habilidade de encontrar medianas e modos de conjuntos de números. Há também pequenas alterações na documentação.
Tags: Major feature enhancements
This release adds a program called normalize that will
normalize a set of numbers. By default it normalizes
between 0 and 1 but using a -R option it can use any
range. The average program gained the ability to find
medians and modes in sets of numbers. There are also
minor documentation changes.

2003-06-10 00:27
0.3

Esta versão adiciona principalmente o programa "Intervalo", que irá exibir o intervalo numérico entre os números nas linhas de entrada. Isto pode ser muito útil para mostrar a taxa de variação de um conjunto de números.
Tags: Major feature enhancements
This release mainly adds the 'interval' program, which will display the numeric interval between numbers in lines of input. This can be very useful for showing the rate of change of a set of numbers.

2003-05-30 05:58
0.2

Novos recursos nesta versão incluem a manipulação de fatores e múltiplos em numgrep, um-e (excluir) de opção no comando da escala e da manipulação dos números negativos para a sqrt () no numprocess. Vários documentação adições e correções também foram feitas.
Tags: Minor feature enhancements
New features in this release include handling of factors and multiples in numgrep, a -e (exclude) option in the range command, and handling of negative numbers for the sqrt() function in numprocess. Several documentation additions and fixes have also been made.

2002-06-18 12:01
0.1

Esta versão inicial do num-utils é muito maduro e usável, embora ainda seja considerado em desenvolvimento.
Tags: Initial freshmeat announcement
This initial release of num-utils is quite mature and usable, although it is still considered in development.

Project Resources