14 projects tagged "Linux (32/64 bit)"
DragonDisk is a powerful file manager for S3 compatible cloud storage services, such as Amazon S3 and Google Cloud Storage. It allows you to back up, share, and organize your data thanks to an intuitive interface. Features include multiple windows; copy / move between Amazon S3 accounts; a multi-threaded HTTP/HTTPS engine; drag and drop; rename files and folders; filename filters; BiTorrent, time limited, and signed URLs; client side encryption; a metadata editor; ACL inheritance; detailed operations logs; and support for versioning.
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.
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.
Libcvautomation is a GUI automation and testing tool based on image recognition and response. This program was designed as a direct replacement for Sikuli and Xpresser. Each solution had large problems with crashing, and both refused to function on Red Hat Linux and Ubuntu 12.04. The author really liked the way each of these programs approached GUI automation, but they simply didn't work. As such, a simple library was designed to integrate OpenCV and XTest, which can be used by BASH to drive GUI testing and automation, and works on both new and old Linux distributions.