Projects tagged ‘class’


[294 total ]

25 Users
   

ASM is a Java bytecode manipulation framework. It can be used to dynamically generate stub classes or other proxy classes, directly in binary form, or to dynamically modify classes at load time, i.e. ... [More] , just before they are loaded into the Java Virtual Machine. ASM offers similar functionalities as BCEL or SERP, but is much smaller (33KB instead of 350KB for BCEL and 150KB for SERP) and faster than these tools (the overhead of a load time class transformation is of the order of 60% with ASM, 700% or more with BCEL, and 1100% or more with SERP). Indeed ASM was designed to be used in a dynamic way* and was therefore designed and implemented to be as small and as fast as possible. [Less]
Created over 3 years ago.

8 Users

TCPDF is an Open Source PHP class for generating PDF documents. TCPDF project was started in 2002 and now it is freely used all over the world by millions of people. TCPDF is a Free Libre Open Source Software (FLOSS).
Created over 2 years ago.

7 Users
 

KiokuDB is a persistent object graph manager for Perl. It uses multiple backends and layers on Moose's introspection and Search::GIN for indexing.
Created about 1 year ago.

3 Users
   

Windows Template Library (WTL) is a C++ library for developing Windows applications and UI components. It extends ATL (Active Template Library) and provides a set of classes for controls, dialogs, frame windows, GDI objects, and more.
Created over 3 years ago.

3 Users
   

phpFlickr is a class written by Dan Coulter in PHP4 to act as a wrapper for Flickr's API. Methods process the response XML and return a friendly array of data to make development simple and intuitive.
Created over 3 years ago.

2 Users

JSINER is a JavaScript library intended to simplify writing OOP in JavaScript which represents alternative JavaScript inheritance approach, provides support of JavaScript classes hierarhies, automatic ... [More] resolving and optimizing external scripts files dependencies. JSINER (originated from JavaScript INheritance supportER) is a lazy inheritance implementation in JavaScript. The main features of this approach are: - Lazy inheritance is prototype-based inheritance; - Maintaining proper order of script files declaration is not obligatory; - HTML page loading is faster; - The parent classes for the object can be loaded dynamically after defining the object type; - Dependencies are declared in more explicit way; - If lazy mode of scripts loading is used, only important scripts loaded. [Less]
Created over 3 years ago.

2 Users

Now using gwt trunk gwtuml is a gwt application to easily draw UML diagrams. Current version is still a bit experimental. You can check out the current bleeding edge demo and earlier ... [More] version in the links below /!\ If you have already been there don't forget to clean your brower cache or you won't see any changes (Under firefox just make a Ctrl+F5 on gwtuml page) You can take a look to the javadoc and the google code wiki in the links below [Less]
Created 8 months ago.

1 Users
 

SmartTemplate is a PHP Template Engine/Compiler that was designed to support large scale, web based applications. (HTML-)Templates are converted into PHP code and executed very fast.
Created over 3 years ago.

1 Users
 

Venus is a easy to use image manipulation class for PHP 5. At first stage it support GD and ImageMagick as backend.
Created over 3 years ago.

1 Users
 

AJAX.OOP is a lightweight OOP/Ajax JavaScript framework. Main feature is a fast anf mostly full implemented OOP engine under JavaScript 1.x and tiny weight of code. The goal of the project to ... [More] build OO platform to make Web2.0 components in object-oriented way. [Less]
Created about 1 year ago.