archiver
Here are 165 public repositories matching this topic...
As reported in #128, may be useful to add some info in the wiki about split/join and how Keka handles it.
-
Updated
Jun 20, 2020 - JavaScript
-
Updated
Jun 14, 2020 - CSS
-
Updated
Apr 4, 2020 - PHP
-
Updated
May 3, 2020 - Python
There are some pieces of data that exists in identical form on countless devices around the world. Some examples are license files like GPL and re-distributable libraries such as zlib1, qt* or 7z.dll.
For some of these, having an off-line dictionary bundled with the Fairytale distribution in a compressed form could help a lot. A very simple parser could recognize them, and then encode them just
I'm inexperienced with Go so I'm kind of fumbling around in the dark here. If I run go build -v ./cmd/grain, I get:
cmd/grain/main.go:24:32: cannot use config (type *"github.com/pelletier/go-toml".Tree) as type *"github.com/kyleconroy/grain/vendor/github.com/pelletier/go-toml".Tree in argument to twitter.NewArchiver
cmd/grain/main.go:39:28: cannot use config (type *"github.com/pelletie
-
Updated
Oct 12, 2019 - Python
-
Updated
Mar 16, 2020 - JavaScript
-
Updated
Dec 21, 2019 - Go
-
Updated
Jun 6, 2020 - Ruby
-
Updated
Apr 30, 2017 - JavaScript
-
Updated
Jun 2, 2020 - C
-
Updated
Oct 14, 2016 - C++
-
Updated
Aug 7, 2018 - Python
No or nearly no documentation yet:
- Add an installation section for macOS.
- Add an installation section for macOS.
- Add more information about this script.
-
Updated
May 22, 2020 - Python
Improve this page
Add a description, image, and links to the archiver topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the archiver topic, visit your repo's landing page and select "manage topics."
I am following the get started guide found here and I was able to create a zip file from within firebase cloud functions and then successfully uploaded it to google storage.
Once I download it to my mac, the zip file gets extracted and becomes a CPGZ file and expanding that creates a ZIP and so on...
Any ideas what's going on?