» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with License:MPL + License:LGPL

JavaScript Lint

JavaScript Lint is a development tool that validates JavaScript code for best coding practices, finding common mistakes without actually running the script or opening the web page.

opensource: del.icio.us tag/opensource

JavaScript Lint

JavaScript Lint is a development tool that validates JavaScript code for best coding practices, finding common mistakes without actually running the script or opening the web page.

opensource: del.icio.us tag/opensource

postsharp

PostSharp is a platform that allows a .NET developer to transform or analyze .NET assemblies after compilation. It reads binary assemblies into memory, execute a suite of plug-ins and write back the modified code. PostSharp is a tool designed for Aspect-Oriented Programming (AOP/AOSD).

PostSharp Laos [Lightweight Aspect-Oriented System] allows .NET developers to author aspects just by deriving custom attributes. More advanced developers may use the low-level aspect weaver to directly inject MSIL instructions at join points.

Other resources:

Javascript-Lint

JavaScript Lint is a code checker that finds common mistakes in JavaScript code, or warns for potential mistakes or bad coding practices.

It is built on the Mozilla/Firefox JavaScript engine, so it will issue warnings that will follow closely with what will hold in real browser situations.

Some of the things Lint checks for are:
  • proper semicolons and curly braces
  • code that will never be executed
  • switches without breaks
  • implicit typing issues on numbers
  • comment well-formedness

Kamaelia

Kamaelia is a project that aims to allow the BBC and others to create and test open protocols for large scale streaming.

Sunbird

The Sunbird Project is a redesign of the Mozilla Calendar component. It is currently in Alpha.

Sunbird’s sister project at Mozilla is Lightning, a project to build a Thunderbird calendar extension.

Sunbird is designed to interact with other Mozilla projects via the Lightning extension.

External Links