1365 projects tagged "German"
eSpeak for Android is a port of the eSpeak Text-to-Speech synthesiser to Android, supporting 75 languages and accents. It is based on the eyes-free version, but with improved language selection and language name display, support for accents and special characters, improved handling of speech rate and pitch, support for MIPS-based devices, and improved support for SSML.
UrBackup is an efficient client/server backup system for Linux and Windows. A client for Windows lets you backup open files and complete partition images. Incremental and full image backups are stored to disk in a efficient way with file level de-duplication on either Windows or Linux servers. An easy-to-use server Web interface lets you analyze storage usage, view logs, modify settings, and browse backups. Backup images can be restored using a prebuilt live Linux CD based on KNOPPIX.
astGUIclient is part of a suite of programs that are designed to interact with the Asterisk PBX Phone system at a client computer level to extend the functionality of your phone and system. The main GUI application, astGUIclient, is a set of PHP Web-based scripts utilizing Javascript and XMLHTTPRequest functions that work through a browser to give realtime information and functionality with nothing more than an Internet browser on the client computer. Another component included with the astGUIclient package is the VICIDIAL auto-dialer, a list dialer which can dial one-call-at-a-time or be put in auto-dial mode to act as a predictive dialer. It can function as an ACD for inbound calls or for Closer calls coming from VICIDIAL fronters, and allows for remote agents that may only have a phone.
The Big Faceless Java PDF Viewer is a Swing component that can display PDF documents. It is intended for developers who don't require the full API. The PDF Viewer can be installed as an applet, an application, via Java Web Start, or embedded in a Swing application. Printing, saving, text search, forms, digital signatures, and annotations are some of the many features available. The viewer can be tailored to include just the features you need, and is a cost-effective solution for those needing the features of Adobe Acrobat on a Java platform.
Converseen is an image converter and resizer written in C++ with the powerful Qt4 libraries. Thanks to the Magick++ image libraries, it supports more than 100 image formats like DPX, EXR, GIF, JPEG, JPEG-2000, PhotoCD, PNG, Postscript, SVG, TIFF, and many others. Converseen allows you to convert, resize, rotate, and automatically flip an unlimited number of images. It can save you time because it can process more than one image with one mouse click. It features a very simple user interface without strange options.
CmdOption is a simple annotation-driven command line parser toolkit for Java 5 applications. Everything you need is (at least one) simple configuration object. Each field and method annotated with an CmdOption annotation will be processed. Based on this config, CmdOption is able to parse any command line, guaranteeing the declared specification. The result is directly stored in the given config object. When errors occur, CmdOption gives a meaningful error message. Generated output and validation/error message can be localized.