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

Variable Table freeware
Filter: All | Freeware | Demo
 

Variable Table

1 2 3 4 5 > 
Added: July 15, 2013 | Visits: 492

Variable Cleanup Your variable table can get bloated under three circumstances: 1. Your site has existed since 4.7 or earlier, back when modules didn't have a way to clean up their variables. 2. You've tried out many modules, but either forgot to uninstall the module before removing the code, or the module didn't... Platforms: PHP

License: Freeware Size: 10 KB Download (39): Variable Cleanup Download

Added: May 10, 2013 | Visits: 363

Queryable Variables 6.x-1.1-2 / 5.x-1.3-3 If the variables table gets to big, it significantly impacts the performance of the site. This module allows modules to pack GBs of data into the variables table without impacting performance at all.It does this by using a completely DIFFERENT table from the actual variables table called... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (60): Queryable Variables 6.x-1.1-2 / 5.x-1.3-3 Download

Added: February 02, 2010 | Visits: 973

Template::Plugin::Java Template::Plugin::Java is a Perl module that can generate Java Classes from XML description files and templates. SYNOPSIS From an xml file such as: < aBean > < java: option1="value1" > < option2 >value2< /option2 > < /java: > < foo >10< /foo > < bar >String< /bar > < container > < baz... Platforms: *nix

License: Freeware Size: 18.43 KB Download (97): Template::Plugin::Java Download

Added: July 15, 2013 | Visits: 446

Settings audit log Ever wanted to know what changed in the {variable} table? Who changed it? What the old value was?Well, this is the module for you.Using a database level trigger and a log of the connection id of the current request, we can log all of this. This should allow a bunch of other modules to be written... Platforms: PHP

License: Freeware Size: 10 KB Download (49): Settings audit log Download

Added: May 04, 2010 | Visits: 1.729

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: September 05, 2013 | Visits: 507

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: June 04, 2006 | Visits: 7.749

Pivot Table Helper Pivot Table Helper makes working with pivot tables comfortable and fast. Pivot Table Helper adds its own toolbar to Excel with the following buttons: - Select page fields area of the current pivot table - Select header of the current pivot table - Select blank area of the current pivot table... Platforms: Windows

License: Freeware Size: 655 KB Download (851): Pivot Table Helper Download

Added: February 17, 2010 | Visits: 1.383

PostgreSQL Table Log PostgreSQL Table Log contains functions that allow you to log PostgreSQL table inserts, updates, and deletes into another table. This can be used to recover the state of the logged table or to recover specific rows from a given time period. Whats New in This Release: - This version now... Platforms: *nix

License: Freeware Size: 13.31 KB Download (115): PostgreSQL Table Log Download

Added: May 27, 2010 | Visits: 908

Variable::Alias Variable::Alias is a Perl module created to alias any variable to any other variable. SYNOPSIS use Variable::Alias alias; my $src; my $a; our $b; my @c; our @d; alias $src => $a; alias $a => $b; alias $b => $c[0]; alias @c => @d; $src=src; # All the other variables now have the... Platforms: *nix

License: Freeware Size: 3.07 KB Download (90): Variable::Alias Download

Added: February 26, 2010 | Visits: 1.186

PDF::Table PDF::Table is a utility class for building table layouts in a PDF::API2 object. SYNOPSIS use PDF::API2; use PDF::Table; my $pdftable = new PDF::Table; my $pdf = new PDF::API2(-file => "table_of_lorem.pdf"); my $page = $pdf->page; # some data to layout my $some_data =[ ["1 Lorem ipsum... Platforms: *nix

License: Freeware Size: 11.26 KB Download (120): PDF::Table Download

Added: June 02, 2010 | Visits: 1.108

CGI::AppBuilder::Table CGI::AppBuilder::Table module contains a configuration initializer. SYNOPSIS use CGI::AppBuilder::Table; my $ab = CGI::AppBuilder::Table->new( ifn, my_init.cfg, opt, vhS:a:); my ($q, $ar, $ar_log) = $ab->start_app($0, %ARGV); print $ab->disp_form($q, $ar); This class provides methods... Platforms: *nix

License: Freeware Size: 12.29 KB Download (92): CGI::AppBuilder::Table Download

Added: February 19, 2010 | Visits: 1.112

Basset::DB::Table Basset::DB::Table is used to define database tables, ways to load that data into memory and build queries based upon the table information. SYNOPSIS For example, my $table = Basset::DB::Table->new( name => user, primary_column => id, autogenerated => 1, definition => { id =>... Platforms: *nix

License: Freeware Size: 143.36 KB Download (98): Basset::DB::Table Download

Added: June 04, 2010 | Visits: 879

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.147

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: 785

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: 764

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

Released: January 01, 2012  |  Added: February 07, 2012 | Visits: 1.083

Times Table The objective of this Times Table Program is to make math fun and interesting. As the student continues to get correct answers to the questions, the Times Table grid will begin to fill up more and more. This should build excitement and a feeling of success and will encourage the continued use... Platforms: Windows

License: Freeware Size: 590.04 KB Download (106): Times Table Download

Released: September 05, 2012  |  Added: September 05, 2012 | Visits: 580

Times Table Maker for Mac OS This Interactive Printable Multiplication Table includes the option for hiding the answers, a great feature for practicing the tables. It's also customizable. You can show or hide certain columns or rows or even click on specific answers that you want to show or hide. Print it out and see if you... Platforms: Mac

License: Freeware Size: 3.6 MB Download (480): Times Table Maker for Mac OS Download

Released: July 05, 2012  |  Added: July 05, 2012 | Visits: 711

Periodic Table for Mac OS Synergy Creations Periodic Table 4 is a versatile chemistry reference tool for your Macintosh that takes the periodic table beyond the simple paper periodic table found in so many textbooks and classrooms. Packed with data and easy to use features, Periodic Table 4 is superb for chemists and... Platforms: Mac

License: Freeware Size: 2.7 MB Download (53): Periodic Table for Mac OS Download

Released: November 17, 2012  |  Added: November 17, 2012 | Visits: 879

Publish Table to Word for SQL Server Pro Publish table to Word tool allows you to create presentable copy of selected table's data as MS Word documents. This database export tool supports all modern versions of Microsoft SQL Server. Limited support for 6.0 and 6.5 versions is also available. Publish table to Word document generates a... Platforms: Windows

License: Freeware Download (57): Publish Table to Word for SQL Server Pro Download

1 2 3 4 5 >