RSS 127 projects tagged "Mac OS X"

Download No website Updated 19 Mar 2009 JScriptTouch

Screenshot
Pop 35.83
Vit 1.00

JScriptTouch is an SDK that allows developers to quickly create full-featured applications for the iPhone platform using Javascript.

Download Website Updated 12 Apr 2009 Algorithm Study

Screenshot
Pop 52.08
Vit 1.00

Algorithm Study provides tools and resources to augment the traditional study of algorithms. It includes implementations of common and less-common algorithms in a variety of languages and visualization tools to help in gaining a deeper understanding of the algorithms. The algorithm implementations are each accompanied by a discussion of the asymptotic ("big O") run time and memory limits of the algorithm. Some implementations include discussion of how the algorithm or data structure is commonly used and comparisons with similar algorithms or data structures. All implementations have test cases that exercise their functionality. The visualization tool, Algorithm Visualizer, displays what happens as various algorithms do their work.

Download Website Updated 26 Jun 2009 cego-PHP

Screenshot
Pop 26.12
Vit 1.00

cego-PHP implements a database extension for the PHP framework.

No download Website Updated 20 May 2010 MO Auto add terms

Screenshot
Pop 23.19
Vit 1.00

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.

Download No website Updated 24 Jun 2010 siqqel

Screenshot
Pop 19.29
Vit 1.00

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.

Download Website Updated 09 Feb 2012 flooBB

Screenshot
Pop 32.68
Vit 1.00

flooBB is an easy-to-use bulletin board system that does not rely on an external database. It simply uses text files to store the data and is optimized for speed. It incorporates TinyMCE to provide a WYSIWYG method of entering posts into the system.

Download No website Updated 29 Oct 2011 Git Manager

Screenshot
Pop 74.03
Vit 1.00

Git Manager is a Web interface for Git. It allows you to manage and create Git repositories, users, and access groups. It is based on Apache authentication mechanisms (HTTP or LDAP) and uses a MySQL database to store repo/user/group relation data. The ViewGit repository viewer is included.

Screenshot

Project Spotlight

translate word

A command that translates words into different languages.

Screenshot

Project Spotlight

pyPEG

A parser-interpreter in Python for context free languages.