Alfalfa is a VP8 encoder and decoder, implemented in explicit state-passing style and developed by the Systems and Networking Research group at Stanford University. It is the basis for the ExCamera and Salsify systems. Almost all the source files are licensed under the BSD 2-clause license. Alfalfa links against x264 to compute the SSIM (quality) of frames. Because this library is distributed under the GNU GPL 2+, so is Alfalfa's ssim.cc file, and the overall Alfalfa package.
encoder decoder vp8 videoGoJay is a performant JSON encoder/decoder for Golang (currently the most performant, see benchmarks). It has a simple API and doesn't use reflection. It relies on small interfaces to decode/encode structures and slices.
decoder encoder perfomance json stream-decoder stream-processingThe recommended method of installing this library is via Composer. You can help the project by adding features, cleaning the code, adding composer and other.
php-library decoder reader decode-qr-codesThe WeChat AI open-sourced TurboTransformers with the following characteristics. TurboTransformers has been applied to multiple online BERT service scenarios in Tencent. For example, It brings 1.88x acceleration to the WeChat FAQ service, 2.11x acceleration to the public cloud sentiment analysis service, and 13.6x acceleration to the QQ recommendation system. Moreover, it has already been applied to build services such as Chitchating, Searching, and Recommendation.
nlp gpu decoder machine-translation inference pytorch transformer albert bert roberta gpt2 huggingface-transformersDJSON is a JSON decoder for Go that is 2~ to 3~ times faster than the standard encoding/json and the existing solutions, when dealing with arbitrary JSON payload. It is a good approach for people who are using json.Unmarshal together with interface{}, don't know what the schema is, and still want good performance with minimal changes.
json json-parser performance decoderMedia decoder and player for Ogg Vorbis/Opus/Theora and WebM video. Based around libogg, libvorbis, libtheora, libopus, libvpx, and libnestegg compiled to JavaScript with Emscripten.
multimedia audio video decoder codec player ogg oga ogv ogvjs ogv.js vorbis theora vp8 vp9 opus webm web-audio emscriptenConformance test passed on all vectors (PSNR > 96db). Keyj minimp3 conformance test fails on all vectors (PSNR < 96db), and free format is unsupported. This caused some problems when it was used here, and was the main motivation for this work.
mp3 audio small tiny codec decoder music sound single-header single-header-lib mp3-decoder mini minimal mini-mp3This tool decodes Ascii Hex encoded data found in URLs used in recent SQL Injection attacks.
ascii decoder decoding hex sql-injection urlsA low-level, fast, ultra-lightweight (3KB gzipped) JavaScript library for decoding and encoding protocol buffers, a compact binary format for structured data serialization. Works both in Node and the browser. Supports lazy decoding and detailed customization of the reading/writing code.If you use webpack as your module bundler, you can use pbf-loader to load .proto files directly. It returns a compiled module ready to be used.
protocol-buffers pbf serialization encoding decoding format binary library fast protocol buffer protobuf encoder decoderutf8.js is a well-tested UTF-8 encoder/decoder written in JavaScript. Unlike many other JavaScript solutions, it is designed to be a proper UTF-8 encoder/decoder: it can encode/decode any scalar Unicode code point values, as per the Encoding Standard. Here’s an online demo.A string representing the semantic version number.
utf8 encoder decoder charset encoding unicodebase64 is a robust base64 encoder/decoder that is fully compatible with atob() and btoa(), written in JavaScript. The base64-encoding and -decoding algorithms it uses are fully RFC 4648 compliant.A string representing the semantic version number.
codec decoder encoder base64 atob btoaUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
jpeg jpg encoder decoder codec image jsPackage csvutil provides fast and idiomatic mapping between CSV and Go values. This package does not provide a CSV parser itself, it is based on the Reader and Writer interfaces which are implemented by eg. std csv package. This gives a possibility of choosing any other CSV writer or reader which may be more performant.
csv fast csv-parser csvutil marshal gocsv decoder unmarshal streaming std-csvAn IChing encoding and decoding library written in typescript for use in javascript-based web apps. Clone the repository and run npm install --no-save followed by npm run build.
iching iching-code typescript reader writer decoder encoder scanner generatorStarCraft: Brood War replay parser.Initially this parser was developed as part of the repMastered project (the initial history can be found there), but was outsourced here as a separate project.
replay parser replay-header decoder starcraft broodwar command-line-toolEncode or decode the RDATA field in multicast DNS TXT records. For use with DNS-Based Service Discovery. For details see RFC 6763.The encoder and decoder conforms to RFC 6763.
rfc6763 6763 rfc6762 6762 dns mdns multicast txt rdata dns-sd encode decode parse encoder decoder parser service discovery
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.