41 projects tagged "Linux"
wave-player is a remotely-controllable music player (frontend) connecting via HTTP calls to a music database (backend). It allows music to be controlled and streamed via HTTP so you can hear your music at work or anywhere else. The frontend is based on QT4 and the backend uses via Perl/MySQL. The API is open and REST-based.
The YB.ORM library aims to simplify writing C++ code that has to deal with SQL databases. The goal is to provide a convenient interface like SQLAlchemy (Python) or Hibernate (Java). The library itself is cross-platform and supports a variety of SQL dialects: SQLite3, MySQL, Postgres, Oracle, and Firebird. Integration with Boost, Qt4, and wxWidgets is built-in. In a typical usage scenario, you would describe your database schema and table relationships in a simple XML-based format, generate SQL code to populate database schema with tables, generate C++ classes, add application-specific logic to the classes, and use these classes in cooperation with the Session object to query objects from the database, create new or modify/delete existing objects, or link and unlink objects using relations. Simple serialization to XML is supported along with connection pooling.
Fish Sync is a file syncing application. It can transfer multiple folders between multiple machines, keeping these folders synchronized. The Fish package does not need to be available on each machine in the group, only on the machine initiating the synchronization. The Fish program is separated into two pieces, one which does the work in the background, and the other a frontend configuration tool. This separation allows the Fish service to be run on servers where a GUI interface is not desired.
(Qt)-Backstep.py is commandline and graphical (Qt) backup software written in pure Python. It can back up any directory to CD-R(W), DVD-R(W), USB key, or another directory. It is a continuous backup solution. It works like a time machine. It contains a backup network server. It can send backups over the Internet or your network.
QJackRcd is a simple Qt application that records JACK server outputs. It was designed to record audio from tape, with an automatic split/pause feature. It aims to provide for simple stereo recording needs with a minimum of configuration. It natively manages silence by threshold and activation time. Silence events can be used to pause the recording or to split files. It can optionally post-process each file after recording is complete.
DyadWaves is an easy-to-use GUI for 1D and 2D wavelet transform. It is pretty basic, with functionality consisting of wavelet transform computation, signal/image approximation, and denoising using up to three transform modes. It contains two executables: dyadwaves and dyadwaves2d for 1D and 2D signal analysis respectively.