This module parses the most common forms of ISO 8601 date strings
(e.g. 2007-01-14T20:34:22+00:00) into datetime objects.
You can parse full date + times, or just the date. In both cases a datetime
instance is returned but with missing times defaulting to 0, and missing
days / months defaulting to 1.
Ruby wrapper that supports all of the GitHub API v3 methods(nearly 200). It's
build in a modular way, that is, you can either instantiate the whole api
wrapper Github.new or use parts of it e.i. Github::Repos.new if working solely
with repositories is your main concern.
The Simple Logging Facade for Java or (SLF4J) serves as a simple facade or
abstraction for various logging frameworks, e.g. java.util.logging,
log4j and logback, allowing the end user to plug in the desired logging
framework at deployment time.
Zoinks is a programmer's editor and development environment for Unix/X11
systems. The editor has features similar to Mac text editors like MPW
and CodeWarrior. It also has some features for HTML authoring. Zoinks
supports comparing/diffing files and directory hierarchies. It also
supports inputting and editing multi-byte text (e.g. Japanese and other
Asian languages).
Palapeli is a single-player jigsaw puzzle game. Unlike other games
in that genre, you are not limited to aligning pieces on imaginary
grids. The pieces are freely moveable. Also, Palapeli features
real persistency, i.e. everything you do is saved on your disk
immediately.
nomacs is small, fast and able to handle the most common image
formats. Additionally it is possible to synchronize multiple
viewers. A synchronization of viewers running on the same computer
or via LAN is possible. It allows to compare images and spot the
differences (e.g. schemes of architects to show the progress).
Provides easy access to, and manipulation of, the Munsell colours.
Provides a mapping between Munsell's original notation (e.g. "5R
5/10") and hexadecimal strings suitable for use directly in R
graphics. Also provides utilities to explore slices through the
Munsell colour tree, to transform Munsell colours and display colour
palettes.
multiskkserv is a skk server which can search multiple dictionaries.
This server uses cdb format as the dictionary format. cdb is the
efficient and constant (i.e. cannot add, delete, modify) database
format by Dan J. Bernstein, which I think is the appropriate format
for the system-wide constant dictionary storage.
This is very experimental.
Erlang is a programming language used to build massively scalable soft
real-time systems with requirements on high availability. Some of its
uses are in telecoms, banking, e-commerce, computer telephony and
instant messaging. Erlang's runtime system has built-in support for
concurrency, distribution and fault tolerance.
mu is a tool for dealing with e-mail messages stored in the
Maildir-format, on Unix-like systems. mu's main purpose is to help you
to find the messages you need, quickly; in addition, it allows you to
view messages, extract attachments, create new maildirs, ...