columns
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 449
Tk::Columns 0.03
Tk::Columns is a multicolumn list widget with sortable & sizeable columns. more>>
Tk::Columns is a multicolumn list widget with sortable & sizeable columns.
SYNOPSIS
use Tk::Columns;
$Columns = $parent->B
(
-columnlabels => [qw (column1 column2)]
-listbackground => white,
-listforeground => black,
-buttonforeground => black,
-buttonbackground => blue,
);
$ColumnHeader = $Columns->B
(
-listfont => -adobe-new century schoolbook-medium-r-normal--14-*-*-*-*-*-*-*,
-buttoncolor => beige,
-text => column3,
-width => 15,
-trimcount => 2,
-listbackground => white,
-listforeground => black,
-buttonforeground => black,
-buttonbackground => blue,
-sort => true,
-sortcommand => $a cmp $b,
-image => $icon_image,
-buttoncommand => sub {...},
-selectcommand => sub {...}
);
$Columns->insert (end, [List, Row, Contents]);
$Columns->insert (end, {column1 => List, column2 => Row, column3 => Contents});
$Columns->insert (end, List, Row, Contents);
$Columns->delete (0, end);
...
Tk::MainLoop;
<<lessSYNOPSIS
use Tk::Columns;
$Columns = $parent->B
(
-columnlabels => [qw (column1 column2)]
-listbackground => white,
-listforeground => black,
-buttonforeground => black,
-buttonbackground => blue,
);
$ColumnHeader = $Columns->B
(
-listfont => -adobe-new century schoolbook-medium-r-normal--14-*-*-*-*-*-*-*,
-buttoncolor => beige,
-text => column3,
-width => 15,
-trimcount => 2,
-listbackground => white,
-listforeground => black,
-buttonforeground => black,
-buttonbackground => blue,
-sort => true,
-sortcommand => $a cmp $b,
-image => $icon_image,
-buttoncommand => sub {...},
-selectcommand => sub {...}
);
$Columns->insert (end, [List, Row, Contents]);
$Columns->insert (end, {column1 => List, column2 => Row, column3 => Contents});
$Columns->insert (end, List, Row, Contents);
$Columns->delete (0, end);
...
Tk::MainLoop;
Download (0.050MB)
Added: 2007-08-11 License: Perl Artistic License Price:
804 downloads
multicolumn 0.2
multicolumn is a Firefox extension that sllows web pages to be configured to display in multiple columns. more>>
multicolumn is a Firefox extension that sllows web pages to be configured to display in multiple columns using Firefox 1.5 (Gecko 1.8) CSS property -moz-column-count, inspired by the draft CSS3 module: Multi-column layout. Make better use of high res screen real estate.
To see it in operation, install it, restart firefox, and then try visiting digg, slashdot, or google (for google, you need to do a search before youll see anything).
To change the number of columns to suit your screen or to configure it for another site, go into the settings tab (thin strip at the top of the browser window - click "more previews" above too see this highlighted on a screenshot).
Note that the tabs will only appear on sites which are configured (eg digg, slashdot, google).
To stop this extension from affecting a particular website, uncheck the relevant checkbox on the settings tab.
Further documentation is available on the settings tab.
<<lessTo see it in operation, install it, restart firefox, and then try visiting digg, slashdot, or google (for google, you need to do a search before youll see anything).
To change the number of columns to suit your screen or to configure it for another site, go into the settings tab (thin strip at the top of the browser window - click "more previews" above too see this highlighted on a screenshot).
Note that the tabs will only appear on sites which are configured (eg digg, slashdot, google).
To stop this extension from affecting a particular website, uncheck the relevant checkbox on the settings tab.
Further documentation is available on the settings tab.
Download (0.017MB)
Added: 2007-06-02 License: MPL (Mozilla Public License) Price:
877 downloads
Games::Bingo::Column 0.13
Games::Bingo::Column is a Perl module with a column class used for generating bingo cards. more>>
Games::Bingo::Column is a Perl module with a column class used for generating bingo cards.
SYNOPSIS
my $c = Games::Bingo::Column-E< gt >new();
foreach my $number(@numbers) {
$c-E< gt >populate($number);
}
my @numbers = qw(1 2 3 4 5 6 7 8 9);
my $c = Games::Bingo::Column-E< gt >new(@numbers);
my $number = $c-E< gt >get_highest_number();
The Column is used when building the bingo cards and is a temporary data structure.
The class has two attributes:
_array
_array is a list of numbers for containment in the class, since the class actually is nothing but an array with a status flag.
label
The label being the group to which the numbers in the array belong.
<<lessSYNOPSIS
my $c = Games::Bingo::Column-E< gt >new();
foreach my $number(@numbers) {
$c-E< gt >populate($number);
}
my @numbers = qw(1 2 3 4 5 6 7 8 9);
my $c = Games::Bingo::Column-E< gt >new(@numbers);
my $number = $c-E< gt >get_highest_number();
The Column is used when building the bingo cards and is a temporary data structure.
The class has two attributes:
_array
_array is a list of numbers for containment in the class, since the class actually is nothing but an array with a status flag.
label
The label being the group to which the numbers in the array belong.
Download (0.020MB)
Added: 2006-10-02 License: Perl Artistic License Price:
1119 downloads
gcolor2 0.4
gcolor2 is a simple GTK+2 color selector. more>>
gcolor2 is a simple color selector that was originally based on gcolor, ported to use GTK+2, and now has a completely new UI.
Enhancements:
- Improvements include usability / UI enhancements, and sortable columns.
<<lessEnhancements:
- Improvements include usability / UI enhancements, and sortable columns.
Download (0.36MB)
Added: 2005-08-05 License: GPL (GNU General Public License) Price:
1544 downloads
The poster plug-in
The poster plug-in is a Gimp plug-in that combines image layers by attaching them in rows and columns. more>>
The poster plug-in is a Gimp plug-in that combines image layers by attaching them in rows and columns. This is useful especially for films.
The plug-in attaches the layers of a RGB or grayscale image row by row from the left to the right. The frames are separated by lines of selectable width in the current foreground color. If the row/column matrix is too small for all layers, the last layers are skipped. If the row/column matrix is too huge for the layers, additional slots are filled with the current background color.
Now, how does this look like???
Lets take the well-known high-speed film of an oscillating cavitation bubble... For a better visibility we choose a red foreground and a blue background color and select "< Image >/Filters/Animation/Poster" afterwards.
<<lessThe plug-in attaches the layers of a RGB or grayscale image row by row from the left to the right. The frames are separated by lines of selectable width in the current foreground color. If the row/column matrix is too small for all layers, the last layers are skipped. If the row/column matrix is too huge for the layers, additional slots are filled with the current background color.
Now, how does this look like???
Lets take the well-known high-speed film of an oscillating cavitation bubble... For a better visibility we choose a red foreground and a blue background color and select "< Image >/Filters/Animation/Poster" afterwards.
Download (0.018MB)
Added: 2006-09-14 License: GPL (GNU General Public License) Price:
1136 downloads
ArchAddOn 1.0
ArchAddOn provides a straightforward toolbox of field types, widgets, and validators for Archetypes. more>>
ArchAddOn provides a straightforward toolbox of field types, widgets, and validators for Archetypes.
Instruction (only shows description on edit form, for adding sectional
help or other HTML markup to an edit form)
DynamicField. This is a textual field that can contain TALES
expressions which are evaluated. So you can add a "body" field to
a schema that is of this type, and have it be a mix of HTML content
and TALES expressions (just like in a ZPT).
SimpleDataGridField. A lines field with embedded vertical bars for fields. If the
columns property is set, the isValidGrid validator will ensure that
the entered text has exactly that number of columns for each row.
If strip_whitespace is True, the individual cells in the grid will
be stripped of leading and trailing whitespace (that is, whitespace
added around the delimiter).
If column_names is set to a tuple or list of strings, it gives the names
of columns in the grid. The getDataGridRow script and the getRow() method
will return a dict using these column names as keys rather than using the
column numbers (starting from zero).
Fields are just strings, with no internal validation, etc.
Enhancements:
- A long time resident of the collective, ArchAddOn makes its debut on plone.org.
<<lessInstruction (only shows description on edit form, for adding sectional
help or other HTML markup to an edit form)
DynamicField. This is a textual field that can contain TALES
expressions which are evaluated. So you can add a "body" field to
a schema that is of this type, and have it be a mix of HTML content
and TALES expressions (just like in a ZPT).
SimpleDataGridField. A lines field with embedded vertical bars for fields. If the
columns property is set, the isValidGrid validator will ensure that
the entered text has exactly that number of columns for each row.
If strip_whitespace is True, the individual cells in the grid will
be stripped of leading and trailing whitespace (that is, whitespace
added around the delimiter).
If column_names is set to a tuple or list of strings, it gives the names
of columns in the grid. The getDataGridRow script and the getRow() method
will return a dict using these column names as keys rather than using the
column numbers (starting from zero).
Fields are just strings, with no internal validation, etc.
Enhancements:
- A long time resident of the collective, ArchAddOn makes its debut on plone.org.
Download (0.012MB)
Added: 2007-04-14 License: GPL (GNU General Public License) Price:
923 downloads
Games::Bingo::ColumnCollection 0.13
Games::Bingo::ColumnCollection is a Perl module with a collection class for holding columns. more>>
Games::Bingo::ColumnCollection is a Perl module with a collection class for holding columns.
SYNOPSIS
my $col = Games::Bingo::ColumnCollection-E new();
my $c = Games::Bingo::Column-E new(0, [1, 2, 3, 4, 5, 6, 7, 8, 9]);
$col-E add_column($c1);
my $d = $col-E get_column(1);
my $e = $col-E get_random_column();
The ColumnCollection is used when building the bingo cards and is a temporary data structure for holding object of the class Column.
The class is an encapsulated array, which is 1 indexed.
<<lessSYNOPSIS
my $col = Games::Bingo::ColumnCollection-E new();
my $c = Games::Bingo::Column-E new(0, [1, 2, 3, 4, 5, 6, 7, 8, 9]);
$col-E add_column($c1);
my $d = $col-E get_column(1);
my $e = $col-E get_random_column();
The ColumnCollection is used when building the bingo cards and is a temporary data structure for holding object of the class Column.
The class is an encapsulated array, which is 1 indexed.
Download (0.020MB)
Added: 2006-10-02 License: Perl Artistic License Price:
1117 downloads
Gtk2::Ex::MindMapView::Layout::Column 0.000001
Gtk2::Ex::MindMapView::Layout::Column is a Perl module to display vertical layout of clusters. more>>
Gtk2::Ex::MindMapView::Layout::Column is a Perl module to display vertical layout of clusters.
SYNOPSIS
use Gtk2::Ex::MindMapView::Layout::Column;
The Gtk2::Ex::MindMapView::Layout::Column is used to layout Gtk2::Ex::MindMapView::Items in columns on a Gnome2::Canvas.
INTERFACE
new(column_no=>$column_no)
Instantiates the column and saves the column number for future reference.
Each column is assigned a column number, which is used to determine which side of the root column it is on. The root column is always column zero. Columns to the right of the root have positive column numbers, columns to the left of the root column have negative column numbers.
add($predecessor_item, $item)
Each Gtk2::Ex::MindMapView::Item is added to a cluster in a column. The cluster groups items according to their predecessor.
layout()
Places Gtk2::Ex::MindMapView::Items on the canvas according to the cluster they belong to.
DIAGNOSTICS
Gtk2::Ex::MindMapView::Layout::Column requires a column_no
You must pass in a column_no argument when creating a Gtk2::Ex::MindMapView::Layout::Column.
<<lessSYNOPSIS
use Gtk2::Ex::MindMapView::Layout::Column;
The Gtk2::Ex::MindMapView::Layout::Column is used to layout Gtk2::Ex::MindMapView::Items in columns on a Gnome2::Canvas.
INTERFACE
new(column_no=>$column_no)
Instantiates the column and saves the column number for future reference.
Each column is assigned a column number, which is used to determine which side of the root column it is on. The root column is always column zero. Columns to the right of the root have positive column numbers, columns to the left of the root column have negative column numbers.
add($predecessor_item, $item)
Each Gtk2::Ex::MindMapView::Item is added to a cluster in a column. The cluster groups items according to their predecessor.
layout()
Places Gtk2::Ex::MindMapView::Items on the canvas according to the cluster they belong to.
DIAGNOSTICS
Gtk2::Ex::MindMapView::Layout::Column requires a column_no
You must pass in a column_no argument when creating a Gtk2::Ex::MindMapView::Layout::Column.
Download (0.049MB)
Added: 2007-01-26 License: Perl Artistic License Price:
1001 downloads
The split plug-in
The split plug-in is a Gimp plug-in that splits an image into layers. more>>
The split plug-in is a Gimp plug-in that splits an image into layers.
The plug-in cuts an image into a number of rows and columns and composes a new multilayer image (film) of these pieces. Its just the reverse of the poster plug-in.
<<lessThe plug-in cuts an image into a number of rows and columns and composes a new multilayer image (film) of these pieces. Its just the reverse of the poster plug-in.
Download (0.015MB)
Added: 2006-09-15 License: GPL (GNU General Public License) Price:
1136 downloads
ps: Aero AIO plugin 1.0.2
ps: Aero AIO is a plugin for Aero AIO that show the 6 most resource intensive processes. more>>
ps: Aero AIO is a plugin for Aero AIO that show the 6 most resource intensive processes. You can choose whether to sort on CPU, mem or elapsed time.
Usage:
- Install the plugin via the Aero-AIO config dialog. The columns have headings
<<lessUsage:
- Install the plugin via the Aero-AIO config dialog. The columns have headings
Download (0.011MB)
Added: 2006-06-20 License: GPL (GNU General Public License) Price:
1225 downloads
DBIx::EnumConstraints 0.01
DBIx::EnumConstraints is a Perl module that generates enum-like SQL constraints. more>>
DBIx::EnumConstraints is a Perl module that generates enum-like SQL constraints.
SYNOPSIS
use DBIx::EnumConstraints;
my $ec = DBIx::EnumConstraints->new({
name => kind, fields => [ [ k1, a, b ]
, [ k2, b ] ]
});
# get enum field definition
my $edef = $ec->enum_definition;
# $edef is now kind smallint not null check (kind > 0 and kind < 2)
# get constraints array
my @cons = $ec->constraints;
# @cons is now (
# constraint k1_has_a check (kind 1 or a is not null)
# , constraint k1_has_b check (kind 1 or a is not null)
# , constraint k2_has_b check (kind 2 or b is not null)
# , constraint k2_has_no_a check (kind 2 or a is null))
This module generates SQL statements for enforcing enum semantics on the database columns.
Enum columns is the column which can get one of 1 .. k values. For each of those values there are other columns which should or should not be null.
For example in the SYNOPSIS above, when kind column is 1 the row should have both of a and b columns not null. When kind column is 2 the row should have a but no b columns.
CONSTRUCTORS
$class->new($args)
$args should be HASH reference containing the following parameters:
name
The name of the enum.
fields
Array of arrays describing fields dependent on the enum. Each row is index is the possible value of enum minus 1 (e.g. row number 1 is for enum value 2).
First item in the array is the state name. The rest of the items are field names. There is a possibility to mark optional fields by using trailing ? (e.g. b? denotes an optional b field.
METHODS
$self->enum_definition
Returns the definition of enum column. See SYNOPSIS for example.
$self->for_each_kind($callback)
Runs $callback over registered enum states. For each state passes state name, fields which are in the state and fields which are out of the state.
The fields are passed as ARRAY references.
$self->constraints
Returns the list of generated constraints. See SYNOPSIS above for an example.
<<lessSYNOPSIS
use DBIx::EnumConstraints;
my $ec = DBIx::EnumConstraints->new({
name => kind, fields => [ [ k1, a, b ]
, [ k2, b ] ]
});
# get enum field definition
my $edef = $ec->enum_definition;
# $edef is now kind smallint not null check (kind > 0 and kind < 2)
# get constraints array
my @cons = $ec->constraints;
# @cons is now (
# constraint k1_has_a check (kind 1 or a is not null)
# , constraint k1_has_b check (kind 1 or a is not null)
# , constraint k2_has_b check (kind 2 or b is not null)
# , constraint k2_has_no_a check (kind 2 or a is null))
This module generates SQL statements for enforcing enum semantics on the database columns.
Enum columns is the column which can get one of 1 .. k values. For each of those values there are other columns which should or should not be null.
For example in the SYNOPSIS above, when kind column is 1 the row should have both of a and b columns not null. When kind column is 2 the row should have a but no b columns.
CONSTRUCTORS
$class->new($args)
$args should be HASH reference containing the following parameters:
name
The name of the enum.
fields
Array of arrays describing fields dependent on the enum. Each row is index is the possible value of enum minus 1 (e.g. row number 1 is for enum value 2).
First item in the array is the state name. The rest of the items are field names. There is a possibility to mark optional fields by using trailing ? (e.g. b? denotes an optional b field.
METHODS
$self->enum_definition
Returns the definition of enum column. See SYNOPSIS for example.
$self->for_each_kind($callback)
Runs $callback over registered enum states. For each state passes state name, fields which are in the state and fields which are out of the state.
The fields are passed as ARRAY references.
$self->constraints
Returns the list of generated constraints. See SYNOPSIS above for an example.
Download (0.010MB)
Added: 2007-07-24 License: Perl Artistic License Price:
822 downloads
PHP Directory Listing 0.3.0
PHP Directory Listing is a simple PHP script that will do just that, list a directory. more>>
PHP Directory Listing is a simple PHP script that will do just that, list a directory.
To use PHP Directory Listing just unpack into the directory you want listed, or unpack somewhere else and symlink index.php, index.css and the .icons directory.
Version restrictions:
- Im currently using the Tango Projects icon library, but theres quite a few of the MIME icons missing. If youre good at graphics and help them out, youre supporting much more projects than just this little script!
- The gray box around a mime type icon / thumbnail does not always have the same size.
- There is no good way of specifying the number of columns when the script is used through symlinks
- Actually, the columns should adjust their number automatically, which they dont
Enhancements:
- This release merges Andreas Aronssons changes.
- ASP files are now supported, and directories have a slash appended.
<<lessTo use PHP Directory Listing just unpack into the directory you want listed, or unpack somewhere else and symlink index.php, index.css and the .icons directory.
Version restrictions:
- Im currently using the Tango Projects icon library, but theres quite a few of the MIME icons missing. If youre good at graphics and help them out, youre supporting much more projects than just this little script!
- The gray box around a mime type icon / thumbnail does not always have the same size.
- There is no good way of specifying the number of columns when the script is used through symlinks
- Actually, the columns should adjust their number automatically, which they dont
Enhancements:
- This release merges Andreas Aronssons changes.
- ASP files are now supported, and directories have a slash appended.
Download (0.024MB)
Added: 2006-08-22 License: GPL (GNU General Public License) Price:
1175 downloads
ceODBC 1.1
ceODBC is a Python extension module that enables access to databases using the ODBC API and conforms to the Python database API. more>>
ceODBC is a Python extension module that enables access to databases using the ODBC API and conforms to the Python database API 2.0 specifications with a few exceptions.
For more information on the database API specification, see here. Use the provided setup.py to build and install the module which makes use of the DistUtils module made available in Python 2.0 and up.
Enhancements:
- This release adds support for searching the catalog of a data source for tables, procedures, columns, privileges, foreign keys and primary keys.
- It also adds support for getting and setting the autocommit flag for a connection and the name for a cursor.
<<lessFor more information on the database API specification, see here. Use the provided setup.py to build and install the module which makes use of the DistUtils module made available in Python 2.0 and up.
Enhancements:
- This release adds support for searching the catalog of a data source for tables, procedures, columns, privileges, foreign keys and primary keys.
- It also adds support for getting and setting the autocommit flag for a connection and the name for a cursor.
Download (0.044MB)
Added: 2007-08-13 License: Perl Artistic License Price:
804 downloads
Template::Plugin::JavaSQL 0.4
Template::Plugin::JavaSQL is a Perl module to help generate Java from database schemas. more>>
Template::Plugin::JavaSQL is a Perl module to help generate Java from database schemas.
SYNOPSES
Within an XML file processed by the Java plugin:
< sql:
query="select foo as f, bar as b from some_table"
>
or
< sql:
table="some_table"
>
Via a template such as:
[% USE Java %]
[% Use JavaSQL %]
...
String query =
"select [% JavaSQL.columnNames.join(", ") %] from [% JavaSQL.tables.join(", ") %]";
[% IF JavaSQL.where %]
query += " where [% JavaSQL.where %] ";
[% ELSE %]
query += " where 0=0 ";
[% END %]
[% FOREACH JavaSQL.columns %]
if (${varName}Set) { query += " and $name = ?"; }
[% END %]
[% IF JavaSQL.order %]
query += "order by [% JavaSQL.order %]";
[% END %]
stmt = myConnection.prepareStatement(query);
Just use the DBClass.template from the distribution for fully functional database classes.
In addition to methods that refer to parts of a SQL query, any columns resultant from the query or table will be added as java variables to the variables hash, with close-as-possible mapped types.
<<lessSYNOPSES
Within an XML file processed by the Java plugin:
< sql:
query="select foo as f, bar as b from some_table"
>
or
< sql:
table="some_table"
>
Via a template such as:
[% USE Java %]
[% Use JavaSQL %]
...
String query =
"select [% JavaSQL.columnNames.join(", ") %] from [% JavaSQL.tables.join(", ") %]";
[% IF JavaSQL.where %]
query += " where [% JavaSQL.where %] ";
[% ELSE %]
query += " where 0=0 ";
[% END %]
[% FOREACH JavaSQL.columns %]
if (${varName}Set) { query += " and $name = ?"; }
[% END %]
[% IF JavaSQL.order %]
query += "order by [% JavaSQL.order %]";
[% END %]
stmt = myConnection.prepareStatement(query);
Just use the DBClass.template from the distribution for fully functional database classes.
In addition to methods that refer to parts of a SQL query, any columns resultant from the query or table will be added as java variables to the variables hash, with close-as-possible mapped types.
Download (0.018MB)
Added: 2006-11-01 License: Perl Artistic License Price:
1087 downloads
Miningco 2.5
Miningco is an automatic data-mining tool. more>>
Miningco is an automatic data-mining (can be used for business intelligence) tool.
It can analyse a table in a database and then automatically give you a list of remarkable rules to which your data complies.
It can find for patterns on what columns they depend. From version 2.0 it can also group ranges of values into 1 rule.
Example scripts have been added for datamining on Nagios and Apache logging.
Enhancements:
- Improved clustering: no more fuzzy ranges, as well as better combining ranges.
<<lessIt can analyse a table in a database and then automatically give you a list of remarkable rules to which your data complies.
It can find for patterns on what columns they depend. From version 2.0 it can also group ranges of values into 1 rule.
Example scripts have been added for datamining on Nagios and Apache logging.
Enhancements:
- Improved clustering: no more fuzzy ranges, as well as better combining ranges.
Download (0.008MB)
Added: 2005-10-15 License: GPL (GNU General Public License) Price:
1469 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above columns search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed