{"id":19442985,"url":"https://github.com/syncom/prime_classes","last_synced_at":"2026-03-19T09:55:18.374Z","repository":{"id":145814969,"uuid":"79627810","full_name":"syncom/prime_classes","owner":"syncom","description":"Pari-GP script for classification of a prime number","archived":false,"fork":false,"pushed_at":"2024-03-07T06:48:20.000Z","size":9,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-25T07:47:28.827Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/syncom.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":"2017-01-21T06:14:45.000Z","updated_at":"2023-10-11T18:45:47.000Z","dependencies_parsed_at":"2024-11-10T15:44:10.985Z","dependency_job_id":null,"html_url":"https://github.com/syncom/prime_classes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/syncom/prime_classes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syncom%2Fprime_classes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syncom%2Fprime_classes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syncom%2Fprime_classes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syncom%2Fprime_classes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/syncom","download_url":"https://codeload.github.com/syncom/prime_classes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syncom%2Fprime_classes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29954583,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T22:53:01.873Z","status":"ssl_error","status_checked_at":"2026-02-28T22:52:50.699Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-11-10T15:41:37.830Z","updated_at":"2026-02-28T23:02:01.319Z","avatar_url":"https://github.com/syncom.png","language":null,"readme":"# Classification of a prime number in the Pari-GP Programming Language\n\n## How to install Pari-GP (On Ubuntu)\n```\nsudo apt-get install pari-gp\n```\n\n## How to run\n\nIn `gp` console:\n```\n\\r prime_classes.gp\np=2017\niswhatprime(p)\n```\n\nTo run the script from a Linux shell (e.g., for automation), use `gp`'s \n`-q` option:\n```\n$ (cat prime_classes.gp; echo \"p=2017;\"; echo \"iswhatprime(p)\") | gp -q\n```\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyncom%2Fprime_classes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsyncom%2Fprime_classes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyncom%2Fprime_classes/lists"}