Lines Matching refs:com

22 https://groups.google.com/forum/#!forum/brotli
25 [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/google/brotli?branch=master&svg=true)](https://ci.appveyor.com/project/szabadka/brotli)
26 [![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/brotli.svg)](https://oss-fuzz-build-logs.storage.googleapis.com/index.html#brotli)
32 You can download and install brotli using the [vcpkg](https://github.com/Microsoft/vcpkg/) dependency manager:
34 git clone https://github.com/Microsoft/vcpkg.git
40 The brotli port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.
44 [configure-cmake](https://github.com/nemequ/configure-cmake) is an
83 $ pip install --upgrade git+https://github.com/google/brotli
91 * [Lzturbo Benchmark](https://sites.google.com/site/powturbo/home/benchmark)
96 Independent [decoder](https://github.com/madler/brotli) implementation by Mark Adler, based entirely on format specification.
98 JavaScript port of brotli [decoder](https://github.com/devongovett/brotli.js). Could be used directly via `npm install brotli`
100 Hand ported [decoder / encoder](https://github.com/dominikhlbg/BrotliHaxe) in haxe by Dominik Homberger. Output source code: JavaScript, PHP, Python, Java and C#
102 7Zip [plugin](https://github.com/mcmilk/7-Zip-Zstd)
104 Dart [native bindings](https://github.com/thosakwe/brotli)