scientific
Here are 244 public repositories matching this topic...
-
Updated
Aug 26, 2021 - JavaScript
-
Updated
Aug 25, 2021 - TypeScript
-
Updated
May 13, 2021 - Java
-
Updated
Aug 10, 2021 - R
-
Updated
Aug 15, 2021 - Python
-
Updated
Feb 14, 2021 - Jupyter Notebook
-
Updated
Aug 27, 2021 - Python
-
Updated
Jul 6, 2021 - 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
Aug 27, 2021 - Java
-
Updated
Jun 22, 2017 - JavaScript
-
Updated
Jul 15, 2020
-
Updated
Aug 27, 2019 - Python
-
Updated
Aug 27, 2021 - Haskell
-
Updated
Aug 19, 2021 - C++
-
Updated
Jun 11, 2018 - C++
-
Updated
Aug 12, 2021 - Python
-
Updated
Aug 2, 2021 - Nim
-
Updated
Aug 25, 2021 - Python
-
Updated
Aug 27, 2021 - C
-
Updated
Jun 21, 2021 - Jupyter Notebook
-
Updated
Feb 2, 2021 - Python
-
Updated
Aug 23, 2021 - TeX
[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
May 20, 2021 - Perl
-
Updated
Aug 24, 2018 - Python
Expressions like 2 * 5% would translate to 2 * (5/100). Percentages can only be appended to factors and just divides them by 100.
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."
Looking for ";" in the help REPL shows a docstring that describes its use as the end of statement and as output suppressor but it doesn't mention its use as a separator between positional and keyword arguments in function definitions and calls, nor about its role for building arrays or about its usage to access the shell REPL mode.
This is the same in v1.6 and master (August 8 2021).