Giter Site home page Giter Site logo

fffluoride / bash-stats-suite Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 64 KB

A suite of tools you can use to manipulate data right from the terminal for maximal convinence. Some of them are built on others. No need to use ********* Excel.

License: GNU General Public License v3.0

Shell 100.00%

bash-stats-suite's Introduction

bash-stats-suite

What is it?

First and foremost, a suite of tools that can be used to do some basic statistics given a csv file and a bash shell. No need to use *****soft Excel. This is mostly for school as I don’t like using excel or any free software alternatives, I much more like doing it from the terminal instead, reach out if you want to help or yknow fork.

How can I use this?

Simply clone main and add all the program files to your path. Make sure the files are executable, if you only want a specific one refer to the dependecy tree to see what you need. Have a good day and remeber to stick their *****soft excel up their *REDACTED.

About

Basic syntax

The program will just manipulate string. Specifically space seperated I may change this later but this seems like a natural decision as in bash you can loop over a string of values seperated by data like so:

data="data1 data2 data3 data4";
for value in data;
do
    echo "$value";
done;

Tables

Stuff like frequency tables will only be constructed not read my scripts. This means the programs will be able to take for example this:

data="0 0 1 2 1 1 1 0 0"

And will be able to return to stdout:

"0 4\n1 4\n 2 1\n"

The example above is a frequency table.

bash-stats-suite's People

Contributors

fffluoride avatar

Stargazers

 avatar

Watchers

 avatar

bash-stats-suite's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.