scientific
Here are 265 public repositories matching this topic...
-
Updated
Apr 20, 2022 - JavaScript
-
Updated
Apr 13, 2022 - TypeScript
-
Updated
Apr 11, 2022 - R
-
Updated
Apr 21, 2022 - Python
-
Updated
Dec 30, 2021 - Jupyter Notebook
-
Updated
Apr 21, 2022 - JavaScript
-
Updated
Apr 13, 2022 - R
Overview
AllenSDK has a lot of unused docker files that would ideally be cleaned up. There are many files that are not used or have not been updated in a long time. The task is to identify the docker files and images that need to be removed to keep the code base clean and understandable.
ToDo:
- Identify the docker files that have not been used or updated in a long time
- Delete these
-
Updated
Apr 21, 2022 - Java
-
Updated
Aug 27, 2019 - Python
-
Updated
Jul 15, 2020
-
Updated
Jun 22, 2017 - JavaScript
-
Updated
Apr 22, 2022 - Haskell
-
Updated
Apr 20, 2022 - C++
-
Updated
Apr 21, 2022 - Python
-
Updated
Apr 15, 2022 - C
-
Updated
Jun 11, 2018 - C++
-
Updated
Mar 6, 2022 - Nim
-
Updated
Apr 15, 2022 - Jupyter Notebook
-
Updated
Aug 23, 2021 - TeX
We should include a sentence in the docs explaining that ABS is the default for ERROR_MODE and that ERROR will be interpreted as the absolute value (also verify in the code that this is correct)
-
Updated
Apr 12, 2022 - Python
-
Updated
Feb 2, 2021 - Python
[This has been assigned to Harry Singh of ONC.]
ERDDAP has a Keywords converter which converts a CF Standard Name to/from a GCMD Science Keyword.
Unfortunately, the conversion file was made a long time based on CF Standard Names and GCMD keywords which are now out-of-date.
The project here is to update the conversion file (WEB-INF/classes/gov/noaa/pfel/erddap/util/CfToGcmd.txt).
Skills req
-
Updated
Apr 17, 2022 - Java
-
Updated
Nov 26, 2021 - Perl
-
Updated
Aug 24, 2018 - Python
Improve this page
Add a description, image, and links to the scientific topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the scientific topic, visit your repo's landing page and select "manage topics."
Currently, this is defined only for arrays, but it seems like we should have
(I just came across this when trying to implement this algorithm for random unitary matrices, which is basically
Q * Diagonal(normalize.(diag(R)), but I discovered thatnormalizedidn't work.)