{"id":17913720,"url":"https://github.com/stratus3d/eratosthenes_sieve","last_synced_at":"2025-04-03T10:44:50.447Z","repository":{"id":18191336,"uuid":"21310359","full_name":"Stratus3D/eratosthenes_sieve","owner":"Stratus3D","description":"An implementation of the ancient algorithm for finding all the prime numbers under a certain value. Implemented in Elixir.","archived":false,"fork":false,"pushed_at":"2021-01-20T14:40:43.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-09T00:19:46.243Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Stratus3D.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-06-28T20:23:55.000Z","updated_at":"2021-01-20T14:40:45.000Z","dependencies_parsed_at":"2022-09-24T22:50:32.357Z","dependency_job_id":null,"html_url":"https://github.com/Stratus3D/eratosthenes_sieve","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stratus3D%2Feratosthenes_sieve","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stratus3D%2Feratosthenes_sieve/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stratus3D%2Feratosthenes_sieve/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stratus3D%2Feratosthenes_sieve/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Stratus3D","download_url":"https://codeload.github.com/Stratus3D/eratosthenes_sieve/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246989501,"owners_count":20865306,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-28T19:53:12.683Z","updated_at":"2025-04-03T10:44:50.422Z","avatar_url":"https://github.com/Stratus3D.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Eratosthenses' Sieve\n\nStratus3D\n\nAn implementation of the ancient algorithm for finding all the prime numbers under a certain value. Implemented in Elixir. More information on this algorithm can be found on Wikipedia ([http://wikipedia.org/wiki/Sieve\\_of\\_Eratosthenes](http://wikipedia.org/wiki/Sieve\\_of\\_Eratosthenes))\n\n## Build\n\nThis project uses Mix. To build this project run `mix`.\n\n## Usage\n\nTo test out the application in the console run `iex -pa ebin/` in the project directory.\n\n    iex(1)\u003e :application.start(:eratosthenes_sieve)\n    :ok\n    iex(2)\u003e EratosthenesSieve.primes(10)\n    [2, 3, 5, 7]\n    iex(3)\u003e EratosthenesSieve.primes(20)\n    [2, 3, 5, 7, 11, 13, 17, 19]\n\n## Issues\n\nNo known issues. If you see something that could be improved feel free to open an issue on GitHub ([https://github.com/Stratus3D/eratosthenes\\_sieve/issues](https://github.com/Stratus3D/eratosthenes\\_sieve/issues))\n\n## Changelog\n\n* 0.1.1 - 7/16/2014\n  * Application behavior unnecessary. Removed.\n  * Updated Elixir version to 0.14.0.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstratus3d%2Feratosthenes_sieve","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstratus3d%2Feratosthenes_sieve","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstratus3d%2Feratosthenes_sieve/lists"}