{"id":18769789,"url":"https://github.com/buarki/zipper","last_synced_at":"2026-05-08T01:40:27.077Z","repository":{"id":223582295,"uuid":"754929211","full_name":"buarki/zipper","owner":"buarki","description":"file compressor written in C and Wasm from scratch","archived":false,"fork":false,"pushed_at":"2024-03-25T03:31:33.000Z","size":211,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-24T20:36:30.244Z","etag":null,"topics":["c","emscripten","huffman-compression-algorithm","javascript","wasm","webassembly"],"latest_commit_sha":null,"homepage":"https://zipper-zeta.vercel.app","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/buarki.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}},"created_at":"2024-02-09T03:28:42.000Z","updated_at":"2024-11-16T01:24:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"1d947870-ff3c-4b0f-b233-41dfd064ca2c","html_url":"https://github.com/buarki/zipper","commit_stats":null,"previous_names":["buarki/zipper"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buarki%2Fzipper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buarki%2Fzipper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buarki%2Fzipper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buarki%2Fzipper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/buarki","download_url":"https://codeload.github.com/buarki/zipper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239671421,"owners_count":19677875,"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","emscripten","huffman-compression-algorithm","javascript","wasm","webassembly"],"created_at":"2024-11-07T19:16:55.744Z","updated_at":"2025-12-10T19:30:24.096Z","avatar_url":"https://github.com/buarki.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zipper\n\n## I just want to use it\n\nNo prob, visit the project deployed on vercel: https://zipper-zeta.vercel.app.\n\n## What is this project?\n\nIt is simple file compressor written in C. It is based on the [Huffman Coding Algorithm](https://en.wikipedia.org/wiki/Huffman_coding), which is a lossless and very efficient compression algorithm.\n\nIf you want you to see a full description and overview of this project you can [read my article explaining it in details](https://www.buarki.com/blog/wasm-huffman).\n\n## Developing\n\n### Install Emscripten\n\nJust follow its [documentation](https://emscripten.org/docs/getting_started/downloads.html), this one really works :)\n\n### Activate EMscripten\n\n```sh\nsource \"/path/to/emsdk/emsdk_env.sh\"\n```\n\n### Build the C binary\n\n```sh\nmake wasm\n```\n\n### Deploying the local server\n\n```sh\nmake emserve\n```\n\n### Running Unit tests\n\n```sh\nmake test\n```\n\n## Deployment\n\nThis project is [deployed at Vercel](https://vercel.com/). It basically makes the content present on [public](/public/) directory available to the web. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuarki%2Fzipper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuarki%2Fzipper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuarki%2Fzipper/lists"}