{"id":16389354,"url":"https://github.com/marcelog/erl_lzw","last_synced_at":"2025-10-05T00:07:15.124Z","repository":{"id":139308352,"uuid":"102655153","full_name":"marcelog/erl_lzw","owner":"marcelog","description":"LZW in Erlang, Not optimized in any way, written just for fun.","archived":false,"fork":false,"pushed_at":"2017-09-08T16:54:57.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-19T08:48:29.038Z","etag":null,"topics":["erlang","lzw"],"latest_commit_sha":null,"homepage":null,"language":"Erlang","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marcelog.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-06T20:28:22.000Z","updated_at":"2017-10-21T14:48:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"59cf6e85-6432-47d1-b428-64d701d2bc45","html_url":"https://github.com/marcelog/erl_lzw","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/marcelog/erl_lzw","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelog%2Ferl_lzw","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelog%2Ferl_lzw/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelog%2Ferl_lzw/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelog%2Ferl_lzw/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcelog","download_url":"https://codeload.github.com/marcelog/erl_lzw/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelog%2Ferl_lzw/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278391220,"owners_count":25978947,"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","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["erlang","lzw"],"created_at":"2024-10-11T04:32:30.299Z","updated_at":"2025-10-05T00:07:15.106Z","avatar_url":"https://github.com/marcelog.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"# erl_lzw\nLZW implementation in Erlang, as explained in https://en.wikipedia.org/wiki/Lempel–Ziv–Welch\n\nThis is not optimized in any way, but was written just for fun.\n\n# Example\n```\n1\u003e {ok, Input} = file:read_file(\"./src/lzw.erl\").\n2\u003e {Output, Bits, Dict} = lzw:compress(Input).\n3\u003e Ori = lzw:uncompress(Output, Bits, Dict).\n4\u003e file:write_file(\"/tmp/original_file.txt\", Ori).\n```\n\n## License\nThe source code is released under Apache 2 License.\n\nCheck [LICENSE](https://github.com/marcelog/erl_lzw/blob/master/LICENSE) file for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcelog%2Ferl_lzw","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcelog%2Ferl_lzw","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcelog%2Ferl_lzw/lists"}