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

Variable Class freeware
Filter: All | Freeware | Demo
 

Variable Class

1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 638

Create objects from variable class names Sometimes you would want to create objects from various classes based on some condition (without using eval()). For example when parsing X(HT)ML files you want to handle some tags using specific classes. This script is an example in this sense.



Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (61): Create objects from variable class names Download

Added: August 29, 2013 | Visits: 450

GV RecordSet Class GV RecordSet Class opens a connection to a server of one of the supported database types and executes a given SQL query.An array class variable is used to store the results, so that browsing back and forth between the different records is possible.





Platforms: PHP

License: Freeware Size: 10 KB Download (40): GV RecordSet Class Download

Added: August 02, 2013 | Visits: 573

MySQL Restore MySQL Restore can be used to execute batches of MySQL database queries read from files or text strings. It can be useful to restore backups of MySQL database that generate SQL query lists meant for that purpose.The SQL data can be compressed with gzip algorithm. MySQL Restore can also build an...


Platforms: PHP

License: Freeware Size: 10 KB Download (44): MySQL Restore Download

Added: January 01, 2010 | Visits: 951

Text::Replace Text::Replace is a Perl module to replace variables from a hash. SYNOPSIS ####### # Subroutine Interface # use Text::Replace qw(&replace_variables); $success = replace_variables($template, %variable_hash, @variable); ######## # Class Interface # use Text::Replace; $success =...


Platforms: *nix

License: Freeware Size: 73.73 KB Download (91): Text::Replace Download

Added: May 04, 2010 | Visits: 1.726

Language::Basic::Variable Language::Basic::Variable is a Perl module to handle parsing and implementing BASIC variables. SYNOPSIS See Language::Basic for the overview of how the Language::Basic module works. This pod page is more technical. There are two sorts of variables: Arrays and Scalars. Each of those classes...


Platforms: *nix

License: Freeware Size: 52.22 KB Download (92): Language::Basic::Variable Download

Added: June 22, 2010 | Visits: 964

class.upload.php class.upload.php manipulates uploads and images very easily. It can convert and resize uploaded images in many ways. It uses the GD library. How does it work? - the class constructor upload handles a uploaded file (it can also handle a local file) some optional parameters can be set up to...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (98): class.upload.php Download

Added: September 23, 2010 | Visits: 1.304

Class::InsideOut::Manual::About Class::InsideOut::Manual::About is a guide to this and other implementations of the inside-out technique. This manual provides an overview of the inside-out technique and its application within Class::InsideOut and other modules. It also provides a list of references for further study....


Platforms: *nix

License: Freeware Size: 48.13 KB Download (109): Class::InsideOut::Manual::About Download

Added: June 04, 2010 | Visits: 878

Variable::Strongly::Typed::Scalar Variable::Strongly::Typed::Scalar is Perl module for strongly typed scalar. SYNOPSIS This class is utilized by Variable::Strongly::Typed - you dont access this directly =head1 DESCRIPTION.


Platforms: *nix

License: Freeware Size: 10.24 KB Download (90): Variable::Strongly::Typed::Scalar Download

Added: January 01, 2010 | Visits: 1.144

Variable::Strongly::Typed::Validators Variable::Strongly::Typed::Validators is Perl module with built-in type validators. SYNOPSIS This class is utilized by Variable::Strongly::Typed - you dont access this directly. This module defines a %conditions hash contained expressions that define the built-in types. If you want to create...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (97): Variable::Strongly::Typed::Validators Download

Added: September 23, 2010 | Visits: 784

Variable::Strongly::Typed Variable::Strongly::Typed is a Perl module to let some variables be strongly typed. SYNOPSIS use Variable::Strongly::Typed; my $int :TYPE(int); # must have an int value my $float :TYPE(float); # must have a float value my $string :TYPE(string); # must not be a reference my $file...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (94): Variable::Strongly::Typed Download

Added: October 26, 2010 | Visits: 763

Variable::Strongly::Typed::Array Variable::Strongly::Typed::Array is a Perl module for strongly typed array. SYNOPSIS This class is utilized by Variable::Strongly::Typed - you dont access this directly my @array_of_ints :TYPE(int); # Each slot must contain an int my @array_of_rgb :TYPE(&red_green_blue); # my enumerated...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (92): Variable::Strongly::Typed::Array Download

Added: July 15, 2010 | Visits: 1.286

Validate_fields Class Validate_fields Class is an easy-to-use form field validation PHP script. This class can be used to validate database inputs or mail forms. It can validate simple text, numbers, dates, urls, email addresses, and the presence of HTML tags. Invalid form fields will be reported inside a detailed...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (104): Validate_fields Class Download

Added: February 15, 2010 | Visits: 851

Class::StrongSingleton Class::StrongSingleton is a stronger and more secure Singleton base class. SYNOPSIS package My::Singleton::Class; use base qw(Class::StrongSingleton); sub new { my ($class, %my_params) = @_; # create our object instance my $instance = { %my_params }; bless($instance, $class); # and...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (96): Class::StrongSingleton Download

Added: May 10, 2013 | Visits: 316

Printing strings with embedded variable names This class encapsulates a string with embedded variable names. They are usually evaluated when the object's __str__() method is called. You can specify that they be evaluated when the object is created by including the immediate argument to the constructor. The doc string at the top of the module...


Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 461

Shared variable Shared objects work like normal data types but can create a alias variable or can be used as pass-by-reference arguments.The alias variable is called a shared variable. Requirements: - MATLAB 7.6 or higher


Platforms: Windows, Mac, *nix, Matlab, BSD Solaris

License: Freeware Download (57): Shared variable Download

Added: July 28, 2013 | Visits: 448

Best MySQL Class Statistics about the connection and variable values can also be gathered by Best MySQL Class.Key Features of Best MySQL Class:- Connect to a given MySQL server and access given database- Execute SQL queries- Retrieve any errors, the number of affected rows, last inserted identifier, number of...


Platforms: PHP

License: Freeware Size: 10 KB Download (44): Best MySQL Class Download

Added: June 06, 2013 | Visits: 447

ORM mapping class This PHP script is designed to act as a base class for storing and retrieving objects in MySQL databases. This base class should be extended by other class to define the MySQL database table and the fields to store and retrieve the object variables.ORM mapping class executes SQL queries with the...


Platforms: PHP

License: Freeware Size: 10 KB Download (41): ORM mapping class Download

Added: July 21, 2013 | Visits: 652

Advanced MySQL Database Class, Simple to Use Advanced MySQL Database Class, Simple to Use, the Advanced MySQL Database Class is probably one of the simplest database objects/classes to use for PHP.Once the object is created, the number of lines of code that you need to use for any function in this class is just 1! Any query at all can be...


Platforms: PHP

License: Freeware Size: 10 KB Download (45): Advanced MySQL Database Class, Simple to Use Download

Added: September 05, 2013 | Visits: 505

MySQL Table Abstraction Class MySQL Table Abstraction Class can be used to wrap the access to individual MySQL database table rows in class objects. Each object of the class stores the values of the fields of a given row of a given table. The class provides means to store and retrieve the values of the row fields in the...


Platforms: PHP

License: Freeware Size: 10 KB Download (41): MySQL Table Abstraction Class Download

Added: September 07, 2013 | Visits: 455

UC Variable Price The UC Variable Price product feature allows you to turn any product in your Ubercart store into a variable priced product. Instead of using a fixed price entered by an administrator, customers can specify their own price for a product on the add to cart form. This makes it a useful module for...


Platforms: PHP

License: Freeware Size: 10 KB Download (51): UC Variable Price Download

1 2 3 4 5 >