It is intended as a holder for data returned from PostGIS and the Spatial
Extensions of MySql. The data model roughly follows the OGC "Simple i
Features for SQL" specification (see http://www.opengis.org/docs/99-049.pdf),
although without any kind of advanced functionalities (such as geometric
operators or reprojections). It also supports various output and
input formats (GeoRSS, KML, Shapefile).
GH - Layered GitHub API client
This is a highly flexible, layered, low-level GitHub client library, trying to
get out of your way and let you get to the GitHub data as simple as possible.
Unless you add layers, you will end up with Hashes and Arrays. The approach and
API should be familiar from projects like Rack or Faraday.
Ruby wrapper that supports all of the GitHub API v3 methods(nearly 200). It's
build in a modular way, that is, you can either instantiate the whole api
wrapper Github.new or use parts of it e.i. Github::Repos.new if working solely
with repositories is your main concern.
SILC Toolkit is a package intended for software developers
who would like to develop their own SILC based applications
or help in the development of the SILC.
The Toolkit includes SILC Protocol Core library, SILC Crypto library,
SILC Key Exchange (SKE) library, SILC Math library,
SILC Modules (SIM) library, SILC Utility library,
SILC Client library and few other libraries.
Full documentation provided as bonus ;-)
STLFilt simplifies and/or reformats long-winded C++ error and warning
messages, with a focus on STL-related diagnostics (and for MSVC 6, it
fully eliminates C4786 warnings and their detritus). The result renders
many of even the most cryptic diagnostics comprehensible.
Notiffany is a notification library supporting popular notifiers, such as:
Growl, libnotify, TMux, Emacs, rb-notifu, notifysend, gntp, TerminalNotifier.
Features:
- most popular notification libraries supported
- easy to override options at any level (new(), notify())
- using multiple notifiers simultaneously
- child processes reuse same configuration
This is a port of tmake, the tool from Troll Tech to create and
maintain makefiles for software projects. It is especially useful if
you develop for more than one platform or use more than one
compiler. tmake automates and streamlines this process and lets you
spend your valuable time on writing code, not makefiles.
R18n is a i18n tool to translate your Ruby application. It has nice
Ruby-style syntax, filters, flexible locales, custom loaders,
translation support for any classes, time and number localization,
several user language support, agnostic core package with out-of-box
support for Rails, Sinatra and desktop applications.
YASM is a complete rewrite of the NASM assembler under the "new" BSD License.
Yasm currently supports the x86 and AMD64 instruction sets, accepts
NASM and GAS assembler syntaxes, outputs binary, ELF32, ELF64, COFF, Mach-O
(32 and 64), RDOFF2, Win32, and Win64 object formats, and generates source
debugging information in STABS, DWARF 2, and CodeView 8 formats.
RGL is a framework for graph data structures and algorithms.
The design of the library is much influenced by the Boost Graph
Library (BGL) which is written in C++ heavily using its template
mechanism. Refer to http://www.boost.org/libs/graph/doc for further
links and documentation on graph data structures and algorithms and
the design rationales of BGL.