Ports Search

Results 5,6415,650 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.011 seconds)
devel/PathTools-3.6200 (Score: 2.742758E-4)
Perl module for portably manipulating file specifications
This module is designed to support operations commonly performed on file specifications (usually called "file names", but not to be confused with the contents of a file, or Perl's file handles), such as concatenating several directory and file names into a single path, or determining whether a path is rooted.
devel/Proc-Wait3-0.05 (Score: 2.742758E-4)
Perl extension for wait3 system call
Proc::Wait3 module implements wait3 system call in Perl. If any child processes have exited, this call will "reap" the zombies similar to the perl "wait" function. By default, it will return immediately and if there are no dead children, everything will be undefined. If you pass in a true argument, it will block until a child exits (or it gets a signal).
devel/Return-MultiLevel-0.04 (Score: 2.742758E-4)
Return across multiple call levels
Return::MultiLevel provides a way to return immediately from a deeply nested call stack. This is similar to exceptions, but exceptions don't stop automatically at a target frame (and they can be caught by intermediate stack frames). In other words, this is more like setjmp(3)/longjmp(3) than die.
devel/bossa-1.7.0.a (Score: 2.742758E-4)
Flash programmer for Atmel SAM microcontrollers
BOSSA is a flash programming utility for Atmel's SAM family of flash-based ARM microcontrollers designed as a replacement for Atmel's SAM-BA software. This version is a fork of the original project with some Arduino-specific patches applied that are unlikely to be accepted upstream.
devel/gitinspector-0.3.2 (Score: 2.742758E-4)
Statistical analysis tool for git repositories
gitinspector is a statistical analysis tool for git repositories. The defaut analysis shows general statistics per author, which can be complemented with a timeline analysis that shows the workload and activity of each author. Under normal operation, it filters the results to only show statistics about a number of given extensions and by default only includes source files in the statistical analysis.
devel/biplist-0.9 (Score: 2.742758E-4)
Library for reading/writing binary plists
biplist is a binary plist parser/generator for Python Binary Property List (plist) files provide a faster and smaller serialization format for property lists on OS X. This is a library for generating binary plists which can be read by OS X, iOS, or other clients.
devel/colorlog-2.6.1 (Score: 2.742758E-4)
Python module for log formatting with colors
It allows colors to be placed in the format string, which is mostly useful when paired with a StreamHandler that is outputting to a terminal. This is accomplished by added a set of terminal color codes to the record before it is used to format the string. Convenient for logging with colors support.
devel/hash_ring-1.3.1 (Score: 2.742758E-4)
Implementation of consistent hashing in Python
Implements consistent hashing that can be used when the number of server nodes can increase or decrease (like in memcached). The hashing ring is built using the same algorithm as libketama. Consistent hashing is a scheme that provides a hash table functionality in a way that the adding or removing of one slot does not significantly change the mapping of keys to slots.
devel/wsgiutils-0.7 (Score: 2.742758E-4)
Utility libraries for development of simple WSGI programs
WSGIUtils is a package of standalone utility libraries that ease the development of simple WSGI programs. The package is divided into two main components which can be used individually or in combination. wsgiServer is a multi-threaded WSGI web server based on SimpleHTTPServer. wsgiAdaptor is a simple WSGI application that provides basic authentication, signed cookies and persistent sessions.
devel/plex-1.1.5 (Score: 2.742758E-4)
Lexical Analysis Module for Python
Plex is a Python module for constructing lexical analysers, or scanners. Plex scanners have almost all the capabilities of the scanners generated by GNU Flex, and are specified in a very similar way. Tokens are defined by regular expressions, and each token has an associated action, which may be to return a literal value, or to call an arbitrary function.