Ports 搜索

共有18,669项符合descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE的查询结果,以下是第2,3712,380项(搜索用时0.01秒)
print/dvipsk-5.995 (Score: 7.923793E-4)
Convert a TeX DVI file to PostScript
The program dvips takes a DVI file [.dvi] produced by TeX (or by some other processor such as GFtoDVI) and converts it to PostScript, normally sending the result directly to the laserprinter. Fonts used may either be resident in the printer or defined as bitmaps in PK files, or a `virtual' combination of both. Dvips will automatically invoke METAFONT to generate fonts that don't already exist.
databases/dbtool-1.9.1 (Score: 7.9212314E-4)
Store and retrieve data in a key/value format in a hash database
dbtool can be used to store and retrieve data in a key/value format in a hash database. Perl compatible regular expressions are supported both for storing and retrieving of data. It's main advantages are the ability to maintain huge amounts of data and speed.
devel/pure-ffi-0.14 (Score: 7.9172704E-4)
Pure language interface to libffi
This module provides an interface to libffi which enables you to call C functions from Pure and vice versa. It extends and complements Pure's built-in C interface in that it also handles C structs and makes Pure functions callable from C without writing a single line of C code.
www/Catalyst-Plugin-Params-Nested-0.05 (Score: 7.9104333E-4)
Nested params (ala Ruby on Rails or PHP-style param arrays)
Ruby on Rails has a nice feature to create nested parameters that help with the organization of data in a form - parameters can be an arbitrarily deep nested structure. The way this structure is denoted is that when you construct a form the field names have a special syntax which is parsed. This plugin supports two syntaxes: dot notation <input name="foo.bar.gorch" /> subscript notation <input name="foo[bar][gorch]" /> When reading query parameters from $c->req you can now access all the items starting with "foo" as one entity using $c->req->param('foo');. Each subitem, denoted by either the dot or the square brackets, will be returned as a further deeper hashref.
biology/libsbml-5.13.0 (Score: 7.9051504E-4)
API Library for Working with SBML File
LibSBML is an open-source programming library to help you read, write, manipulate, translate, and validate SBML files and data streams. It is not an application itself (though it does come with example programs), but rather a library you can embed in your own applications. LibSBML understands all Levels and Versions of SBML, as well as the SBML Layout proposal by Gauges, Rost, Sahle and Wegner. It's written in ISO C and C++ but can be used from all the languages listed in the right-hand box.
security/keyprint-1.0 (Score: 7.8967656E-4)
Print S/Key keys on a piece of paper, twice the size of a credit card
This is keyprint: a quick hack for printing S/Key keys on a small piece of paper, twice the size of a credit card for easy storage in a wallet, card holder, etc. It produces a PostScript file which can be printed and then trimmed to size: hn38925 +----------------------------------------+ | 1 af fd alfal 26 fd s fdas da | | 2 af fd alfal 27 fd s fdas da | | 3 af fd alfal 28 fd s fdas da | | . . | | . . | | 74 af fd alfal 98 fd s fdas da | | 75 af fd alfal 99 fd s fdas da | +----------------------------------------+ Warning: If you don't have a secure network, then it is not a good idea to print this key set on a network printer. It might be obvious, but you never know.
audio/aften-0.0.8 (Score: 7.893018E-4)
ATSC A/52 audio encoder
Aften is an audio encoder which generates compressed audio streams based on ATSC A/52 specification. This type of audio is also known as AC-3 or Dolby(R) Digital and is one of the audio codecs used in DVD-Video content.
shells/esh-0.8.5 (Score: 7.892399E-4)
The "easy shell", a small shell with Lisp-like syntax
esh is a new shell for Unix, written completely from scratch. It is very small, both in number of lines of source code and in memory consumption. The whole shell is about 5000 lines of C source code, and occupies about twice as little memory as bash in some cases. However, esh is also extremely flexible, with a real programming language at the core. The syntax is a simplified form of Scheme. The current version is 0.8, though it is already stable and featureful. The reason for the low version number is lack of real-world testing. It is released under the GPL, of course.
devel/simple_components-4.13 (Score: 7.8886456E-4)
Simple Ada Components
This is a library created by Dmitry Kazakov out of necessity, which was released under the GMGPL and provides Ada implementations of: - smart pointers - B-trees - directed graphs - stacks - sets - tables - maps - string editing - unbounded arrays - expression analyzers - lock-free data structures - synchronization primitives (events, race condition free pulse events, arrays of events, reentrant mutexes, deadlock-free arrays of mutexes) - pseudo-random non-repeating numbers - symmetric encoding and decoding - IEEE 754 representations support - multiple connections server/client designing tools. Tables management and strings editing are described in separate documents; see Tables and Strings edit. The library is kept conform to the Ada 95, Ada 2005, Ada 2012 language standards.
graphics/gdchart-0.11.5 (Score: 7.886812E-4)
Easy to use fast C API for creating charts and graphs
GDChart is an easy to use, high performance library/C API for creating charts and graphs in GIF, PNG, JPEG and WBMP format.