-
## About the author
My name is Rob, I am a doctoral candidate and instructor of record at the University of North Carolina at Charlotte. I have worked in higher math education for my entire adu…
-
I've been tinkering with a similar concept recently (coyly called MatchQL). I set out to build an abstract `MatchQL.Adapter` with concrete rudimentary ETS, DETS, and Mnesia implementations. After a lo…
-
Hello, first of all, thank you very much for your efforts and results, so that I successfully achieved the extraction goal of the three-dimensional point cloud tree skeleton, your algorithm is simpl…
-
The following Dex code doesn't compile:
```idris
interface Show a:Type where
show : a -> String
showList : List a -> String
-- Alternative type:
-- def showListDefault (show: Show a) ?=>…
-
Currently the (square of the) Euclidean distance is the only metric allowed, with the simplest (i.e., non-wrapping) topology. I'd be interested in getting this to work on e.g. a sphere with the Haver…
-
As reported by @oharboe, a `MixedVec` doesn't seem to work when using the `.suggestName` to change the name of the numeric identifiers created by the `MixedVec`.
Consider:
```scala
import chise…
-
Hello, I am interested in exploring the concept of periodicity in art and mathematics, and I have a specific idea that I would like to formalize and express mathematically. My idea is based on the con…
-
hello bertholet,
i didn find anything about the discretizing for the harmonic field applying nonzeroflux boundries, i read mostly all papers wich are reffered, can i might ask for some hints! or d…
-
This issue shall discuss the borrowing model of the nodes in `vnodes`. For those of you who don't know, these nodes will be structured in a tree like this:
```bash
├── dev
│ ├── keyboards
│ …
-
_Originally opened by @mpvl in https://github.com/cuelang/cue/issues/14_
kubectl allows patching using a "strategic merge". In short, it allows lists to be treated like maps so that the right element…