From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- pkg/utilities/utilities.men | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pkg/utilities/utilities.men (limited to 'pkg/utilities/utilities.men') diff --git a/pkg/utilities/utilities.men b/pkg/utilities/utilities.men new file mode 100644 index 00000000..6650bc71 --- /dev/null +++ b/pkg/utilities/utilities.men @@ -0,0 +1,13 @@ + bases - Convert an integer to hex, octal, and binary + curfit - Fit data with Chebyshev, Legendre or spline curve + detab - Replace tabs with tabs and blanks + entab - Replace blanks with tabs and blanks + lcase - Convert a file to lower case + polyfit - Fit polynomial to list of X,Y data + split - Split a large file into smaller segments + surfit - Fit a surface, z=f(x,y), to a set of x, y, z points + translit - Replace or delete specified characters in a file + ucase - Convert a file to upper case + urand - Uniform random number generator + + nttools - NOAO version of TTOOLS package -- cgit