Home Page

Accumulate 1.3 - Download




About Accumulate

Used to accumulate values by category. It might be useful for example in a billing program to accumulate hours by various categories. It could be used to count how many times various words occurred in a document.

Used to accumulate values by category. It might be useful
for example in a billing program to accumulate hours by
various categories.

It could be used to count how many times various words
occurred in a document.

All you need is:

buckets.accumulate( "somecategory", someamount );

And Accumulate looks after creating the buckets to
accumulate new categories for you.

e.g.

Accumulate buckets = new Accumulate( 20 );
buckets.accumulate( "ugli fruit", 3 );
buckets.accumulate( "peaches", 10 );
buckets.accumulate( "strawberries", 15 );
buckets.accumulate( "peaches", 14 );
String[] categories = buckets.categories();

// prints:
// peaches:24
// strawberries:15
// ugli fruit:3
for (String category: categories )
{
System.out.println( category:
+ ":"
+ buckets.total( category ));
}

You can test the app with:

java.exe -jar accumulate.jar



Previous Versions

Here you can find the changelog of Accumulate since it was posted on our website on 2015-04-24 03:00:00. The latest version is 1.3 and it was updated on 2024-04-22 19:46:18. See below the changes in each version.

Accumulate version 1.3
Updated At: 2009-03-12
Changes: add ANT build file
Accumulate version 1.2
Updated At: 2008-01-01
Changes: add icon and pad file


Related Apps

Here you can find apps that are similar with Accumulate.



Disclaimer

External Download


We do not host Accumulate on our servers. We did not scan it for viruses, adware, spyware or other type of malware. This app is hosted by the software publisher and passed their terms and conditions to be listed there. We recommend caution when installing it.

The external download link for Accumulate is provided to you by apps112.com without any warranties, representations or guarantees of any kind, so access it at your own risk.

If you have questions regarding this particular app contact the publisher directly. For questions about the functionalities of apps112.com contact us.

BarCode2D-PNG


Click stars to rate this APP!

Users Rating:  
  3.0/5     1
Downloads: 220
Updated At: 2024-04-22 19:46:18
Publisher: Canadian Mind Products
Operating System: Java,Linux,Mac OS X,Unix,Win2000,Win7 X32,Win7 X64,WinServer,WinVista,WinVista X64,WinXP
License Type: Free