{"id":17923951,"url":"https://github.com/blueskyson/exponential-golomb-coding","last_synced_at":"2025-04-29T11:57:26.480Z","repository":{"id":112405138,"uuid":"330055822","full_name":"blueskyson/Exponential-Golomb-coding","owner":"blueskyson","description":"A c implementation of exp-golomb code for 8-bit data, including encode and decode method.","archived":false,"fork":false,"pushed_at":"2021-01-16T04:58:57.000Z","size":6,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-29T11:57:21.174Z","etag":null,"topics":["c","coding"],"latest_commit_sha":null,"homepage":"https://jacklinweb.github.io/posts/exponential-golomb-coding","language":"C","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/blueskyson.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":"2021-01-16T00:56:12.000Z","updated_at":"2024-11-26T23:52:54.000Z","dependencies_parsed_at":"2023-05-14T10:30:28.299Z","dependency_job_id":null,"html_url":"https://github.com/blueskyson/Exponential-Golomb-coding","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/blueskyson%2FExponential-Golomb-coding","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blueskyson%2FExponential-Golomb-coding/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blueskyson%2FExponential-Golomb-coding/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blueskyson%2FExponential-Golomb-coding/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blueskyson","download_url":"https://codeload.github.com/blueskyson/Exponential-Golomb-coding/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251498964,"owners_count":21598979,"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":["c","coding"],"created_at":"2024-10-28T20:46:23.237Z","updated_at":"2025-04-29T11:57:26.461Z","avatar_url":"https://github.com/blueskyson.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Exponential-Golomb-coding\n\n### Compile\n\n```\n$ make\ngcc exp-golomb.c -o encode\nln -s encode decode\n```\n\n### Usage\n\n```\n# Usage\nencode [input file] [output file] [order-k]\ndecode [input file] [output file] [order-k]\n\n# Example\n./encode sample_text.txt text.encode 4\n./decode text.encode text.decode 4\n```\n\n### Test\n\n```\n$ make test\nEncode sample_text.txt as text.encode use order-4 exp-golomb code...\n./encode sample_text.txt text.encode 4\nDecode text.encode as text.decode...\n./decode text.encode text.decode 4\ncheck difference between sample_text.txt and text.decode...\ndiff sample_text.txt text.decode\nrm text.encode text.decode\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblueskyson%2Fexponential-golomb-coding","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblueskyson%2Fexponential-golomb-coding","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblueskyson%2Fexponential-golomb-coding/lists"}