danielc192 (Daniel Cohen)
- Login: danielc192
- Email: danielc192@gmail.com
- Registered on: 11/01/2009
- Last sign in: 04/07/2020
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
12/09/2019
-
08:18 PM Ruby Feature #9758: Allow setting SSLContext#extra_chain_cert in Net::HTTP
- This change is still blocking X509 certificate presentation with Net::HTTP, specifically when an intermediate certificate is required. The current workaround is to create a mixin for the Net::HTTP module (see the blog post linked in the ...
11/02/2009
-
05:29 AM Ruby Feature #2322 (Rejected): [PATCH] Add standard deviation function to Math Module
- =begin
This patch adds a Standard Deviation function to the Math Module. It takes an array and finds the standard deviation of all its elements, as long as they are numbers.
=end
11/01/2009
-
10:52 PM Ruby Feature #2321 (Rejected): [PATCH] Array Module sum and mean features
- =begin
I have created a new patch for the Array Module of Ruby. The patch adds two complementary features: A sum function, that sums the elements in an array if they are numbers; and a mean (or average) function that finds the mean of t...