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.479.748 Times

Instance Variables freeware
Filter: All | Freeware | Demo
 

Instance Variables

1 2 3 4 5 > 
Added: August 04, 2010 | Visits: 1.244

Font::TTF::Glyph Font::TTF::Glyph is a Perl module that holds a single glyphs information. This is a single glyph description as held in a TT font. On creation only its header is read. Thus you can get the bounding box of each glyph without having to read all the other information. INSTANCE VARIABLES In... Platforms: *nix

License: Freeware Size: 133.12 KB Download (117): Font::TTF::Glyph Download

Added: December 03, 2013 | Visits: 532

DescriptionBuilder DescriptionBuilder is helper class to make easier implementing NSObject description method. Or dump all instance variables of any object. Platforms: Mac

License: Freeware Size: 10.24 KB Download (43): DescriptionBuilder Download

Added: November 10, 2013 | Visits: 329

Epydoc Epydoc is a tool for generating API documentation for Python modules, based on their docstrings. For an example of epydoc's output, see the API documentation for epydoc itself (html, pdf). A lightweight markup language called epytext can be used to format docstrings, and to add information about... Platforms: *nix

License: Freeware Size: 522.24 KB Download (35): Epydoc Download

Added: May 10, 2013 | Visits: 362

Initializing variables from __init__ parameters This script assigns each parameter to an instance variable of the same name, automating a common pattern of object initialization, and making class definitions more compact. Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: February 07, 2010 | Visits: 1.080

Test::Unit::TestCase Test::Unit::TestCase is a unit testing framework base class. SYNOPSIS package FooBar; use base qw(Test::Unit::TestCase); sub new { my $self = shift()->SUPER::new(@_); # your state for fixture here return $self; } sub set_up { # provide fixture } sub tear_down { # clean up after... Platforms: *nix

License: Freeware Size: 45.06 KB Download (94): Test::Unit::TestCase Download

Added: January 26, 2010 | Visits: 837

Epydoc 3.0 Beta Epydoc is a tool for generating API documentation for Python modules, based on their docstrings. For an example of epydocs output, see the API documentation for epydoc itself (html, pdf). A lightweight markup language called epytext can be used to format docstrings, and to add information about... Platforms: *nix

License: Freeware Size: 1.6 MB Download (101): Epydoc 3.0 Beta Download

Added: June 04, 2010 | Visits: 1.824

Font::TTF::Scripts::AP Font::TTF::Scripts::AP is a memory representation of a TTFBuilder Attachment Point database (APDB). SYNOPSIS use Font::TTF::Scripts::AP; $ap = Font::TTF::Scripts::AP->read_font($ttf_file, $ap_file, %opts); $ap->make_classes(); INSTANCE VARIABLES cmap Reference to the Microsoft cmap... Platforms: *nix

License: Freeware Size: 102.4 KB Download (201): Font::TTF::Scripts::AP Download

Added: September 10, 2010 | Visits: 863

Volity::Game Volity::Game is a base class for Volity game modules. SYNOPSIS See Volity::Game::TicTacToe and its source code for a simple but full-featured example. This class provides a framework for writing Volity game modules in Perl. A Volity game module will be a subclass of this class. To turn... Platforms: *nix

License: Freeware Size: 102.4 KB Download (95): Volity::Game Download

Added: April 15, 2010 | Visits: 843

fields::aliased fields::aliased is a Perl module that can create aliases for object fields. SYNOPSIS package MyPackage; use strict; use fields qw($scalar @array %hash); sub new { my $class = shift; my $self = fields::new($class); return $self; } sub mymethod { my MyPackage $self = shift; use... Platforms: *nix

License: Freeware Size: 8.19 KB Download (90): fields::aliased Download

Added: June 17, 2010 | Visits: 1.078

Class::Classgen::New Class::Classgen::New is a Perl module that creates the new() method for classes generated by classgen. SYNOPSIS Used within classgen. The main purpose of New.pm is to write the new() method for a class generated by classgen. It provides code to derive local instance variables with my for... Platforms: *nix

License: Freeware Size: 24.58 KB Download (93): Class::Classgen::New Download

Added: May 10, 2013 | Visits: 401

Automating simple property creation This script provides functions for creating simple properties named 'foo' and 'bar' are created for this class. Also, private instance variables '__foo' and '__bar' will be added to instances of this class. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (55): Automating simple property creation Download

Added: May 10, 2013 | Visits: 439

Epydoc 3.0b1 Epydoc is a tool for generating API documentation for Python modules, based on their docstrings. A lightweight markup language called epytext can be used to format docstrings, and to add information about specific fields, such as parameters and instance variables. Epydoc also understands... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (54): Epydoc 3.0b1 Download

Added: July 29, 2013 | Visits: 329

EcoLab for Linux EcoLab is both the name of a software package and a research project that is looking at the dynamics of evolution. EcoLab the software package is now a fairly complete agent-based simulation system, with the following features: The model is implemented as a C++ object. Support for more... Platforms: *nix

License: Freeware Size: 409.6 KB Download (33): EcoLab for Linux Download

Released: January 07, 2007  |  Added: March 27, 2010 | Visits: 953

Instance Monitor Library Instance Monitor Library is designed to help the software developers to protect applications from unauthorized multiple launches. The Instance Monitor library is controlling the number of the running instances of an application under local network. It is great way to increase sales of commercial... Platforms: Windows

License: Freeware Size: 536.93 KB Download (106): Instance Monitor Library Download

Released: July 13, 2012  |  Added: July 13, 2012 | Visits: 520

Controlled Variables Controlled Variables was specially designed as an accessible header file for C++ developers. This file allows you to create controlled variables instead of int, float, long, etc. Controlled variables ensure you always use initialized variables. Platforms: Windows

License: Freeware Download (45): Controlled Variables Download

Added: May 10, 2013 | Visits: 455

High-performance currying with instance method This script implements the instance method for performing currying. Instance method provides a way to perform currying such that the curried function runs much faster than one produced by closure. Currying is an important technique to build callables on the fly and is well covered in other... Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 556

How to Set Environment Variables This script writes the environment variables using a batch file wrapper. It overcomes an operating system limitation. Platforms: Windows, Python,

License: Freeware Download (53): How to Set Environment Variables Download

Added: May 10, 2013 | Visits: 359

List object carried out to an instance In order to change into a list, the length of an instance is investigated first. "__len__()". Next, all the contents are taken out in order. "__getitem__()" Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): List object carried out to an instance Download

Display table Selects in PL/SQL without using any INTO variables Here's a slick way to display table Selects in your PL/SQL via DBMS_OUTPUT without using any INTO variables. Platforms: JavaScript


Added: April 19, 2013 | Visits: 418

javascript GET VARIABLES javascript GET VARIABLES allows you to read form variables from static HTML. Combined with the document.write() method, you can actually add dynamic content to regular HTML. Given a choice, server side processing of form variables is preferable. Platforms: JavaScript

License: Freeware Size: 10 KB Download (59): javascript GET VARIABLES Download

1 2 3 4 5 >