Ports Search

Results 101110 of 186 for /converters/.(0.011 seconds)
converters/JSON-Tiny-0.56 (Score: 0.17956966)
Minimalistic JSON
JSON::Tiny is a standalone adaptation of Mojo::JSON, from the Mojolicious framework. It has been adapted as a single-source-file module of under 350 lines of code and core-only dependencies. Key features include relaxed JSON handling, transparent Unicode support, speed, small memory footprint, and a minimal code base ideal for bundling or inlining. Mojo::JSON was chosen as a model because it is robust, minimal, and well tested. Mojo::JSON's tests were also adapted to a design free of non-core dependencies.
Support versions 1 and 2 of JSON::XS
Support versions 1 and 2 of JSON::XS
converters/JSON-XS-3.02 (Score: 0.17956966)
JSON serialising/deserialising, done correctly and fast
This module converts Perl data structures to JSON and vice versa. Its primary goal is to be correct and its secondary goal is to be fast. To reach the latter goal it was written in C. As this is the n-th-something JSON module on CPAN, what was the reason to write yet another JSON module? While it seems there are many JSON modules, none of them correctly handle all corner cases, and in most cases their maintainers are unresponsive, gone missing, or not listening to bug reports for other reasons.
converters/JSON-1.15 (Score: 0.17956966)
Perl extension to convert to JSON (JavaScript Object Notation)
Perl extension interface to convert to JSON (JavaScript Object Notation).
converters/MIME-Base64-3.15 (Score: 0.17956966)
Perl5 module for Base64 and Quoted-Printable encodings
This package contains a base64 encoder/decoder and a quoted-printable encoder/decoder. These encoding methods are specified in RFC 2045 - MIME (Multipurpose Internet Mail Extensions). The base64 encoding is designed to represent arbitrary sequences of octets in a form that need not be humanly readable. A 65-character subset ([A-Za-z0-9+/=]) of US-ASCII is used, enabling 6 bits to be represented per printable character. The quoted-printable encoding is intended to represent data that largely consists of bytes that correspond to printable characters in the ASCII character set. Non-printable characters are represented by a triplet consisting of the character "=" followed by two hexadecimal digits. The MIME::Base64 and MIME::QuotedPrint modules used to be part of libwww-perl package. They are now distributed separately (this package). The main improvement is that the base64 encoder/decoder is implemented by XS functions. This makes it about 20 times faster than the old implementation in perl.
converters/MIME-Base32-1.301 (Score: 0.17956966)
Perl5 module for Base32 encodings
This package contains a base32 encoder/decoder. These encoding methods are specified in RFC 3548 - The Base16, Base32, and Base64 Data Encodings. The base32 encoding is designed to represent arbitrary sequences of octets in a form that need not be humanly readable. A 33-character subset ([A-Z2-7=]) of US-ASCII is used, enabling 5 bits to be represented per printable character.
Encodes integers into a short locator string
Number::RecordLocator encodes integers into a 32 character "alphabet" designed to be short and easy to read and pronounce. With a 32 bit encoding, you can map 33.5 million unique ids into a 5 character code.
converters/MIME-Base64-URLSafe-0.01 (Score: 0.17956966)
Perl version of Python's URL-safe base64 codec
Perl version of Python's URL-safe base64 codec
converters/Net-IDN-Nameprep-1.102 (Score: 0.17956966)
Normalization of domain names (Nameprep, RFC 3491)
This module implements the nameprep specification, which describes how to prepare internationalized domain name (IDN) labels in order to increase the likelihood that name input and name comparison work in ways that make sense for typical users throughout the world. Nameprep is a profile of the stringprep protocol and is used as part of a suite of on-the-wire protocols for internationalizing the Domain Name System (DNS).
converters/Number-Nary-1.100312 (Score: 0.17956966)
Encode and decode numbers as n-ary strings
This module lets you convert numbers into strings that encode the number using the digit set of your choice.