-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeany.html
126 lines (123 loc) · 5.15 KB
/
meany.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
---
layout: "programs-tplt"
group: apps
priority: 2
version: "0.1.0"
os: "Windows 10 or later"
release-date: "2025-01-28"
title: "Meany"
precis: "Calculates various averages and related mathematical functions."
summary: "Calculates various averages and weighted averages, such as arithimetic, harmonic, geometric and power means, modes and medians."
meta-title: "Mean: mathematical averages calculator | Open Source | 64 bit"
meta-desc: "A GUI program that calculates various different kinds of averages. Open source. Written in Delphi Pascal."
download-base-url: "https://github.com/ddabapps/meany/releases/tag/v"
repo-url: "https://github.com/ddabapps/meany"
want-header-buttons: true
status: "current"
---
<section class="panel panel-default">
<div class="panel-heading">
<h2 class="panel-title">
Overview
</h2>
</div>
<div class="panel-body">
<p>
<em>Meany</em> is a simple average calculator application. It can calculate the following averages and related functions:
</p>
<ul>
<li>Arithmetic mean</li>
<li>Weighted arithmetic mean</li>
<li>Geometric mean</li>
<li>Weighted geometric mean</li>
<li>Harmonic mean</li>
<li>Weighted harmonic mean</li>
<li>Power mean</li>
<li>Weighted power mean</li>
<li>Logarithmic mean</li>
<li>Median</li>
<li>Mode</li>
<li>RMS</li>
<li>Total sum of squares</li>
</ul>
<div class="callout callout-info">
<p>
<span class="fa fa-copyright fa-pull-left fa-3x"></span><em>Meany</em> is copyright © 2025 by <a href="{{ site.data.core.gravatar-url }}" aria-label="{{ site.data.core.gravatar-link-title }}">Peter Johnson</a>.
</p>
<p>
The program is made available under the terms of the <a href="https://mit-license.org/delphidabbler/" aria-label="MIT license">MIT license</a>.
</p>
</div>
</section>
<section class="panel panel-default">
<div class="panel-heading">
<h2 class="panel-title">
Download
</h2>
</div>
<div class="panel-body">
<p>
This program is hosted on GitHub in the <code><a href="{{ page.repo-url }}">ddabapps/meany</a></code> repository. The program can be downloaded from the repository's <em>Releases</em> tab.
</p>
<p>
Each release gives the option of downloading either the programs's installer or the source code. Your options are:
</p>
<ul>
<li>
Choose <code>meany-exe-{{page.version}}.zip</code> to download a zip file containing the program. Extract the content of the <code>.zip</code> file. The included read-me file (<code>ReadMe.txt</code>) explains how to install and use the program.
</li>
<li>
Choose <code>Source code.zip</code> to download the source code in <code>.zip</code> format.
</li>
<li>
Choose <code>Source code.tar.gz</code> to download the source code as a g-zipped tarball.
</li>
</ul>
<p class="text-center">
<a class="btn btn-primary" role="button" href="{{ page.download-base-url }}{{ page.version }}" aria-label="Go to release v{{ page.version}} on GitHub">Get <span class="hidden-xs">release </span>v{{ page.version }} from GitHub</a>
</p>
</div>
</section>
<section class="panel panel-default">
<div class="panel-heading">
<h2 class="panel-title">
Documentation
</h2>
</div>
<div class="panel-body">
<p>
The following documentation is available. All of it opens on GitHub.
</p>
<ul class="list-group">
<li class="list-group-item">
<span class="fa fa-fw fa-x-pad-right fa-file-text-o" aria-hidden="true"></span><a href="https://github.com/ddabapps/meany/blob/master/README.md">Read Me<span class="sr-only"> (Markdown file)</span></a> – contains general information about the program.
</li>
<li class="list-group-item">
<span class="fa fa-fw fa-x-pad-right fa-file-text-o" aria-hidden="true"></span><a href="https://github.com/ddabapps/meany/blob/master/CHANGELOG.md">Change Log<span class="sr-only"> (Markdown file)</span></a> – lists significant changes made in each program release.
</li>
<!--
<li class="list-group-item">
<span class="fa fa-fw fa-x-pad-right fa-file-code-o" aria-hidden="true"></span><a href="https://github.com/ddabapps/meany/blob/master/Build.md">Build File<span class="sr-only"> (Markdown file)</span></a> – provides detailed information on how to build the program from source.
</li>
-->
</ul>
</div>
</section>
<section class="panel panel-default">
<div class="panel-heading">
<h2 class="panel-title">
Bugs & Feature Requests
</h2>
</div>
<div class="panel-body">
<p>
You can report bugs or suggest new features using the <em>Meany</em> <a href="https://github.com/ddabapps/meany/issues" class="offsite">issue tracker</a> on GitHub.
</p>
<p>
Please review existing bug reports and feature requests before creating a new issue. If an issue already exists you may be able to help by adding a further comment.
</p>
<p class="alert alert-warning glyph">
You will need a GitHub account if you want to create or edit an issue.
</p>
</div>
</section>