Browsing projects by Tag(s)

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

Showing page 1 of 1

IPython: Productive Interactive Computing IPython provides a rich toolkit to help you make the most out of using Python interactively. Its main components are: - Powerful interactive Python shells (terminal-, Qt- and web-based). - Support for interactive data visualization and use of GUI ... [More] toolkits. - Flexible, embeddable interpreters to load into your own projects. - Tools for high level and interactive parallel computing. [Less]

4.69792
   
  0 reviews  |  321 users  |  83,153 lines of code  |  132 current contributors  |  Analyzed about 9 hours ago
 
 

matplotlib is a python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms. matplotlib can be used in python scripts, the python and ipython shells (similar to matlab or mathematica), web application servers, and six graphical user interface toolkits

4.55
   
  0 reviews  |  161 users  |  362,959 lines of code  |  106 current contributors  |  Analyzed 4 days ago
 
 
Compare

nip2, the "free love child of Photoshop and Excel," is the GUI of vips. You don't directly edit images --- instead, like a spreadsheet, you build relationships between objects. nip2 actively manages these relationships: if you change an object property, the change is propagated ... [More] "spreadsheet-style." Like vips, nip2 is fast and needs little memory. You can comfortably work with multi-gigabyte images on very modest hardware. In addition to the visual programming interface accessible through the GUI, nip2 has command-line and batch modes. It even has its own functional programming language (for writing extensions). [Less]

5.0
 
  0 reviews  |  4 users  |  167,173 lines of code  |  3 current contributors  |  Analyzed 4 days ago
 
 

ORCA is an interpreter for a REBOL-like language. The interpreter is a C library so that C/C++ applications can use ORCA as an embedded scripting system. ORCA stands for Open-source Rebol Can be Achieved.

5.0
 
  0 reviews  |  2 users  |  29,074 lines of code  |  0 current contributors  |  Analyzed over 1 year ago
 
 

This project aims to provide an implementation of an MHEG-5 engine. The original implementation was from libmythfreemheg from the excellent Myth TV. It was ported to C# to be used in MediaPortal, but can be used in any other similar software.

0
 
  0 reviews  |  0 users  |  11,092 lines of code  |  0 current contributors  |  Analyzed 8 days ago
 
 

jsDelight is a smart JavaScript environment that acts as a solid base for interactive Web-Pages. It is build up completely object-orientated with full derive-capabilities. Beside useful basic objects, it gives full control to query dom-elements, and control them. The Concept behind ... [More] jsDelightBasically jsDelight is an environment in which objects could be defined. It manages the complete class and derive functionality and emulates a "real" class behavior. Based on this it provides useful objects to query DOM elements, create ajax-requests and gives extensible prototypes for various controls, like visual controls (buttons, treeviews, tabcontrols..). Moreover it could be used as a framework which manages clipboard-, cookies-, timer-, notify-, or rewriting-functionalities. Referencing DOM-ElementsjsDelight acts as a bridge from JavaScript to the DOM-Elements - and backwards. It provides an easy way to find and reference dom-elements - just like jQuery does. var eMail = CF.$('#email'); var document = CF.$('document'); var window = CF.$('window');jsDelight provides several layers to manage platform independency. For instance, when referencing an element you will receive an adapter - not the element itself. CF.$('#hotbox').show();Object-Enhancement by derivingjsDelight allows the developer to declare own classes by deriving from others. The system creates default class-methods, like "create()", "free()", and the forward command "inherited()" to call the parent class-function. Example function student = () { this.name = ''; } p = CF.registerClass('student','cf_object'); p.create = function (name) { this.inherited(); this.name = name; } p.sayHello = function () { alert('Hello, its me: '+this.name); }Now we are ready to create an instance of a student and let him say 'hello': var peter = student.create('peter'); peter.sayHello(); peter.free(); [Less]

0
 
  0 reviews  |  0 users  |  2 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

2D and 3D Interactive Realistic Motion Animation Project. This is a project that I am using to develop my skills in Javascript, HTML5 and WebGL. You can follow its development from a simple 1 dimensional animation to a 2D and 3D interactive animation. With it, I am developing my own core ... [More] JavaScript, Graphics, Math and Physics libraries. I am choosing not to rely on third party applications because this project is mainly a learning project and if I relied on third party libraries I would not learn what interests me. [Less]

5.0
 
  0 reviews  |  0 users  |  579 lines of code  |  1 current contributor  |  Analyzed 3 days ago
 
 

RexIO is library for console (rogue-like) user interfaces supporting multiple screens, local and remote connections and providing UI development framework. Currently not usable but still under active development, and we hope it will be usable in near future. Please note, that project has ... [More] switched from SVN to the Fossil, and Ohloh doesn't track our latest achievements, so Code Analysis results are slightly outdated. [Less]

4.0
   
  0 reviews  |  0 users  |  24,292 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

A new engine for the independent development of highly interactive, narrative driven, multiplayer and multimedia capable browser-based games.

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

Interactive is a javascript library based on Prototype and Script.aculo.us. Aimed to ease development of interactive user interfaces.

0
 
  0 reviews  |  0 users  |  479 lines of code  |  0 current contributors  |  Analyzed 10 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.