-
https://github.com/rust-lang-ja/ac-library-rs/tree/master
-
Implement a simple distributed list processing framework where operations on lists are executed in separate processes, typically on different nodes in a cluster.
This would be a very simple form of…
-
Monoid doesn't shows up on font selection on Mintty. Searching the web I found that Windows have some specific criterias for terminal fonts [1]. Is it practicable to add support?
[1] http://superuser…
-
This is a very interessering purely algebraic conjecture; that all lambda-rings (perhaps without Z-torsion, and some other hypotheses) are sub-lambda-rings of TS_R(M) for some **binomial** ring R and …
-
I use the recently commit to build grpc demo and failed. the error is
```
[ 1 of 13] Compiling Proto3.Suite.DotProto.AST ( src/Proto3/Suite/DotProto/AST.hs, .stack-work/dist/x86_64-linux-ti…
mut0u updated
6 years ago
-
```
sage: cartesian_product([GF(3)^2, GF(7)^3])
The cartesian product of (
Vector space of dimension 2 over Finite Field of size 3,
Vector space of dimension 3 over Finite Field of size 7)
sage…
-
I'd like to display the cron description in the local timezone. So,
```
At 02:00 AM, every 3 days
```
would be (in my time zone, settable w/ the opts monoid)
```
At 09:00 PM, every 3 days
```
…
-
Operator wrapper allowing to negate its result.
The point of this feature it to not need to fully implement new operators using operators::negate.
For instance _operators::logical\_nand_ becomes:…
-
In the lattices, we have a number of methods to create ring structures from lattices. These seem like particular constructions to me, and perhaps not best bolted onto the traits themselves.
For insta…
-
Right now, there's `AdditiveSemigroup` and `MultiplicativeSemigroup` which are then combined into `Semiring`. This is all well and good, but unfortunately there's a huge amount of code out there writt…