Ports 搜索

共有17,754项符合%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第10,30110,310项(搜索用时0.009秒)
devel/Data-Dumper-2.161 (Score: 7.3261835E-5)
Stringified perl data structures, suitable for both printing and eval
Given a list of scalars or reference variables, writes out their contents in perl syntax. The references can also be objects. The contents of each variable is output in a single Perl statement. Handles self-referential structures correctly. The return value can be evaled to get back an identical copy of the original reference structure.
devel/Data-HexDump-Range-0.13.59 (Score: 7.3261835E-5)
Hexadecimal Range Dumper with color, bitfields and skip ranges
Creates a dump from binary data and user defined range descriptions. The goal of this module is to create an easy to understand dump of binary data. This achieved through: - Highlighted (colors) dump that is easier to understand than a monochrome blob of hex data - Multiple rendering modes with different output formats - Bitfield rendering - Skipping uninterresting data - The possibility to describe complex structures
devel/Data-Miscellany-1.100850 (Score: 7.3261835E-5)
Collection of miscellaneous subroutines
This is a collection of miscellaneous subroutines useful in wide but varying scenarios; a catch-all module for things that don't obviously belong anywhere else. Obviously what's useful differs from person to person, but this particular collection should be useful in object-oriented frameworks, such as Class::Scaffold and Data::Conveyor.
devel/Data-Peek-0.46 (Score: 7.3261835E-5)
Collection of low-level debug facilities
Data::Peek started off as DDumper being a wrapper module over Data::Dumper, but grew out to be a set of low-level data introspection utilities that no other module provided yet, using the lowest level of the perl internals API as possible.
devel/Data-Throttler-0.06 (Score: 7.3261835E-5)
Limit data throughput
Data::Throttler helps solving throttling tasks like "allow a single IP only to send 100 emails per hour". It provides an optionally persistent data store to keep track of what happened before and offers a simple yes/no interface to an application, which can then focus on performing the actual task (like sending email) or suppressing/postponing it.
devel/Date-Calc-6.4 (Score: 7.3261835E-5)
Gregorian calendar date calculations
This package consists of a C library and a Perl module (which uses the C library, internally) for all kinds of date calculations based on the Gregorian calendar (the one used in all western countries today), thereby complying with all relevant norms and standards: ISO/R 2015-1971, DIN 1355 and, to some extent, ISO 8601 (where applicable).
devel/DateTime-Format-Excel-0.31.00 (Score: 7.3261835E-5)
Convert between DateTime and Excel dates
Excel uses a different system for its dates than most Unix programs. This module allows you to convert between a few of the Excel raw formats and DateTime objects, which can then be further converted via any of the other DateTime::Format::* modules, or just with DateTime's methods.
devel/DateTime-Format-MySQL-0.06 (Score: 7.3261835E-5)
Parse and format MySQL dates and times
This module understands the formats used by MySQL for its DATE, DATETIME, TIME, and TIMESTAMP data types. It can be used to parse these formats in order to create DateTime objects, and it can take a DateTime object and produce a string representing it in the MySQL format.
devel/qt4-4.8.7 (Score: 7.3261835E-5)
Cross-platform application and UI framework (metaport)
Qt is a cross-platform application and UI framework for developers using C++ or QML, a CSS/JavaScript-like language. With Qt, code can be reused efficiently to target multiple platforms with one code base. The modular C++ class library and developer tools easily enables developers to create applications for one platform and easily build and run to deploy on another platform.
devel/DateTime-Format-SQLite-0.11 (Score: 7.3261835E-5)
Parse and format SQLite dates and times
This module understands the formats used by SQLite for its DATE, DATETIME, TIME, and TIMESTAMP data types. It can be used to parse these formats in order to create DateTime objects, and it can take a DateTime object and produce a string representing it in the SQLite format.