-
[@vbeauPer] Hi, working on covariance and contravariance, I found a proof that if X and Y are disjoint you can still have `Consumer` different from `Consumer`.
In this proof you should keep in mind th…
-
I'm using for my hardware sensor a third panel on the right side of my monitor.
With mate-sensors-applet-1.6.1 it looks llike this:
![sensor-applet-1 6](https://cloud.githubusercontent.com/assets/9616…
-
From http://groups.google.com/group/sage-support/browse_thread/thread/21d861876918e668
```
> While I looked at ideal's docstring I noticed plenty of construct like
> sage: R, x = PolynomialRin…
-
why i use node `node --trace-gc`
root:localhost:~ # node --trace-gc
[50926] 91 ms: Scavenge 2.0 (37.5) -> 1.7 (37.5) MB, 0.7 ms [allocation failure].
[50926] 92 ms: Scavenge 2.0 (37.5) …
-
Hi, working on covariance and contravariance, I found a proof that if X and Y are disjoint you can still have `Consumer` different from `Consumer`.
In this proof you should keep in mind that `X&Y` cou…
-
Hi !
We have an issue with Math lib as PHP (and other main languages) use `sin`, `cos`, ... with radian value as parameter. But Hoa\Math change that for degree value.
What about going back on this b…
-
I think this project is _really_ awesome, but I think that logo displayed on http://numba.pydata.org/ is a problem. It looks _horrible_. On my monitor I cannot even distinguish wheter the background i…
jaseg updated
10 years ago
-
If you want to convert -100%100% range to 0%100% range,
in C9X 1.52 is,
(+50%) [Source] Offset (100%)
calculation is,
Output = ( [Source] + [Offset] ) \* [Weight]
But in C9X 1.99,
[Source] Weight (+5…
-
This is rather a feature suggestion, and potentially could solve many problems. Having mathJs-Latex conversion would also allow us to validate input in more humanly understood way. The main problem is…
-
some domain classes uses `GroovyShell` without any security constraints. we should probably apply reasonable security to these shells.