programming-language
Here are 4,057 public repositories matching this topic...
-
Updated
May 17, 2021
-
Updated
May 17, 2021 - V
-
Updated
Apr 30, 2021
-
Updated
May 15, 2021 - JavaScript
-
Updated
May 11, 2021 - TypeScript
-
Updated
May 5, 2021 - Python
-
Updated
May 10, 2021 - Perl
-
Updated
May 11, 2021 - OCaml
-
Updated
Apr 25, 2021 - Python
-
Updated
Mar 20, 2018 - TypeScript
-
Updated
May 1, 2021
-
Updated
May 17, 2021 - Dart
-
Updated
Feb 21, 2021
-
Updated
May 17, 2021 - TypeScript
It should be noted that it currently applies to all of the existing packages.
-
Updated
May 17, 2021 - Red
-
Updated
May 17, 2021 - Haxe
-
Updated
May 17, 2021 - Go
-
Updated
May 13, 2021 - JavaScript
-
Updated
May 17, 2021 - Java
-
Updated
May 8, 2021 - C
-
Updated
May 16, 2021 - Clojure
Current behavior:
.> view ##Nat
⚠️
The following names were not found in the codebase. Check your spelling.
##Nat
.> names ##Nat
😶
I couldn't find anything by that name.
.> alias.type ##Nat Nat
Done.
.> names ##Nat
Type
Hash: ##Nat
Names: Nat
.> view ##Nat
-- Nat is built-in.
Desired behavior would be something like:
The docs for BPF state that
The reciprocal of Q. Q is conventionally defined as cutoffFreq / bandwidth, meaning rq = (bandwidth / cutoffFreq).
Which is wrong for a band pass filter. cutoffFreq should be replaced with centerFreq, or maybe just freq, as that is the name of the parameter.
This is the help file:
'/Applications/SuperCollider.app/Contents/Resources/HelpSource/Classes/BPF.
-
Updated
Apr 9, 2021 - JavaScript
-
Updated
Feb 3, 2021 - Swift
-
Updated
May 17, 2021 - Crystal
-
Updated
May 10, 2021 - JavaScript
Improve this page
Add a description, image, and links to the programming-language topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the programming-language topic, visit your repo's landing page and select "manage topics."
"
and"""
could have docstrings, see e.g. JuliaLang/julia#40470 for how to implement it.