Ports Search

Results 3,6613,670 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.034 seconds)
devel/libsigsegv-2.10 (Score: 1.2689322E-4)
Handling page faults in user mode
A library for handling page faults in user mode. A page fault occurs when a program tries to access to a region of memory that is currently not available. Catching and handling a page fault is a useful technique for implementing: * pageable virtual memory, * memory-mapped access to persistent databases, * generational garbage collectors, * stack overflow handlers, * distributed shared memory,
devel/AnyEvent-Task-0.801 (Score: 1.2689322E-4)
Client/server-based asynchronous worker pool
AnyEvent::Task is a pre-fork-on-demand server (AnyEvent::Task::Server) combined with a persistent worker-pooled client (AnyEvent::Task::Client). In a nutshell, a synchronous worker process is forked off by a server whenever a client asks for one. The client keeps as many of these workers around as it wants and delegates tasks to them asynchronously.
devel/Module-Inspector-1.05 (Score: 1.2689322E-4)
Integrated API for inspecting Perl distributions
Module::Inspector provides a wrapper around various modules used to read and examine the different parts of a Perl module distribution tarball, and can inspect a module unrolled on disk, in a repository checkout, or just look directly inside a tarball. It also rovides a companion to the Class::Inspector API for accessing information on class after installation.
devel/MooseX-Role-Strict-0.05 (Score: 1.2689322E-4)
Use strict 'roles'
When using Moose::Role, a class which provides a method a role provides will silently override that method. This can cause strange, hard-to-debug errors when the role's methods are not called. Simple use MooseX::Role::Strict instead of Moose::Role and overriding a role's method becomes a composition-time failure. See the synopsis for a resolution.
java/jcalendar-1.3.3 (Score: 1.2689322E-4)
Java Date Chooser
JCalendar is a Java date chooser bean for graphically picking a date. JCalendar is composed of several other Java beans, a JDayChooser, a JMonthChooser and a JYearChooser. All these beans have a locale property, provide several icons (Color 16x16, Color 32x32, Mono 16x16 and Mono 32x32) and their own locale property editor. So they can easily be used in GUI builders.
math/Amelia-1.7.4 (Score: 1.2689322E-4)
Program for Missing Data
A tool that "multiply imputes" missing data in a single cross-section (such as a survey), from a time series (like variables collected for each year in a country), or from a time-series-cross-sectional data set (such as collected by years for each of several countries).
news/sn-0.3.8 (Score: 1.2689322E-4)
Small news system for small sites serving
sn a small news system for small sites serving perhaps a few dozen newsgroups, and with a slow connection to the internet; similar to Leafnode. The target user is a home or SOHO with a single modem connection to the Internet, maybe running IP masq or similar, and serving a few workstations.
security/Crypt-RC5-2.00 (Score: 1.2689322E-4)
Perl implementation of the RC5 encryption algorithm
RC5 is a fast block cipher designed by Ronald Rivest for RSA Data Security (now RSA Security) in 1994. It is a parameterized algorithm with a variable block size, a variable key size, and a variable number of rounds. This particular implementation is 32 bit. As such, it is suggested that a minimum of 12 rounds be performed.
textproc/link-grammar-4.7.4 (Score: 1.2689322E-4)
Grammar checking library
The Link Grammar Parser is a syntactic parser of English, based on link grammar, an original theory of English syntax. Given a sentence, the system assigns to it a syntactic structure, which consists of a set of labeled links connecting pairs of words. The parser also produces a "constituent" representation of a sentence (showing noun phrases, verb phrases, etc.).
textproc/PerlPoint-Converters-1.02.05 (Score: 1.2689322E-4)
Convert PerlPoint docs into various formats
pp2html creates a set of HTML files for a foilset based on a simple textfile slide_text. Due to its formatting features and the capability of creating navigation, table of contents and index pages, pp2html is also a suitable tool for writing online documentation. pp2latex creates a LaTeX file from a PerlPoint input file.