15446 projects tagged "Linux"
Fubsy is a tool for efficiently building software. In concrete terms, it lets you conditionally (re)build targets from sources based on which sources have changed since the last build. Typically, targets and sources are all files in a directory tree. In theory, they can be any resource on a computer. More abstractly, Fubsy is an engine for conditional execution of actions based on the dependencies between related resources.
Fluxfont is a specialized tool that attempts to tackle the privacy concerns raised by the possibility to collect information about the fonts installed on a system. Such information can be used to uniquely identify a system. With Fluxfonts, new fonts are randomly created and removed to prevent the same fingerprint from being recreated.
epers stands for "Erlang persistence". As the name suggests, it tries to make it easy to use databases in Erlang programs, to make the language a little more agile, and (humbly) offer a nice adapter for several databases, hiding their implementation details (and the API of the library/framework/driver used to communicate with them). To achieve this, it aims to offer a somewhat consistent API to define and work with your model, while at the same not coupling your code too tightly to it.
Weed-FS is a simple and highly scalable distributed file system. There are two objectives: to store billions of files, and to serve the files fast! Instead of supporting full POSIX file system semantics, it implements only a key-file mapping. Instead of managing all file metadata in a central master, it manages file volumes in the central master and lets volume servers manage files and the metadata. This relieves concurrency pressure from the central master and spreads file metadata into volume servers' memories, allowing faster file access with just one disk read operation. It is modelled on Facebook's Haystack design paper. Only 40 bytes of disk storage are required for each file's metadata, and disk reads are O(1).
PHP Socializer is a PHP module that makes adding social sharing buttons quick and more enjoyable. It includes Google Analytics hooks to enable tracking of share activity. It is able to combine, compress, and cache the JavaScript for multiple buttons. JavaScript is loaded only after the page has been rendered, preventing latency between your visitor and button providers from affecting percieved site performance. If desired, it can hide buttons until they're fully rendered and then fade them in. It currently supports Twitter, Facebook, Google Plus, LinkedIn, StumbleUpon, GitHub, Pinterest, and Flattr buttons.
UniMote server is a universal Android-to-Linux Bluetooth remote controller for multimedia applications. It is fast and stable. It supports easy-to-develop plugins. For now, plugins for controlling these applications are available: XBMC, Clementine, VLC, and file browser. More plugins will be added as soon as the core is stable.
CMDBuild (Configuration and Management Data Base) is a fully configurable Web application for managing asset lifecycles. It includes workflow, report, dashboard, attachment archiving, and georeference functions. It supports the management of hardware devices (client and server computers, peripheral devices, network and phone equipment), software (basic, environment, application), services, and documents (contracts, manuals). However it can be used as a standard asset management system (real estate, inventory, maintenance process, etc). It is also a framework suitable for applications that manage office business using workflows.