Ports Search

Results 6,0316,040 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.024 seconds)
devel/BFD-0.31 (Score: 9.15773E-5)
Impromptu dumping of data structures for debugging purposes
BFD allows for impromptu dumping of output to STDERR. Useful when you want to take a peek at a nest Perl data structure by emitting (relatively) nicely formatted output with filename and line number prefixed to each line.
devel/CPAN-Recent-Uploads-0.08 (Score: 9.15773E-5)
Find the distributions recently uploaded to CPAN
CPAN::Recent::Uploads provides a mechanism for obtaining a list of the RECENT uploads to CPAN as determined from the files produced by File::Rsync::Mirror::Recentfile that exist in the authors/ directory on CPAN.
devel/Class-Base-0.06 (Score: 9.15773E-5)
Useful base class for deriving other modules
This module implements a simple base class from which other modules can be derived, thereby inheriting a number of useful methods such as "new()", "init()", "params()", "clone()", "error()" and "debug()".
devel/CommitBit-0.02 (Score: 9.15773E-5)
Project administration tool
CommitBit is a tool for managing commit access to software projects. It also provides for a "code.yourorganization.org" site with links to your wiki, mailing lists, bug tracking and so on.
devel/dbus-c++-0.9.1 (Score: 9.15773E-5)
C++ API for D-BUS
dbus-c++ attempts to provide a C++ API for D-BUS. The library has a glib/gtk and an Ecore mainloop integration. It also offers an optional own main loop.
devel/antlr3-3.5.2 (Score: 9.15773E-5)
ANother Tool for Language Recognition
ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing C++ or Java actions.
devel/antlr4-4.5.3 (Score: 9.15773E-5)
ANother Tool for Language Recognition
ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing C++ or Java actions.
devel/Data-TemporaryBag-0.09 (Score: 9.15773E-5)
Handle long size data using temporary file
Data::TemporaryBag module provides a bag object class handling long size data. The short size data are kept on memory. When the data size becomes over $Threshold size, they are saved into a temporary file internally.
devel/Data-Table-1.75 (Score: 9.15773E-5)
Data type related to database tables, HTML table displays, etc
This perl package uses perl5 objects to make it easy for manipulating spreadsheet data among disk files, database, and Web publishing. A table object contains a header and a two-dimensional array of scalars. Four class methods Data::fromFile, Data::Table::fromCSV, Data::Table::fromTSV, and Data::Table::fromSQL allow users to create a table object from a CSV/TSV file or a database SQL selection in a snap. Table methods provide basic access, add, delete row(s) or column(s) operations, as well as more advanced sub-table extraction, table sorting, record matching via keywords or patterns, table merging, and web publishing. Data::Table class also provides a straightforward interface to other popular Perl modules such as DBI and GD::Graph.
devel/Date-EzDate-1.16 (Score: 9.15773E-5)
Date and time manipulation made easy
The main idea of EzDate is that the object represents a specific date and time. A variety of properties tells you information about that date and time such as hour, minute, day of month, weekday, etc.