cdf
Here are 58 public repositories matching this topic...
-
Updated
Sep 5, 2020 - C++
-
Updated
Oct 9, 2020
Random number functions work best when they generate many numbers are once, which isn't always convenient. Python generators offer a solution to this, but they aren't conveniently carried around. Create two random number generator functions, one normally distributed, the other in a top hat distribution, and attach them to the pysat object at instantiation.
Plan:
- Create random number gene
-
Updated
Apr 2, 2017 - Ruby
-
Updated
Jul 2, 2020 - C++
-
Updated
Dec 11, 2019
-
Updated
Mar 22, 2019 - C++
-
Updated
Jan 16, 2020 - R
-
Updated
Sep 15, 2020
-
Updated
Sep 20, 2020 - Crystal
-
Updated
Oct 6, 2020 - C#
-
Updated
Sep 2, 2020
-
Updated
Oct 9, 2020 - Julia
-
Updated
Jul 16, 2018 - Python
-
Updated
Oct 6, 2020 - Python
-
Updated
Aug 2, 2019 - Makefile
-
Updated
Sep 24, 2020 - Python
-
Updated
Aug 21, 2019 - Java
-
Updated
Jul 23, 2019
-
Updated
Jun 20, 2020
Improve this page
Add a description, image, and links to the cdf topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cdf topic, visit your repo's landing page and select "manage topics."
Currently we run one replica of the webhook deployment, which makes it a single point of failure in the event of a node outage. The job doesn't do anything that requires running as a single replica, so we should investigate running multiple replicas.
We can crib from Knative Serving, which configures: