Ports Search

Results 2,2412,250 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.009 seconds)
databases/python-memcached-1.58 (Score: 0.002346802)
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: 0.002346802)
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: 0.002346802)
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: 0.002346802)
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/libtpl-1.6 (Score: 0.002346802)
Tpl is a library for serializing C data
You can use tpl to store and reload your C data quickly and easily. Tpl works with files, memory buffers and file descriptors so it's suitable for use as a file format, IPC message format or any scenario where you need to store and retrieve your data.
devel/libvterm-git20160104 (Score: 0.002346802)
Implementation of a VT220/xterm/ECMA-48 terminal emulator
Abstract C99 library which implements a VT220 or xterm-like terminal emulator. It doesn't use any particular graphics toolkit or output system, instead it invokes callback function pointers that its embedding program should provide it to draw on its behalf. It avoids calling malloc() during normal running state, allowing it to be used in embedded kernel situations.
devel/Algorithm-ChooseSubsets-0.02 (Score: 0.002346802)
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: 0.002346802)
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: 0.002346802)
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/File-Append-TempFile-0.07 (Score: 0.002346802)
Append data to files using a temporary copy
The File::Append::TempFile module provides an OOP interface to appending data to files using a temporary file, in order to ensure the atomicity of the updates. Care should be taken to ensure that no other applications try to modify the original file concurrently, since any changes made while appending the data may be lost.