libe-book is a library and a set of tools for reading and converting various
non-HTML reflowable e-book formats.
Currently supported are:
- eReader .pdb
- FictionBook v. 2 (including zipped files)
- PalmDoc Ebook - Plucker .pdb
- QiOO (mobile format, for java-enabled cellphones)
- TCR (simple compressed text format)
- TealDoc
- zTXT
- ZVR (simple compressed text format)
Read data from Excel spread sheets without Microsoft! Provides an API to allow
any application to read Excel documents. The xlreader tool converts Excel data
to tab delimited, CSV or SQL inserts. Written in C. Based on the Java
version by Andrew Khan.
This project was designed out of frustration.
Java HTML/XML Compressor is a very small, fast and easy to use library
that minifies given HTML or XML source by removing extra whitespaces,
comments and other unneeded characters without breaking the content
structure. As a result pages become smaller in size and load faster.
A command-line version of the compressor is also included.
A Perl implementation of the Facebook API, working off of the
canonical Java and PHP implementations. By default it uses JSON::Any
to parse the response returned by Facebook's server. There is an option
to return the raw response in either XML or JSON.
JSPWiki is a feature-rich and extensible WikiWiki engine built
around the standard J2EE components (Java, servlets, JSP).
It's features include: WikiMarkup/Structured Text, File attachments,
Templates support, Data storage, Security, Easy plugin interface for
writing your own additions,UTF-8 support, JavaServer Pages-based,
Easy-ish installation, Page locking to prevent editing conflicts,
Support for Multiple Wikis, etc.
Multiprotocol Web Services for TurboGears
TGWebServices provides a super simple API for creating web services
that are available via SOAP, HTTP->XML, and HTTP->JSON.
The SOAP API generates WSDL automatically for your Python and even
generates enough type information for statically typed languages
(Java and C#, for example) to generate good client code on their end.
Red5 is an Open Source Flash Server written in Java that supports:
- Streaming Audio/Video: FLV, MP3, F4V, MP4, AAC, M4A
- Recording Client Streams (FLV only)
- Shared Objects
- Live Stream Publishing: Sorenson, VP6, h.264, Nelly Moser,
MP3, Speex, AAC, NSV
- Remoting
The HTTP Gem is an easy-to-use client library for making requests from Ruby. It
uses a simple method chaining system for building requests, similar to Python's
Requests
Under the hood, The HTTP Gem uses http_parser.rb, a fast HTTP parsing native
extension based on the Node.js parser and a Java port thereof.
Vert.x is the framework for the next generation of asynchronous,
effortlessly scalable, concurrent web applications.
It is an event driven application framework that runs on the JVM
- a run-time with real concurrency and unrivalled performance.
Vert.x then exposes the API in Clojure, DynJS, Groovy, Java,
JavaScript, Ruby, PHP, Python, and Scala.
So you choose what language you want to use.
FOX is a C++ GUI toolkit that is supposed to
allow programmers to write a program once, and
compile anywhere (or so the website says, it sounds
like Java to me). FOX is a very flexible library,
it has all sorts of functions and options, and is
supposed to be fairly fast.