Ports Search

Results 2,1012,110 of 5,623 for /devel/.(0.003 seconds)
devel/Data-IEEE754-0.01 (Score: 0.032514982)
Pack and unpack big-endian IEEE754 floats and doubles
Data::IEEE754 provides some simple convenience functions for packing and unpacking IEEE 754 floats and doubles. Currently this module only implements big-endian order.
devel/Data-JavaScript-Anon-1.03 (Score: 0.032514982)
Dump big dumb Perl structs to anonymous JavaScript structs
Data::JavaScript::Anon provides the ability to dump large simple data structures to JavaScript. That is, things that don't need to be a class, or have special methods or whatever.
devel/Data-Localize-0.00027 (Score: 0.032514982)
Perl extension for alternate data localization API
Alternate Data Localization API.
devel/flyspray-0.9.9.7 (Score: 0.032514982)
Simple, easy-to-use web based bug tracking system
Flyspray is an uncomplicated, web-based bug tracking system written in PHP for assisting with software development. Features include: * Web-based, platform-independent * Multiple database support, currently MySQL and PGSQL * Easy installation * Easy to use * Multiple projects * 'Watching' tasks, with notification of changes (email or Jabber) * Comprehensive task history * File attachments * CSS themes * Advanced search features (though easy to use) * Atom/RSS feeds * Two syntax options for task descriptions and more (Dokuwiki / plain text) * Voting for tasks * Dependency graphs
devel/freeocl-0.3.6 (Score: 0.032514982)
Free Open Computing Language (OpenCL) implementation for CPU
FreeOCL is an implementation of OpenCL 1.2 specifications targeting CPUs. Instead of using a built-in or dedicated compiler, it relies on an external C++ compiler.
devel/Data-MessagePack-0.48 (Score: 0.032514982)
Perl extension for MessagePack
Data::MessagePack is a binary packer for perl.
devel/Data-Miscellany-1.100850 (Score: 0.032514982)
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-Model-0.00008 (Score: 0.032514982)
Perl extension for model interface which had more data sources unified
Model interface which had more data sources unified, a.k.a data/object mapper.
devel/Data-Munge-0.096 (Score: 0.032514982)
Various utility functions
This module defines a few generally useful utility functions.
devel/Data-Swap-0.08 (Score: 0.032514982)
XS module to swap the contents and types of referenced variables
Paraphrased from the Data:Swap's documentation ... Data::Swap (XS) module allows to swap the contents of two referenced variables, even if they have different types. The main application is to change the base type of an object after it has been created, for example for dynamic loading of data structures: swap $self, bless $replacement, $newclass;