-
Updated
Mar 3, 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,662 public repositories matching this topic...
-
Updated
Mar 4, 2021 - Shell
-
Updated
Feb 24, 2021 - JavaScript
-
Updated
Mar 4, 2021 - Java
-
Updated
Mar 4, 2021 - Go
-
Updated
Mar 4, 2021 - JavaScript
-
Updated
Mar 3, 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 4, 2021 - Python
-
Updated
Mar 4, 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 4, 2021 - Python
Cover https://github.com/scrapy/scrapy-bench in our documentation topic about benchmarking, as a project to use for more complex Scrapy benchmarking.
It may also be a good idea to remove the promise about future scrapy bench enhancements.
-
Updated
Mar 3, 2021 - C++
-
Updated
Feb 9, 2021
-
Updated
Feb 15, 2021 - C++
-
Updated
Mar 4, 2021 - C
update README.md
Description
Remove developemt branch instruction form README.md. It was earlier decided to wrap the complete repository into a Java Project. But this idea is not suitable, The sole purpose of this organisation is to serve for educational purpose. Therefore, we want each and every file to be independent from other files.
-
Updated
Mar 4, 2021 - Go
-
Updated
Mar 2, 2021
-
Updated
Mar 4, 2021 - TypeScript
The current implementation of lyap for complex scalar arguments is incorrect. We can see this by comparing the result obtained using 1x1 matrices vs scalars:
julia> A = (1.0+2.0im)*ones(1,1);
julia> C = (3.0+4.0im)*ones(1,1);
julia> lyap(A, C) # expected
1×1 Matrix{ComplexF64}:
-1.5 - 2.0im
julia> lyap(A[1], C[1]) # wrong!
-1.1 + 0.2im
julia> -C[1] / 2real(A[1]) -
Updated
Mar 3, 2021 - JavaScript
-
Updated
Mar 4, 2021 - Ruby
-
Updated
Mar 4, 2021 - Shell
-
Updated
Mar 3, 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