-
Use this issue to discuss the code style for the stdlib.
The most widely supported elements of style will eventually be merged into the [Style Guide for contributors](https://github.com/fortran-lan…
-
I've created [this gist](https://gist.github.com/Piruzzolo/e744c9da5ed18898fae85f29a560e90f) on units formations. As you can see from the revision log, it is still a work in progress. I'm finding a wa…
-
### Please complete the following tasks
- [X] I have searched the [discussions](https://github.com/winnow-rs/winnow/discussions)
- [X] I have searched the [open](https://github.com/winnow-rs/winno…
-
Inspired by the comments in #432: currently we pick the initial points at random, and discussed using a Sobol sequence (or other quasi random sequence) instead.
Finding a good implementation of a Q…
-
> as an aside the Amazon store still lists:
> spaced repetition (supermemo 2 algorithm)
- comment on reddit
-
The goal of this task will be to research how to implement a [Spaced Repetition algorithm](https://en.wikipedia.org/wiki/Spaced_repetition) for the flashcards as a way to increase the rate of learning…
-
Hello everyone, I want to propose a idea for incremental reading in the wonderful org-fc. I have noticed a discussion here, https://github.com/l3kn/org-fc/issues/88 but I think there might be another …
-
表格检测
>哪些区域是表格 哪些不是(是文本、图表)
表格结构识别
>哪些是表名、标题、表头、行和列、单元格网格结构
表格数据语义提取
> table interpretation: rediscovering the meaning of the
tabular structure. This includes:
(a) functional analysis: deter…
-
Thank you for this very interesting analysis! If you all feel inclined to include it, I'd be curious to see how [Ebisu](https://fasiha.github.io/ebisu) compares.
-
On each review, the state of the card just before the review and the state of the card after the review is generated:
```typescript
const scheduler = fsrs()
const {
log, // state of the card…