From 22001f27cdf427e86485d6dfa2c090a2619d0ecc Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 12 Oct 2022 20:45:14 +0200 Subject: [PATCH 1/2] README.md: Lose LGTM badge because we don't use it --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index c787979607ee..c499c14e12b9 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,6 @@ GitHub Workflow Status - - LGTM - pre-commit From 0d6b9240e7583828274dbc1ddc9bc7817ae66ec8 Mon Sep 17 00:00:00 2001 From: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Date: Wed, 12 Oct 2022 18:45:33 +0000 Subject: [PATCH 2/2] updating DIRECTORY.md --- DIRECTORY.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DIRECTORY.md b/DIRECTORY.md index 9ef72c403f32..25272af4a708 100644 --- a/DIRECTORY.md +++ b/DIRECTORY.md @@ -14,6 +14,7 @@ ## Audio Filters * [Butterworth Filter](audio_filters/butterworth_filter.py) + * [Equal Loudness Filter](audio_filters/equal_loudness_filter.py) * [Iir Filter](audio_filters/iir_filter.py) * [Show Response](audio_filters/show_response.py) @@ -475,6 +476,7 @@ * [Binomial Coefficient](maths/binomial_coefficient.py) * [Binomial Distribution](maths/binomial_distribution.py) * [Bisection](maths/bisection.py) + * [Carmichael Number](maths/carmichael_number.py) * [Catalan Number](maths/catalan_number.py) * [Ceil](maths/ceil.py) * [Check Polygon](maths/check_polygon.py)