Ports Search

Results 10,51110,520 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.012 seconds)
devel/trollop-1.16.2 (Score: 1.762358E-4)
Commandline option parser for Ruby that gets out of your way
Trollop is a commandline option parser for Ruby that gets out of your way. One line of code per option is all you need to write. For that, you get a nice automatically-generated help page (fit to your screen size!), robust option parsing, command subcompletion, and sensible defaults for everything you don't specify.
devel/sedsed-1.0 (Score: 1.762358E-4)
Python script that masters SED scripts
SEDSED is a Python script that masters SED scripts. It generates SED debug files in SED, which lets you debug scripts with your own version of SED. It's also a script beautifier, doing indentation and spaces/comments formatting. It can also convert SED scripts to colorful HTML files.
devel/liblogging-1.0.5 (Score: 1.762358E-4)
Easy to use system logging library
Liblogging offers an enhanced replacement for the syslog() call, but retains its ease of use. In a nutshell, it permits sytem administrators to direct application log output to different destinations without requiring the app developer to do any work for this. Liblogging is released under a 2-clause BSD license and as such can be used in any application.
devel/sope2-2.3.13 (Score: 1.762358E-4)
Extensive set of GNUstep web application frameworks
SOPE is an extensive set of frameworks which form a complete Web application server environment. Besides the Apple WebObjects compatible appserver extended with Zope concepts, it contains a large set of reusable classes: XML processing (SAX, DOM, XML-RPC), MIME/IMAP4 processing, LDAP connectivity, RDBMS connectivity, and iCalendar parsing.
devel/liblouisxml-2.4.0 (Score: 1.762358E-4)
Library Provide Complete Braille Transcription Services
liblouisxml is a library intended to provide complete braille transcription services for xml documents. It translates into appropriate braille codes and formats according to its style sheet and the specifications in the document. A command-line program, xml2brl which uses this library is also included. The latest version of liblouis is required.
devel/spark-1.6.1 (Score: 1.762358E-4)
Fast big data processing engine
Apache Spark is a fast and general-purpose cluster computing system. It provides high-level APIs in Java, Scala and Python, and an optimized engine that supports general execution graphs. It also supports a rich set of higher-level tools including Spark SQL for SQL and structured data processing, MLlib for machine learning, GraphX for graph processing, and Spark Streaming.
devel/spin-6.4.5 (Score: 1.762358E-4)
On-the-fly verification system for asynchronous concurrent systems
Spin is an efficient on-the-fly verification system (a `model checker') for asynchronous concurrent systems, such as data communication protocols, distributed operating systems, database systems, etc. It can be used to prove both safety and liveness properties, including all correctness requirements expressible in linear time temporal logic. Spin uses a high level language to specify systems descriptions, called PROMELA (PROcess MEta LAnguage).
devel/gflags-2.0 (Score: 1.762358E-4)
Commandline flags module for Python
The gflags package contains a library that implements commandline flags processing. As such it's a replacement for getopt(). It has increased flexibility, including built-in support for Python types, and the ability to define flags in the source file in which they're used. (This last is its major difference from OptParse.)
devel/simpleeval-0.8.7 (Score: 1.762358E-4)
Simple, safe single expression evaluator python library
simpleeval is a single-file library for easily adding evaluatable expressions into python projects. It can allow a user to, for example, set an alarm volume, which could depend on the time of day, alarm level, how many previous alarms had gone off, and if there is music playing at the time.
devel/ucpp-1.3.2 (Score: 1.762358E-4)
C preprocessor and lexer
ucpp is a C preprocessor and lexer. It has the following goals: - Strict conformance to the C99 standard (with switches to disable some extensions and mimic C90 behaviour) - Low memory consumption - Possibility to use the code as a lexer (that outputs tokens directly)