RSS 4635 projects tagged "Mac OS X"

Download No website Updated 05 Feb 2013 Portable Computing Language (pocl)

Screenshot
Pop 105.47
Vit 2.05

Portable Computing Language (pocl) aims to become an efficient implementation of the OpenCL standard. In addition to producing an easily-portable Open Source implementation, another major goal of the project is improving performance portability of OpenCL programs with compiler optimizations, reducing the need for target-dependent manual optimizations. At the core of pocl is a set of LLVM passes used to statically parallelize multiple work items with the kernel compiler, even in the presence of work group barriers. This enables parallelization of the fine-grained static concurrency in the work groups in multiple ways (SIMD, VLIW, superscalar, etc.). The code base is modularized to allow easy adding of new "device drivers" in the host-device layer. A generic multithreaded "target driver" is included. It allows running OpenCL applications on a host which supports the pthread library with multithreading at the work group granularity.

Download No website Updated 14 Feb 2013 SPINA

Screenshot
Pop 69.97
Vit 2.93

SPINA is software for determining constant structure-parameters of endocrine feedback control systems from hormone levels obtained in vivo. The first version of this cybernetic approach allows for evaluating the functional status of the thyroid gland, i.e. thyroid's secretory capacity (GT) and sum activity of peripheral deiodinases (GD).

Download Website Updated 16 Apr 2013 libusbx

Screenshot
Pop 137.96
Vit 3.93

libusbx is a library which provides generic access to USB devices. As a library, it is meant to facilitate the development of applications which communicate with USB hardware. Its main features are portability (a single cross-platform API for Linux, OS X, Windows, and *BSD), user-mode (no special privileges required), and USB version-agnosticism (all versions of the protocol supported, including USB 3.0).

No download No website Updated 29 Aug 2012 parsical

Screenshot
Pop 21.42
Vit 16.50

parsical is a Shehensai or parsi calendar application. It's useful for prayers, birthdays, weddings, navjotes, jashans, and other events. It features sunrise calculation based on the computer timezone (as roj begins at sunrise in this calendar), "previous" and "next" month and year buttons, conversion between Gregorian and Shehensai dates, and jumping to the calendar month on a given date or roj.

No download No website Updated 26 Aug 2012 h2H Messenger

Screenshot
Pop 34.32
Vit 1.42

h2H Messenger is a secure messenger client that uses PHP OpenSSL functions, mcrypt, and PHPSecLib to encrypt messages at-rest using RSA keys. The user only creates an account and the application handles the public key generation, key management, key exchange, and encryption and decryption of messages. There are no algorithms or key sizes to choose. It uses strong standards (AES 256, 4096 bit RSA Keys, SHA1, SHA512, etc.) in the background, and requires two-factor authentication using a code sent via SMS or using Asterisk.

Download Website Updated 29 Apr 2013 groonga

Screenshot
Pop 255.40
Vit 11.54

Groonga is a fast and accurate full text search engine based on an inverted index. Newly registered document instantly appears in search results, and updates are allowed without read locks. These characteristics result in superior performance for real-time applications. It is also a column-oriented database management system (DBMS). Compared with well-known row-oriented systems, such as MySQL and PostgreSQL, column-oriented systems are more suited for aggregate queries.

Download Website Updated 29 Apr 2013 Mroonga

Screenshot
Pop 205.96
Vit 10.44

Mroonga is a MySQL storage engine based on groonga, the full text search engine. It uses the Pluggable Storage Engine interface in MySQL 5.1 and later.

Download No website Updated 02 Sep 2012 myCarousel

Screenshot
Pop 23.32
Vit 16.16

myCarousel is a jQuery plugin used to create an image carousel which is responsive and infinite, and which plays continuously. It supports all 32 jQuery UI easing options. Images in the carousel will resize and align properly upon window resizing.

No download Website Updated 13 May 2013 txtorcon

Screenshot
Pop 75.23
Vit 9.37

txtorcon is a Twisted-based asynchronous Tor control protocol implementation. Twisted is an event-driven networking engine written in Python, and Tor is an onion-routing network designed to improve people’s privacy and security on the Internet. It includes unit-tests with 96%+ coverage, multiple examples, and documentation. There are abstractions to track Tor configuration and state (circuits, streams), launch private instances, support Hidden Service, and more.

Download Website Updated 11 Mar 2013 SalamCast Podcast Player

Screenshot
Pop 32.02
Vit 16.08

SalamCast Podcast Player is an easy-to-configure podcast player. It plays remote podcasts without downloading files to your server, and will only cache RSS feeds. All site data is generated for the RSS feed from both normal RSS and iTunes podcast XML namespace elements.

Screenshot

Project Spotlight

Q4Wine

A GUI for Wine.

Screenshot

Project Spotlight

ackr

A very small subset of grep/ack/rak, for lazy developers.