Skip to content

Commit

Permalink
Rename Repository
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdhilahiRWabwire committed Sep 20, 2024
1 parent af94103 commit 3492a93
Show file tree
Hide file tree
Showing 57 changed files with 16 additions and 198 deletions.
2 changes: 1 addition & 1 deletion .github/SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Report]: https://github.com/HyaenaTechnologies/calculate_engine_web/security/advisories
[Report]: https://github.com/HyaenaTechnologies/data_interchange_web/security/advisories

# Security Policy

Expand Down
25 changes: 12 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
[Android]: https://developer.android.com/studio
[CommonMark]:https://commonmark.org/
[Dart]: https://dart.dev/
[IDEA]: https://jetbrains.com/idea/
[Rice]: https://rice.edu
[Stax]: https://openstax.org
[JSON]: https://www.json.org/json-en.html
[TOML]: https://toml.io/en/
[VSCode]: https://code.visualstudio.com/docs
[YAML]: https://yaml.org/

<a href="https://github.com/HyaenaTechnologies/calculate_engine">
<h1>
<picture>
<img src="https://github.com/HyaenaTechnologies/calculate_engine/blob/main/assets/hce_markdown.png" alt="">
</picture>
</h1>
</a>
# Data Interchange

# Calculate Engine Web
Data Interchange Format Implementations

Calculate Engine is an Open Source Mathematics Engine. The function is to provide Calculators,
Steps and promote [OpenStax][Stax], [Rice University][Rice].
## Features

Calculate Engine Web is the Web Implementation of the Calculate Engine
- Extensible Markup Language
- [JavaScript Object Notation][JSON]
- [Markdown][CommonMark]
- [Tom's Obvious Minimal Language][TOML]
- [Yet Another Markup Language][YAML]

## Build

Expand Down
Binary file removed assets/hce_document.png
Binary file not shown.
Binary file removed assets/hce_github_social.png
Binary file not shown.
Binary file removed assets/hce_markdown.png
Binary file not shown.
Binary file removed assets/hce_play_store.png
Binary file not shown.
Binary file removed assets/icons/analysis.png
Binary file not shown.
Binary file removed assets/icons/atom.png
Binary file not shown.
Binary file removed assets/icons/back_button.png
Binary file not shown.
Binary file removed assets/icons/backspace.png
Binary file not shown.
Binary file removed assets/icons/book.png
Binary file not shown.
Binary file removed assets/icons/brightness.png
Binary file not shown.
Binary file removed assets/icons/calculator.png
Binary file not shown.
Binary file removed assets/icons/chemistry.png
Binary file not shown.
Binary file removed assets/icons/decimal.png
Binary file not shown.
Binary file removed assets/icons/delete.png
Binary file not shown.
Binary file removed assets/icons/division.png
Binary file not shown.
Binary file removed assets/icons/down_arrow.png
Binary file not shown.
Binary file removed assets/icons/eight.png
Binary file not shown.
Binary file removed assets/icons/equal.png
Binary file not shown.
Binary file removed assets/icons/filter.png
Binary file not shown.
Binary file removed assets/icons/five.png
Binary file not shown.
Binary file removed assets/icons/four.png
Binary file not shown.
Binary file removed assets/icons/information.png
Binary file not shown.
Binary file removed assets/icons/list.png
Binary file not shown.
Binary file removed assets/icons/matrix.png
Binary file not shown.
Binary file removed assets/icons/menu.png
Binary file not shown.
Binary file removed assets/icons/multiplication.png
Diff not rendered.
Binary file removed assets/icons/nine.png
Diff not rendered.
Binary file removed assets/icons/one.png
Diff not rendered.
Binary file removed assets/icons/parabola.png
Diff not rendered.
Binary file removed assets/icons/percent.png
Diff not rendered.
Binary file removed assets/icons/plus.png
Diff not rendered.
Binary file removed assets/icons/settings.png
Diff not rendered.
Binary file removed assets/icons/seven.png
Diff not rendered.
Binary file removed assets/icons/six.png
Diff not rendered.
Binary file removed assets/icons/square_root.png
Diff not rendered.
Binary file removed assets/icons/subtraction.png
Diff not rendered.
Binary file removed assets/icons/summation.png
Diff not rendered.
Binary file removed assets/icons/three.png
Diff not rendered.
Binary file removed assets/icons/trigonometry.png
Diff not rendered.
Binary file removed assets/icons/two.png
Diff not rendered.
Binary file removed assets/icons/web_dev.png
Diff not rendered.
Binary file removed assets/icons/zero.png
Diff not rendered.
Binary file removed assets/in_development.png
Diff not rendered.
Binary file removed assets/openstax.png
Diff not rendered.
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import 'dart:async';

Future<void> main(List<String> arguments) async {
print('Calculate Engine\n');
print('Data Interchange\n');
}
8 changes: 0 additions & 8 deletions lib/math/absolute_value.dart

This file was deleted.

8 changes: 0 additions & 8 deletions lib/math/average.dart

This file was deleted.

4 changes: 0 additions & 4 deletions lib/math/constant/pi.dart

This file was deleted.

41 changes: 0 additions & 41 deletions lib/math/conversion/length_conversion.dart

This file was deleted.

18 changes: 0 additions & 18 deletions lib/math/exponent.dart

This file was deleted.

53 changes: 0 additions & 53 deletions lib/math/geometry/area.dart

This file was deleted.

6 changes: 0 additions & 6 deletions lib/math/geometry/radius.dart

This file was deleted.

43 changes: 0 additions & 43 deletions lib/math/geometry/volume.dart

This file was deleted.

4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies:
web_socket_channel: ^3.0.1


description: "Open Source Mathematics Engine"
description: "Data Interchange Format Implementations"

dev_dependencies:
build_runner: ^2.4.12
Expand All @@ -49,5 +49,5 @@ dev_dependencies:
environment:
sdk: '>=3.0.0 <=6.0.0'

name: calculate_engine
name: data_interchange
version: 0.2.0

0 comments on commit 3492a93

Please sign in to comment.