Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 9

Libspe is used on the Cell Broadband Engine to access the Synergistic Processing Elements (SPEs). The Cell Broadband Engine is used on the Sony Playstation 3, on IBM Blade Server QS21 and a few other machines

5.0
 
  0 reviews  |  3 users  |  26,374 lines of code  |  0 current contributors  |  Analyzed 10 days ago
 
 

CRUX PPC is a volunteer driven no-profit project based on the releases of CRUX for x86. Unlike other distributions, the primary goal of CRUX is not to be the most popular (read: biggest number of users) or to put as many features as possible into the system. The idea is rather to build a ... [More] streamlined distribution, targeted at a specific audience which in turn gets a system without compromises. The result may not be the best distribution for everybody, but as mentioned above, that’s not the goal. If you’re part of the target audience however, you might enjoy running CRUX just as much as we do. It’s quite hard to do an objective comparison of linux distributions, since it’s often a matter of taste. We therefore believe that you should compare potential candidates yourself, and choose the on [Less]

5.0
 
  0 reviews  |  2 users  |  4,186 lines of code  |  3 current contributors  |  Analyzed over 2 years ago
 
 

A free (ΜΙΤ) library with hand-optimized replacement routines for GLIBC, such as memcpy(), strlen(), etc. These routines have been written specifically to take advantage of the SIMD units in modern cpus, specifically, SSE for x86/x86_64 cpus, AltiVec for ppc32/ppc64 and NEON for ARM (Cortex ... [More] A8/A9). See freevec project page (http://www.freevec.org). [Less]

4.0
   
  0 reviews  |  2 users  |  8,916 lines of code  |  0 current contributors  |  Analyzed over 1 year ago
 
 

CTK (Cell Tool Kit) is a library which provides portable and basic C/C++ APIs for parallel programming on the Cell/B.E. Processor. CTK is intended to improve software development productivity on the Cell/B.E., and provide variety of 'almost mandatory' APIs for programming on the Cell/B.E. ... [More] The base-level APIs include SPE execution control, multi-core synchronization primitives, SPE overlay task primitives and several miscelaneous helper routines. CTK enables 'write once, run on any Cell machine', therefore Cell applications written on CTK can run on multiple Cell/B.E. platforms like Sony PS3, IBM Cell blade (either with Cell SDK 1.x or 2.x) and Toshiba Cell Reference Set. [Less]

0
 
  0 reviews  |  1 user  |  0 current contributors
 
 

A simple Cell Broadband Engine (CBBE) app used to calculate average temperatures in a Room (Relaxation algorithm). This was originally programmed for my Independent Study Course during Summer 2007 at the University of Utah CS department under Prof. Steven Parker. This page is here to hold two ... [More] purposes: 1. Continue the development of the app and ideally get tips from community members who can offer them. 2. Serve as a nice reference for Beginner Cell Processor Programmers, to gain familiarity with the CBBE. [Less]

0
 
  0 reviews  |  1 user  |  0 current contributors  |  Analyzed 6 days ago
 
 

This project enables positioning based on GSM Cell tower signals and positions.

0
 
  0 reviews  |  1 user  |  0 current contributors  |  Analyzed 4 days ago
 
 

Framework for implementing models of biological objects and a platform for performing virtual experiments with them.

0
 
  0 reviews  |  1 user  |  8,674 lines of code  |  1 current contributor  |  Analyzed 8 days ago
 
 
Compare

PPIV is a parallel software application used in Particle Image Velocimetry (PIV) analysis. The software will compute the vector field for one image pair or multiple image pairs. PPIV can run on a single desktop machine or in a cluster environment.

5.0
 
  0 reviews  |  1 user  |  2,536 lines of code  |  0 current contributors  |  Analyzed 9 days ago
 
 

A scrolling 2D shooter written in C# using Mogre. You play as a white blood cell.

0
 
  0 reviews  |  1 user  |  5,456 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

traceper traceper is a GPS tracking system via mobile phones, it is free, it is open source, it is simple and it does not require any GPS tracking device, it only uses mobile phones and we think that all mobile phones will support GPS in the near future. Then let's give some info about ... [More] traceper, there are two softwares in the project. One of them is running at cell phones and sends GPS data to a server by using internet connection.The other one is a web application developed by using Google Maps API, PHP, MySQL, Javascript, Ajax to show where the users are. Application running at cell phones is now available for Android and other versions of this application, running different platforms, will be developed in order to make traceper more usable. Featurestraceper consists of two softwares, one is Web Application and the other one is Android Client Web Application Showing users' positions on Earth and listing users Clickable users' icons on the map to show details about that user Zooming Searching and tracking a user Android Client Authenticating the users by communicating the server Sending location data to the server Exiting the application Running the application in background Getting the minimum time and distance interval from the server to send GPS data InstallSigned version, source code of traceper android client and web application is in the traceper.zip. To install web application, create the following table in MySQL database CREATE TABLE `tracker_users` ( `Id` int(10) unsigned NOT NULL AUTO_INCREMENT, `username` varchar(12) DEFAULT NULL, `password` char(32) NOT NULL, `group` int(10) unsigned NOT NULL DEFAULT '0', `latitude` decimal(8,6) NOT NULL DEFAULT '0.000000', `longitude` decimal(9,6) NOT NULL DEFAULT '0.000000', `altitude` decimal(15,6) NOT NULL DEFAULT '0.000000', `realname` varchar(80) NOT NULL, `email` varchar(100) NOT NULL, `dataArrivedTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `deviceId` varchar(64) DEFAULT NULL, PRIMARY KEY (`Id`), UNIQUE KEY `username` (`username`) USING BTREE, KEY `realname_email` (`realname`,`email`) USING BTREE, KEY `dataArrivedTime` (`dataArrivedTime`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8Edit the database parameters and get a google map api key to edit the GOOGLE_MAP_API_KEY macro in "/includes/config.php" also other parameters can be edited according to your needs. After web application runs on a http server and traceper android client runs on a emulator or a phone. Click menu button on traceper android client application. Click settings and enter the http address of web application. Click Register menu item and register yourself. After that you can login to traceper android client with the username and password that you have just entered in registration Lastly here it is where you are! DemoThanks to Martin Lundstrom for providing the demo site of traceper web interface SupportIf you need support to modify and use this software, We can share all information we have, so feel free to contact us LicenseThis software is free. It can be modified and distributed without notification. DisclaimerThis software guarantees nothing, use it with your own risk. No responsilibity is taken for any situation. Project TeamOzan Koroglu - koroglu.ozan@gmail.com Ahmet Oguz Mermerkaya (mekya) - ahmetmermerkaya@gmail.com [Less]

0
 
  0 reviews  |  1 user  |  311,883 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.