{"id":20019078,"url":"https://github.com/stackofsugar/cppbiginteger","last_synced_at":"2026-02-07T13:31:58.311Z","repository":{"id":141586657,"uuid":"348809096","full_name":"stackofsugar/cppBigInteger","owner":"stackofsugar","description":null,"archived":false,"fork":false,"pushed_at":"2021-03-18T05:19:31.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-30T13:07:49.776Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CMake","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stackofsugar.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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":"2021-03-17T18:16:38.000Z","updated_at":"2021-03-18T05:19:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"5be69827-a185-4e22-88fa-d3b79c94f271","html_url":"https://github.com/stackofsugar/cppBigInteger","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stackofsugar/cppBigInteger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackofsugar%2FcppBigInteger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackofsugar%2FcppBigInteger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackofsugar%2FcppBigInteger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackofsugar%2FcppBigInteger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stackofsugar","download_url":"https://codeload.github.com/stackofsugar/cppBigInteger/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackofsugar%2FcppBigInteger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29195115,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T12:38:28.597Z","status":"ssl_error","status_checked_at":"2026-02-07T12:38:23.888Z","response_time":63,"last_error":"SSL_read: 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-13T08:25:48.302Z","updated_at":"2026-02-07T13:31:58.299Z","avatar_url":"https://github.com/stackofsugar.png","language":"CMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"# C++ Big Integer\n### My C++'s implementation of one of Java's most renowned data structure, BigInteger.\n\u003e Immutable arbitrary-precision integers. All operations behave as if BigIntegers were represented in two's-complement notation (like Java's primitive integer types). BigInteger provides analogues to all of Java's primitive integer operators, and all relevant methods from java.lang.Math. Additionally, BigInteger provides operations for modular arithmetic, GCD calculation, primality testing, prime generation, bit manipulation, and a few other miscellaneous operations.\n\u003e Java's BigInteger definition, retrieved from docs.oracle.com.\n\n### 0. Milestones\n - [ ] Decide the numbering system that will be used. Is it going to be 8-bit char? what are the complications?\n - [ ] Ponder around the complication of base-N multiplications and divisions\n### 1. Base-N Number System\n### 2. Base-N non base-10 Multiplication Systems and Its Cases","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackofsugar%2Fcppbiginteger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstackofsugar%2Fcppbiginteger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackofsugar%2Fcppbiginteger/lists"}