Ports Search

Results 2,6212,630 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.011 seconds)
converters/RJSONIO-1.3.0 (Score: 7.0845627E-4)
Serialize R objects to JSON, JavaScript Object Notation
This is a package that allows conversion to and from data in Javascript object notation (JSON) format. This allows R objects to be inserted into Javascript/ECMAScript/ActionScript code and allows R programmers to read and convert JSON content to R objects. This is an alternative to rjson package. That version was too slow for converting large R objects to JSON and is not extensible, but a very useful prototype. It is fast for parsing. This package uses methods, vectorized operations and C code and callbacks to R functions for deserializing JSON objects to R. Verison 0.4 of this package uses a new native parser, implements the transformation code in C and allocates memory efficiently (rather than concatenating because of event driven parsing). The result is a significantly faster parsing of large JSON documents.
devel/google-styleguide-66 (Score: 7.0845627E-4)
Tool to assist with Google style guide compliance
This is automated checker to make sure a C++ file follows Google's C++ style guide (http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml). As it heavily relies on regular expressions, cpplint.py won't catch all violations of the style guide and will very occasionally report a false positive. There is a list of things we currently don't handle very well at the top of cpplint.py, and we welcome patches to improve it. The linting tool takes a list of files as input. For full usage instructions, please see the output of: ./cpplint.py --help Unit tests are provided in cpplint_unittest.py. This file can safely be ignored by end users who have downloaded this package and only want to run the lint tool.
audio/openal-0.1.6 (Score: 7.0808025E-4)
PyOpenAL is a binding of OpenAL for Python
PyOpenAL is a binding of OpenAL for Python. This binding is at possible OO (Listener, Source and Buffer are objects). Extensions are not supported yet. Supported file formats are Wave and Ogg Vorbis (with the PyOgg and PyVorbis modules). PyOpenAL can be used independently or along with Soya, our 3D engine for Python. PyOpenAL is Free Software, under the GNU LGPL license.
audio/tempest_for_eliza-1.0.5 (Score: 7.0808025E-4)
Program to send AM radio signals using a PC monitor
Tempest for Eliza is a program that uses your computer monitor to send out AM radio signals. You can then hear computer generated music in your radio. It teaches you that your computer can be observed. Tempest for Eliza works with every monitor, every resolution.
converters/JSON-MaybeXS-1.003005 (Score: 7.0808025E-4)
Use Cpanel::JSON::XS with a fallback to JSON::PP
JSON::MaybeXS tries to load Cpanel::JSON::XS, and if that fails instead tries to load JSON::PP. If neither is available, an exception will be thrown. It then exports the encode_json and decode_json functions from the loaded module, along with a JSON constant that returns the class name for calling new on.
devel/Search-Binary-0.95 (Score: 7.0808025E-4)
Perl module that implements a generic binary search algorithm
Binary_search implements a generic binary search algorithm returning the position of the first record whose index value is greater than or equal to $val. The search routine does not define any of the terms position, record or index value, but leaves their interpretation and implementation to the user supplied function &$read(). The only restriction is that positions must be integer scalars.
devel/Term-ReadPassword-0.11 (Score: 7.0808025E-4)
Perl module for asking the user for a password
This module lets you ask the user for a password in the traditional way, from the keyboard, without echoing. This is not intended for use over the web; user authentication over the web is another matter entirely. Also, this module should generally be used in conjunction with Perl's crypt() function, sold separately.
games/gondola-1.1 (Score: 7.0808025E-4)
Create and optimize a distribution network of gondolas
Gondola is the ultimate shipping, shape sorting, barge unloading game of all time. Get the right shapes to the right places to score. But be warned: there are only a limited number of islands to build on and longer cables are expensive! Sort wisely to minimize loss.
graphics/lcms-1.19 (Score: 7.0808025E-4)
Light Color Management System -- a color management library
Little CMS intends to be a small-footprint color management library, with special focus on accuracy and performance. It uses the International Color Consortium standard (ICC), and offers fast transformation routines between ICC profiles. Color management refers to techniques that ensure consistent colors while images are transferred from scanners or cameras to monitors and printers.
mail/prepflog-0.4.1 (Score: 7.0808025E-4)
Prepares logfiles in a sanitised format for pflogsumm and awstats
The script processes mail log files that are to be passed to pflogsumm or awstats disregarding the lines relating to the re-injection of messages into postfix. It is very useful for a postfix setup which uses amavis for virus filtering.