base table
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 7677
Katakana Table
Katakana Table is a katakana table karamba theme. more>>
Katakana Table is a katakana table karamba theme. Useful for learning katakana. When one clicks on a character a passive popup will come up with the romaji and hiragana for that katakana.
If you middle click a character it will copy it to the clipboard. This theme uses unicode so your local probably needs to be utf8.
I havent tested that, im just speculating. works well with my hirgana table (http://www.kde-look.org/content/show.php?content=33568) which is due for a major reworking.
<<lessIf you middle click a character it will copy it to the clipboard. This theme uses unicode so your local probably needs to be utf8.
I havent tested that, im just speculating. works well with my hirgana table (http://www.kde-look.org/content/show.php?content=33568) which is due for a major reworking.
Download (0.006MB)
Added: 2006-06-27 License: GPL (GNU General Public License) Price:
705 downloads
Basset::DB::Table 1.04
Basset::DB::Table is used to define database tables, ways to load that data into memory. more>>
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 => SQL_INTEGER,
username => SQL_VARCHAR,
password => SQL_VARCHAR,
name => SQL_VARCHAR
}
);
print $table->insert_query, "n"; print $table->update_query, "n"; print $table->delete_query, "n";
Basset::DB::Table provides an abstract and consistent location for defining database tables, building queries based upon them, and so on. It is rarely (if ever) used directly in code, but is used extensively in packages which subclass from Basset::Object::Persistent.
Any queries returned by the query methods are simply strings that must be prepared by DBI in order bo be used.
<<lessSYNOPSIS
For example,
my $table = Basset::DB::Table->new(
name => user,
primary_column => id,
autogenerated => 1,
definition => {
id => SQL_INTEGER,
username => SQL_VARCHAR,
password => SQL_VARCHAR,
name => SQL_VARCHAR
}
);
print $table->insert_query, "n"; print $table->update_query, "n"; print $table->delete_query, "n";
Basset::DB::Table provides an abstract and consistent location for defining database tables, building queries based upon them, and so on. It is rarely (if ever) used directly in code, but is used extensively in packages which subclass from Basset::Object::Persistent.
Any queries returned by the query methods are simply strings that must be prepared by DBI in order bo be used.
Download (0.14MB)
Added: 2007-08-09 License: Perl Artistic License Price:
807 downloads
JustAjax Table 0.7
JustAjax Table project performs all operation with tables on-fly using Ajax requests. more>>
JustAjax Table project performs all operation with tables "on-fly" using Ajax requests.
Main features:
- Supports all popular web browsers.
- Populates the data into the cells automatically .
- On-fly scrolling, sorting, editing.
- PHP/MySQL backend.
- Works with up to 100,000 record tables.
<<lessMain features:
- Supports all popular web browsers.
- Populates the data into the cells automatically .
- On-fly scrolling, sorting, editing.
- PHP/MySQL backend.
- Works with up to 100,000 record tables.
Download (0.040MB)
Added: 2007-06-08 License: Other/Proprietary License Price:
869 downloads
LaTeX::Table 0.0.1
LaTeX::Table is a Perl module that provides functionality for an intuitive generation of LaTeX tables for reports or theses. more>>
LaTeX::Table is a Perl module that provides functionality for an intuitive generation of LaTeX tables for reports or theses.
LaTeX::Table ships with some predefined, good-looking table styles, and supports multipage tables via the xtab package.
Installation:
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
Alternatively, to install with Module::Build, you can use the following
commands:
perl Build.PL
./Build
./Build test
./Build install
Now start the script generate_examples.pl in the examples directory of this
distibution.
perl generate_examples.pl
This script generates some LaTeX files with some example tables. Now please compile these examples with LaTeX and check if all tables look ok:
latex examples.tex
xdvi examples.dvi
<<lessLaTeX::Table ships with some predefined, good-looking table styles, and supports multipage tables via the xtab package.
Installation:
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
Alternatively, to install with Module::Build, you can use the following
commands:
perl Build.PL
./Build
./Build test
./Build install
Now start the script generate_examples.pl in the examples directory of this
distibution.
perl generate_examples.pl
This script generates some LaTeX files with some example tables. Now please compile these examples with LaTeX and check if all tables look ok:
latex examples.tex
xdvi examples.dvi
Download (0.010MB)
Added: 2006-08-24 License: GPL (GNU General Public License) Price:
1164 downloads
Expiretable 0.6
Expiretable is a utility used to remove entries from a pf(4) table based on their age. more>>
Expiretable is a utility used to remove entries from a pf(4) table based on their age. The age in question being the amount of time that has passed since the statistics for each entry in the target table was last cleared.
This program needs to be run as a user with read/write permission to /dev/pf. As with all unknown things that need to be run as the superuser or similar there is always the chance this one will cause death and destruction, so use at your own risk. It WorksForMe< tm >, dont blame me if your cat grows another eye, and so on and so forth.
If you find yourself using this utility, especially for a reason not mentioned here, please tell me about it.
Johan Fredin has been nice enough to provide a port for expiretable. He has also put together a howto on how to use expiretable to block attempts to bruteforce ssh. geek00L has written a short piece on using Snort2c + Expiretable. Thanks to Samuel Ljungkvist and others for ideas.
Enhancements:
- The ability to specify age in minutes, hours, days, etc. was added.
- The age limit was changed to the limit imposed by OpenBSDs nanosleep.
<<lessThis program needs to be run as a user with read/write permission to /dev/pf. As with all unknown things that need to be run as the superuser or similar there is always the chance this one will cause death and destruction, so use at your own risk. It WorksForMe< tm >, dont blame me if your cat grows another eye, and so on and so forth.
If you find yourself using this utility, especially for a reason not mentioned here, please tell me about it.
Johan Fredin has been nice enough to provide a port for expiretable. He has also put together a howto on how to use expiretable to block attempts to bruteforce ssh. geek00L has written a short piece on using Snort2c + Expiretable. Thanks to Samuel Ljungkvist and others for ideas.
Enhancements:
- The ability to specify age in minutes, hours, days, etc. was added.
- The age limit was changed to the limit imposed by OpenBSDs nanosleep.
Download (0.006MB)
Added: 2006-03-27 License: BSD License Price:
1306 downloads
base::ball 0.0.2
base::ball - b all the namespaces under the given one(s). more>>
base::ball - "b" all the namespaces under the given one(s).
SYNOPSIS
use base::ball qw(Foo::Utils);
equivalent to:
use base qw(Foo::Utils);
use base qw(Foo::Utils::Data);
use base qw(Foo::Utils::UI);
use base qw(Foo::Utils::Sys);
use base qw(Foo::Utils::Sys::Unix);
use base qw(Foo::Utils::Sys::Win32);
use base qw(Foo::Utils::Run);
Recursively searches the directory that the given name spaces are in to also use base on their "child" name spaces based on any .pm files found and any directories that belong to that .pm
In other words, assuming that the Foo/ that Foo::Utils is in has:
Utils/Data.pm, Utils/UI.pm, Utils/Sys.pm, Utils/Sys/Unix.pm, Utils/Sys/Win32.pm, Utils/Run.pm
then the synopsis is correct.
Note it does not follow directories who do not firts have a .pm, in other words:
Foo/Utils/Whatever/Fiddle.pm will no get Foo:Utils::Whatever::Fiddle as base unless Foo/Utils/Whatever.pm exists (and therefore Foo::Utils::Whatever is a base)
This is by design for good reasons and given enough popular demand may lead to support for it.
<<lessSYNOPSIS
use base::ball qw(Foo::Utils);
equivalent to:
use base qw(Foo::Utils);
use base qw(Foo::Utils::Data);
use base qw(Foo::Utils::UI);
use base qw(Foo::Utils::Sys);
use base qw(Foo::Utils::Sys::Unix);
use base qw(Foo::Utils::Sys::Win32);
use base qw(Foo::Utils::Run);
Recursively searches the directory that the given name spaces are in to also use base on their "child" name spaces based on any .pm files found and any directories that belong to that .pm
In other words, assuming that the Foo/ that Foo::Utils is in has:
Utils/Data.pm, Utils/UI.pm, Utils/Sys.pm, Utils/Sys/Unix.pm, Utils/Sys/Win32.pm, Utils/Run.pm
then the synopsis is correct.
Note it does not follow directories who do not firts have a .pm, in other words:
Foo/Utils/Whatever/Fiddle.pm will no get Foo:Utils::Whatever::Fiddle as base unless Foo/Utils/Whatever.pm exists (and therefore Foo::Utils::Whatever is a base)
This is by design for good reasons and given enough popular demand may lead to support for it.
Download (0.004MB)
Added: 2007-06-27 License: Perl Artistic License Price:
849 downloads
C++ base 1.0
C++ base is a base class suite contains several powerful c++ base classes for basic encapsulation. more>>
C++ base is a base class suite contains several powerful c++ base classes for basic encapsulation of low level operating system calls and basic library functions.
Further packages you may access from this page require the installation of this base package
<<lessFurther packages you may access from this page require the installation of this base package
Download (0.10MB)
Added: 2006-10-23 License: GPL (GNU General Public License) Price:
1097 downloads
PostgreSQL Table Log 0.4.4
PostgreSQL Table Log contains functions that allow you to log PostgreSQL table inserts, updates, and deletes into another table. more>>
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.
Enhancements:
- This version now works with PostgreSQL versions 8.2 and later.
- Some warnings have been removed and the documentation was cleaned up.
- PGXS is now used for building from source.
- RPM packages are available.
<<lessThis can be used to recover the state of the logged table or to recover specific rows from a given time period.
Enhancements:
- This version now works with PostgreSQL versions 8.2 and later.
- Some warnings have been removed and the documentation was cleaned up.
- PGXS is now used for building from source.
- RPM packages are available.
Download (0.013MB)
Added: 2007-06-06 License: BSD License Price:
872 downloads
Know Base 1.3
Know Base project consists of knowledge, document, and project management tool. more>>
Know Base project consists of knowledge, document, and project management tool.
Know Base is a Web-based knowledge management system. It allows users to share files and projects across multiple business divisions.
A unique notification system alerts users when projects are modified, or when new projects are added that match their search terms.
<<lessKnow Base is a Web-based knowledge management system. It allows users to share files and projects across multiple business divisions.
A unique notification system alerts users when projects are modified, or when new projects are added that match their search terms.
Download (0.035MB)
Added: 2007-01-18 License: GPL (GNU General Public License) Price:
1010 downloads
PrimeBase XT 0.9.86
PrimeBase XT (PBXT) is a transactional storage engine for MySQL. more>>
PrimeBase XT (PBXT) is a transactional storage engine for MySQL. The project has been designed for modern, web-based, high concurrency environments and heavy update loads. PBXT uses a number of new techniques to achieve its goals.
Enhancements:
- This release makes changes to enable PBXT to handle databases containing thousands of tables.
- It also fixes a number of concurrency problems with operations like TRUNCATE TABLE, ALTER and REPAIR table when used in conjunction with other DML.
<<lessEnhancements:
- This release makes changes to enable PBXT to handle databases containing thousands of tables.
- It also fixes a number of concurrency problems with operations like TRUNCATE TABLE, ALTER and REPAIR table when used in conjunction with other DML.
Download (2.7MB)
Added: 2007-04-17 License: LGPL (GNU Lesser General Public License) Price:
922 downloads
MySQL table patcher 1.6.2
MySQL table patcher is a patch that reads table creation file (tables.sql) and compares it to what mysqldump gives. more>>
MySQL table patcher is a patch that reads table creation file (tables.sql) and compares it to what mysqldump gives. It creates SQL clauses to update the database to match the creation file.
<<less Download (1.9MB)
Added: 2006-08-02 License: GPL (GNU General Public License) Price:
1179 downloads
PDF::Table 0.91
PDF::Table is a utility class for building table layouts in a PDF::API2 object. more>>
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 dolor",
"Donec odio neque, faucibus vel",
"consequat quis, tincidunt vel, felis."],
["Nulla euismod sem eget neque.",
"Donec odio neque",
"Sed eu velit."],
... and so on
];
# build the table layout
$pdftable->table(
# required params
$pdf,
$page,
$some_data,
x => $left_edge_of_table,
w => 570,
start_y => 500,
next_y => 700,
start_h => 300,
next_h => 500,
# some optional params
padding => 5,
padding_right => 10,
background_color_odd => "gray",
background_color_even => "lightblue", #cell background color for even rows
);
# do other stuff with $pdf
...
This class is a utility for use with the PDF::API2 module from CPAN. It can be used to display text data in a table layout within the PDF. The text data must be in a 2d array (such as returned by a DBI statement handle fetchall_arrayref() call). The PDF::Table will automatically add as many new pages as necessary to display all of the data.
Various layout properties, such as font, font size, and cell padding and background color can be specified for each column and/or for even/odd rows. Also a (non)repeated header row with different layout properties can be specified.
See the METHODS section for complete documentation of every parameter.
<<lessSYNOPSIS
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 dolor",
"Donec odio neque, faucibus vel",
"consequat quis, tincidunt vel, felis."],
["Nulla euismod sem eget neque.",
"Donec odio neque",
"Sed eu velit."],
... and so on
];
# build the table layout
$pdftable->table(
# required params
$pdf,
$page,
$some_data,
x => $left_edge_of_table,
w => 570,
start_y => 500,
next_y => 700,
start_h => 300,
next_h => 500,
# some optional params
padding => 5,
padding_right => 10,
background_color_odd => "gray",
background_color_even => "lightblue", #cell background color for even rows
);
# do other stuff with $pdf
...
This class is a utility for use with the PDF::API2 module from CPAN. It can be used to display text data in a table layout within the PDF. The text data must be in a 2d array (such as returned by a DBI statement handle fetchall_arrayref() call). The PDF::Table will automatically add as many new pages as necessary to display all of the data.
Various layout properties, such as font, font size, and cell padding and background color can be specified for each column and/or for even/odd rows. Also a (non)repeated header row with different layout properties can be specified.
See the METHODS section for complete documentation of every parameter.
Download (0.011MB)
Added: 2006-09-20 License: Perl Artistic License Price:
1140 downloads
SQLite::VirtualTable 0.03
SQLite::VirtualTable is a Perl module that can create SQLite Virtual Table extensions in Perl. more>>
SQLite::VirtualTable is a Perl module that can create SQLite Virtual Table extensions in Perl.
SYNOPSIS
on Perl:
package MyVirtualTable;
use base SQLite::VirtualTable;
sub CREATE {
...
and then from your preferred SQLite application or language, as for instance, the sqlite3 shell:
$ sqlite3
sqlite> .load perlvtab.so
sqlite> CREATE VIRTUAL TABLE foo USING perl ("MyVirtualTable", foo, bar, ...);
sqlite> SELECT * FROM foo WHERE col1 AND col1 > 34;
...
Virtual tables are a new feature in SQLite (currently still only available from the development version on CVS) that allows you to create tables using custom backends to access (read and change) their contents instead of being stored in the database file.
The SQLite::VirtualTable module allows you to create these backends in Perl embbeding a perl interpreter as a SQLite extension.
Note that extensions written using this module can be used from any SQLite application and programming language (C, Java, PHP, Perl, etc.).
<<lessSYNOPSIS
on Perl:
package MyVirtualTable;
use base SQLite::VirtualTable;
sub CREATE {
...
and then from your preferred SQLite application or language, as for instance, the sqlite3 shell:
$ sqlite3
sqlite> .load perlvtab.so
sqlite> CREATE VIRTUAL TABLE foo USING perl ("MyVirtualTable", foo, bar, ...);
sqlite> SELECT * FROM foo WHERE col1 AND col1 > 34;
...
Virtual tables are a new feature in SQLite (currently still only available from the development version on CVS) that allows you to create tables using custom backends to access (read and change) their contents instead of being stored in the database file.
The SQLite::VirtualTable module allows you to create these backends in Perl embbeding a perl interpreter as a SQLite extension.
Note that extensions written using this module can be used from any SQLite application and programming language (C, Java, PHP, Perl, etc.).
Download (0.040MB)
Added: 2007-06-12 License: Perl Artistic License Price:
865 downloads
Generic Hash Table library 0.6.2
Generic Hash Table library is a hash table implementation in C for storing arbitrary types of data. more>>
Generic Hash Table library is a hash table implementation in C for storing arbitrary types of data. Generic Hash Table library is meant to be small, easily extensible (in terms of hash functions etc), and easy to understand codewise.
Enhancements:
- config.guess and config.sub were updated to work with current systems.
- The API was extended with two new functions to allow returning the keysize on iteration.
<<lessEnhancements:
- config.guess and config.sub were updated to work with current systems.
- The API was extended with two new functions to allow returning the keysize on iteration.
Download (0.25MB)
Added: 2007-07-15 License: LGPL (GNU Lesser General Public License) Price:
837 downloads
DBIx::XHTML_Table 1.36
DBIx::XHTML_Table is Perl module for SQL query result set to XML-based HTML table. more>>
DBIx::XHTML_Table is Perl module for SQL query result set to XML-based HTML table.
SYNOPSIS
use DBIx::XHTML_Table;
# database credentials - fill in the blanks
my ($data_source,$usr,$pass) = ();
my $table = DBIx::XHTML_Table->new($data_source,$usr,$pass);
$table->exec_query("
select foo from bar
where baz=qux
order by foo
");
print $table->output();
# stackable method calls:
print DBIx::XHTML_Table
->new($data_source,$usr,$pass)
->exec_query(select foo,baz from bar)
->output();
# and much more - read on ...
<<lessSYNOPSIS
use DBIx::XHTML_Table;
# database credentials - fill in the blanks
my ($data_source,$usr,$pass) = ();
my $table = DBIx::XHTML_Table->new($data_source,$usr,$pass);
$table->exec_query("
select foo from bar
where baz=qux
order by foo
");
print $table->output();
# stackable method calls:
print DBIx::XHTML_Table
->new($data_source,$usr,$pass)
->exec_query(select foo,baz from bar)
->output();
# and much more - read on ...
Download (0.018MB)
Added: 2007-02-20 License: Perl Artistic License Price:
976 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 base table 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