scientific
Here are 250 public repositories matching this topic...
-
Updated
Dec 13, 2021 - JavaScript
-
Updated
Dec 8, 2021 - TypeScript
-
Updated
May 13, 2021 - Java
-
Updated
Dec 10, 2021 - R
-
Updated
Aug 15, 2021 - Python
-
Updated
Nov 6, 2021 - Jupyter Notebook
-
Updated
Dec 9, 2021 - JavaScript
-
Updated
Dec 1, 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
Dec 11, 2021 - Java
-
Updated
Aug 27, 2019 - Python
-
Updated
Jul 15, 2020
-
Updated
Jun 22, 2017 - JavaScript
-
Updated
Dec 8, 2021 - Haskell
-
Updated
Dec 9, 2021 - C++
-
Updated
Dec 11, 2021 - Python
-
Updated
Jun 11, 2018 - C++
-
Updated
Dec 13, 2021 - C
-
Updated
Nov 2, 2021 - Nim
-
Updated
Dec 13, 2021 - Python
-
Updated
Sep 5, 2021
Consider simplifying by not using REGEX.
-
Updated
Aug 23, 2021 - TeX
-
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
Dec 13, 2021 - Java
-
Updated
Nov 26, 2021 - Perl
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."
It might be useful to have
rationalize(x)returnxifxis already rational, to allow generic code that takes both reals and rationals as inputs.