#
brotli
Here are 204 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
Dec 31, 2020 - TypeScript
Alpine Linux image with Nginx 1.19.4 (mainline) 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.
-
Updated
Jan 5, 2021 - Dockerfile
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
Feb 12, 2021 - Pascal
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
Feb 12, 2021 - Rust
lzbench is an in-memory benchmark of open-source LZ77/LZSS/LZMA compressors
-
Updated
Feb 9, 2021 - C
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
Feb 14, 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
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
Oct 15, 2020 - C
Node.js module for brotli compression/decompression with native bindings
-
Updated
Feb 15, 2021 - JavaScript
Simple wrapper on top of serveStatic, that allows serving pre-gzipped files as well as other types of compressions.
-
Updated
Jan 1, 2021 - JavaScript
meta project to build libraries from the brotli source code
-
Updated
Feb 5, 2018 - Makefile
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
Jan 30, 2021 - Go
Stable nginx with google brotli compression module
-
Updated
Oct 23, 2020 - Dockerfile
Open
100% code coverage
mcollina
commented
May 25, 2020
As titled, this repo would benefit from having 100% code coverage (-100 flag in tap).
compression
gzip
decompression
brotli
snappy
compress
compressor
zstd
lz4
compressor-benchmark
lzma
deflate
zstandard
decompress
gzip-compression
deflate-algorithm
lz4-compression
lz4-compressors
-
Updated
Feb 15, 2021 - C#
java
reactive
protobuf
extensions
decompression
http-client
brotli
gson
jackson
reactor
jaxb
multipart
java11
-
Updated
Dec 20, 2020 - Java
Replacement for golang http.FileServer which supports precompressed static assets.
-
Updated
Jul 29, 2020 - Go
Multithreading Library for Brotli, Lizard, LZ4, LZ5, Snappy and Zstandard
-
Updated
Dec 19, 2020 - C
linux
nginx
openssl
webserver
firewall
http2
centos
redhat
brotli
ssh-key
openssl-library
nginx-server
alpn
selinux
nginx-modules
-
Updated
Oct 15, 2018
Full C# port of Brotli compression algorithm
-
Updated
Oct 10, 2020 - C#
A simple static asset compression module for Nuxt that runs Gzip and Brotli compression during the build process
-
Updated
Dec 12, 2020 - JavaScript
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