QE 是一个 U*nix 下的类似 PE2 的编辑器程序(PE2 是一个 PC-DOS 下的编辑器程序),
我给它取名为 QE 是因为 Q 跟在字母 P 后面,希望它能超越 PE2 :-),并且我依据通用
公共许可证(GPL)发布这一程序
This is a standalone converter for the OpenOffice.org swriter (*.sxw,*.odt)
and scalc (*.sxc) formats.
It doesn't depend on Open Office or any other external tools or libraries.
There are three output modules:
* o3read displays a dump of the parse tree
* o3totxt creates plain text
* o3tohtml creates html code
Example: unzip -p document.odt content.xml | o3totxt
This library implements a deserializer for an efficient,
compact-output, and feature-rich binary protocol called Sereal. Its
sister module Sereal::Encoder (converters/p5-Sereal-Encoder) implements
an encoder for this format. The two are released separately to allow for
independent and safer upgrading.
This library implements an efficient, compact-output, and feature-rich
serializer using a binary protocol called Sereal. Its sister module
Sereal::Decoder (converts/p5-Sereal-Decoder) implements a decoder for
this format. The two are released separately to allow for independent
and safer upgrading.
When you've got one of those nasty self-referential tables that you
want to bust out into a tree, this is the module to check out. Assum-
ing there are no horribly broken nodes in your tree and (heaven forbid)
any circular references
Philip M. Gollucci <philip@p6m7g8.com>
Tie::LevelDB is the Perl Interface for Google NoSQL database called LevelDB. See
http://code.google.com/p/leveldb/ for more details.
Interface is implemented both as a reflection of an original LevelDB C++ API and
a Perl-ish TIEHASH mechanism.
The callsite() function returns the callsite (a number) one level up
from where it was called. See the tests for an example. It's useful
for functions that need to uniquely know where they were called, such
as Every::every() (see devel/p5-Every).
JIRA is a proprietary bug tracking system from Atlassian
(http://www.atlassian.com/software/jira/).
This module implements an Object Oriented wrapper around JIRA's SOAP API.
Moreover, it implements some other methods to make it easier to do some common
operations.
NOTE: This module has been deprecated in favour of devel/p5-JIRA-REST; see WWW
below for details.
p5::JSON::RPC-Common is a perl module provides abstractions for
JSON-RPC 1.0, 1.1 (both variations) and 2.0 (formerly 1.2)
Procedure Call and Procedure Return objects (formerly known as
request and result), along with error objects. It also provides
marshalling objects to convert the model objects into JSON text
and HTTP requests/responses.
This is nethack. You and your puppy (or kitten) will explore the deep
dungeons to retrieve the long-lost magical item that causes so much
trouble to anyone.
Take care, and try not to miss meals.
P.S. There is a newsgroup "rec.games.roguelike.nethack" if you are
truly interested.