Ports Search

Results 2,0612,070 of 5,623 for /devel/.(0.004 seconds)
devel/Data-HexDump-0.02 (Score: 0.032514982)
Simple hexadecimal dumper
Dump in hexadecimal the content of a scalar. The result is returned in a string. Each line of the result consists of the offset in the source in the leftmost column of each line, followed by one or more columns of data from the source in hexadecimal. The rightmost column of each line shows the printable characters (all others are shown as single dots).
devel/Data-Hexdumper-3.00.01 (Score: 0.032514982)
Module for displaying binary data in a readable format
Data::Hexdumper provides a simple way to format and display arbitrary binary data in a way similar to how some debuggers do for lesser languages. It gives the programmer a considerable degree of flexibility in how the data is formatted, with sensible defaults. It is envisaged that it will primarily be of use for those wrestling alligators in the swamp of binary file formats, which is why it was written in the first place.
devel/Data-Hexify-1.00 (Score: 0.032514982)
Perl extension for hexdumping arbitrary data
Hexify formats arbitrary (possible binary) data into a format suitable for hex dumps in the style of xd or hexl.
devel/dio-0.0.7 (Score: 0.032514982)
PECL extension that provides direct access to low level IO
DIO provides functions and stream wrappers which provide raw and serial low level IO support. The use of the DIO functions should be considered only when direct control of a device is needed. In all other cases, the standard filesystem functions are more than adequate.
devel/eio-1.2.1 (Score: 0.032514982)
Provides interface to the libeio library
This extension provides interface to the libeio library. Libeio is a an asynchronous I/O library. Features basically include asynchronous versions of POSIX API(read, write, open, close, stat, unlink, fdatasync, mknod, readdir etc.); sendfile (native on Solaris, Linux, HP-UX, FreeBSD); readahead. libeio itself emulates the system calls, if they are not available on specific(UNIX-like) platform.
devel/Data-Inherited-1.100860 (Score: 0.032514982)
Perl extension for hierarchy-wide accumulation of list/hash results
Hierarchy-wide accumulation of list and hash results. This is a mixin class. By inheriting from it you get two methods that are able to accumulate hierarchy-wide list and hash results.
devel/Data-Inspect-0.04 (Score: 0.032514982)
Another pretty-printer for perl objects
Another perl object pretty-printer
devel/Data-Integer-0.005 (Score: 0.032514982)
Details of the native integer data type
This module is about the native integer numerical data type. A native integer is one of the types of datum that can appear in the numeric part of a Perl scalar. This module supplies constants describing the native integer type. There are actually two native integer representations: signed and unsigned. Both are handled by this module.
devel/expect-0.3.3 (Score: 0.032514982)
PHP extension for expect library
This extension allows to interact with processes through PTY, using expect library.
devel/gearman-1.1.2 (Score: 0.032514982)
Gearman API
This extension uses libgearman library to provide API for communicating with gearmand, and writing clients and workers.