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
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.
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.
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.
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.
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.
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).
rubygem-deprecated is a small library intended to aid developers working
with deprecated code. The idea comes from the 'D' programming language,
where developers can mark certain code as deprecated, and then
allow/disallow the ability to execute deprecated code.
This is a legacy copy in ports of the 2.x series for compatibility with
some other Ruby ports.
GemPlugin is a system that lets your users install gems and lets you
load them as additional features to use in your software. It
originated from the Mongrel (http://mongrel.rubyforge.org/) project
but proved useful enough to break out into a separate project.
libLAS is a BSD library for reading and writing ASPRS LAS version 1.0, 1.1 and
1.2 data. LAS-formatted data is heavily used in LiDAR processing operations,
and the LAS format is a sequential binary format used to store data from
sensors and as intermediate processing storage by some applications.