{"id":16608398,"url":"https://github.com/ufechner7/compress","last_synced_at":"2026-03-10T10:32:34.707Z","repository":{"id":58516008,"uuid":"532303953","full_name":"ufechner7/Compress","owner":"ufechner7","description":"Example code for compressing and decompressing files","archived":false,"fork":false,"pushed_at":"2022-09-04T09:50:47.000Z","size":8355,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-17T13:11:45.523Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Julia","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/ufechner7.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}},"created_at":"2022-09-03T15:46:37.000Z","updated_at":"2022-09-03T16:16:47.000Z","dependencies_parsed_at":"2022-09-07T06:21:46.858Z","dependency_job_id":null,"html_url":"https://github.com/ufechner7/Compress","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ufechner7/Compress","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ufechner7%2FCompress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ufechner7%2FCompress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ufechner7%2FCompress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ufechner7%2FCompress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ufechner7","download_url":"https://codeload.github.com/ufechner7/Compress/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ufechner7%2FCompress/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30330587,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T05:25:20.737Z","status":"ssl_error","status_checked_at":"2026-03-10T05:25:17.430Z","response_time":106,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-12T01:26:04.675Z","updated_at":"2026-03-10T10:32:34.674Z","avatar_url":"https://github.com/ufechner7.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Compress\nExample code for compressing and decompressing files\n\n## Example\nExecute:\n```julia\n\nconst filename=joinpath(\"data\", \"log_8700W_8ms.csv\")\n\ninput = filename * \".xz\"\noutput = filename\ndecompress(input, output)\n```\nto decompress the example file.\n\nExecute:\n```julia\nusing Compress\n\nconst filename=joinpath(\"data\", \"log_8700W_8ms.csv\")\n\ninput = filename \noutput = filename * \".xz\"\ncompress(input, output; force=false)\n```\nto compress the uncompressed example file.\n\nThe parameter `force=false` means that the output file will not\nbe overwritten if it already exists.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fufechner7%2Fcompress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fufechner7%2Fcompress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fufechner7%2Fcompress/lists"}