Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewfeeney/all-positive-integers-in-ascending-order
A list of all positive integers in ascending order (incomplete)
https://github.com/andrewfeeney/all-positive-integers-in-ascending-order
counting integers numbers positive-integers
Last synced: 12 days ago
JSON representation
A list of all positive integers in ascending order (incomplete)
- Host: GitHub
- URL: https://github.com/andrewfeeney/all-positive-integers-in-ascending-order
- Owner: AndrewFeeney
- License: apache-2.0
- Created: 2021-04-22T09:22:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-13T10:10:06.000Z (4 months ago)
- Last Synced: 2024-10-04T13:15:31.211Z (3 months ago)
- Topics: counting, integers, numbers, positive-integers
- Homepage:
- Size: 38.1 KB
- Stars: 26
- Watchers: 6
- Forks: 18
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# All Positive Integers in Ascending Order
## About
A list of all positive integers in ascending order.
## Why?
Computation is expensive. Listing integers in ascending order is a solved problem. Why should we waste all those compute cycles re-generating lists over and over for iterators when we could just fetch this list with an HTTP request and be done!
## Is This A Serious Project?
This is a very serious project for very serious people. We take this very, seriously. Very seriously indeed.
## Progress
The list is not yet complete but we are adding more as we can. Currently we estimate our progress at about 0.0%.
## Estimated Timeline
Yeah don't hold your breath.
## Can I contribute?
Yes, contributions from anyone are very welcome. No experience required. See our [Contribution Guidelines](CONTRIBUTING.md) for information about how to get involved.