Zero's Compression Algorithm
Find a file
2026-05-19 17:31:04 -07:00
.gitignore Created dev branch and added files 2026-05-13 21:57:29 -07:00
Converter.cs Created dev branch and added files 2026-05-13 21:57:29 -07:00
DeCompress.cs Created dev branch and added files 2026-05-13 21:57:29 -07:00
Main.cs Created dev branch and added files 2026-05-13 21:57:29 -07:00
README.md Update README.md 2026-05-19 17:31:04 -07:00
testProject.csproj Created dev branch and added files 2026-05-13 21:57:29 -07:00

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