-
In software engineering, a functor is more than a simple box or container. It is a function that dresses our objects with a computational context and that gives the possibility to apply our usual morp…
-
There are a few improvements we can make in the script which generates `docs/hotkeys.md`; some of the same changes could be added to the rendering of keys in the help menu too.
* [x] space-separate…
-
```
sage: R = RealField(sci_not=True)
sage: a = R(23.4)
sage: a
2.34000000000000e1
sage: a = R(234.5)
sage: a
2.34500000000000e2
```
The exponent should only be a multiple of three for readability…
-
When we « arrive » at the tuple(s) concept(s) : #5 and beyond ...
... modeling paradigms are splitting in 2 mains categories :
- Those who considers only 2-ary oriented tuple (2 Ary non oriented…
-
Hi there,
We're testing the performance of CBOR vs plain JSON and looks like, at least for ASCII text, JSON is quite faster, this speaks volumes about the Jackson performance of JSON but looks like…
-
Very cool work!
It would be great to have an example on how to solve an ODE that is _directly_ forced by some signal `x(t)`, e.g. a forced mass-spring-damper
`m y'' + r y' + k y = x(t)`.
Do…
fhchl updated
2 years ago
-
### Description
Today, I investigated [a process instance](https://bru-2.operate.camunda.io/689a796f-7efa-487f-9e44-76ca3a98c77b/processes/4503599664803449) that unexpectedly had an extra tok…
-
Let's start a discussion thread on potential approaches to graphs (which some might call maps) for the federated wiki. @bobbyno and I spent 90 minutes discussing this so far. I will be travelling fo…
-
This issue is to discuss and track the following work I propose to do. For the sake of limiting scope, this issue is restricted to working on "incorrectly" named operators (explained below).
- [ ] …
-
I don't exactly get what all the arrows mean in a class diagram.
Lets say you have the below code
```
class A {
List bArray = new ArrayList;
}
```
In this case, what do we call the relation…