Zero's Compression Algorithm
- C# 100%
| .gitignore | ||
| Converter.cs | ||
| DeCompress.cs | ||
| Main.cs | ||
| README.md | ||
| testProject.csproj | ||
Build instructions:
Windows/MacOS: n/a
Linux:
1: Ensure dotnet sdk 10.0 is installed
2a: For usage on the same computer: dotnet publish -r linux-x64
2b: For usage on other computers: dotnet publish -r linux-x64 -p:PublishSingleFile=true --self-contained true
3: Built files will be available in bin/Release/net10.0/linux-x64/publish/
Usage:
See https://forgejo.zeromedia.vip/guynamedzero/zcd/releases/tag/v0.1