Browsing projects by Tag(s)

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

Showing page 1 of 1

The Xen Project is a Linux Foundation Collaborative Project that focusses on the development and support of the Xen open source hypervisor and related components, developed and designed to run with the Linux platform. It includes the Xen Hypervisor, the Xen ARM Hypervisor, XAPI and Mirage OS. This ... [More] page covers the XAPI toolstack. The project develops the enterprise ready XAPI toolstack. Xen used with the XAPI toolstack consolidates server workloads, enables savings in power, cooling, and management costs and thus contributing to environmentally sustainable computing, an increased ability to adapt to ever-changing IT environments, an optimized use of existing hardware, and an improved level of IT reliability. [Less]

5.0
 
  0 reviews  |  8 users  |  624,298 lines of code  |  75 current contributors  |  Analyzed 11 days ago
 
 

Ela is a modern programming language that runs on CLR and Mono. The language is dynamically (and strongly) typed and comes with a rich and extensible type system out of box. It provides an extensive support for the functional programming paradigm including but not limited to - first class ... [More] functions, first class currying and composition, list/array comprehensions, pattern matching, polymorphic variants, thunks, etc. It also provides some imperative programming features. Ela supports both strict and non-strict evaluation but is strict by default. The current language implementation is a light-weight and efficient interpreter written fully in C#. The interpreter was designed to be embeddable and has a clear and straightforward API. [Less]

5.0
 
  0 reviews  |  1 user  |  65,571 lines of code  |  1 current contributor  |  Analyzed 10 days ago
 
 

Have you ever tried to work with matrices in C? Or even Fortran? Tired of seeing how easy is to write ABA where A and B are matrices but how burdensome is the code to implement it even using cblas or equivalents? afulgens is a compiler that should let you convert code as this for (i =0; ifor ... [More] (j=0; jgsl_matrix_set(R, i, j, gsl_matrix_get(A, i, j) + gsl_matrix_get(B, i, j) ); in this: R = matrix i=0..m, j=0..n { Ai,j + Bi,j } [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 3 days ago
 
 

Build a Stg compiler to .NET using the Phoenix Framework.

0
 
  0 reviews  |  0 users  |  39,024 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

Urquell is a functional programming where every program is expressed as a URL.

0
 
  0 reviews  |  0 users  |  2,396 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

Simple Ray Tracing engine created in Scala. It contains only ray-sphere intersections. You can specify texture to particular object. Bump mapping is also implemented, but just one simple function. It's planned to implement texture-based bump mapping.

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 
 
 

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.