{"id":20138420,"url":"https://github.com/zakirullin/huffman-compressor","last_synced_at":"2025-10-05T19:07:32.513Z","repository":{"id":167262534,"uuid":"88043915","full_name":"zakirullin/huffman-compressor","owner":"zakirullin","description":"An implementation of Canonical Huffman code","archived":false,"fork":false,"pushed_at":"2020-09-12T06:38:19.000Z","size":8,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-23T20:05:36.010Z","etag":null,"topics":["archiver","compressor","huffman"],"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/zakirullin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-04-12T11:23:31.000Z","updated_at":"2025-03-07T11:23:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"c572f655-ac23-4794-a13a-8744a3389086","html_url":"https://github.com/zakirullin/huffman-compressor","commit_stats":null,"previous_names":["zakirullin/huffman-compressor"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakirullin%2Fhuffman-compressor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakirullin%2Fhuffman-compressor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakirullin%2Fhuffman-compressor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakirullin%2Fhuffman-compressor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zakirullin","download_url":"https://codeload.github.com/zakirullin/huffman-compressor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248084870,"owners_count":21045135,"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":["archiver","compressor","huffman"],"created_at":"2024-11-13T21:37:56.631Z","updated_at":"2025-10-05T19:07:27.488Z","avatar_url":"https://github.com/zakirullin.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Compressor based on [Canonical Huffman code](https://en.wikipedia.org/wiki/Canonical_Huffman_code)\n# Build\n```\n$ cc huff.c -lm -o huff\n``` \n# Usage\n```\n$ ./huff file\n```\n# Compression example\nInput file:\n```\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n```\nResults:\n```\nSource file size in bytes - 446\nEncoded size in bytes - 233\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzakirullin%2Fhuffman-compressor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzakirullin%2Fhuffman-compressor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzakirullin%2Fhuffman-compressor/lists"}