Browsing projects by Tag(s)

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

Showing page 1 of 1

Description will follow. Read the team blog for initial information about mixins (extensibility for C# and VB.NET classes) and re-linq (a library for creating LINQ providers).

5.0
 
  0 reviews  |  4 users  |  1,102,340 lines of code  |  8 current contributors  |  Analyzed 5 days ago
 
 

Business Logic Toolkit is a set of components to simplify .NET application development. BLToolkit is provided as source code that you can use "as is" or customize for your applications. It is written in C# and compatible with .NET Frameworks 3.5 and 4.0, Silverlight 4, and Mono.

5.0
 
  0 reviews  |  4 users  |  172,127 lines of code  |  22 current contributors  |  Analyzed 9 days ago
 
 
Compare

Message from the owner(s) JavaOne 2006 Slides added for BOF-0723 Compile Time Assertions. See "Documents & files" section to left. Sorry, no code for the demos. I was runing on a specially patched version of B81. By approx B85 or B87 several things will have changed. I intend to ... [More] post the demo code once I can modify it to work against an "as posted" Mustang beta. Have started to convert some rapt projects over t JSR-269 API. JSR-269 expert group work is keeping me busy [Less]

0
 
  0 reviews  |  1 user  |  15,609 lines of code  |  1 current contributor  |  Analyzed over 2 years ago
 
 

The Hub intends to decouple components by using techniques like message multicasting, object factories ("peers"), mixins and promises in one consistent API. It helps structuring your code, encapsulate internal data and encourages non-blocking designs.

5.0
 
  0 reviews  |  1 user  |  9,851 lines of code  |  1 current contributor  |  Analyzed 3 days ago
 
 

This module will provide support for easier use of mixins with Hippo HST.

0
 
  0 reviews  |  1 user  |  990 lines of code  |  1 current contributor  |  Analyzed about 14 hours ago
 
 

re-mix provides mixins for C# and Visual Basic .NET.

5.0
 
  0 reviews  |  0 users  |  55,958 lines of code  |  5 current contributors  |  Analyzed 10 months ago
 
 

js.Class extends Javascript with a mixture of Class-based and Prototypal-based programming concepts. Offers the normal class-based features: - Methods - Constructors & Super Cctors - Inheritance - Namespaces And prototypal features taken from Self: - traits / mixins - cloning (vs. ... [More] inheritance) - slots - singletons - categories Provides a simple syntax for both declaring a namespace and defining the class: /DEFINE CLASSES:/ js.Class("com.samples.Person", { name : "Jay Smith", initialize : function(){ console.log(this.name) } }); This is equivelent: namespace("com.samples.Person"); com.samples.Person = js.Class({ name : "Jay Smith", initialize : function(){ console.log(this.name) } }); /CLONING EXACT COPIES:/ namespace("com.samples.Me"); com.samples.Me = com.samples.Person.clone(); new Me().name /INHERITANCE:/ js.Class("com.samples.Me", { inherits : com.samples.Person }); /TRAITS:/ Diligent = { work : function(){ return "I a am diligent worker" } } Smart = { getSquareRoot : function(num){ return Math.sqrt(num); } } js.Class("com.samples.Worker", { traits : Smart }); new com.samples.Worker.getSquareRoot(2); //returns 4 /SINGLETONS:/ js.Instance("parts::Motor", { initialize : function(){ return "Auto initializes just once" }, forward : function(){ return "Moving forward" }, backward : function(){ } }); new parts.Motor() //TypeError: parts.Motor is not a constructor parts.Motor.forward(); //"Moving forward" [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 4 months ago
 
 

Add interface implementation to your java class.

0
 
  0 reviews  |  0 users  |  269 lines of code  |  0 current contributors  |  Analyzed about 2 years 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.