24 projects tagged "Linux (32/64 bit)"
QoSDB is a QoS registry designed for supporting QoS management in realtime SOAs. It can be exploited for gathering QoS data related to different functional behaviors of the application (application operating modes) and for predicting future performance based on historical data. A modular architecture allows for defining various models for the prediction of resource requirements under a set of conditions which has not been observed yet. This allows for achieving nearly-correct resource allocation (self-configuration) for the application with a great reduction of needed observation/benchmarking points, especially in those contexts in which the space of possible configuration parameters is big (e.g., multimedia applications supporting arbitrary resolutions). By leveraging the QoSDB, SOAs can be built with auto-tuning capabilities, for better exploitation of internal resources while guaranteeing the QoS required by users.
Novembre is an extensible tool for analysis and visualization of topographic and spectroscopic data. It supports the RHK, WinSPM, Nanonis, and Createc file formats, but any other format can be added via plugins. Tools are also made available through plugins, and are focused on spectroscopy manipulation.
Abmash provides Web application automation based on visible rendered output. It is all about interacting with a browser as humans would do, including AJAX and forms. It lets you perform tasks like "Click the red button", "Give me all text elements directly below an image", or "Click 'Login' and wait until the login form is loaded, then type in my credentials and submit the form".
Awake File is a framework that allows Android and Java Desktop developers to very easily implement file uploads and downloads through HTTP. Security has been taken into account from the design stage: server side configuration allows you to specify strong security rules in order to protect the files. It allows listing, creation, and deletion of remote directories, calling of remote Java methods, and displays nice progress indicators to your users.
ULS is an library for general purpose lexical analysis, with support for UTF-8. It comes with C/C++ libraries and a couple of tools for Linux and Windows. It's a intuitive, practical, flexible, and optimized tokenizer. ULS can instantiate multiple objects for lexical analyses. The objects can process multiple (nested) inputs of different languages. The language specification is specified in configuration file suffixed by *.ulc. ULS can tokenize the input file, which encoded by UTF-8. The input files may contain the words in a localized language as identifiers. ULS can stream the tokens from many input files to another output (files).The stream can be stored in a *.uls file and replayed from it whenever necessary.
LDAP Authentication Plugin for MySQL (auth_ldap) is an authentication plugin for MySQL Server. It allows you to create SQL users which are going to be authenticated using an LDAP server. This minimizes administrative duties, since your users will be able to reuse their existing accounts to access the database. The plugin requires MySQL 5.5.7 and up. It is compiled as an add-on, and does not require you to alter MySQL source code or recompile the entire server. The plugin adds support for LDAP using the openLDAP library.