{"id":20347960,"url":"https://github.com/ganesh-k13/intal","last_synced_at":"2025-04-12T01:04:16.662Z","repository":{"id":97297496,"uuid":"94840339","full_name":"ganesh-k13/Intal","owner":"ganesh-k13","description":"Big Integer library written in C++ to perform basic arithmetic operations","archived":false,"fork":false,"pushed_at":"2018-07-28T06:39:33.000Z","size":552,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-12T01:04:11.240Z","etag":null,"topics":["biginteger","boost","cpp","python"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ganesh-k13.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-06-20T02:18:07.000Z","updated_at":"2019-05-19T18:20:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"ac9219c2-d1d2-47d2-ac56-4c7494c28fcf","html_url":"https://github.com/ganesh-k13/Intal","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/ganesh-k13%2FIntal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ganesh-k13%2FIntal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ganesh-k13%2FIntal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ganesh-k13%2FIntal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ganesh-k13","download_url":"https://codeload.github.com/ganesh-k13/Intal/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248501861,"owners_count":21114683,"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":["biginteger","boost","cpp","python"],"created_at":"2024-11-14T22:18:43.502Z","updated_at":"2025-04-12T01:04:16.642Z","avatar_url":"https://github.com/ganesh-k13.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Big Integer Library\n\n[![Build Status](https://travis-ci.org/ganesh-k13/Intal.svg?branch=master)](https://travis-ci.org/ganesh-k13/Intal)\n\nBig Integer library written in C++ to perform basic arithmetic operations\n\n### Prerequisites\n\n* g++ version 4.8.4 or higher\n* Boost version 1.63.0 or higher\n* python 2.7.6 or higher\n\n### Installing\n\nFirst compile the project in your local system by:\n\n```\nmake clean\nmake\n```\nFor testing if it works, see Running tests below\n\n## Running Tests\n\nFor automated tests, run:\n\n``` \nmake script\n```\nIt generates random numbers and tests if the basic operations are performed correctly\n\nFor manual tests, run:\n\n``` \n./test -a #For addition\n./test -s #For subtraction\n./test -m #For multiplication\n./test -d #For division\n./test -e #For exponentiation\n```\n\n## Deployment\n\nFor using the Intal library:\n\n* Copy libintal.a file to the location of your source file.\n* Include Intal.h to your source file.\n* To compile your program (say main.cpp):\n \n```\ng++ -static main.cpp -L. -lintal -o main\n```\n\n## Built With\n\n* [C++](http://www.cplusplus.com/) - The main backend used\n* [Boost](http://www.boost.org/) - For faster multiplication\n* [Python](https://docs.python.org/2/) - Used for testing\n\n## Authors\n\n* **Ganesh K.** - [ganesh-k13](https://github.com/ganesh-k13)\n\n## Acknowledgments\n\nThis is developed as an assignment for Design and Analysis of Algorithms Course\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fganesh-k13%2Fintal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fganesh-k13%2Fintal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fganesh-k13%2Fintal/lists"}