#
zip
Here are 922 public repositories matching this topic...
A web based file manager,web IDE / browser based code editor
markdown
php
music-player
filemanager
zip
ftp
ide
file-upload
xlsx
file-sharing
free-software
archive
explorer
file-browser
text-editor
docx
file-explorer
flysystem
doc
kodexplorer
-
Updated
May 28, 2021 - PHP
coolaj86
commented
Sep 29, 2020
I was able to confirm that os.Create() will happily follow symlinks.
Although standard tools like tar will not likely allow you to add two files with the same name to an archive file, it's certainly easy enough to do in code. This means that we need to add an additional check before writing to a destination to make sure that it's not a symlink outside of the destination.
The vulnerab
JavaScript library to zip and unzip files in the browser
-
Updated
Jun 22, 2021 - JavaScript
Optimized Go Compression Packages
-
Updated
Jun 22, 2021 - Go
a streaming interface for archive generation
-
Updated
Jun 21, 2021 - JavaScript
Pack up to 3MB of data into a tweetable PNG polyglot file.
-
Updated
Apr 22, 2021 - Python
Swift framework for zipping and unzipping files.
-
Updated
May 29, 2021 - Swift
A fully functioning Node.js shopping cart with Stripe, PayPal, Authorize.net, PayWay, Blockonomics, Adyen, Zip and Instore payments.
nodejs
javascript
paypal
shopping-cart
stripe
zip
adyen
westpac
cart
instore
authorize-net
blockonomics
payment-provider
payway
paypal-payments
-
Updated
Jun 11, 2021 - JavaScript
SharpCompress is a fully managed C# library to deal with many compression types and formats.
-
Updated
Jun 4, 2021 - C#
Python's Filesystem abstraction layer
-
Updated
Jun 20, 2021 - Python
-
Updated
Dec 1, 2020 - PHP
Free Zip / Unzip software and Rar file extractor. Cross-platform file and archive manager. Features volume spanning, compression, authenticated encryption. Supports 7Z, 7-Zip sfx, ACE, ARJ, Brotli, BZ2, CAB, CHM, CPIO, DEB, GZ, ISO, JAR, LHA/LZH, NSIS, OOo, PAQ/LPAQ, PEA, QUAD, RAR, RPM, split, TAR, Z, ZIP, ZIPX, Zstandard.
-
Updated
Jun 12, 2021 - Pascal
Web Extension for Firefox/Chrome/MS Edge and CLI tool to save a faithful copy of an entire web page in a self-extracting HTML/ZIP polyglot file
nodejs
html
docker
cli
firefox
webpage
zip
selenium
archive
save
web-extensions
maff
puppeteer
singlefile
self-extracting
-
Updated
Jun 19, 2021 - JavaScript
Fork of the popular zip manipulation library found in the zlib distribution.
c
windows
macos
linux
compression
encryption
aes
zip
zlib
bzip2
lzma
xz
minizip
pkware
zlib-distribution
disk-splitting
winzip-aes
gilles-vollant
-
Updated
May 26, 2021 - C
search
vim
unicode
interactive
zip
regex
tar
fuzzy-search
code-search
recursively-search
source-code
grep
ripgrep
silver-searcher
hexdump
file-search
text-search
shell-utilities
grepping
grep-search
-
Updated
Jun 23, 2021 - C++
jinyu00
opened
Jul 21, 2018
1
Open
WOFF format support
A C library for reading, creating, and modifying zip archives.
-
Updated
Jun 20, 2021 - C
PhpZip is a php-library for extended work with ZIP-archives.
-
Updated
May 21, 2021 - PHP
Zip archive utility for react-native
-
Updated
Apr 19, 2021 - Java
node.js library for fast reading of large ZIPs
-
Updated
Jun 8, 2021 - JavaScript
用Chrome或者iPad轻松阅读整理漫画,播放音乐,以及观看视频. All-in-one solution for local doujin/anime/music file.
react
video-player
zip
manga
ipad
full-stack
mobile-web
comics-reader
doujin
music-player-application
video-player-application
doujin-manager
-
Updated
Jun 15, 2021 - JavaScript
Improve this page
Add a description, image, and links to the zip topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the zip topic, visit your repo's landing page and select "manage topics."
The class BackupDestination with function 'write' writes the backup file towards for example S3, but when f.e. S3MultipartUploadException occurs, the flysystem class returns 'false' instead of the exception. The backup is still marked as succesful.