Tags : Browse Projects

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

Zen Coding

Compare

  Analyzed 1 day ago

Set of plugins for HTML and CSS hi-speed coding that leverages CSS-like syntax for writing XHTML code. See demo video with main Zen Coding features: http://vimeo.com/7405114 Zen Coding is written in pure JavaScript and ported to Python. It doesn't use any editor-specific features and it can be ... [More] easily integrated into editors. Online demo: http://zen-coding.ru/textarea/ [Less]

0 lines of code

0 current contributors

over 11 years since last commit

10 users on Open Hub

Activity Not Available
4.6
   
I Use This
Mostly written in language not available
Licenses: gpl3_or_l...

CMUCL

Compare

  Analyzed about 14 hours ago

a high-performance, free Common Lisp implementation which runs on most major Unix platforms. It mainly conforms to the ANSI Common Lisp standard.

464K lines of code

1 current contributors

3 days since last commit

8 users on Open Hub

Moderate Activity
4.0
   
I Use This
Licenses: No declared licenses

JDepend plugin for Eclipse

Compare

  Analyzed about 7 hours ago

JDepend4Eclipse plugin for Eclipse is a wrapper for running JDepend from within Eclipse. - What is JDepend? (from www.clarkware.com): JDepend traverses Java class file directories and generates design quality metrics for each Java package. JDepend allows you to automatically measure the ... [More] quality of a design in terms of its extensibility, reusability, and maintainability to manage package dependencies effectively. Advanced JDepend documantation are available as online help in Eclipse (press F1 key) or on the JDepend creator's site (please do not ask me what JDepend metrics are - ask Mike:) [Less]

5.93K lines of code

0 current contributors

almost 4 years since last commit

8 users on Open Hub

Inactive
3.33333
   
I Use This

IDLE

Compare

  No analysis available

IDLE, an acronym of "Integrated DeveLopment Environment", is a Python development environment that often comes bundled with Python distributions. It has a Python Shell Window, which gives you access to the Python interactive mode. Its File Editor lets you create new or browse through and edit ... [More] existing Python source files. There is a Path Browser for searching through the path of available module source files as well as a simple Class Browser for finding the methods of classes. [Less]

0 lines of code

0 current contributors

0 since last commit

8 users on Open Hub

Activity Not Available
3.33333
   
I Use This
Mostly written in language not available
Licenses: python_so...

leksah

Compare

  Analyzed about 15 hours ago

An Integrated Development Environment for Haskell written in Haskell.

150K lines of code

5 current contributors

about 2 years since last commit

6 users on Open Hub

Inactive
4.0
   
I Use This

LXR Cross Referencer

Compare

  Analyzed about 10 hours ago

The Linux Cross-Reference project is the testbed application of a general hypertext cross-referencing tool. Its main goal is to create a versatile cross-referencing tool for relatively large code repositories. The main feature of the indexer is the ability to jump easily to the declaration of any ... [More] global identifier. Quick access to function declarations, data (type) definitions and preprocessor macros makes code browsing more convenient. At-a-glance overview of which code areas will be affected by changing a function or type definition should also come in useful during development and debugging. Please note that the CVS repository is now superseded by a Git repository and is frozen roughly to its October 2014 state. [Less]

25.1K lines of code

1 current contributors

9 months since last commit

5 users on Open Hub

Very Low Activity
5.0
 
I Use This

Mastrave

Compare

  No analysis available

Mastrave is a free software library written to perform vectorized scientific computing and to be as compatible as possible with both GNU Octave and Matlab computing frameworks, offering general purpose, portable and freely available features for the scientific community. Mastrave is mostly oriented ... [More] to ease complex modelling tasks such as those typically needed within environmental models, even when involving irregular and heterogeneous data series. . Semantic array programming The Mastrave project attempts to allow a more effective, quick interoperability between GNU Octave and Matlab users by using a reasonably well documented wrap around the main incompatibilities between those computing environments and by promoting a reasonably general idiom based on their common, stable syntagms. It also promotes the systematic adoption of data-transformation abstractions and lightweight semantic constraints to enable concise and reliable implementations of models following the paradigm of semantic array programming. There are a couple of underlying ideas: library design is language design and vice versa (Bell labs); language notation is definitely a "tool of thought" (Iverson), in the sense that there is a feedback between programming/mathematical notation and the ability to think new scientific insights. And perhaps ethic ones. . Science and society Mastrave is free software, which is software respecting your freedom. As many other free scientific software packages, it is offered to the scientific community to also promote the development of a free society more concerned about cooperation rather than competitiveness, heading toward knowledge and culture freedom. Such a vision implies the possibility for motivated individuals to freely access, review and contribute even to the cutting-edge academic culture. This possibility relies on the development of tools and methodologies helping to overcome economic, organizational and institutional barriers (i.e. knowledge oligopolies) while systematically promoting reproducible research. This is a long-term goal to which the free software paradigm can and has been able to actively cooperate. Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 Daniele de Rigo Verbatim copying and distribution of this entire article is permitted in any medium without royalty provided this notice is preserved. [Less]

0 lines of code

1 current contributors

0 since last commit

5 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: gpl3_or_l...

Apache Rat

Compare

Claimed by Apache Software Foundation Analyzed 4 months ago

Release Audit Tool (RAT) is a tool to improve accuracy and efficiency when checking releases. It is heuristic in nature: making guesses about possible problems. It will produce false positives and cannot find every possible issue with a release. It's reports require interpretation. RAT was ... [More] developed in response to a need felt in the Apache Incubator to be able to review releases for the most common faults less labour intensively. It is therefore highly tuned to the Apache style of releases. [Less]

31.3K lines of code

0 current contributors

4 months since last commit

4 users on Open Hub

Activity Not Available
5.0
 
I Use This

MXR Cross Reference

Compare

Claimed by Mozilla Foundation No analysis available

The Mozilla Cross-Reference project is a general hypertext cross-referencing tool with some support for integrating with version control systems and Doxygen. Its main goal is to support Mozilla development and developers. The main feature of the indexer is the ability to jump easily to the ... [More] declaration of any global identifier or re-search for that as a string. Quick access to function declarations, data (type) definitions and preprocessor macros makes code browsing more convenient. At-a-glance overview of which code areas will be affected by changing a function or type definition should also come in useful during development and debugging. (note: it forked from LXR many years ago.) [Less]

0 lines of code

0 current contributors

0 since last commit

3 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: gpl

Command Line Parser Library

Compare

  Analyzed about 23 hours ago

The Command Line Parser Library offers to CLR applications a clean and concise API for manipulating command line arguments and related tasks. It allows you to display an help screen with an high degree of customization and a simple way to report syntax errors to the user. Everything that is boring ... [More] and repetitive to be programmed stands up on library shoulders, letting you concentrate yourself on core logic. The search for the command line parser for your application is over, with this library you got a solid parsing API constantly updated since 2005. [Less]

16.7K lines of code

19 current contributors

about 1 year since last commit

3 users on Open Hub

Very Low Activity
0.0
 
I Use This