#
zip
Here are 829 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
-
Updated
May 24, 2020 - PHP
使用spring boot打造文件文档在线预览项目解决方案,支持doc、docx、ppt、pptx、xls、xlsx、zip、rar、mp4,mp3以及众多类文本如txt、html、xml、java、properties、sql、js、md、json、conf、ini、vue、php、py、bat、gitignore等文件在线预览
pdf
spring-boot
online
zip
excel
rar
xlsx
xls
pdf-converter
preview
pdf-viewer
docx
pptx
fileviewer
ppt
jodconverter
boot-doc
online-preview
file-online-preview
excel-viewer
-
Updated
Dec 27, 2020 - Java
a streaming interface for archive generation
-
Updated
Dec 17, 2020 - JavaScript
Swift framework for zipping and unzipping files.
-
Updated
Nov 30, 2020 - 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
Dec 20, 2020 - JavaScript
SharpCompress is a fully managed C# library to deal with many compression types and formats.
-
Updated
Nov 19, 2020 - C#
Python's Filesystem abstraction layer
-
Updated
Dec 12, 2020 - Python
-
Updated
Dec 1, 2020 - PHP
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
Dec 27, 2020 - 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
Dec 25, 2020 - C
jinyu00
opened
Jul 21, 2018
1
Open
WOFF format support
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
Dec 15, 2020 - CSS
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
Dec 21, 2020 - C++
A C library for reading, creating, and modifying zip archives.
-
Updated
Dec 26, 2020 - C
PhpZip is a php-library for extended work with ZIP-archives.
-
Updated
Dec 23, 2020 - PHP
Zip archive utility for react-native
-
Updated
Dec 11, 2020 - Java
Robust ZIP decoder with defenses against dangerous compression ratios, spec deviations, malicious archive signatures, mismatching local and central directory headers, ambiguous UTF-8 filenames, directory and symlink traversals, invalid MS-DOS dates, overlapping headers, overflow, underflow, sparseness, accidental buffer bleeds etc.
-
Updated
Jul 27, 2020 - JavaScript
UnifiedArchive - unified interface to all popular archive formats (zip, 7z, rar, gz, bz2, xz, cab, tar, tar.gz, tar.bz2, tar.xz, tar.Z, iso) for listing, reading, extracting and creation + built-in console archive manager.
-
Updated
Nov 28, 2020 - PHP
node.js library for fast reading of large ZIPs
-
Updated
Nov 28, 2020 - 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
Dec 27, 2020 - 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."
I was able to confirm that
os.Create()will happily follow symlinks.Although standard tools like
tarwill 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