Introduction
Introduction Statistics Contact Development Disclaimer Help
tLog - numtools - perform numerical operations on vectors and matrices in unix …
git clone git://src.adamsgaard.dk/numtools
Log
Files
Refs
README
LICENSE
---
Date Commit message Author
2023-09-22 09:16 Makefile: fix linker argument order Anders Damsgaard
2022-07-05 16:45 fix typos Anders Damsgaard
2022-05-25 09:23 range(1): -l option: fail if range limi… Anders Damsgaard
2022-05-25 09:18 range(1): -l option: treat limits as ab… Anders Damsgaard
2022-05-11 13:58 Makefile: bump version to 0.5.0 Anders Damsgaard
2022-05-11 13:57 add regression tests and sync man examp… Anders Damsgaard
2022-05-11 12:57 use safe formatting parameters and opti… Anders Damsgaard
2022-05-11 12:49 remove arg.h Anders Damsgaard
2022-05-11 10:24 randnum.c: remove extra newline in usag… Anders Damsgaard
2022-05-11 09:58 randnum(1): use getopt(2) and safe form… Anders Damsgaard
2022-05-11 09:21 import strtonum(3) from OpenBSD Anders Damsgaard
2022-05-11 08:42 randcounts(1): add option to display ou… Anders Damsgaard
2022-05-09 15:55 range.c: add missing newline char to ou… Anders Damsgaard
2022-05-09 15:52 format string options: remove newline a… Anders Damsgaard
2022-05-09 15:26 README: update with new programs Anders Damsgaard
2022-05-09 15:26 stddev.1, stdvar.1: make synopsis more … Anders Damsgaard
2022-05-09 14:52 add option parsing and format string op… Anders Damsgaard
2022-05-09 14:15 stddev, stdvar: add help option Anders Damsgaard
2022-05-09 14:05 man pages: use consistent formatting in… Anders Damsgaard
2022-05-09 14:00 std{var,dev}.1: fix backslashes in exam… Anders Damsgaard
2022-05-09 13:55 add stddev(1) and stdvar(1) Anders Damsgaard
2022-05-09 13:08 randcounts.c: remove unused variable Anders Damsgaard
2022-05-09 13:07 put read and save of input matrix into … Anders Damsgaard
2022-05-09 08:09 randcounts: add repeat option Anders Damsgaard
2022-05-05 11:31 randcounts.c: simplify conditional macr… Anders Damsgaard
2022-05-05 11:26 randcounts.c: fix deterministic output … Anders Damsgaard
2022-05-05 11:18 README: add randcounts Anders Damsgaard
2022-05-05 11:18 Makefile: bump version Anders Damsgaard
2022-05-05 11:17 randcounts.1: fix option formatting Anders Damsgaard
2022-05-05 11:16 randcounts.1: minor grammar fix Anders Damsgaard
2022-05-05 11:15 Makefile: bump version Anders Damsgaard
2022-05-05 11:15 randcounts.1: remove extra paragraph sp… Anders Damsgaard
2022-05-05 10:49 randcounts.1: minor rewording Anders Damsgaard
2022-05-05 10:45 randcounts.1: finish first version Anders Damsgaard
2022-05-05 10:39 Makefile: add randcounts Anders Damsgaard
2022-05-05 10:16 begin writing randcounts.1 Anders Damsgaard
2022-05-05 09:28 remove stray argument in synopsis Anders Damsgaard
2022-05-03 13:13 begin implementing randnum Anders Damsgaard
2022-05-03 12:19 rename to numtools Anders Damsgaard
2022-05-03 06:28 range.c: add pledge(2) Anders Damsgaard
2022-05-02 13:05 range.1: escape square bracket Anders Damsgaard
2022-05-02 13:02 range(1): allow negative numbers in ran… Anders Damsgaard
2022-05-02 12:52 Makefile: bump version to 0.3.3 Anders Damsgaard
2022-05-02 12:52 range.1: fix escaping of backslashes Anders Damsgaard
2022-05-02 12:13 update README with range(1) Anders Damsgaard
2022-05-02 12:06 Makefile: bump version to 0.3.2 Anders Damsgaard
2022-05-02 12:05 range.c: fix usage string Anders Damsgaard
2022-05-02 12:05 Makefile: bump version to 0.3.1 Anders Damsgaard
2022-05-02 12:04 range(1): make start and end values opt… Anders Damsgaard
2022-05-02 11:36 Makefile: use consistent line continuat… Anders Damsgaard
2022-05-02 11:33 Makefile: bump version to 0.3.0 Anders Damsgaard
2022-05-02 11:33 add range(1) tool Anders Damsgaard
2021-11-24 14:38 linregress: add option to save plot to … Anders Damsgaard
2021-11-24 13:40 added python version of linear regressi… Anders Damsgaard
2021-09-12 10:33 rangetest.1: improve description text a… Anders Damsgaard
2021-09-12 09:36 man pages: improve usage examples Hiltjo Posthuma
2021-09-12 05:32 increment version 0.2.5 Anders Damsgaard
2021-09-12 05:30 print output in full double precision Anders Damsgaard
2021-09-12 05:17 increment version to 0.2.4 Anders Damsgaard
2021-09-12 05:16 add missing transpose.c Anders Damsgaard
2021-09-11 19:29 README: add missing histpdf(1) entries Anders Damsgaard
2021-09-11 19:25 increment version to 0.2.3 Anders Damsgaard
2021-09-11 19:25 expand README Anders Damsgaard
2021-09-11 19:12 transpose.1: add note on input format r… Anders Damsgaard
2021-09-11 19:09 add simple examples to man pages Anders Damsgaard
2021-09-11 18:58 increment version to 0.2.2 Anders Damsgaard
2021-09-11 18:57 add portable reallocarray Anders Damsgaard
2021-09-11 18:47 reimplement transpose in C Anders Damsgaard
2021-09-10 09:25 transpose.1: use correct mandoc syntax … Anders Damsgaard
2021-09-02 20:32 small whitespace changes Anders Damsgaard
2021-09-02 19:48 remove unused variables Anders Damsgaard
2021-08-31 13:36 increment version to 0.2.1 Anders Damsgaard
2021-08-31 13:35 fix synopsis and description now that o… Anders Damsgaard
2021-08-31 13:33 Makefile: include headers in dist target Anders Damsgaard
2021-08-31 12:40 Makefile: increment VERSION to 0.2.0 Anders Damsgaard
2021-08-31 12:39 reimplement max(1), mean(1), min(1), an… Anders Damsgaard
2021-08-31 09:56 add disclaimer on field numbers in man … Anders Damsgaard
2021-08-31 09:32 rangetest.c: remove unnecessary assignm… Anders Damsgaard
2021-08-31 09:30 rangetest.1: do not suppress output in … Anders Damsgaard
2021-08-31 09:25 put compatibility functions into separa… Anders Damsgaard
2021-08-31 08:54 rangetest.1: update SEE ALSO listing Anders Damsgaard
2021-08-31 08:42 Makefile: increment VERSION to 0.1.2 Anders Damsgaard
2021-08-31 08:41 rangetest: switch to C implementation Anders Damsgaard
2021-07-12 12:46 add transpose program Anders Damsgaard
2021-07-12 12:41 fix grammar in man page DESCRIPTIONs Anders Damsgaard
2021-06-06 14:40 fix column indexing Anders Damsgaard
2021-03-25 20:03 add histpdf Anders Damsgaard
2021-03-25 15:58 fix min/max Anders Damsgaard
2021-01-24 14:19 LICENSE: bump year Anders Damsgaard
2021-01-24 14:14 fix mandoc -Tlint -Wstyle errors Anders Damsgaard
2021-01-13 15:04 add rangetest and documentation Anders Damsgaard
2021-01-13 14:33 rangetest: match @VAL@ string in cmd Anders Damsgaard
2021-01-13 11:08 add rangetest for binary search testing… Anders Damsgaard
2021-01-08 09:34 sum: fix sum computation Anders Damsgaard
2020-12-09 10:19 Merge branch 'master' of src.adamsgaard… Anders Damsgaard
2020-12-09 10:19 style "file" as argument in man pages Anders Damsgaard
2020-12-09 10:19 Makefile: also install sum(1) Anders Damsgaard
2020-12-09 10:18 add sum(1) Anders Damsgaard
2020-12-09 09:54 max: fix printf call Anders Damsgaard
2020-12-09 09:54 max: remove extra tab char between fiel… Anders Damsgaard
2020-11-25 13:45 Makefile: add dist target and bump vers… Anders Damsgaard
2020-11-25 13:44 mean: minor code style change Anders Damsgaard
2020-11-25 13:43 minor code style changes Anders Damsgaard
2020-11-25 13:38 Makefile: also install max and min Anders Damsgaard
2020-11-25 13:37 add awk(1) reference in man pages Anders Damsgaard
2020-11-25 13:37 add manpages Anders Damsgaard
2020-11-25 13:30 add LICENSE Anders Damsgaard
2020-11-25 13:29 Add min, max, mean, README, and Makefile Anders Damsgaard
Atom feed
Atom feed (tags)
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.