Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.478.038 Times

Class Methods freeware
Filter: All | Freeware | Demo
 

Class Methods

< 1 2 3 4 5 > 
Added: January 03, 2010 | Visits: 1.463

Bit::Vector Bit::Vector is an efficient bit vector, set of integers and "big int" math library. CLASS METHODS Version $version = Bit::Vector->Version(); Word_Bits $bits = Bit::Vector->Word_Bits(); # bits in a machine word Long_Bits $bits = Bit::Vector->Long_Bits(); # bits in an unsigned long... Platforms: *nix

License: Freeware Size: 133.12 KB Download (103): Bit::Vector Download

Added: October 06, 2010 | Visits: 715

Devel::TrackObjects Devel::TrackObjects is a Perl module to track use of objects. SYNOPSIS cmdline perl -MDevel::TrackObjects=/^IO::/ server.pl inside use Devel::TrackObjects qr/^IO::/; use Devel::TrackObjects -verbose; use IO::Socket; ... my $sock = IO::Socket::INET->new... ...... Platforms: *nix

License: Freeware Size: 4.1 KB Download (100): Devel::TrackObjects Download

Added: March 25, 2010 | Visits: 641

Plugin::Installer Plugin::Installers goal is to provide a simple, flexable interface for developing plugin languages. SYNOPSIS package Myplugin; use base qw( Plugin::Installer Plugin::Language::Foobar ); ... my $plugin = Myplugin->construct; # frobnicate is passed first to Plugin::Installer # via... Platforms: *nix

License: Freeware Size: 12.29 KB Download (88): Plugin::Installer Download

Released: July 19, 2012  |  Added: July 19, 2012 | Visits: 980

Regular Expression Component Library for VC9 Regular Expression Component Library for VC9 is designed as an easy-to-use library for searching and / or replacing strings or data in files using regular expressions in non-managed C++ code. In the Visual C++ environment the Regular Expression Library is made of an MFC ( Microsoft Foundation... Platforms: Windows


Released: September 23, 2012  |  Added: September 23, 2012 | Visits: 652

JavaScript Editor PlugIn for Eclipse The project is an Eclipse plugin that provides an editor for JavaScript files with syntax highlighting and outlining including some common OO approaches. Supported OO outline features are: Constructor, Class methods, Instance methods, Class variables etc Platforms: Windows, Mac, Linux

License: Freeware Size: 187.45 KB Download (52): JavaScript Editor PlugIn for Eclipse Download

Added: May 10, 2013 | Visits: 511

Vulcan Logic Dissasembler Vulcan Logic Disassembler hooks into the Zend Engine and dumps all the opcodes (execution units) of a script. It can be used to see what is going on in the Zend Engine. Features:- Class methods info is only dumped if they contain some user defined functions. - Clean up the framework for better... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (65): Vulcan Logic Dissasembler Download

Added: May 10, 2013 | Visits: 437

Maintenance-free Signals implementation This is a signals implementation for python. It is similar to the pydispatch module. This implementation enables you to create Signals as members of classes, as globals, or as locals. You may connect any number of functions or class methods to any signal. Connections manage themselves with the... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (56): Maintenance-free Signals implementation Download

Added: May 10, 2013 | Visits: 379

cmsdAm cmsdAm is a simple, secure and scalable content management system.Features:- include plugins - handle user defined (sub)sections - developed with system administrators in mind (I'm a Linux system administrator!) - sections navigation bar - media serialization, good for ex. to hide/deny media... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (54): cmsdAm Download

Added: May 10, 2013 | Visits: 366

PheXist PheXist is a set of classes (PHP5, PHP4 & Perl) to query and manipulate XML documents in eXist XML:DB. eXist is an Open Source native XML database featuring efficient, index-based XQuery processing, automatic indexing, extensions for full-text search, XUpdate support and tight integration with... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (58): PheXist Download

Added: May 10, 2013 | Visits: 1.311

Really Simple PHP and Ajax RSPA is a component based event driven ajax enabled framework for PHP4 and PHP 5. It is a combination of plane PHP class and HTML. Using this framework you can call server side PHP class functions from client side control events. And in the server side function you can directly manipulate client... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (50): Really Simple PHP and Ajax Download

Added: May 08, 2013 | Visits: 463

mPlot - Enhanced Plotting Engine mPlot is an enhanced plotting engine that extends the basic plotting functionality delivered with Matlab. The purpose of mPlot is to consolidate daily plotting and formatting tasks into a single, easy-to-use object. Provided within the class are both high-level and low-level functionality. The... Platforms: Matlab

License: Freeware Size: 10 KB Download (41): mPlot - Enhanced Plotting Engine Download

Added: August 30, 2013 | Visits: 391

cmsdAm for Scripts cmsdAm is a simple, secure and scalable content management system.Features:- include plugins- handle user defined (sub)sections- developed with system administrators in mind (I'm a Linux system administrator!)- sections navigation bar- media serialization, good for ex. to hide/deny media usage... Platforms: PHP

License: Freeware Size: 102.4 KB Download (42): cmsdAm for Scripts Download

Added: September 16, 2013 | Visits: 396

PheXist for Scripts PheXist is a set of classes (PHP5, PHP4 & Perl) to query and manipulate XML documents in eXist XML:DB.eXist is an Open Source native XML database featuring efficient, index-based XQuery processing, automatic indexing, extensions for full-text search, XUpdate support and tight integration with... Platforms: PHP

License: Freeware Size: 10 KB Download (46): PheXist for Scripts Download

Added: July 20, 2013 | Visits: 360

CHCSVParser CHCSVParser is an Objective-C parser for CSV files. Parsing In order to parse CSV files, you'll need CHCSVParser.h and CHCSVParser.m. A CHCSVParser works very similarly to an NSXMLParser, in that it synchronously parses the data and invokes delegate callback methods to let you know that it has... Platforms: Mac

License: Freeware Size: 21.27 MB Download (41): CHCSVParser Download

Added: June 29, 2013 | Visits: 310

MagicKit MagicKit is an Objective-C file identification framework based on libmagic. MagicKit.framework is an easy-to-use wrapper around the libmagic file identification library. It provides a high-level Objective-C interface and deals in Foundation types (NSString, NSData, et al). MagicKit.framework... Platforms: Mac

License: Freeware Size: 102.4 KB Download (39): MagicKit Download

Added: September 15, 2013 | Visits: 328

PyML PyML is an interactive object oriented framework for machine learning written in Python. PyML focuses on SVMs and other kernel methods. It is tested on Linux and Mac OS X. Features?*A* * Classifiers: support vector machines, nearest neighbor, ridge regression * Multi-class methods... Platforms: Mac

License: Freeware Size: 5.61 MB Download (40): PyML Download

Added: October 18, 2013 | Visits: 417

Bit::Vector for Linux Bit::Vector is an efficient bit vector, set of integers and "big int" math library. CLASS METHODS Version $version = Bit::Vector->Version(); Word_Bits $bits = Bit::Vector->Word_Bits(); # bits in a machine word Long_Bits $bits = Bit::Vector->Long_Bits(); # bits in an unsigned long new... Platforms: *nix

License: Freeware Size: 133.12 KB Download (40): Bit::Vector for Linux Download

Added: November 16, 2010 | Visits: 854

Class::IntrospectionMethods Class::IntrospectionMethods is a Perl module that creates methods with introspection. SYNOPSIS use Class::IntrospectionMethods qw/make_methods/; make_methods ( parent, global_catalog => { name => metacat, list => [ [qw/foo/] => f_cat, [qw/bar baz/] => b_cat, ], } new_with_init... Platforms: *nix

License: Freeware Size: 31.74 KB Download (92): Class::IntrospectionMethods Download

Added: September 15, 2010 | Visits: 1.686

Class::Method::hash Class::Method::hash is a Perl module that helps you create methods for handling a hash value. SYNOPSIS use Class::MethodMaker [ hash => [qw/ x /] ]; $instance->x; # empty $instance->x(a => 1, b => 2, c => 3); $instance->x_count == 3; # true $instance->x = (b => 5, d => 8); # Note this... Platforms: *nix

License: Freeware Size: 89.09 KB Download (105): Class::Method::hash Download

Added: February 11, 2010 | Visits: 845

Class::ParmList Class::ParmList is a Perl module with methods for processing named parameter lists. SYNOPSIS use Class::ParmList qw(simple_parms parse_parms); $thingy->some_method({ -bgcolor => #ff0000, -textcolor => #000000 }); sub some_method { my ($self) = shift; my ($parm_ref) = @_; my $parms... Platforms: *nix

License: Freeware Size: 16.38 KB Download (89): Class::ParmList Download

< 1 2 3 4 5 >