{"id":19456300,"url":"https://github.com/cflems/huffman","last_synced_at":"2025-02-25T10:47:06.819Z","repository":{"id":75736511,"uuid":"56205595","full_name":"cflems/huffman","owner":"cflems","description":"A class project to explore the use of huffman trees in compression algorithms.","archived":false,"fork":false,"pushed_at":"2016-04-14T03:55:49.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-08T01:33:43.656Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/cflems.png","metadata":{"files":{"readme":"README","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":"2016-04-14T03:51:06.000Z","updated_at":"2020-10-20T00:44:54.000Z","dependencies_parsed_at":"2023-06-07T13:00:27.412Z","dependency_job_id":null,"html_url":"https://github.com/cflems/huffman","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/cflems%2Fhuffman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cflems%2Fhuffman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cflems%2Fhuffman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cflems%2Fhuffman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cflems","download_url":"https://codeload.github.com/cflems/huffman/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240654153,"owners_count":19835854,"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":[],"created_at":"2024-11-10T17:16:44.607Z","updated_at":"2025-02-25T10:47:06.809Z","avatar_url":"https://github.com/cflems.png","language":"C","readme":"[ COMPILING ]\nIf you have gcc installed, just use make and the program will compile\nnormally. Otherwise just compile all the c files included into one\nexecutable.\n\nmake =\u003e compiles code into an executable\nmake clean =\u003e removes executable and all .huff and .dhuff files\nmake debug =\u003e compiles the code in debug mode, usable with gdb\n\n\n[ ENCODING A FILE ]\n./hufftree -e -i [input file] -o [output file]\n./hufftree -e \u003c[input file] \u003e[output file]\n\nor any combination of the above methods to specify the file names.\n\n[ DECODING A FILE ]\n./hufftree -d -i [input file] -o [output file]\n./hufftree -d \u003c[input file] \u003e[output file]\n\nor any combination of the above methods.\n\n\n[ NOTES ]\nThis program is completely functional. One file can be compressed, moved, and decompressed into the same exact file. Binary files are fully supported, although images that are already compressed will most likely expand in size when compressed.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcflems%2Fhuffman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcflems%2Fhuffman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcflems%2Fhuffman/lists"}