-
I am writing an optimization library for which I would like several of the routine's inputs to be generic LinearOperators. I was happy to find that this trait abstraction was already provided in ndarr…
-
The functionality in this project is just what I need, but, unfortunately, I cannot use Python. However, I'm only interested in the parser (i.e.: reading the ASCII art and translating it into a graphi…
cesss updated
7 years ago
-
At **Revision of categorization of topics #2**, before the **PoC of raw HTML structure #7** we had this:
![55412605-26468580-553e-11e9-9139-6058826b33bf](https://user-images.githubusercontent.com/8…
-
_From [victor@lopezjuan.com](https://code.google.com/u/victor@lopezjuan.com/) on September 25, 2013 12:14:54_
A couple of examples:
\begin{code}
module TailRec where
open import Data.Nat
-- Good o…
-
I love the idea of parsing frameworks that offer simple, easy to use functionality and provide standard ways of specifying grammars. Hime looks very interesting, and I am reading up on it to decide wh…
-
Hey, this looks really cool. I've been researching about embeddable type-safe SQL DSL that made more sense than the current SQL standard. Especially something that has more expression-like notation an…
-
I'd like to see an instruction for tail calls ( https://en.wikipedia.org/wiki/Tail_call ). The attractive feature of tail calls is that the called function's stack frame replaces the caller's, instea…
-
Our weather console application should allow users to search for the city for which they wish to know the weather. This feature should handle a wide range of city names from around the world, includin…
-
Provide a meaningful example of javaslang's structural pattern matching, exploring its benefits.
-
**Describe the problem you are trying to solve**
A datetime module is absent from [tremor-script](https://docs.tremor.rs/tremor-script/) [stdlib](https://docs.tremor.rs/tremor-script/stdlib/std…