Simple Project List Software Map

117 projects in result set
LastUpdate: 2014-05-06 23:21

EGroupware

EGroupware is a Web-based groupware suite. It contains many modules, including Calendar (personal calendar and group scheduling, notifications and alarms), Mail (IMAP only), InfoLog (todos, notes, and phone calls linked to contacts/CRM), Contacts (an address book for storing and sharing contact information), ProjectManager, Tracker (bug or incident tracking), TimeSheet, SyncML, CalDAV & CardDAV support, and SiteMgr content management

LastUpdate: 2005-04-29 13:55

libmba

The libmba package is a collection of mostly independent C modules potentially useful to any project. There are the usual ADTs including a linkedlist, hashmap, pool, stack, and varray, a flexible memory allocator, CSV parser, path canonicalization routine, I18N text abstraction, configuration file module, portable semaphores, condition variables, and more. The code is designed so that individual modules can be integrated into existing codebases rather than requiring the user to commit to the entire library. The code has no typedefs, few comments, and extensive man pages and HTML documentation.

LastUpdate: 2012-08-07 15:40

FastFormat

FastFormat is a C/C++ output and formatting library whose design parameters are complete type-safety, efficiency, genericity, and extensibility. It is simple to use and extend, highly portable (to any platform or compiler), and it upholds the C tradition of you only pay for what you use. FastFormat supports output and formatting of statements of arbitrary complexity, consisting of heterogeneous types. FastFormat writes to output "sinks", which can be of arbitrary type.

LastUpdate: 2013-01-24 21:30

libintl-perl

libintl-perl is a library that supports message translation for Perl, written in pure Perl (version 5.004 or better). A faster C version is also built and installed if the system fulfills all requirements. Its interface is a superset of the gettext family of functions in C, and it uses the same file formats as GNU gettext, making it possible to use all tools available for gettext itself and to seamlessly integrate internationalized Perl code into mixed-language projects.

(Machine Translation)
LastUpdate: 2007-07-16 11:10

Adobe Source Libraries

The Adobe Source Libraries (ASL) are a collection of C++ libraries building foundation technology to allow the construction of commercial applications by assembling generic algorithms through declarative descriptions.

LastUpdate: 2009-11-11 09:06

Translate Toolkit

The Translate Toolkit is a set of tools designed to assist translators and localisers, with a specific focus on the Gettext PO and XLIFF formats. These tools currently include converters for Mozilla to PO and OpenOffice to PO, and checkers for punctuation, accelerators, etc.

LastUpdate: 2007-12-09 06:42

libuninum

libuninum is a library for converting Unicode strings to integers and integers to Unicode strings. Internal computation is done using arbitrary precision arithmetic, so there is no limit on the size of the integer that can be converted. Values are passed and returned as ASCII decimal strings, GNU MP mpz_t objects, or unsigned long integers. Auto-detection of the number system is provided. Very many number systems are supported. Group delimitation for output strings is fully controllable. Command line and graphical interfaces are also provided.

(Machine Translation)
LastUpdate: 2005-08-21 07:45

Transolution

Transolution is a Computer Aided Translation (CAT)
suite supporting the XLIFF standard. It provides
the open source community with features and
concepts that have been used by commercial
offerings for years to improve translation
efficiency and quality. The suite is modular to
make it flexible and provides an XLIFF Editor,
translation memory engine and filters to convert
different formats to and from XLIFF. The use of
XLIFF means that almost any content can be
localized as long as there is a filter for it
(XML, SGML, PO, RTF, StarOffice/OpenOffice, etc.).

(Machine Translation)
LastUpdate: 2004-09-09 12:56

BlueWonder

BlueWonder is a framework for building all kinds of content management
systems. It supports different types of databases and comes with an
XML-based template engine. It is served with a workflow engine and
role-based access control.

(Machine Translation)
LastUpdate: 2004-07-23 22:27

Jaffa

Jaffa (Java Application Framework For All) is an enterprise-focused Java framework for rapid application development. It provides a complete Java Web application development stack, extending exsiting projects like Tomcat and Struts at the frontend with MVC-based web widgets, all the way through to a high-performance lightweight O/R persistence engine, with plenty of rich features in between including rules engines, declarative application, and data security. In addition to the runtime framework, there is a suite of component templates and other tools for rapid application development, including a TogetherSoft plug-in for UML intergration.

LastUpdate: 2013-10-15 21:10

eoconv

eoconv is a tool that converts text files to and
from various Esperanto transliteration schemes
(e.g. h-notation, x-notation) and text encodings,
including Unicode, ISO-8859-3, HTML, LaTeX, and
ASCII.

(Machine Translation)
LastUpdate: 2010-01-19 14:21

JInto

JInto is a plugin for Eclipse that lets the
developer easily edit and maintain resource
bundles (files that hold the localized strings for
an application). It features parallel editing of
all language versions (side by side), warnings
when no text has been provided for a specific key,
or when the text for one key is identical for
different languages, and a search wizard to locate
unused strings (strings that are referenced, but
not actually defined in the resource bundle). It
has been tested under Windows and Linux.

(Machine Translation)
LastUpdate: 2009-12-09 18:35

Pootle

Pootle is a Web-based translation and translation management tool. It provides a rich set of features for mangaging a translation project. It integrates components of the Translate Toolkit to provide error checkers for translation messages and the ability to download files in a number of formats: PO, XLIFF, CSV. Pootle can also provide compiled PO files for download. You can use it to assign work to translators in your team, and you can define goals to help focus the efforts of your translation. Pootle can run without a Web server or be proxied through your existing Apache server.

LastUpdate: 2005-12-30 08:43

Archetypes

Archetypes is a framework for developing new
content types in Plone. The power of Archetypes is
first in automatically generating forms, second in
providing a library of stock field types, form
widgets, and field validators, third in easily
integrating custom fields, widgets, and
validators, and fourth in automating
transformations of rich content.

(Machine Translation)
LastUpdate: 2013-09-26 19:04

PHP Net_IDNA

PHP Net_IDNA is a class to convert between the
Punycode and Unicode formats. Punycode is a
standard described in RFC 3492 and part of IDNA
(Internationalizing Domain Names in Applications
[RFC3490]) . This class allows PHP scripts to
convert these domain names without having one of
the PHP extensions installed. It supports both IDNA 2003 and IDNA 2008.

(Machine Translation)