These simple programs are for doing data reduction and then display of columns of tab delimited data. They are designed to be piped together so you can do multiple things at once. This means they typically read from stdin and output to stdout.


http://reduce.sourceforge.net





Separate each tag with a space.

Release Date:

2007-03-05

Topic:

Operating System:

License:

Translations:

Intended Audience:

User Interface:

Programming Language:

Registered:

2007-03-03

Ratings and Reviews

Be the first to post a text review of data reduce. Rate and review a project by clicking thumbs up or thumbs down in the right column.

Project Feed

  • CVS Repository

    The CVS server is set up. You can get the latest code by following the Sourceforge.net cvs instructions. (However, a graphical client such as Eclipse will greatly ease the process once you get it going.)

    posted by myric 996 days ago

  • Project Goals

    Here are a few goals as I see them: 1) The standard math library and the gnu scientific library have literally hundreds of functions which could be added with little or no effort. This would be one place to start. I have a lot of repetitive code in the functions so far. I'm sure we could abstract some of this to make the adding of functions easier. The advantage of doing this is that all these functions can be called from the command line or piped together. 2) Error checking: Currently, the functions have almost no error checking. I checked for divide by zero to prevent an obvious crash situation, but that's about it. I don't want to make any of these commands interactive, because that would interfere with piping, so we have to be smart about it. 3) A gui: In order to make this package useful to more than 0.01% of the population we will eventually have to make the installation friendlier to the point and click types. Heck even C programmers are lost without buttons to push thanks to MS Visual C++. I envision something very visual like dragging functions from a palette and sticking them together like lego blocks. I am partial to the NI LabView interface myself so something like that would suit me. (For people who prefer lines of text, we could have a nice tutorial on how to write a bash script.) 4.) Make sure this stuff builds (and runs) on Windows. (Unfortunately, 95% of the population still uses it.) Everything should compile fine on any ANSI compliant C compiler, but I don't want to force people to install Cygwin to make this work. Certainly whatever GUI we use will have to be well thought out to make it work on Win32. I can only imagine the pain of trying to get this kind of thing to work using a Dos batch file... 5.) Security: I want to avoid insecure functions wherever possible. The default Debian gcc 4.1 has some security checks built in and they will not be disabled. Just Google for "Stack Smashing" if you're curious. (I actaully had some code suddenly stop working because I had an fscanf looking for a string of unspecified length. I strongly doubt this package will ever be popular enough to be targeted by malware. However, I believe a person has a moral responsibility to write code which is fit for purpose, whatever the license says. Code which allows someone to crash, hijack, spy-on or otherwise trash you computer is _not_ fit for purpose.

    posted by myric 1001 days ago

  • File released: /reduce/reduce-0.1/reduce-0.1.tar.gz

    posted 1003 days ago

  • reduce reduce-0.1 file released: reduce-0.1.tar.gz

    posted 1003 days ago

Rate and Review

Be the first person to add a text review.

Would you recommend this project?






<

Related Projects

data reduce Actions

Thanks for your rating!

Would you also like to write a review?





Skip Review

Thanks for your review!

Get credit for your review by logging in via OpenID. Click your account provider:

No Thanks