Commit Graph

54 Commits

Author SHA1 Message Date
Nicolás A. Ortega b9e7bb6b7d
Need an extra line there. 2016-07-13 22:22:40 +02:00
Nicolás A. Ortega aaa653afcd
Added travis to README.md 2016-07-13 22:21:28 +02:00
Nicolás A. Ortega 147fc10bd8
Removed a couple problematic flags. 2016-07-13 22:13:05 +02:00
Nicolás A. Ortega bf76b4a911
Added a build file.
Hope this works...
2016-07-13 22:07:15 +02:00
Nicolás A. Ortega 1685ecc1e9
Removed the binary (it was a test.) 2016-07-12 15:40:25 +02:00
Nicolás A. Ortega c33919a3c6
Adding a temporary windows binary. 2016-07-08 20:01:33 +02:00
Nicolás A. Ortega ecd4980ba2
Now reads a file and obtains its numbers. 2016-07-08 18:26:04 +02:00
Nicolás A. Ortega e9bd5bcdd0
Now parsing commandline arguments. 2016-07-07 20:45:57 +02:00
Nicolás A. Ortega 156f8de5c0
Strict compiler with reldeb default build. 2016-07-04 16:17:16 +02:00
Nicolás A. Ortega 597fc22124
Added to the README.md 2016-07-04 12:52:40 +02:00
Nicolás A. Ortega 3675ee066f
Adding the C code.
I'm keeping the Java file for now as reference.
2016-07-04 12:43:19 +02:00
Nicolás A. Ortega f7a0384ff3
Ignore the build directory. 2016-07-04 12:17:21 +02:00
Nicolás A. Ortega 19f9c3c333
Preparing for switch to C. 2016-07-04 12:16:35 +02:00
Deathsbreed eebc90e392 Commented Q3 out. 2014-11-06 12:06:59 -06:00
Nicolás A. Ortega 5acd4908ab Update README.md 2014-10-30 15:45:22 -05:00
Deathsbreed f022fda0d6 Fixed warning from build. 2014-10-10 11:55:19 -05:00
Deathsbreed 6d6ef03710 Simplifying comilation. 2014-10-08 19:47:21 -05:00
Nicolás A. Ortega b5d0d55290 Update .gitignore 2014-09-21 11:25:47 -05:00
Deathsbreed 81548b20e6 Update README.md 2014-09-21 11:24:23 -05:00
Deathsbreed ede6827cb6 Merge branch 'master' of https://github.com/Deathsbreed/MMMCalc 2014-09-21 11:22:57 -05:00
Deathsbreed 015da8fd34 Now using Apache Ant to compile. 2014-09-21 11:22:22 -05:00
Nicolás A. Ortega 326038107c Update README.md 2014-09-17 21:21:43 -05:00
Nicolás A. Ortega a1b8f22383 Removed a comment. 2014-06-01 15:40:38 -05:00
Deathsbreed fb4d81fe67 Removed FIXME from Q1 function. 2014-05-31 23:51:59 -05:00
Deathsbreed 497c7d0bea Fixed Q1 calculations (though they could be simplified). 2014-05-31 23:49:00 -05:00
Deathsbreed b5db1fbdc2 Forgot to add the gitignore file. 2014-05-31 22:08:03 -05:00
Deathsbreed 1adc60c991 Added a gitignore file for the binary folder, and moved the manifest to that folder. 2014-05-31 22:06:43 -05:00
Deathsbreed 4980d8b57c Merge branch 'master' of https://github.com/Deathsbreed/MMMCalc 2014-05-07 15:42:40 -05:00
Deathsbreed 8d048e9a68 Trying to rever this. 2014-05-07 15:42:35 -05:00
Nicolás A. Ortega f9a739f556 Added FIXME notices for Q1 and Q2
Q1 and Q2 are calculating incorrectly, specifically that they are ignoring the median value.
2014-05-07 11:03:00 -05:00
Deathsbreed 3b24d422d2 Preparing for version 0.4 2014-04-15 13:41:35 -05:00
Deathsbreed e8b1d79f79 Oops, forgot to change the version. Oh well, minor details. 2014-04-14 17:50:36 -05:00
Deathsbreed 0ce346b714 There is now a verbose mode for Q1 and Q3. 2014-04-14 17:36:28 -05:00
Deathsbreed cbe1aeb123 Now calculates Q1 and Q3. 2014-04-14 17:18:24 -05:00
Deathsbreed da36eac98a Setting up for calculations of Q1 and Q3. 2014-04-14 12:02:36 -05:00
Deathsbreed dec3bdca0a Added info on building information. 2014-04-14 11:57:29 -05:00
Deathsbreed 7d2cf7e91a Median is now better emphasized in verbose mode. 2014-04-10 19:28:56 -05:00
Deathsbreed 0cac8482b6 Fixed median verbose print. 2014-04-10 18:06:07 -05:00
Deathsbreed 62d4d703a8 Fixed median calculation for even array length. Verbose needs fix. 2014-04-10 17:24:08 -05:00
Deathsbreed 14ce9cdc3c There is now a verbose mode for median and mode. 2014-04-10 17:08:22 -05:00
Deathsbreed 67bf1b9936 Fixed some spelling errors. 2014-04-10 16:32:16 -05:00
Deathsbreed 7ab6041de2 Added verbose for standard deviation and varience. 2014-04-10 16:22:05 -05:00
Deathsbreed c37263600a Added verbose for mean. 2014-04-10 12:12:59 -05:00
Nicolás A. Ortega ed3960329d Added copyright and warranty options to help information. 2014-04-09 17:25:00 -05:00
Deathsbreed 30d9e1189c Added GNU GPLv3 copyright requirements to program. 2014-04-09 17:22:39 -05:00
Deathsbreed 7a2b0f6cf0 Now calculates varience. 2014-04-09 17:00:35 -05:00
Deathsbreed fdc6f484ad Now calculates standard deviation. 2014-04-09 16:55:21 -05:00
Deathsbreed 1fae1332bd Fixed sorting. 2014-04-09 16:17:15 -05:00
Deathsbreed b8e76b8e97 Setting up for verbose mode. 2014-04-09 11:59:26 -05:00
Deathsbreed d7b8febf01 Now calculates range. 2014-04-09 10:30:04 -05:00