You play Bouncy the Hungry Rabbit.
You're in a garden with yummy veggies and a farmer who's not keen on you
eating them. You can hide (and move around) under the ground.
Bouncy was written so it could be enjoyed by my daughter,
who is about to turn 3, and by older gamers. Hence it's not a violent game
and "easy" is really, really easy, and "hard" is challenging.
Using ENV in Ruby is like using raw SQL statements - it feels wrong, because it
is. If you agree, this gem is for you.
The benefits over using ENV directly:
- much friendlier stubbing in tests
- you no longer have to care whether false is "0" or "false" or whatever
- NO MORE ALL CAPS EVERYWHERE!
- keys become methods
- namespaces which can be passed around as objects
- you can subclass!
- you can marshal/unmarshal your own types automatically!
- strict mode saves you from doing validation yourself
- and there's more to come...
- it's designed to be as lightweight and as fast as possible compared to ENV
- designed to be both hackable and convenient
eCAP is a software interface that allows a network application, such as an HTTP
proxy or an ICAP server, to outsource content analysis and adaptation to a
loadable module.
FBReader is a book reader. Main features:
* Supported formats: fb2, HTML, CHM, plucker, Palmdoc, zTxt, TCR, RTF,
OEB, OpenReader, mobipocket, plain text.
* Direct reading from tar, zip, gzip and bzip2 archives.
* Supported encodings: utf-8, us-ascii, windows-1251, windows-1252,
koi8-r, ibm866, iso-8859-*, Big5, GBK.
* Automatically generated contents table.
* Embedded images support.
* Footnotes/hyperlinks support.
* Position indicator.
* Keeps the last open book and the last read positions for all opened
books between runs.
* List of last opened books.
* Automatic hyphenations. Liang's algorithm is used. Patterns for Czech,
English, Esperanto, French, German and Russian are included in the
current version.
* Text search.
* Full-screen mode.
* Screen rotation by 90, 180 and 270 degrees.
From Donald E. Knuth's MMIX page:
MMIX is a RISC computer designed by the author to illustrate
machine-level aspects of programming. In the next editions of his
books The Art of Computer Programming, MMIX will replace the
1960s-style machine MIX.
More details can be found in his book:
MMIXware: A RISC Computer for the Third Millennium, by Donald E. Knuth
(Heidelberg: Springer-Verlag, 1999), viii+550pp. ISBN 3-540-66938-8.
(Lecture Notes in Computer Science, no. 1750.)
hmconv-1.0pl3
-------------
hmconv is Korean code conversion utility for especially for E-mail.
It can convert between KS C 5601 and ISO-2022-KR.
Original version is by Jungshik Shin <jshin@minerva.cis.yale.edu>.
This is a port of osCommerce which is a PHP-based e-commerce system.
It includes support for credit card payment gateways,
gateways for major shipping companies to gather rates, customer
tracking, shopping carts, and many other features.
Conceived in PHP and MySQL, PrestaShop is a really modular and customizable
solution, as well as technically than graphically. Find on the PrestaShop
official marketplace, addons.prestashop.com, an unlimited quantity of
extensions or templates for our e-commerce solution.
Format a simple (i.e. not nested) list into aligned columns.
mime4j provides a parser, MimeStreamParser, for e-mail message streams
in plain rfc822 and MIME format. The parser uses a callback mechanism to
report parsing events such as the start of an entity header, the start
of a body, etc. If you are familiar with the SAX XML parser interface
you should have no problem getting started with mime4j.
The parser only deals with the structure of the message stream. It won't
do any decoding of base64 or quoted-printable encoded header fields and
bodies.
The parser has been designed to be extremely tolerant against messages
violating the standards.
mime4j can also be used to build a tree representation of an e-mail
message using the Message class. Using this facility mime4j
automatically handles the decoding of fields and bodies and uses
temporary files for large attachments.