https://github.com/open-spaced-repetition/rs-fsrs-java
Java binding for rs-fsrs
https://github.com/open-spaced-repetition/rs-fsrs-java
fsrs hacktoberfest
Last synced: 17 days ago
JSON representation
Java binding for rs-fsrs
- Host: GitHub
- URL: https://github.com/open-spaced-repetition/rs-fsrs-java
- Owner: open-spaced-repetition
- Created: 2024-09-28T10:34:28.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-02-03T17:49:23.000Z (3 months ago)
- Last Synced: 2025-04-02T12:53:31.594Z (18 days ago)
- Topics: fsrs, hacktoberfest
- Language: Rust
- Homepage:
- Size: 39.1 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- awesome-fsrs - rs-fsrs-java
README
# rs-fsrs-java
Java binding for rs-fsrs.
## Usage
see [example](./com/example/fsrs/FSRS.java)
## Develop
or
see [Makefile](./Makefile)
```
make java_run
```