Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# MaxMath (Higher Algebra Calculator)

[![CI](https://github.com/yueye6811/MaxMath/actions/workflows/ci.yml/badge.svg)](https://github.com/yueye6811/MaxMath/actions/workflows/ci.yml)
[![Release](https://img.shields.io/github/v/release/yueye6811/MaxMath?label=release)](https://github.com/yueye6811/MaxMath/releases/latest)
[![CI](https://github.com/ParuhParhat/MaxMath/actions/workflows/ci.yml/badge.svg)](https://github.com/ParuhParhat/MaxMath/actions/workflows/ci.yml)
[![Release](https://img.shields.io/github/v/release/ParuhParhat/MaxMath?label=release)](https://github.com/ParuhParhat/MaxMath/releases/latest)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

<p align="center">
<strong>English</strong> |
<a href="README.zh-CN.md"><strong>简体中文</strong></a>
</p>

[Download MaxMath 1.1.1 APK](https://github.com/yueye6811/MaxMath/releases/download/v1.1.1/MaxMath-v1.1.1-arm64-v8a.apk)
· [Release notes](https://github.com/yueye6811/MaxMath/releases/tag/v1.1.1)
[Download MaxMath 1.1.1 APK](https://github.com/ParuhParhat/MaxMath/releases/download/v1.1.1/MaxMath-v1.1.1-arm64-v8a.apk)
· [Release notes](https://github.com/ParuhParhat/MaxMath/releases/tag/v1.1.1)

MaxMath is an offline Android app for higher-algebra computation and interactive
plotting, powered by GNU Maxima. Its interface is built with Kotlin and Jetpack
Expand Down Expand Up @@ -56,7 +56,7 @@ are sampled locally from the same expression AST and rendered with OpenGL.
## Getting the Source

~~~bash
git clone https://github.com/yueye6811/MaxMath.git
git clone https://github.com/ParuhParhat/MaxMath.git
cd MaxMath
~~~

Expand Down
10 changes: 5 additions & 5 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# MaxMath(高代计算器)

[![CI](https://github.com/yueye6811/MaxMath/actions/workflows/ci.yml/badge.svg)](https://github.com/yueye6811/MaxMath/actions/workflows/ci.yml)
[![Release](https://img.shields.io/github/v/release/yueye6811/MaxMath?label=release)](https://github.com/yueye6811/MaxMath/releases/latest)
[![CI](https://github.com/ParuhParhat/MaxMath/actions/workflows/ci.yml/badge.svg)](https://github.com/ParuhParhat/MaxMath/actions/workflows/ci.yml)
[![Release](https://img.shields.io/github/v/release/ParuhParhat/MaxMath?label=release)](https://github.com/ParuhParhat/MaxMath/releases/latest)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

<p align="center">
<a href="README.md"><strong>English</strong></a> |
<strong>简体中文</strong>
</p>

[下载 MaxMath 1.1.1 APK](https://github.com/yueye6811/MaxMath/releases/download/v1.1.1/MaxMath-v1.1.1-arm64-v8a.apk)
· [发布说明](https://github.com/yueye6811/MaxMath/releases/tag/v1.1.1)
[下载 MaxMath 1.1.1 APK](https://github.com/ParuhParhat/MaxMath/releases/download/v1.1.1/MaxMath-v1.1.1-arm64-v8a.apk)
· [发布说明](https://github.com/ParuhParhat/MaxMath/releases/tag/v1.1.1)

基于 GNU Maxima 的离线 Android 高等代数计算与交互式绘图应用。界面使用
Kotlin 与 Jetpack Compose,数学输入由纯 Kotlin 解析器处理,复杂符号计算在独立
Expand Down Expand Up @@ -51,7 +51,7 @@ Matplotlib 渲染;3D 曲面和等高线由同一表达式 AST 在本地采样
## 获取源码

~~~bash
git clone https://github.com/yueye6811/MaxMath.git
git clone https://github.com/ParuhParhat/MaxMath.git
cd MaxMath
~~~

Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

请不要在公开 Issue 中披露尚未修复的漏洞。请通过 GitHub 的私有漏洞报告入口提交:

https://github.com/yueye6811/MaxMath/security/advisories/new
https://github.com/ParuhParhat/MaxMath/security/advisories/new

如果该页面没有提供私密报告入口,请创建一个不含漏洞细节的普通 Issue,仅说明希望
取得私密安全联系渠道。维护者回复前,请勿公开复现步骤、利用代码或敏感日志。
Expand Down
Loading