#
brotli
Here are 242 public repositories matching this topic...
Universal React+GraphQL starter kit: React 16, Apollo 2, MobX, Emotion, Webpack 4, GraphQL Code Generator, React Router 4, PostCSS, SSR
react
sass
graphql
less
typescript
webpack
apollo
postcss
gzip
universal
ssr
reactjs
apollo-client
helmet
emotion
brotli
server-side-rendering
starter-kit
hot-reload
webpack4
-
Updated
Aug 4, 2021 - TypeScript
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 30, 2021 - Pascal
Alpine Linux image with Nginx 1.16.1 with HTTP/3 (QUIC), TLSv1.3, 0-RTT, brotli, NJS support, and 10 MB size. All built on the bleeding edge for max performance. Built on the edge, for the edge.
nginx
tls
h3
http2
brotli
edge
http2-push
quic
hacktoberfest
http3
tls13
0-rtt
njs
quiche
docker-nginx-http3
-
Updated
Oct 3, 2021 - Dockerfile
Janusec Application Gateway, Provides Fast and Secure Application Delivery (Authentication, WAF/CC, HTTPS and ACME automatic certificates). JANUSEC应用网关,提供快速、安全的应用交付(身份认证, WAF/CC, HTTPS以及ACME自动证书)。
go
golang
security
acme
gateway
waf
brotli
sql-injection
application-security
web-application-firewall
port-forwarding
web-application-security
web-ssh
application-gateway
load-balance
janusec-application-gateway
janusec
-
Updated
Nov 14, 2021 - Go
lzbench is an in-memory benchmark of open-source LZ77/LZSS/LZMA compressors
-
Updated
Dec 21, 2021 - C
Brotli compressor and decompressor written in rust that optionally avoids the stdlib
rust
compression
decompression
brotli
compressor
rustlang
safe
brotli-encoder
brotli-decompressor
brotli-compression
brotli-compressor
-
Updated
Dec 22, 2021 - Rust
Compile Nginx from source with custom modules on Debian and Ubuntu
nginx
debian
openssl
http2
brotli
cloudflare
geoip
curve25519
chacha20-poly1305
libressl
pagespeed
alpn
-
Updated
Dec 1, 2021 - Shell
Lizard (formerly LZ5) is an efficient compressor with very fast decompression. It achieves compression ratio that is comparable to zip/zlib and zstd/brotli (at low and medium compression levels) at decompression speed of 1000 MB/s and faster.
-
Updated
Feb 3, 2021 - C
Open
[Q] fork status
25
biopsin
commented
Jan 15, 2021
Hi, I would like to package this fork for voidlinux, however I've being queried about
What makes this fork authoritative? This is doubly relevant because the homepage is still p7zip.sourceforge.net, but that site does not appear to direct people to the new fork.
and I'm in no position to answer the question, would you mind shed some light on this?
tracking https://github.com/void-linux/
Compression Benchmark
benchmark
compression
gzip
zip
huffman
zlib
brotli
lz77
codec
compressor
data-compression
bwt
zstd
lz4
lzturbo
compressor-benchmark
lzma
huffman-compression-algorithm
entropy-coder
asymmetric-numeral-systems
-
Updated
Dec 22, 2021 - C
Restish is a CLI for interacting with REST-ish HTTP APIs with some nice features built-in
cli
yaml
json
oauth2
rest
gzip
json-schema
http2
swagger
brotli
auth
auth0
hypermedia
msgpack
cbor
hacktoberfest
jmespath
rest-client
openapi3
fastapi
-
Updated
Dec 21, 2021 - Go
Node.js module for brotli compression/decompression with native bindings
-
Updated
May 28, 2021 - JavaScript
compression
gzip
decompression
brotli
snappy
compress
compressor
zstd
lz4
compressor-benchmark
lzma
deflate
zstandard
decompress
gzip-compression
deflate-algorithm
lz4-compression
lz4-compressors
-
Updated
Dec 28, 2021 - C#
Simple wrapper on top of serveStatic, that allows serving pre-gzipped files as well as other types of compressions.
-
Updated
Nov 8, 2021 - JavaScript
Stable nginx with google brotli compression module
-
Updated
Oct 1, 2021 - Dockerfile
meta project to build libraries from the brotli source code
-
Updated
Aug 12, 2021 - Makefile
Multithreading Library for Brotli, Lizard, LZ4, LZ5, Snappy and Zstandard
-
Updated
Dec 19, 2020 - C
A simple static asset compression module for Nuxt that runs Gzip and Brotli compression during the build process
-
Updated
Sep 21, 2021 - JavaScript
Replacement for golang http.FileServer which supports precompressed static assets.
-
Updated
Jul 29, 2020 - Go
Full C# port of Brotli compression algorithm
-
Updated
Nov 15, 2021 - C#
Improve this page
Add a description, image, and links to the brotli topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the brotli 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