» tagged pages
» logout

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

User:hypotheek

Webmaster of http://www.hypotheek-land.nl

My interest are wide: NET Ajax Apache audio blog C C# C++ CMS Database desktop developer Development Editor Framework game games GNOME gnu graphics gui IM J2EE Jabber Java JavaScript KDE Language Library License:ASF2.0 License:BSD License:GPL License:LGPL License:MIT License:MPL linux Linux-distribution LiveCD mail management mp3 music MySQL network opensource OS osx p2p perl PHP Programming python Rails RSS Ruby search Security Server Software SQL testing tool tools Unix video voip Web WiKI Windows xml

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