-
Previously i got the following configuration
```shell
[General]
metricsFile=/var/www/html/httpd-exporter/metrics
addLabels=
addStatusGroupLabel=status
collectBytesTransferred=bytes_sent
reten…
-
transform is currently of the form:
```
transform(msg: mhub.Message) => Object
```
this allows filtering (by returning nothing), mapping (by returning a message) and expanding (by returning an array…
-
Software Requirement Specification (SRS) for Laboratory Work: Program for Solving Systems of Equations
-
- Generate random binary trees and validate/shrink them in SwiftCheck
- Use this to test DataStructures/Algorithms solutions
- Demonstrates power of generics in the library
-
Hey, Willian. Thanks so much for publishing the package. I've been using it a lot.
Something that really bothers me is the fact that the model always gives us p-values less than 0.5, no matter what…
-
```
t = symbols('t', real=True, positive=True)
a = symbols('a', real=True)
s = symbols('s')
laplace_transform(1 + 2*Sum((-1)**n*Heaviside(t - n*a), (n, 1, oo)), t, s)
returns:
(2*LaplaceTransform(Sum…
-
e.g.
```
assume x ~ normal(0, 1);
assume my_normal = (foo, bar) ~> { normal(foo, bar) };
```
Ideas for what to do with the tilde characters?
- Option: Make the first example above an alias for `assu…
-
Additional numerical fluxes:
- [x] Ducros et al.
```
@article{ducros2000high,
title={High-Order Fluxes for Conservative Skew-Symmetric-Like Schemes in
Structured Meshes: {A}ppli…
-
Dear Mr Shiozaki,
I'm trying to understand the SMITH2 code and have some questions:
1) Does SMITH2 use antisymmetrized formalism for diagrams?
2) For example, if we consider expression for the corr…
-
I am attempting to follow the instructions in README.md to produce the static OTF and TTF fonts, but I run into this error:
spwhitton@develacc:~/src/fonts-inconsolata>fontmake -g sources/Incons…