|
| 1 | +--- |
| 2 | +layout: "programs-tplt" |
| 3 | +group: apps |
| 4 | +priority: 2 |
| 5 | +version: "0.1.0" |
| 6 | +os: "Windows 10 or later" |
| 7 | +release-date: "2025-01-28" |
| 8 | +title: "Meany" |
| 9 | +precis: "Calculates various averages and related mathematical functions." |
| 10 | +summary: "Calculates various averages and weighted averages, such as arithimetic, harmonic, geometric and power means, modes and medians." |
| 11 | +meta-title: "Mean: mathematical averages calculator | Open Source | 64 bit" |
| 12 | +meta-desc: "A GUI program that calculates various different kinds of averages. Open source. Written in Delphi Pascal." |
| 13 | +download-base-url: "https://github.com/ddabapps/meany/releases/tag/v" |
| 14 | +repo-url: "https://github.com/ddabapps/meany" |
| 15 | +want-header-buttons: true |
| 16 | +status: "current" |
| 17 | +--- |
| 18 | +<section class="panel panel-default"> |
| 19 | + <div class="panel-heading"> |
| 20 | + <h2 class="panel-title"> |
| 21 | + Overview |
| 22 | + </h2> |
| 23 | + </div> |
| 24 | + <div class="panel-body"> |
| 25 | + <p> |
| 26 | + <em>Meany</em> is a simple average calculator application. It can calculate the following averages and related functions: |
| 27 | + </p> |
| 28 | + <ul> |
| 29 | + <li>Arithmetic mean</li> |
| 30 | + <li>Weighted arithmetic mean</li> |
| 31 | + <li>Geometric mean</li> |
| 32 | + <li>Weighted geometric mean</li> |
| 33 | + <li>Harmonic mean</li> |
| 34 | + <li>Weighted harmonic mean</li> |
| 35 | + <li>Power mean</li> |
| 36 | + <li>Weighted power mean</li> |
| 37 | + <li>Logarithmic mean</li> |
| 38 | + <li>Median</li> |
| 39 | + <li>Mode</li> |
| 40 | + <li>RMS</li> |
| 41 | + <li>Total sum of squares</li> |
| 42 | + </ul> |
| 43 | + <div class="callout callout-info"> |
| 44 | + <p> |
| 45 | + <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>. |
| 46 | + </p> |
| 47 | + <p> |
| 48 | + The program is made available under the terms of the <a href="https://mit-license.org/delphidabbler/" aria-label="MIT license">MIT license</a>. |
| 49 | + </p> |
| 50 | + </div> |
| 51 | +</section> |
| 52 | + |
| 53 | +<section class="panel panel-default"> |
| 54 | + <div class="panel-heading"> |
| 55 | + <h2 class="panel-title"> |
| 56 | + Download |
| 57 | + </h2> |
| 58 | + </div> |
| 59 | + <div class="panel-body"> |
| 60 | + <p> |
| 61 | + 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. |
| 62 | + </p> |
| 63 | + <p> |
| 64 | + Each release gives the option of downloading either the programs's installer or the source code. Your options are: |
| 65 | + </p> |
| 66 | + <ul> |
| 67 | + <li> |
| 68 | + 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. |
| 69 | + </li> |
| 70 | + <li> |
| 71 | + Choose <code>Source code.zip</code> to download the source code in <code>.zip</code> format. |
| 72 | + </li> |
| 73 | + <li> |
| 74 | + Choose <code>Source code.tar.gz</code> to download the source code as a g-zipped tarball. |
| 75 | + </li> |
| 76 | + </ul> |
| 77 | + <p class="text-center"> |
| 78 | + <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> |
| 79 | + </p> |
| 80 | + </div> |
| 81 | +</section> |
| 82 | + |
| 83 | +<section class="panel panel-default"> |
| 84 | + <div class="panel-heading"> |
| 85 | + <h2 class="panel-title"> |
| 86 | + Documentation |
| 87 | + </h2> |
| 88 | + </div> |
| 89 | + <div class="panel-body"> |
| 90 | + <p> |
| 91 | + The following documentation is available. All of it opens on GitHub. |
| 92 | + </p> |
| 93 | + <ul class="list-group"> |
| 94 | + <li class="list-group-item"> |
| 95 | + <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. |
| 96 | + </li> |
| 97 | + <li class="list-group-item"> |
| 98 | + <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. |
| 99 | + </li> |
| 100 | + <!-- |
| 101 | + <li class="list-group-item"> |
| 102 | + <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. |
| 103 | + </li> |
| 104 | + --> |
| 105 | + </ul> |
| 106 | + </div> |
| 107 | +</section> |
| 108 | + |
| 109 | +<section class="panel panel-default"> |
| 110 | + <div class="panel-heading"> |
| 111 | + <h2 class="panel-title"> |
| 112 | + Bugs & Feature Requests |
| 113 | + </h2> |
| 114 | + </div> |
| 115 | + <div class="panel-body"> |
| 116 | + <p> |
| 117 | + 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. |
| 118 | + </p> |
| 119 | + <p> |
| 120 | + 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. |
| 121 | + </p> |
| 122 | + <p class="alert alert-warning glyph"> |
| 123 | + You will need a GitHub account if you want to create or edit an issue. |
| 124 | + </p> |
| 125 | + </div> |
| 126 | +</section> |
0 commit comments