Ports 搜索

共有18,669项符合descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE的查询结果,以下是第3,8013,810项(搜索用时0.011秒)
databases/Cache-Memcached-1.30 (Score: 4.9911125E-4)
Perl API for memcached, a distributed memory cache daemon
The API takes advantage of the server's opaque flag support and sets its "complex" flag whenever the object being stored or retrieved isn't a plain scalar. In that case, the Storable module is used to freeze and thaw the value automatically going in and out of the memcached.
Perl 5 module to deploy a DBIx::Class schema
In the tradition of Rose::DB::Object::Helpers, more importable methods. This class inherits from Rose::Object::MixIn. See the Rose::Object::MixIn documentation for a full explanation of how to import methods from this class. The helper methods themselves are described below.
databases/python-memcached-1.58 (Score: 4.9911125E-4)
Python API for memcached, a distributed memory cache daemon
The API takes advantage of the server's opaque flag support and sets its "complex" flag whenever the object being stored or retrieved isn't a plain scalar. In that case, the Storable module is used to freeze and thaw the value automatically going in and out of the memcached. The Python API, while tested, has not experienced real-world production use.
deskutils/nautilus-sendto-3.8.2 (Score: 4.9911125E-4)
Convenience application to send a file via email
This command will open the default mailer after having attached the files mentioned on the command-line. If a directory is passed instead of files, it will have been zipped up before being attached. The application is intented to integrate with nautilus and is written for the GNOME graphical desktop.
deskutils/vym-2.2.4 (Score: 4.9911125E-4)
VYM is a tool to generate and manipulate mind maps
VYM (View Your Mind) is a tool to generate and manipulate maps which show your thoughts. Such maps can help you to improve your creativity and effectivity. You can use them for time management, to organize tasks, to get an overview over complex contexts, to sort your ideas etc. Some people even think it is fun to work with such maps...
devel/hsb2hs-0.3.1 (Score: 4.9911125E-4)
Preprocesses a file, adding blobs from files as string literals
Hsb2hs is a preprocessor that allows you to include the contents of files as string literals in your Haskell programs and libraries. It is an alternative to file-embed for those who do not want to rely on Template Haskell.
devel/Algorithm-ChooseSubsets-0.02 (Score: 4.9911125E-4)
Perl algorithm to iterate through subsets of a list
Perl algorithm to iterate through subsets of a list. "Subsets" in this context refers to lists with elements taken from the original list, and in the same order as the elements in the original list. After creating the object, subsequent calls to next() will return the next such list in lexicographic order (where the alphabet is the original list).
devel/Data-Taxonomy-Tags-0.05 (Score: 4.9911125E-4)
Represents a set of tags for any item
Data::Taxonomy::Tags will basically take care of easily managing tags for an item. You provide it with a string of tags and it will allow you to call methods to get all the tags and categories as well as add and delete tags from the list.
devel/Data-Remember-0.07 (Score: 4.9911125E-4)
Remember complex information without giving yourself a headache
The author got really tired of statements that looked like: $heap->{job}{$job} = { source => $source, dest => $destination, options => $options, }; and later: if ($heap->{job}{$job}{options}{wibble} eq $something_else) { # do something... } This module is meant to simplify this sort of things, with optional persistence as a bonus.
devel/MooseX-SimpleConfig-0.11 (Score: 4.9911125E-4)
Moose role for setting attributes from a simple configfile
This role loads simple configfiles to set object attributes. It is based on the abstract role MooseX::ConfigFromFile, and uses Config::Any to load your configfile. Config::Any will in turn support any of a variety of different config formats, detected by the file extension. See Config::Any for more details about supported formats.