From dc2d712e86a2db9f34829352825ea96269c15208 Mon Sep 17 00:00:00 2001 From: fluunke Date: Sat, 5 Jun 2021 16:37:48 +0200 Subject: [PATCH 1/2] Add kalker Adds kalker (https://github.com/PaddiM8/kalker) to applications. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 996f045..570dd73 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,7 @@ See also [Rust — Production](https://www.rust-lang.org/production) organizatio * [updns](https://github.com/wyhaya/updns) — DNS proxy tool * [Weld](https://github.com/serayuzgur/weld) — Full fake REST API generator [![build badge](https://api.travis-ci.org/serayuzgur/weld.svg?branch=master)](https://travis-ci.org/serayuzgur/weld) * [wezterm](https://github.com/wez/wezterm) — A GPU-accelerated cross-platform terminal emulator and multiplexer +* [kalker](https://github.com/PaddiM8/kalker) - A scientific calculator that supports math-like syntax with user-defined variables, functions, derivation, integration, and complex numbers. Cross platform + WASM support ### Audio and Music From fb9e792eb0e1e7c5985409b47ddfb6b9cc04c65b Mon Sep 17 00:00:00 2001 From: fluunke Date: Fri, 11 Jun 2021 13:30:40 +0200 Subject: [PATCH 2/2] Add build badge to kalker --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 570dd73..6501c9b 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ See also [Rust — Production](https://www.rust-lang.org/production) organizatio * [updns](https://github.com/wyhaya/updns) — DNS proxy tool * [Weld](https://github.com/serayuzgur/weld) — Full fake REST API generator [![build badge](https://api.travis-ci.org/serayuzgur/weld.svg?branch=master)](https://travis-ci.org/serayuzgur/weld) * [wezterm](https://github.com/wez/wezterm) — A GPU-accelerated cross-platform terminal emulator and multiplexer -* [kalker](https://github.com/PaddiM8/kalker) - A scientific calculator that supports math-like syntax with user-defined variables, functions, derivation, integration, and complex numbers. Cross platform + WASM support +* [kalker](https://github.com/PaddiM8/kalker) - A scientific calculator that supports math-like syntax with user-defined variables, functions, derivation, integration, and complex numbers. Cross platform + WASM support [![Build Status](https://github.com/PaddiM8/kalker/workflows/Release/badge.svg)](https://github.com/PaddiM8/kalker/actions) ### Audio and Music