-
```lean
def hashPos : Pos → UInt64
| Pos.one => 0
| Pos.succ n => mixHash 1 (hashPos n)
```
This hits a stack overflow at around 10000 ... and isn't it wildly expensive? I would imagine some…
-
I wanted to give an update on one of our high-priority tasks for this year's SOW, namely expanding the IPM to explicitly model releases of hatchery (or known-origin) juveniles and their adult returns …
-
**Submitting author:** @wrightaprilm (April Wright)
**Repository:** https://github.com/wrightaprilm/treesiftr
**Version:** v1.0.0
**Editor:** @juanklopper
**Reviewer:** @ethanwhite, @rachelss
**Archiv…
-
[Request](http://stackoverflow.com/questions/15790708/how-can-i-perform-a-2-way-repeated-measures-anova-using-statsmodels/15793366) to support repeated measures ANOVA
see #786 for PR
-
# The Problem
There are at least 5 different "hiding" methods in code:
* Fomantic-UI's `.hidden` class
* Browser and Fomantic-UI's `[hidden]` attribute
* Gitea's `.hide` class
* Inline `style=…
-
## Official Review of Paper136 by Reviewer y4bt
ML4H 2022 Symposium Paper136 Reviewer y4bt
23 Sept 2022ML4H 2022 Symposium Paper136 Official ReviewReaders: Program Chairs, Paper136 Area Chairs, Pap…
-
**Submitting author:** @nhejazi (Nima Hejazi)
**Repository:** https://github.com/nhejazi/haldensify
**Branch with paper.md** (empty if default branch):
**Version:** v0.2.5
**Editor:** @majensen
**Rev…
-
Example: https://mila.quebec/en/publications/
It would be nice to reuse the same code as in the Mila website. Not sure if that's 'easily' possible via RTD
-
**Submitting author:** @LucyMcGowan (Lucy D'Agostino McGowan)
**Repository:** https://github.com/LucyMcGowan/tipr
**Branch with paper.md** (empty if default branch): joss
**Version:** v0.4.1
**Edi…
-
# Rust Is Hard, Or: The Misery of Mainstream Programming
[https://hirrolot.github.io/posts/rust-is-hard-or-the-misery-of-mainstream-programming.html](https://hirrolot.github.io/posts/rust-is-hard-o…