SimGear is a set of open-source libraries designed to be used as building
blocks for quickly assembling 3d simulations, games, and visualization
applications.
SimGear is developed by the FlightGear project and also provides the base for
the FlightGear Flight Simulator.
A collection of high performance c-string transformations, frequently 2x faster
than standard implementations.
including
* base64, standard
* base64, web/url safe, with configurable alphabet
* base85 (good for http cookies)
* base16 (hex)
* base2 (ascii binary)
* url escaping
* javascript string escaping
* fast number to string conversion, 4-22x faster than sprintf!
* fast ascii upper/lower case conversion, 2-66x faster than stdlib!
Regexx is a complete regular expressions C++ solution. It implements easy
expression execution, global searching, replace with atom substitution,
customized replaces, easy match and atom strings retrieving. It's also
included in the library functions to split strings with strings or regular
expressions.
rlwrap is a 'readline wrapper' that uses the GNU readline library to allow the
editing of keyboard input for any other command. Input history is remembered
across invocations, separately for each command; history completion and search
work as in bash and completion word lists can be specified on the command line.
A source code documentation tool for C, C++, Fortran, Perl,
shell scripts, Assembler, DCL, DB/C, Tcl/Tk, Forth, Lisp,
COBOL, Occam, Basic, HTML, Clarion, and more. It can produce
documentation in HTML, XML DocBook, TROFF, ASCII, LaTeX or
RTF format.
It is specialized versions of methods for working with binary data.
It were written cause:
- MRI's #pack and #unpack seems to be slow
- result of #pack is often appended to a string at the very next step.
- usually we need to drop unpacked string head
BinData is a declarative way to read and write binary file formats.
This means the programmer specifies *what* the format of the binary
data is, and BinData works out *how* to read and write data in this
format. It is an easier (and more readable) alternative to Ruby's
#pack and #unpack methods.
BufferedTokenizer takes a delimiter upon instantiation, or acts line-based by
default. It allows input to be spoon-fed from some outside source which receives
arbitrary length datagrams which may-or-may-not contain the token by which
entities are delimited. In this respect it's ideally paired with something like
EventMachine.
Cucumber Core is the inner hexagon for the Ruby flavour of Cucumber.
It contains the core domain logic to execute Cucumber features. It has no user
interface, just a Ruby API. If you're interested in how Cucumber works, or in
building other tools that work with Gherkin documents, you've come to the right
place.
Motivated by the ferocious appetite of our developers and the
enduring popularity of Ruby on Rails (RoR).
It's not a full-blown client library, but it does handle the
fundamentals like authentication and basic XML manipulation.
It also requires you to work directly with the Atom feed using
the REXML module and XPath.