RSS 13 projects tagged "Mac OS X"

No download Website Updated 28 Aug 2012 Noble Ape Simulation

Screenshot
Pop 174.58
Vit 23.06

The Noble Ape Simulation is a collection of a number of autonomous simulation components including a landscape simulation, biological simulation, weather simulation, sentient creature (Noble Ape) simulation, and a simple intelligent-agent scripting language (ApeScript). Noble Ape also contains a social simulation where the Noble Apes can be tracked in terms of social groups and also over many generations to explain social phenomenon to users looking to study this kind of interaction. It has been in development for more than a fifteen years.

No download No website Updated 21 Feb 2013 Resilient Streaming Protocol

Screenshot
Pop 67.01
Vit 2.49

The Resilient Streaming Protocol (RSP) is a one-way IP/UDP media streaming protocol that was developed to provide high reliability audio streaming between the mountainchill.com Internet radio station's rural studios and SHOUTcast servers. Although the protocol operates in a unidirectional fashion (without listener ack/resend packets), it does support optional listener reporting and packet quality tracking. A streaming server called rspServer is included. It accepts multiple RSP stream sources, providing both RSP and SHOUTcast compatible relaying and transcoding. The source code package also includes a command-line encoder and decoders.

No download Website Updated 23 Jul 2011 Laravel

Screenshot
Pop 22.58
Vit 26.39

Laravel is a clean and classy framework for PHP Web development. It is RESTful out of the box and has a beautiful ORM. Freeing you from spaghetti code, Laravel helps you create applications using simple, expressive syntax.

No download Website Updated 12 Sep 2012 asyncoro

Screenshot
Pop 54.91
Vit 2.23

asyncoro is a Python framework for concurrent distributed network programming with asynchronous completions and coroutines. Asynchronous completions implemented in asyncoro are socket I/O operations (non-blocking sockets), database cursors, sleep timers, and locking primitives. Programs developed with asyncoro have the same logic and structure as Python programs with threads, except for a few syntactic changes. It supports socket I/O notification mechanisms epoll, kqueue, /dev/poll (and poll and select, where necessary), and Windows I/O Completion Ports (IOCP) for high performance and scalability, and SSL for security. asyncoro features include remote execution of coroutines, coroutines monitoring other coroutines, coroutines communicating with messages, message channels etc., for concurrent, distributed, fault-tolerant programming.

No download Website Updated 25 Oct 2012 dispy

Screenshot
Pop 75.62
Vit 2.42

dispy is a Python framework for parallel execution of computations by distributing them across multiple processors in a single machine (SMP), or among many machines in a cluster or grid. The computations can be standalone programs or Python functions. dispy is well suited for the data parallel (SIMD) paradigm where a computation is evaluated with different (large) datasets independently (similar to Hadoop, MapReduce, Parallel Python). dispy features include automatic distribution of dependencies (files, Python functions, classes, modules), client-side and server-side fault recovery, scheduling of computations to specific nodes, encryption for security, sharing of computation resources if desired, and more.

Download Website Updated 30 May 2013 openTCS

Screenshot
Pop 136.21
Vit 8.36

openTCS is a platform-independent transportation control system (TCS) intended to control automatic guided vehicles (AGVs), but which can be used to steer virtually any (track-guided) vehicle. It consists of an abstract kernel which implements replaceable algorithms and strategies (computation of routes, dispatching of orders to vehicles, scheduling of resources, etc.), pluggable vehicle drivers which implement communication protocols, and a graphical frontend for creating and visualizing logical models of areas the vehicles are moving in.

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

Screenshot
Pop 96.33
Vit 1.95

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 Website Updated 22 Sep 2012 C4

Screenshot
Pop 19.24
Vit 16.46

C4 is a creative-coding framework which lets you build expressive user experiences and create works of art on iOS. It gives you the power of the native iOS programming environment with a simplified API which lets you get down to working with media right away. It lets you build artworks, design interfaces, and explore new possibilities of working with media and interaction.

Download Website Updated 17 Jan 2013 Slim HTML5 Audio jQuery Plugin

Screenshot
Pop 27.68
Vit 12.39

Slim HTML5 Audio jQuery Plugin is a very simple jQuery plugin to embed an audio player. It can insert HTML to play a given audio file using the HTML5 audio tag. It also inserts the embed container tab as fallback when the audio tag is not supported by the Web browser (e.g., IE7 and 8).

Download Website Updated 05 Feb 2013 Teamspark

Screenshot
Pop 24.04
Vit 11.60

Teamspark is a clean and simple project/task management tool. It helps to record every piece of information related to your project, let people discuss and share ideas freely within the team, let everyone in the team know everything about the projects within the team, and enable realtime collaboration.

Screenshot

Project Spotlight

gslapt

A GTK version of slapt-get.

Screenshot

Project Spotlight

Plzip

A parallel compressor compatible with lzip.