Search results for "module:bytes"
bytes - Perl pragma to expose the individual bytes of characters
Perl's characters are stored internally as sequences of one or more bytes. This pragma allows for the examination of the individual bytes that together comprise a character. Originally the pragma was designed for the loftier goal of helping incorpora...
PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC
bytes - Perl pragma to expose the individual bytes of characters
Perl's characters are stored internally as sequences of one or more bytes. This pragma allows for the examination of the individual bytes that together comprise a character. Originally the pragma was designed for the loftier goal of helping incorpora...
RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC
BSON::Bytes - BSON type wrapper for binary byte strings
This module provides a BSON type wrapper for binary data represented as a string of bytes....
MONGODB/BSON-v1.12.2 - 13 Aug 2020 14:58:11 UTC
Bytes::Random - Perl extension to generate random bytes.
"Bytes::Random" provides the "random_bytes($num)" function. It can be used anytime you need to generate a string of random bytes of a specific length. EXPORT random_bytes( $number_of_bytes ) Returns a string containing as many random bytes as was req...
JOHND/Bytes-Random-0.02 - 01 Jun 2009 03:10:34 UTC
Bytes::Random::XS - Perl extension to generate random bytes.
This module provides the "random_bytes" function which allows you to generate specified number of random bytes. It uses exactly the same algorithm as Bytes::Random, but it's implemented in XS, so it's much faster (see "BENCHMARKS" section)....
XENU/Bytes-Random-XS-0.02 - 30 Mar 2017 23:16:40 UTC
Format::Human::Bytes - Format a bytecount and make it human readable
SEWI/Format-Human-Bytes-0.06
-
14 Sep 2010 12:08:00 UTC
Number::Bytes::Human - Convert byte count to human readable format
THIS IS ALPHA SOFTWARE: THE DOCUMENTATION AND THE CODE WILL SUFFER CHANGES SOME DAY (THANKS, GOD!). This module provides a formatter which turns byte counts to usual readable format, like '2.0K', '3.1G', '100B'. It was inspired in the "-h" option of ...
FERREIRA/Number-Bytes-Human-0.11 - 09 Jan 2017 02:40:29 UTC
Bytes::Random::Secure - Perl extension to generate cryptographically-secure random bytes.
Bytes::Random::Secure provides two interfaces for obtaining crypto-quality random bytes. The simple interface is built around plain functions. For greater control over the Random Number Generator's seeding, there is an Object Oriented interface that ...
DAVIDO/Bytes-Random-Secure-0.29 - 13 Jul 2015 04:43:07 UTC
autobox::Numeric::Bytes - ActiveSupport equivalent to Perl numeric variables
autobox::Numeric::Bytes is an autobox module to add Byte-related methods to core integer values by using constant overloading. Inspired by ActiveSupport (Rails) Core extensions to Numeric values....
HIROSE/autobox-Numeric-Bytes-0.02 - 03 Jun 2008 15:32:56 UTC
String::Multibyte::Bytes - internally used by String::Multibyte for bytes encoding scheme
"String::Multibyte::Bytes" is used for string manipulation in bytes. Character order: "0x00..0xff"...
SADAHIRO/String-Multibyte-1.12 - 06 Dec 2015 01:40:16 UTC
Glib - Perl wrappers for the GLib utility and Object libraries
This wrapper attempts to provide a perlish interface while remaining as true as possible to the underlying C API, so that any reference materials you can find on using GLib may still apply to using the libraries from perl. This module also provides f...
XAOC/Glib-1.3294 - 28 Aug 2023 23:03:08 UTC