programming-language
Here are 4,086 public repositories matching this topic...
-
Updated
May 31, 2021
-
Updated
May 31, 2021 - V
-
Updated
May 30, 2021
-
Updated
May 15, 2021 - JavaScript
-
Updated
May 31, 2021 - TypeScript
-
Updated
May 26, 2021 - Python
-
Updated
May 26, 2021 - Perl
-
Updated
May 11, 2021 - OCaml
-
Updated
Apr 25, 2021 - Python
-
Updated
Mar 20, 2018 - TypeScript
-
Updated
May 31, 2021 - Dart
-
Updated
May 1, 2021
-
Updated
Feb 21, 2021
-
Updated
May 29, 2021 - TypeScript
It should be noted that it currently applies to all of the existing packages.
-
Updated
May 26, 2021 - Red
-
Updated
May 29, 2021 - Haxe
-
Updated
May 30, 2021 - Go
-
Updated
May 27, 2021 - JavaScript
-
Updated
May 30, 2021 - Java
-
Updated
May 28, 2021 - C
-
Updated
May 31, 2021 - Clojure
I suppose it should say you can do pull
rather than push
to merge the changes locally.
Also, you can see an extra space in the backticked output that should be omitted when the local path argument is empty.
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
May 27, 2021 - JavaScript
-
Updated
Feb 3, 2021 - Swift
-
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."
Could probably be an error instead?
sock.handle
is a null pointer herehttps://github.com/JuliaLang/julia/blob/5dbf45a2997acd26e0f72abaa320c9d0d54956a1/stdlib/Sockets/src/Sockets.jl#L817 and here https://github.com/JuliaLang/julia/blob/5dbf45a2997acd26e0f72abaa320c9d0d54956a1/stdlib/Sockets/src/Sockets.jl#L821
Would
peer = isopen(sock) ? getpeername(sock) : nothing
be a safe alternative