search for: fitsparse

Displaying 1 result from an estimated 1 matches for "fitsparse".

Did you mean: fireparse
2012 Oct 12
9
[PATCH] Fits: tool to parse stream
...tforms. Thus the proposed name FITS, for Filesystem Incremental Backup Stream. We should also build the tools to receive the stream on different platforms. As a place to collect those I created at git at git://git.kernel.org/pub/scm/linux/kernel/git/arne/fits-progs.git --- Makefile | 4 + fitsparse.c | 402 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 406 insertions(+), 0 deletions(-) create mode 100644 Makefile create mode 100644 fitsparse.c diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..1c56476 --- /dev/null +++ b/Makefile @@ -0,0 +1...