Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loda-lang/loda-programs
LODA Programs for Integer Sequences
https://github.com/loda-lang/loda-programs
assembly-language integer-sequence-prediction integer-sequences math
Last synced: about 1 month ago
JSON representation
LODA Programs for Integer Sequences
- Host: GitHub
- URL: https://github.com/loda-lang/loda-programs
- Owner: loda-lang
- License: apache-2.0
- Created: 2021-08-22T17:53:44.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-29T07:50:21.000Z (about 2 months ago)
- Last Synced: 2024-09-30T06:04:50.130Z (about 2 months ago)
- Topics: assembly-language, integer-sequence-prediction, integer-sequences, math
- Language: Assembly
- Homepage: https://loda-lang.org/
- Size: 336 MB
- Stars: 28
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# LODA Programs
[LODA](https://loda-lang.org) is an assembly language, a computational model and a tool for mining integer sequences.
You can use it to mine programs that calculate integer sequences from the [On-Line Encyclopedia of Integer Sequences®](http://oeis.org/) (OEIS®).This repository contains programs that compute integer sequences from the OEIS. The majority of these programs has been
generated (or "mined") using [loda-cpp](https://github.com/loda-lang/loda-cpp) and [loda-rust](https://github.com/loda-lang/loda-rust).
You can find an overview of the programs and complete lists at [loda-lang.org](https://programs.loda-lang.org).For updates on new miner findings, you can check the [latest commits](https://github.com/loda-lang/loda-programs/commits/main).
## History of LODA Mining
## License
The programs in this repository are published under the
[Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).
For integer sequence names and descriptions please check the
[OEIS End User License Agreement](https://oeis.org/wiki/The_OEIS_End-User_License_Agreement).