Ports Search

Results 5,7415,750 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.01 seconds)
devel/Log-Message-0.08 (Score: 2.4728023E-4)
Powerful and flexible message logging mechanism
Log::Message is a generic message storage mechanism. It allows you to store messages on a stack -- either shared or private -- and assign meta-data to it. Some meta-data will automatically be added for you, like a timestamp and a stack trace, but some can be filled in by the user, like a tag by which to identify it or group it, and a level at which to handle the message (for example, log it, or die with it) Log::Message also provides a powerful way of searching through items by regexes on messages, tags and level.
devel/Scalar-String-0.002 (Score: 2.4728023E-4)
String aspects of scalars
This module is about the string part of plain Perl scalars. A scalar has a string value, which is notionally a sequence of Unicode codepoints, but may be internally encoded in either ISO-8859-1 or UTF-8. In places, and more so in older versions of Perl, the internal encoding shows through. To fully understand Perl strings it is necessary to understand these implementation details. This module provides functions to classify a string by encoding and to encode a string in a desired way. This module is implemented in XS, with a pure Perl backup version for systems that can't handle XS.
devel/Specio-0.24 (Score: 2.4728023E-4)
Type constraints and coercions for Perl
The Specio distribution provides classes for representing type constraints and coercion, along with syntax sugar for declaring them. Note that this is not a proper type system for Perl. Nothing in this distribution will magically make the Perl interpreter start checking a value's type on assignment to a variable. In fact, there's no built-in way to apply a type to a variable at all. Instead, you can explicitly check a value against a type, and optionally coerce values to that type. The author's long-term goal is to replace Moose's built-in types and MooseX::Types with this module.
devel/kqueue-1.4 (Score: 2.4728023E-4)
Python interface to kqueue(2) and kevent(2) system calls
py-kqueue (aka PyKQueue) is a Python module that interfaces to the kqueue(2) and kevent(2) system calls. kqueue(2) and kevent(2) implements an event-driven notification system, intended as a replacement for select(2) and poll(2), which require lengthy preparation and bookkeeping to use. With kevent(2), a list of file descriptors or other object to monitor is passed in once, and the system returns a notification when the object triggers a filter, such as 'ready to read data' for file descriptors. See the man pages for details. This Python module provides a C module and supporting Python script to use these functions in a object-oriented manner.
devel/twistedCore-15.2.1 (Score: 2.4728023E-4)
Asynchronous networking framework for Python (Core Module)
Twisted is an asynchronous networking framework written in python. It is used by most of the servers, clients and protocols that are part of other Twisted projects. - twisted.cred, a pluggable authentication system for servers; - twisted.enterprise, an asynchronous adapter of Python DB-API 2.0 database interfaces; - twisted.internet, the Twisted event loop; - twisted.manhole, a debugging service; - twisted.persisted, a collection of object persistence systems - twisted.protocols, a collection of simple network protocols and helper utilities; - twisted.python, a set of Twisted programming abstractions; - twisted.spread, a network transport, serializer and object broker; - twisted.trial, a unit-testing framework; and
devel/silentbob-3.0 (Score: 2.4728023E-4)
Yet another sourcecode indexing tool
"SilentBob" is a tool to help a programmer/team manager to digest and comprehend either a simple program or a big source code tree based on the source code by presenting the code in a searcheable and tagged way. It helps to speed up the learning curve and to make it more convenient to get hands on a code from somebody, or also is convenient to browse your own projects. It includes functionality from such tools as: ctags, cscope and ctree, but it is faster than any of them, and is offering the features in one package. In some way it can be viewed as a superset of ctags, cscope and ctree.
dns/twistedNames-15.2.1 (Score: 2.4728023E-4)
DNS protocol implementation with client and server
Twisted Names is both a domain name server as well as a client resolver library. Twisted Names comes with an "out of the box" nameserver which can read most BIND-syntax zone files as well as a simple Python-based configuration format. Twisted Names can act as an authoritative server, perform zone transfers from a master to act as a secondary, act as a caching nameserver, or any combination of these. Twisted Names' client resolver library provides functions to query for all commonly used record types as well as a replacement for the blocking gethostbyname() function provided by the Python stdlib socket module. Twisted Names is available under the MIT Free Software licence.
games/lbreakout-010315 (Score: 2.4728023E-4)
Nice clone of classical Breakout game
LBreakout is a classical Breakout game and this means (if you like Breakout ;-) it is a lot of fun to play! If you never ever played such a game you can check out the manual for more information and last but not least... play it! This is a list of LBreakout's features: Sound HighScore A menu with mouse support Mouse or keyboard can be used for playing Controls can be redefined Mouse can be kept in window while playing Your starting level can be chosen A difficulty can be selected (easy, medium, hard) Various backgrounds A lot of collectable extras Nice graphics Cool effects Own levels can be created
games/solarconquest-0.2 (Score: 2.4728023E-4)
Space 2D action game with plenty of shooting
An expedition to another solar system was supposed to be the biggest event in mankind's history. While it achieved such glory, it also caused a corrupt Admrial to gain new territory. You are part of a small rebel force. Your task is to keep Admrial Moretti's forces at bay, until the Earth Space Forces can send a rescue team. Solar Conquest is a 2D action game that takes place in space. You pilot a fighter and fight alongside dozens of allies. Battles can range from just a dozen a team, or up to all out war with hundreds of ships per team.
graphics/gle-graphics-4.2.4.c (Score: 2.4728023E-4)
Graphics language that produces images from script files
GLE is a graphics language that produces PostScript, EPS, PDF, PNG, or JPG ouput from a simple script file. GLE is a full featured scripting language that includes variables, subroutines, logic control, looping, a graphing tool, and more to produce high quality output. It has a full range of facilities for producing publication-quality graphs, diagrams, posters and slides. GLE provides LaTeX quality fonts together with a flexible graphics module, which allows the user to specify any feature of a graph (down to the line width of the subticks, for example).