This FUSE-daemon allows to mount any DB as a simple filesystem. Unlike other similar "sqlfs" filesystem, it doesn't provide simple DB-backed file storage, but given you full interface to all database internals.
Every table, view, function etc. is a directory, every single field, index, record
... [More] etc. is a file, symlink or subdirectory in the mounted filesystem. You can create table "mkdir ./mnt/tables/tablename", and remove them with "rmdir" afterwards. You can edit fields as simple YAML-files. All your usual file utilities are at your service including "find", "rm", "ln", "mv", "cp" etc.
Just mount your DB and enjoy! [Less]
This is yet another PHP-based CMS and MVC framework for sites construction. Uses MySQL database backend, supports multiple sites, all configuration is in XML, including routing.
The dbuscron is a cron-like DBUS messages scheduler. It has config file in format close to classic crontab format and can listen to both session and system buses as the same time. It's aimed to Maemo5, but can be used on any *nix system with DBUS and python2.5+.
Programmer's RPN calculator with all main bitwise operations, bin/hex/oct and decimal numbers format (including floats), raw and exp views to show inner machine value of a number, complex numbers support and infix operators emulation.
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy