{"id":19053626,"url":"https://github.com/nating/not-your-kitchen-sieve","last_synced_at":"2025-07-11T15:13:09.846Z","repository":{"id":91224635,"uuid":"74214754","full_name":"nating/not-your-kitchen-sieve","owner":"nating","description":"2️⃣3️⃣ A graphical Sieve of Eratosthenes. 5️⃣7️⃣","archived":false,"fork":false,"pushed_at":"2016-11-19T15:42:34.000Z","size":687,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-02T10:46:18.126Z","etag":null,"topics":["java","prime","sieve-of-eratosthenes"],"latest_commit_sha":null,"homepage":null,"language":"Java","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/nating.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-11-19T14:51:23.000Z","updated_at":"2017-02-22T21:58:08.000Z","dependencies_parsed_at":"2023-05-04T03:16:29.527Z","dependency_job_id":null,"html_url":"https://github.com/nating/not-your-kitchen-sieve","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nating%2Fnot-your-kitchen-sieve","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nating%2Fnot-your-kitchen-sieve/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nating%2Fnot-your-kitchen-sieve/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nating%2Fnot-your-kitchen-sieve/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nating","download_url":"https://codeload.github.com/nating/not-your-kitchen-sieve/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240109715,"owners_count":19749182,"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":["java","prime","sieve-of-eratosthenes"],"created_at":"2024-11-08T23:32:50.822Z","updated_at":"2025-02-22T01:17:06.557Z","avatar_url":"https://github.com/nating.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# not-your-kitchen-sieve\nA graphical representation of how the Sieve of Eratosthenes works. One of the first programs I wrote in my first year of Computer Science.\n\n![Sieve](assets/Sieve.gif)\n\n##Overview\nThe Sieve of Eratosthenes is a simple and efficient algorithm for finding small prime numbers. The user of the program can specify what number, N, they want all the primes beneath. Multiples of 1,2,3...√N are marked as not prime. Afterwards, all the non-marked numbers are known to be prime. This program makes use of the Standard Drawing Library, StdDraw.java.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnating%2Fnot-your-kitchen-sieve","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnating%2Fnot-your-kitchen-sieve","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnating%2Fnot-your-kitchen-sieve/lists"}