Ports 搜索

共有18,669项符合descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE的查询结果,以下是第2,3812,390项(搜索用时0.013秒)
sysutils/i7z-0.27.2 (Score: 7.886812E-4)
Thermal and C-state reporting utility for Intel-Core-i CPUs
i7z prints out the C-states and temperature for i3, i5 and i7 based Core processors from Intel (including Nehalems, Sandy Bridge and Ivy Bridge).
net/Net-LDAP-LDAPhash-1.0.3 (Score: 7.8711385E-4)
Make a hash out of the return from a search using Net::LDAP::Search
This takes from a search and turns it into a hash. The returned has is in the following format. {DN}{ldap}{attribute}[array of values for this attribute] The reason for the {ldap} is to allow for other values and the like to be tagged onto a hash for a DN that are unrelated to LDAP. This function does not make any attempt to check if the search succedded or not.
Dynamic definition of a DBIx::Class::Schema
DBIx::Class::Schema::Loader automates the definition of a DBIx::Class::Schema by scanning database table definitions and setting up the columns, primary keys, and relationships. DBIx::Class::Schema::Loader currently supports only the DBI storage type. It has explicit support for DBD::Pg, DBD::mysql, DBD::DB2, and DBD::SQLite. Other DBI drivers may function to a greater or lesser degree with this loader, depending on how much of the DBI spec they implement, and how standard their implementation is. Patches to make other DBDs work correctly welcome. See DBIx::Class::Schema::Loader::DBI::Writing for notes on writing your own vendor-specific subclass for an unsupported DBD driver. This module requires DBIx::Class 0.06 or later, and obsoletes the older DBIx::Class::Loader. This module is designed more to get you up and running quickly against an existing database, or to be effective for simple situations, rather than to be what you use in the long term for a complex database/project.
games/mahjong-1.14 (Score: 7.849127E-4)
Networked Mah Jong program, together with a computer player
This is a set of three programs which provide a networked Mah Jong program, together with a computer player. Thus the game can be played by four humans, by a human and three computer players, or any other combination. There is a server program, which handles the game. An X client to allow humans to play naturally, and a computer player.
devel/File-Append-TempFile-0.07 (Score: 7.8366E-4)
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.
games/edgar-1.24 (Score: 7.834887E-4)
2D platform game with a persistent world
The Legend of Edgar is a platform game, not unlike those found on the Amiga and SNES. Edgar must battle his way across the world, solving puzzles and defeating powerful enemies to achieve his quest. A 2D platform game with a persistent world. When Edgar's father fails to return home after venturing out one dark and stormy night, Edgar fears the worst: he has been captured by the evil sorcerer who lives in a fortress beyond the forbidden swamp. Donning his armour, Edgar sets off to rescue him, but his quest will not be easy...
devel/Cache-FastMmap-1.44 (Score: 7.834148E-4)
Uses an mmap\'ed file to act as a shared memory interprocess cache
A shared memory cache through an mmap'ed file. It's core is written in C for performance. It uses fcntl locking to ensure multiple processes can safely access the cache at the same time. It uses a basic LRU algorithm to keep the most used entries in the cache.
devel/critcl-3.1.15 (Score: 7.815213E-4)
Compiled Runtime in Tcl
The C Runtime In Tcl, CriTcl for short, is a system to build C extension packages for Tcl on the fly, from C code embedded within Tcl scripts, for all who wish to make their code go faster.
mail/maildrop-2.8.4 (Score: 7.812275E-4)
Mail delivery agent (MDA) with filtering abilities
maildrop is a replacement for your local mail delivery agent, similar to mail/procmail. - maildrop reads a mail message from standard input, then delivers the message to your mailbox. - maildrop will optionally read instructions from a file, which describes how to filter incoming mail. Instructions can be provided having mail delivered to alternate mailboxes, or forwarded somewhere else. Unlike procmail, maildrop uses a structured filtering language. - maildrop knows how to deliver mail to mbox-style mailboxes and maildirs. - maildrop is written in C++, and handles resources more efficiently. maildrop can be used with sendmail, qmail, and other MTAs.
devel/Shape-0.04 (Score: 7.803216E-4)
Perl5 module to read and write shapefiles via shapelib
This is a library for reading, creating, and writing ArcView(c) shapefiles using Perl. The Perl code uses Frank Warmerdam's Shapefile C Library.