-
Updated
Mar 24, 2021
Hacktoberfest
Hacktoberfest is a month-long celebration of open source software. Each October, open source maintainers give new contributors extra attention as they guide developers through their first pull requests on GitHub.
Here are 56,285 public repositories matching this topic...
-
Updated
Mar 25, 2021 - Shell
-
Updated
Mar 22, 2021 - JavaScript
When defining custom classes tooltip or arrow on a Tooltip component used on a Textfield, the console shows warnings like:
The key tooltip provided to the classes prop is not implemented in ForwardRef(TextField). You can only override one of the following: root.
-
Updated
Mar 25, 2021 - Java
-
Updated
Mar 25, 2021 - Go
-
Updated
Mar 25, 2021 - JavaScript
-
Updated
Mar 25, 2021 - Go
Proof UPDATE_PROGRAM
Proof read transcribed code of UPDATE_PROGRAM against scans
Lines: 548
Page: 1386—1396 (10)
Reduced quality scans can be found here
-
Updated
Mar 25, 2021 - Python
-
Updated
Mar 22, 2021 - JavaScript
It is currently expected that UIs will figure out when to hide msg_history_show messages by themselves.
I think this is bad for two reasons:
- It makes UIs less similar, increasing the number of things to learn when going from one UI to another.
- It makes UIs different from the TUI, which offers a
press ENTERprompt when the time to hidemsg_history_showmessages has come.
After [di
-
Updated
Mar 25, 2021 - Python
A minor cleanup for the future.
At the moment we use this in http11.py:
with suppress(AttributeError):
txresponse._transport._producer.loseConnection()
[Once we drop support for Twisted < 18.4.0](twisted/twisted@3855923
-
Updated
Mar 24, 2021 - C++
-
Updated
Mar 20, 2021
-
Updated
Mar 24, 2021 - C
-
Updated
Mar 24, 2021 - C++
-
Updated
Mar 24, 2021 - Java
-
Updated
Mar 25, 2021 - Go
-
Updated
Mar 21, 2021
julia> using LinearAlgebra
julia> a = [4 7 8;5 1 0; 6 0 1]
julia> A = [1 2 3; 4 1 6; 7 8 1]
julia> det(a)
-78.99999999999999
julia> det(A)
104.0There shouldn't be any reason for that behaviour.
-
Updated
Mar 25, 2021 - TypeScript
-
Updated
Mar 14, 2021 - JavaScript
-
Updated
Mar 25, 2021 - Ruby
-
Updated
Mar 25, 2021 - Shell
-
Updated
Mar 24, 2021 - Shell
As discussed in #3926, the following files do not have
.pyextensions because TensorFlow does not yet support the current Python.TODO: Restore the
.pyfile extensions