Ports Search

Results 10,44110,450 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.012 seconds)
devel/zope.minmax-1.1.2 (Score: 7.3261835E-5)
Homogeneous values favoring maximum or minimum
The zope.minmax.AbstractValue class provides a super class which can be subclassed to store arbitrary homogeneous values in a persistent storage and apply different conflict resolution policies. The subclasses defined here are resolving the conflicts using always either the maximum or the minimum of the conflicting values.
devel/py_static_check-1.2 (Score: 7.3261835E-5)
Statically check your python code
py_static_check can statically check your Python code for a lot of common errors. It uses a modified pyflakes code and extends with following things: Ability to specify what star imports resolve to (-s argument) Ability to ignore unused import warnings (-i argument) Better sorting of warnings/errors
devel/qbzr-0.23.0 (Score: 7.3261835E-5)
Qt interface for bzr
QBzr is a simple Qt cross-platform frontend for some of Bazaar commands. Purpose of this plugin is to provide a graphical user interface for those Bazaar commands where it can simplify the usage. Highlighting of differences between files, "browsable" log view, possibility to commit only some files without listing them all on the command line, etc.
devel/qdevelop-0.28 (Score: 7.3261835E-5)
Development environment entirely dedicated to Qt 4
QDevelop is a development environment entirely dedicated to Qt4. QDevelop is not a Kdevelop like or reduced. It's an independent IDE dedicated to Qt and is totally independent of KDevelop. Less complete, but faster, light and especially multi-platforms. QDevelop and KDevelop have different code sources.
devel/sope3-3.1.5 (Score: 7.3261835E-5)
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/readline-6.3.8 (Score: 7.3261835E-5)
Library for editing command lines as they are typed
The GNU Readline library provides a set of functions for use by applications that allow users to edit command lines as they are typed in. Both Emacs and vi editing modes are available. The Readline library includes additional functions to maintain a list of previously-entered command lines, to recall and perhaps reedit those lines, and perform csh-like history expansion on previous commands.
devel/roboctl-0.3.8 (Score: 7.3261835E-5)
API and tools for communicating with Lego and Vex robots
Roboctl is a library and tool suite for communicating with Lego and Vex robots from Unix systems. It allows users to upload programs and other data to the controller, examine various robot states such as battery level, firmware version, etc., and control the robot remotely from a Unix workstation.
devel/rote-0.2.8 (Score: 7.3261835E-5)
Simple library for VT102 terminal emulation
ROTE is a simple C library for VT102 terminal emulation. It allows the programmer to set up virtual 'screens' and send them data. The virtual screens will emulate the behavior of a VT102 terminal, interpreting escape sequences, control characters and such. The library supports ncurses as well so that you may render the virtual screen to the real screen when you need to.
devel/doxygen-1.8.12 (Score: 7.3261835E-5)
Documentation system for C, C++, and other languages
Doxygen is a documentation system for C++, C, Java, Objective-C, Python, IDL (Corba and Microsoft flavors) and to some extent PHP, C#, and D. It can generate an on-line class browser (in HTML) and/or an off-line reference manual (in LaTeX/PostScript/PDF) from a set of documented source files. The documentation is extracted directly from the sources.
devel/delayed_job-4.1.2 (Score: 7.3261835E-5)
Asynchronously executing longer tasks in the background
Delayed_job (or DJ) encapsulates the common pattern of asynchronously executing longer tasks in the background. It is a direct extraction from Shopify where the job table is responsible for a multitude of core tasks. This gem is collectiveidea's fork (http://github.com/collectiveidea/delayed_job).