Internet Printing Protocol (IPP) encoder and decoder.This module can be used to implement either a printing client or a printer server.
https://github.com/watson/ipp-encoderTags | ipp internet printing protocol encode encoder decode decoder print printer parse parser |
Implementation | Javascript |
License | MIT |
Platform | OS-Independent |
Create a printer on your network using nothing but Node.js. This module implements version 1.1 of the IPP protocol and uses Bonjour/Zeroconf to advertise a printer on your local network that anyone can print to.For a video introduction, check out the talk I gave at Node.js Interactive 2015 in Portland.
ipp printer print server network bonjour zeroconf mdns multicastLooking for compile instructions? Read the file INSTALL.md instead... Internally, CUPS uses PostScript Printer Description ("PPD") files to describe printer capabilities and features and a wide variety of generic and device- specific programs to convert and print many types of files. Sample drivers are included with CUPS to support many Dymo, EPSON, HP, Intellitech, OKIDATA, and Zebra printers. Many more drivers are available online and (in some cases) on the driver CD-ROM that came with your printer.
ipp-protocol printing printer snmp ippGoJay 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-processingutf8.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 unicodeSimple, blazing-fast CSV parsing/encoding in JavaScript. Full RFC 4180 compliance. Compatible with browsers (>IE8), AMD, and NodeJS.
csv csv-parse csv-encode csv-rfc tsv tsv-parse tsv-encode tsv-rfcA compact encoder / decoder pair that uses a binary zero-fluff encoding scheme. The size of the encoded object will be the same or smaller than the size that the object takes up in memory in a running Rust program. In addition to exposing two simple functions (one that encodes to Vec<u8>, and one that decodes from &[u8]), binary-encode exposes a Reader/Writer API that makes it work perfectly with other stream-based apis such as rust files, network streams, and the flate2-rs compression library.
encoding binary serializationA compact encoder / decoder pair that uses a binary zero-fluff encoding scheme. The size of the encoded object will be the same or smaller than the size that the object takes up in memory in a running Rust program. In addition to exposing two simple functions (one that encodes to Vec<u8>, and one that decodes from &[u8]), binary-encode exposes a Reader/Writer API that makes it work perfectly with other stream-based APIs such as Rust files, network streams, and the flate2-rs compression library.
encoding binary serializationFor all your async streaming MP3 encoding/decoding needs, there's node-lame! This module hooks into libmp3lame, the library that the lame command uses, to provide Encoder and Decoder streams to NodeJS.node-lame comes bundled with its own copy of libmp3lame and libmpg123, so there's no need to have them installed on your system.
lame mpg123 mp3 mpeg mpg encode decodeUltraJSON is an ultra fast JSON encoder and decoder written in pure C with bindings for Python 2.5+ and 3. For a more painless day to day C/C++ JSON decoder experience please checkout ujson4c, based on UltraJSON.
json json-parser.Net version of HAPI (http://hl7api.sourceforge.net/). Object oriented HL7 2.X parser. This was ported from the original HAPI by Bryan Tripp and University Health Network. HL7 parser/encoder written in Microsoft .Net C#. Can encode/decode both XML and Pi
NOTE: THE CODE IS UNDER DEVELOPMENT, PLEASE ALWAYS PULL THE LATEST VERSION FROM HERE. In recent years, sequence-to-sequence (seq2seq) models are used in a variety of tasks from machine translation, headline generation, text summarization, speech to text, to image caption generation. The underlying framework of all these models are usually a deep neural network which contains an encoder and decoder. The encoder processes the input data and a decoder receives the output of the encoder and generates the final output. Although simply using an encoder/decoder model would, most of the time, produce better result than traditional methods on the above-mentioned tasks, researchers proposed additional improvements over these sequence to sequence models, like using an attention-based model over the input, pointer-generation models, and self-attention models. However, all these seq2seq models suffer from two common problems: 1) exposure bias and 2) inconsistency between train/test measurement. Recently a completely fresh point of view emerged in solving these two problems in seq2seq models by using methods in Reinforcement Learning (RL). In these new researches, we try to look at the seq2seq problems from the RL point of view and we try to come up with a formulation that could combine the power of RL methods in decision-making and sequence to sequence models in remembering long memories. In this paper, we will summarize some of the most recent frameworks that combines concepts from RL world to the deep neural network area and explain how these two areas could benefit from each other in solving complex seq2seq tasks. In the end, we will provide insights on some of the problems of the current existing models and how we can improve them with better RL models. We also provide the source code for implementing most of the models that will be discussed in this paper on the complex task of abstractive text summarization.
reinforcement-learning actor-critic policy-gradient abstractive-text-summarization pointer-generator nlpbase64 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 btoaA Java and C# implementation of the LPD (line printer daemon) protocol popularized by UNIX printing, and now used by many for network printing. It captures all print jobs sent to it, and allows a user to modify them before printing. See the Home Page
This tool set contains full source code of HTTP Request/Response Viewer, Browser Header Viewer, Base64 Encoder/Decoder, URL Encoder/Decoder, ViewState Decoder, HTML, CCS and JavaScript Optimizer and other tools from HTTPDebugger.com
See the Google Protocol Buffers docs for more information about the available types etc.Since v4 you can now compile your schemas to a JavaScript file you can require from Node. This means you do not have runtime parse the schemas, which is useful if using in the browser or on embedded devices. It also makes the dependency footprint a lot smaller.
protobuf protocol buffers protocolbuffers encode decode google serialize parse levelup encodings encodingThis project implements a subset of Epson's ESC/POS protocol for thermal receipt printers. It allows you to generate and print receipts with basic formatting, cutting, and barcodes on a compatible printer. The library was developed to add drop-in support for receipt printing to any PHP app, including web-based point-of-sale (POS) applications.
barcode epson receipt-printer printer escposA 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 decoderAn application using the Expression Encoder SDK to make it easier to encode high def videos from different sources maintaining 5.1 surround sound. Provides batch encoding.
expression-encoderStarter project we use internally to re-encode video using Microsoft's new VC1 Encoder. Currently the project requires AviSynth to feed the encoder . I would love to have additional contributors to help out. Audio is now working correctly!
PrintSpoolerLibrary is an abstraction of the windows print spooler subsystem. It provides all printing and print spooler functions with an easy to use .NET API. It also provides events when a printjob was printed or a printer has been changed.
printer printer-monitoring printing spooler
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.