Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laipz8200/aga8
Natural Gas Calculator with GUI
https://github.com/laipz8200/aga8
aga8 gas
Last synced: 21 days ago
JSON representation
Natural Gas Calculator with GUI
- Host: GitHub
- URL: https://github.com/laipz8200/aga8
- Owner: laipz8200
- License: gpl-3.0
- Created: 2022-01-03T11:31:37.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-16T09:10:13.000Z (7 months ago)
- Last Synced: 2024-10-05T14:23:19.620Z (about 1 month ago)
- Topics: aga8, gas
- Language: Go
- Homepage:
- Size: 604 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AGA8
AGA8 is a Golang implementation for the AGA8 standard, complemented with a straightforward graphical user interface (GUI).
## Table of contents
- [AGA8](#aga8)
- [Table of contents](#table-of-contents)
- [GUI](#gui)
- [License](#license)
- [Algorithm License](#algorithm-license)
- [Software License](#software-license)
- [Reference](#reference)## GUI
The graphical user interface is powered by [fyne](https://github.com/fyne-io/fyne), providing a user-friendly interaction experience.
![screenshot](./asserts/main.png)
## License
### Algorithm License
The underlying algorithms in this software were developed by the dedicated employees of the National Institute of Standards and Technology (NIST), a vital agency within the Federal Government. In accordance with title 17 United States Code Section 105, works produced by NIST employees are not subject to copyright protection in the United States. However, it's important to note that this software may be subject to foreign copyright.
Permission is hereby granted, both within the United States and internationally, for the usage, duplication, modification, creation of derivative works, and distribution of this software and its accompanying documentation without the imposition of any fee. This permission is granted on a non-exclusive basis. It's crucial that this notice and disclaimer of warranty appear in all copies.
THE SOFTWARE IS PROVIDED 'AS IS' WITHOUT ANY WARRANTY OF ANY KIND, BE IT EXPRESSED, IMPLIED, OR STATUTORY. THIS INCLUDES, BUT IS NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND FREEDOM FROM INFRINGEMENT. ADDITIONALLY, THERE IS NO GUARANTEE THAT THE SOFTWARE WILL CONFORM TO SPECIFICATIONS OR THAT THE DOCUMENTATION WILL BE FREE OF ERRORS. IN NO EVENT SHALL NIST BE LIABLE FOR ANY DAMAGES, INCLUDING, BUT NOT LIMITED TO, DIRECT, INDIRECT, SPECIAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF THIS SOFTWARE.
### Software License
[LICENSE](./LICENSE)
## Reference
Code Reference: [usnistgov/AGA8](https://github.com/usnistgov/AGA8)