The ASN.1 library used by GnuTLS, GNU Shishi and some other packages.
It was written by Fabio Fiorina, and has been shipped as part
of GnuTLS for some time but is now a proper GNU package.
The goal of this implementation is to be highly portable, and only
require an ANSI C89 platform.
(cherry picked from commit 5d977918e257e1923a810cadf1abe270cf1f28ea)
Signed-off-by: David Höppner <0xffea@gmail.com>
Cherokee is a very fast, flexible and easy to configure Web Server. It supports
the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI, uWSGI, SSI, TLS
and SSL encrypted connections, Virtual hosts, Authentication, on the fly encoding,
Load Balancing, Apache compatible log files, Data Base Balancing, Reverse HTTP
Proxy, Traffic Shaper, Video Streaming and much more.
Needed to avoid a bug in OS X when a library was linked against
CoreFoundation without having it initialized in the main thread.
http://openradar.appspot.com/7209349
Handling dictionaries for aspell is quirky. Separate brews for
the dictionaries feel strange, just as having all dictionaries
in one aspell dictionary brew.
Adding the dictionaries as options to aspell does not feel right
either, but not having any dictionaries makes aspell useless.
A command line tool that creates png screenshots of webpages.
With tall or wide pages that would normally require scrolling, it takes
screenshots of the whole webpage, not just the area that would be
visible in a browser window.
Webkit2png makes use of WebKit, the rendering engine used in Safari.
Dvtm brings the concept of tiling window management, popularized by
X11-window managers like dwm to the console. As a console window manager
it tries to make it easy to work with multiple console based programs
like vim, mutt, cmus or irssi.
A free library for online banking.
Aqbanking currently supports the HBCI, OFX Direct Connect, and
EBICS (only in commercial aqbanking-cli) protocol.
It provides an interface for:
- general online banking tasks
such as balance, transaction, transfers and debits
- retrieving bank information
for Germany, USA, Austria, and Switzerland
- country and currency information (e.g. ISO-Codex)
Applications using Aqbanking include AqBanking-CLI, QBankManager,
GnuCash, and KMyMoney.
Aqbanking is the successor of OpenHBCI2.
A library to check account numbers and bank codes of German banks.
Both a library for other programs as well as a short command-line tool is
available.
It is possible to check pairs of account numbers and bank codes (BLZ) of German
banks, and to map bank codes (BLZ) to the clear-text name and location of the
bank.
Gwenhywfar allows porting of your software to different operating systems like
Linux, *BSD, Windows etc. It also provides you with some often needed modules
such as configuration file handling, simple XML file parsing, IPC etc.
The ASN.1 library used by GnuTLS, GNU Shishi and some other packages.
It was written by Fabio Fiorina, and has been shipped as part
of GnuTLS for some time but is now a proper GNU package.
The goal of this implementation is to be highly portable, and only
require an ANSI C89 platform.
A small Jabber console client.
Mcabber includes features such as:
- SSL support
- MUC (Multi-User Chat) support
- history logging
- command completion
- OpenPGP encryption
- OTR (Off-the-Record Messaging) support and external action triggers
On the surface, Enchant appears to be a generic spell checking library.
You can request dictionaries from it, ask if a word is correctly
spelled, get corrections for a misspelled word, etc...
Beneath the surface, Enchant is a whole lot more - and less - than that.
You'll see that Enchant isn't really a spell checking library at all.
"What's that?" you ask. Well, Enchant doesn't try to do any of the work
itself. It's lazy, and requires backends to do most of its dirty work.
Looking closer, you'll see the Enchant is more-or-less a fancy wrapper
around the dlopen() system call. Enchant steps in to provide uniformity
and conformity on top of these libraries, and implement certain features
that may be lacking in any individual provider library. Everything
should "just work" for any and every definition of "just working."
This is the portable OTR Messaging Library, as well as the toolkit to
help you forge messages.
Off-the-Record (OTR) Messaging allows you to have private conversations
over instant messaging by providing:
- Encryption: No one else can read your instant messages
- Authentication: You are assured the correspondent is who you think it is
- Deniability: The messages you send do not have digital signatures
that are checkable by a third party. Anyone can forge messages after
a conversation to make them look like they came from you. However,
during a conversation, your correspondent is assured the messages he
sees are authentic and unmodified
- Perfect forward secrecy: If you lose control of your private keys, no
previous conversation is compromised.
CUPS-PDF is a backend module for CUPS (Mac OS X's printing system) by
Volker C. Behr that, rather than printing to a device, prints straight
to PDF files.
Why use this rather than a simple "Save as PDF" in the print dialog?
- Pressing return is faster
- Batch-print through the writer to convert documents to PDF
- Common save location for all generated PDFs
A newsreader, i.e. a program that accesses a newsserver to read messages
from the Internet News service (also known as 'Usenet').
It runs in console mode on various Unix-like systems (including Linux),
32-bit Windows, OS/2, BeOS and VMS.
Beside the usual features of a newsreader slrn supports scoring rules to
highlight, sort or kill articles based on information from their header.
It is highly customizable, allows free key-bindings and can easily be
extended using the sophisticated S-Lang macro language. Offline reading
is possible by using either slrnpull (shipped with slrn) or a local
newsserver (like leafnode or INN).
Interactive 2D mass/spring simulation system for X windows.
NOTE: This brew needs support for compress compressed tarballs
as added by 63c1ca9b07d24bfa71057117c42dbca7908d355f
This utility is used to extract URL from text files, especially from
mail messages in order to launch some browser to view them.
This used to be a part of mutt but has now become an independent tool.