4654 projects tagged "Mac OS X"
MO Auto add terms is a Drupal 6.x module that automatically assigns terms to your pages from their contents, titles, and comments. This makes it very useful to build a complete site index without worrying about missing a few terms here and there. It also allows you to offer tagging functionality to your users, even when you prevent them from adding terms (by hiding the taxonomy field), and yet have terms assigned to their posts. This assignment is done automatically with MO Auto add terms. The module can also add parent terms, remove terms that are not in the page anymore, recognize equivalents and synonyms, hide the taxonomy selection box from the edit page, limit the number of terms to add automatically, etc.
siqqel is a simple and lightweight framework which allows you to execute MySQL queries directly from your browser (by transforming them into JSON calls to a backend script), displaying the results of your queries within the structure of the calling HTML document. To issue a query and have its results displayed in a table of your HTML document, you simply put an SQL statement into the "sql" attribute of a <table> element and it will be executed when you open the HTML document in your browser. Your browser will wrap the SQL statement into a JSON call, and this call will be issued to a backend script on your server, which in turn issues the statement against your database server and returns the result set back to your browser. Your browser will display the result set in the according table. If you hover your mouse over the table, a "reload" icon will be displayed, allowing you to re-issue the SQL statement without the need to reload the whole page.
css-tools is a suite of tools for managing a large collection of CSS. It doesn’t contain an editor, but is intended to be used alongside an editor. Use css-tools to find out what needs doing, then use your editor to do it. At a later date, plugins for popular editors may be created so as to streamline the workflow. At present, css-tools contains one program, 'cssi', which parses and searches selectors.
OpenNebula is a toolkit to easily build any type of cloud: private, public, and hybrid. OpenNebula has been designed to be integrated with any networking and storage solution and so to fit into any existing data center. OpenNebula orchestrates storage, network, and virtualization technologies to enable the dynamic placement of multi-tier services (groups of interconnected virtual machines) on distributed infrastructures, combining both data center resources and remote cloud resources, according to allocation policies.
StaticPython is a statically linked version of the Python 2.x (currently 2.7.1) and Stackless Python 2.x interpreters and their standard modules for 32-bit (i686, i386, x86) Linux, Mac OS X, and FreeBSD systems. It is distributed as single, statically linked 32-bit executable binaries, which contain the Python scripting engine, the interactive interpreter with command editing (readline), the Python debugger (pdb), most standard Python modules (including pure Python modules and C extensions), coroutine support using greenlet, and multithreading support. The binary contains both the pure Python modules and the C extensions, so no additional .py or .so files are needed to run it. It also works in a chroot environment. The binary uses uClibc, so it supports username lookups and DNS lookups as well (without NSS).
BitNami Spree Stack greatly simplifies the deployment of Spree and its required dependencies. It can be deployed using a native installer, as a virtual machine, in the cloud, or as a module over an already installed infrastructure stack. Spree is a very powerful and flexible e-commerce platform written for the Ruby on Rails framework.
Pito is a set of C++0x header libraries to facilitate writing system call interceptor libraries based on LD_PRELOAD wrappers. The program "pito" is also provided for loading Unix commands with such wrappers. This system is capable of passing command line arguments to loaded plugins for easy configuration. Pito is supplied with a powerful system call sandbox library to prevent modifications to supplied filesystem locations and a system call logging library.