{"id":16603741,"url":"https://github.com/visualfc/fibutil","last_synced_at":"2026-03-05T12:03:31.786Z","repository":{"id":6625527,"uuid":"7869322","full_name":"visualfc/fibutil","owner":"visualfc","description":"Golang Fibonacci number Library","archived":false,"fork":false,"pushed_at":"2013-02-01T00:53:33.000Z","size":100,"stargazers_count":17,"open_issues_count":0,"forks_count":10,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-07-29T11:59:08.238Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/visualfc.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}},"created_at":"2013-01-28T12:30:57.000Z","updated_at":"2023-04-27T02:01:29.000Z","dependencies_parsed_at":"2022-09-16T18:12:02.900Z","dependency_job_id":null,"html_url":"https://github.com/visualfc/fibutil","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/visualfc/fibutil","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visualfc%2Ffibutil","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visualfc%2Ffibutil/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visualfc%2Ffibutil/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visualfc%2Ffibutil/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/visualfc","download_url":"https://codeload.github.com/visualfc/fibutil/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visualfc%2Ffibutil/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30123734,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T11:11:57.947Z","status":"ssl_error","status_checked_at":"2026-03-05T11:11:29.001Z","response_time":93,"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-10-12T00:52:37.914Z","updated_at":"2026-03-05T12:03:31.772Z","avatar_url":"https://github.com/visualfc.png","language":"Go","readme":"fibutil\n=======\n\nGolang Fibonacci numbers library\n\nFibonacci numbers integer sequence:\n\n\t0 1 1 2 3 5 8 13 21 34 55 89 144 ...\n\t-21 13 -8 5 －3 2 －1 1 0 1 1 2 3 5 8 13 21 ...\n\n### Install\n\n\tgo get -v github.com/visualfc/fibutil\n\n### fibutil/fib\n\n\tfunc fib.Fib(n int64) *big.Int\n\tfunc fib.FastFib(n int64) *big.Int\n\tfunc fib.FibList(n1, n2 int64) []string\n\t\n### fibutil\t\nFibonacci number util\n\n**Usage:**\n\n\tfibutil n\t\t:fibonacci number\n\tfibutil n1 n2\t:fibonacci number list\n\n**Example:**\t\n\n\tfibutil 10 \t\t=\u003e 55\n\tfibutil -10 10  =\u003e [-55 34 -21 13 -8 5 -3 2 -1 1 0 1 1 2 3 5 8 13 21 34 55]\n\tfibutil 299     =\u003e 137347080577163115432025771710279131845700275212767467264610201\n\t\n### License:\n\nBSD License","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvisualfc%2Ffibutil","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvisualfc%2Ffibutil","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvisualfc%2Ffibutil/lists"}