Main > Free Download Search >

Free table settings software for linux

table settings

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2574
simplesettings 0.5

simplesettings 0.5


This provides simple settings for initialization for third party apps and libraries in Python. more>>
simplesettings 0.5 is an excellent tool for programmers. It provides simple settings for initialization for third party apps and libraries in Python.
<<less
Added: 2009-07-14 License: The Apache License 2.0 Price: FREE
1 downloads
Magic Settings Wizard 0.1

Magic Settings Wizard 0.1


Magic Settings Wizard is designed to quickly and easily restore or backup your favorite applications settings. more>>
Magic Settings Wizard is designed to quickly and easily restore or backup your favorite applications settings.
Magic Settings Wizard can backup/restore through an FTP location used as a storage medium.
Main features:
- backup or restore applications settings : select which ones from a list.
- personal home dir is automatically detected by default, but another directory can be specified.
- communicates with a FTP server specified by the user.
- FTP settings may be saved in a config file.
- a FTP directory may be created from the interface if needed.
- add your own applications settings definitions if yours dont exist in the database (edit settings_definitions.py).
<<less
Download (0.015MB)
Added: 2006-01-24 License: GPL (GNU General Public License) Price:
1374 downloads
TableDatabase 0.1

TableDatabase 0.1


TableDatabase project is a small set of programs that treats HTML tables like database tables. more>>
TableDatabase project is a small set of programs that treats HTML tables like database tables.

By "HTML table", I mean any data which is in the form of

< table >
< tr >
< td > column data < /td >
...etc...
< /tr >
< /table >

This software is still in a very early stage, i.e. pre-Alpha.
<<less
Download (0.013MB)
Added: 2006-11-24 License: GPL (GNU General Public License) Price:
1064 downloads
PDF::Table 0.91

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.

<<less
Download (0.011MB)
Added: 2006-09-20 License: Perl Artistic License Price:
1140 downloads
EntityTable 1.0

EntityTable 1.0


EntityTable provides software that enhances/fixes JTable. more>>
EntityTable provides software that enhances/fixes JTable.
Each table row corresponds to a data Object in a List.
Main features:
- column hiding
- locking
- panning
- row scrolling
- row sorting
- intuitive focus behaviour
- optional virtual rows and columns
- Java 1.4 support
<<less
Download (0.67MB)
Added: 2007-02-07 License: MPL (Mozilla Public License) Price:
990 downloads
euCatalogue 2.0 Beta

euCatalogue 2.0 Beta


euCatalogue is a catalogue framework in Java to help you build a generic catalogue structure. more>>
euCatalogue is a catalogue framework in Java to help you build a generic catalogue structure.
euCatalogue includes an "admin Web interface" to help with constructing the catalogue and a "user Web interface" which allows browsing the catalogue.
Installation:
1. Set up a database on the default port 5432 under the name eucatalogue with user/pass eucatalogue
2. Use "database.sql" file under the "installation" dir to generate the required table structure.
Note:
If You want to change the default database settings, use "hibernate.cfg.xml" under the "installation" dir and place it under "/src/resources" before creating the .war file.
hibernate.connection.url (jdbc:postgresql://localhost:5432/eucatalogue)
hibernate.connection.username (eucatalogue)
hibernate.connection.password (eucatalogue)
hibernate.connection.driver_class (PostgreSQL by default)
dialect (PostgreSQL by default. See Hibernate reference for available dialects)
Do not forget to place the required JDBC driver in the classpath!
Enhancements:
- Support for multiple catalogs was added through the CatalogueElement and CatalogueSpawn interfaces.
- A UUID generator is now used instead of an increment for better handling of multi-user environments.
- Hibernate was updated to 3.2.1 and eupersistence to 2.0.
- Previous database schemas must be deleted and replaced with the new one using the .sql script provided under the "installation" dir.
<<less
Download (5.3MB)
Added: 2007-02-13 License: LGPL (GNU Lesser General Public License) Price:
983 downloads
Ruby Iptables Network Displayer 0.6

Ruby Iptables Network Displayer 0.6


Ruby Iptables NEtwork Displayer project draws an SVG from a Linux IP table generated by iptables-save. more>>
Ruby Iptables NEtwork Displayer project draws an SVG from a Linux IP table generated by "iptables-save".

<<less
Download (0.015MB)
Added: 2007-02-20 License: GPL (GNU General Public License) Price:
978 downloads
PyHtmlTable 1.13

PyHtmlTable 1.13


PyHtmlTable is a class for Python CGIs to generate HTML tables on the fly. more>>
PyHtmlTable is a class for Python CGIs to generate HTML tables on the fly. The reason that i made this script is I couldnt find something like Table.pm or Table.php
Main features:
- Allows setting of individual row and cell attributes via arbitrary dictionaries
- Allows spanning of rows and columns
- Autogrows table if cells set outside initial Range.
- Allows dynamic insertion of new rows and columns anywhere in the table
- Allows bulk population of table data via arrays to arbitrary locations in the table.
- Provides default cell attributes for tablewide uniformity and the ability to override these on a cell by cell basis.
- NOTE: Row indexes start at 0 like God and Kernighan demand!
- Influenced heavily by Table.pm and Table.php
<<less
Download (0.011MB)
Added: 2006-06-22 License: GPL (GNU General Public License) Price:
1221 downloads
HTML::TableTiler 1.21

HTML::TableTiler 1.21


HTML::TableTiler can easily generates complex graphic styled HTML tables. more>>
HTML::TableTiler can easily generates complex graphic styled HTML tables.

HTML::TableTiler uses a minimum HTML table as a tile to generate a complete HTML table from a bidimensional array of data. It can easily produce simple or complex graphic styled tables with minimum effort and maximum speed.

Think about the table tile as a sort of tile that automatically expands itself to contain the whole data. You can control the final look of a table by choosing either the HORIZONTAL and the VERTICAL tiling mode among: PULL, TILE and TRIM.

The main advantages to use it are:

automatic table generation

Pass only a bidimensional array of data to generate a complete HTML table. No worry to decide in advance the quantity of cells (or rows) in the table.
complex graphic patterns generation without coding

Just prepare a simple table tile in your preferred WYSIWYG HTML editor and let the module do the job for you.

simple to maintain

You can indipendently change the table tile or the code, and everything will go as you would expect.

<<less
Download (0.008MB)
Added: 2006-07-28 License: Perl Artistic License Price:
1184 downloads
gnome-settings-visualeffects 0.4

gnome-settings-visualeffects 0.4


gnome-settings-visualeffects allows the control of the xcompmgr composite manager. more>>
gnome-settings-visualeffects allows the control of the xcompmgr composite manager, it provides the user with control of the shadow radius,opacity,offsets and colour, and the speed of fades and where they are applied.
Main features:
- Splitting shadow configuration into active and inactive windows
- Adding a path locator and version checker for xcompmgr/transset
- Incorporating window translucency (decided on a minimum of 25%)
- Window translucency can be added to active/inactive windows by single windows or window types i.e. File Chooser, applications or application children, and Im hoping that I can make this persistent.
- Increase compatibility with gdesklets
- Propose to luminocity developers a configuration standard for these types of settings, therefore improving the future of the project.
- Incorporate code from xcompmgr/transset to reduce reliance on what are intended to be demos rather than real life tools.
- Notification area tool/Panel applet for accessing effects quickly.
<<less
Download (0.44MB)
Added: 2005-08-02 License: GPL (GNU General Public License) Price:
1548 downloads
JustAjax Table 0.7

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.
<<less
Download (0.040MB)
Added: 2007-06-08 License: Other/Proprietary License Price:
869 downloads
LaTeX::Table 0.0.1

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
<<less
Download (0.010MB)
Added: 2006-08-24 License: GPL (GNU General Public License) Price:
1164 downloads
Tables for Ada 1.7

Tables for Ada 1.7


Tables for Ada is a library provides an implementation of tables indexed by strings. more>>
Tables for Ada is a library provides an implementation of tables indexed by strings. The binary search is used for names of known length. It is also possible to search a table for names of unknown length, i.e. to parse a string using some table. Table elements can be of any private type. Key- insensitive tables are supported.
Enhancements:
- GPS project files were added for GNAT users.
<<less
Download (0.017MB)
Added: 2007-05-20 License: GMGPL (GNAT Modified GPL) Price:
888 downloads
MySQL table patcher 1.6.2

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
Katakana Table

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.

<<less
Download (0.006MB)
Added: 2006-06-27 License: GPL (GNU General Public License) Price:
705 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5