Ports 搜索

共有17,754项符合%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第1,4311,440项(搜索用时0.013秒)
x11/xidle-26052015 (Score: 0.0011982508)
Run a program on X inactivity
xidle uses the XScreenSaver(3) extension to receive inactivity events when a timeout is specified, running a specific program after the elapsed time. xidle also monitors the very corner of the given position for pointer activity and runs a program if the pointer sits there for more than the specified number of seconds. This behavior is always present, whether -timeout is specified or not.
devel/Term-VT102-0.91 (Score: 0.0011954015)
Class to emulate a DEC VT102 terminal
The VT102 class provides emulation of most of the functions of a DEC VT102 terminal. Once initialised, data passed to a VT102 object is processed and the in-memory "screen" modified accordingly. This "screen" can be interrogated by the external program in a variety of ways. This allows your program to interface with full-screen console programs by running them in a subprocess and passing their output to a VT102 class. You can then see what the application has written on the screen by querying the class appropriately.
net/Net-NIS-Listgroup-1.0.0 (Score: 0.0011954015)
Lists hosts/users in a netgroup group
A library used to get groups or members of a netgroup NIS map. listgroup() without any parameters or listgroups() lists all the available netgroup groups. With groupname parameters listgroup, listgroup_user, listgroup_host will recusively list the members of the named groups. If the groupname is preceded with a - members of that group will be excluded from the returned list. Each member in a group is a triplet of (host,user,domain). The host portion or user portion of the members is returned by listgroup_host() and listgroup(), the user portion of the members is returned by listgroup_user().
security/skein-1.0.9.3 (Score: 0.0011954015)
Skein, a family of cryptographic hash functions
Skein is a family of fast secure cryptographic hash functions designed by Niels Ferguson, Stefan Lucks, Bruce Schneier, Doug Whiting, Mihir Bellare, Tadayoshi Kohno, Jon Callas and Jesse Walker. This package uses bindings to the optimized C implementation of Skein. We provide a high-level interface (see module Crypto.Skein) to some of the Skein use cases. We also provide a low-level interface (see module Crypto.Skein.Internal) should you need to use Skein in a different way. Currently we have support for Skein as cryptographic hash function as Skein as a message authentication code (Skein-MAC).
math/Math-MatrixReal-2.12 (Score: 0.0011941864)
Perl module implementing a Matrix of Reals
p5-MatrixReal is port of the perl module Math::MatrixReal, implementing a matrix of Reals. Math::MatrixReal needs support for operator overloading to support operations on matrixes as though they were just another basic perl type. In addition to the basics (+, -, *) also supported are: matrix norm, matrix transposition, matrix inverse, determinant of a matrix, order and numerical condition of a matrix, scalar product of vectors, vector product of vectors, vector length, projection of row and column vectors, a comfortable way for reading in a matrix from a file, the keyboard or your code, solving linear equations, etc. It also has an implementation of Kleene's algorithm for finding minimal costs for paths in a graph.
devel/CPAN-Checksums-2.12 (Score: 0.0011916498)
Perl module to write a CHECKSUMS file for a directory as on CPAN
CPAN::Checksums - Write a CHECKSUMS file for a directory as on CPAN
games/hr2-1.0 (Score: 0.0011916498)
Hell Revealed II is a megawad, a 32-level replacement for DooM II
Hell Revealed II is a megawad, a 32-level replacement for DooM II.
net-mgmt/lanmap-2006.03.07.r81 (Score: 0.0011916498)
Lanmap sits quietly on a network and builds a picture of what it sees
Lanmap sits quietly on a network and builds a picture of what it sees.
www/Any-Template-1.015 (Score: 0.0011916498)
Provide a consistent interface to a wide array of templating languages
Provide a consistent interface to a wide array of templating languages
devel/Shell-Base-0.05 (Score: 0.0011870349)
Perl module implementing a simple command shell
NAME Shell::Base - A generic class to build line-oriented command interpreters. DESCRIPTION Shell::Base is a base class designed for building command line programs. It defines a number of useful defaults, simplifies adding commands and help, and integrates well with Term::ReadLine. COPYRIGHT Copyright (C) 2003 Darren Chamberlain. All Rights Reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.