Projects tagged ‘table’


[131 total ]

0 Users

jDataTable is designed to be simple, faster, and easy to use. With jDataTable you can: •Go for multiple data formats: Plain Javascript Objects, XML and JSON •Sort data faster! •Attach URL ... [More] links to data rows (a feature YUI wont give you) •Control over appearance of specific rows through javascript [Less]
Created 12 months ago.

0 Users

Load data into memory and use convenient query language to extract information. Very useful in CSV processing. The query syntax is intuitive.
Created 12 months ago.

0 Users

Created 2 months ago.

0 Users

Consider a scientist who wants to explore multiple data sets to select the relevant ones for further analysis. Since the visualization real estate may put a stringent constraint on how much detail can ... [More] be presented to this user in a single page, effective table summarization techniques are needed to create summaries that are both sufficiently small and effective in communicating the available content. In this project, we first argue that table summarization can benefit from knowledge about acceptable value clustering alternatives for clustering the values in the database. We formulate the problem of table summarization with the help of value lattices. We then provide a framework to express alternative clustering strategies and to account for various utility measures (such as information loss) in assessing different summarization alternatives. Based on this interpretation, we introduce three preference criteria, max-min-util(cautious), max-sum-util(cumulative), and pareto-util, for the problem of table summarization. To tackle with the inherent complexity, we rely on the properties of the fuzzy interpretation to further develop a novel ranked set cover based evaluation mechanism (RSC). These are brought together in an AlphaSum, table summarization system. Experimental evaluations showed that RSC improves both execution times and the summary qualities in AlphaSum, by pruning the search space more effectively than the existing solutions. [Less]
Created 12 months ago.

0 Users

Сайт сборной общежития ИТМО по настольному теннису.
Created 12 months ago.

0 Users

This project is to develop an interactive system in which human can interact with both virtual objects displayed on tabletop surface and real objects such as robots.
Created 8 months ago.

0 Users

Kirolak is a web/mobile Sport Events and Standings Portal. Users may update the results from their mobile phones. Extensible for any Sport.
Created 12 months ago.

0 Users

GWT-Stuff is a collection of modules and components for the Google Web Toolkit. June 10, 2007:You need to download the appropiate GWT-Stuff for your version of GWT. The GWT 1.4.10RC indtroduced some ... [More] changes that necessitated some changes to the internals of the GWT-Stuff widgets. You are encouraged to use the following links to find the appropriate download: GWT-Stuff for GWT-1.3 GWT-Stuff for GWT-1.4 March 7, 2007:Significant release: the major highlight is ObjectListTable no longer crashes some versions of IE6. The IE6 workaround necessitated some incompatible API changes. These changes shouldn't affect many people but hey may require you to refactor the way you do things such as using the AttachRenderer if your table is very dynamic. ObjectListTable got a new feature in the ColSpecRenderer, this allows you to better control the column widths for more advanced table layouts. The ColSpecRenderer and related classes are still young and may change in incompatible ways if you choose to use them. Other changes include smaller bug fixes to both the EventList module and the Table module. Finally many helpful assert statements have been added to provide additional info as to why something may not behaving as expected. Be sure to add '-ea' to your java launch command to enable assertions in hosted mode. Doing this will save you time in the future. February 27, 2007The ObjectListTable widget recently got a significant update including some bug fixes and performance improvements. The EventList library has received some significant work and now has a more complete API. Expect some activity on the EventList module as the API is matured and stabilized. [Less]
Created 12 months ago.

0 Users

BitmapToHTML converts bitmaps to HTML tables and uses simple compression and an inline CSS stylesheet to reduce the size of the HTML table. Having a bitmap in an HTML table gives two benefits: ... [More] All images and text can be included in one file An inline CSS Stylesheet allows colours to be changed easily [Less]
Created 12 months ago.

0 Users

GWTLib is a lightweight GWT widget library that currently includes MenuBar, PagingBar, Table, PagingTable and StyleListBox widgets. It does not rely on any external Javascript libraries and has no ... [More] dependencies except GWT itself. GWTLib is compatible with GWT 1.5 and higher. The MenuBar widget is an extension of the standard GWT MenuBar that adds menu item toggling and enabling/disabling. The PagingBar widget can be used to navigate through any given number of items. The total number of items, the page size (which may be one) and the page size presets can all be configured. The Table widget has the following features: ContentProvider interface for data retrieval. Renderer interface for rendering different types of data. Currently included implementations are StringRenderer (the default), NumberRenderer, DateTimeRenderer, CheckBoxRenderer, ListBoxRenderer, ButtonRenderer, TextBoxRenderer, HyperlinkRenderer and ImageRenderer. The sample demonstrates all nine. Sorting support. Client side caching. Row, column and cell selection. In its most simple form, it just renders strings: The PagingTable combines the Table and PagingBar widgets and adds pagination to the standard table. Like Table itself, it is not limited to displaying strings, but can display any widget in its cells using the included or custom Renderer implementations. The StyleListBox widget adds style support to individual items of the standard GWT ListBox. NewsSaturday, May 2, 2009 GWTLib 0.1.6 has been released and is available for download. It adds more default renderers, renderer tooltips and the column select state. Friday, May 1, 2009 GWTLib 0.1.5 has been released and is available for download. This release requires at least GWT 1.5 and adds menu item enabling/disabling to the standard GWT menu. Tuesday, November 4, 2008 GWTLib 0.1.4 has been released and is available for download. This release adds toggle menu item support to the standard GWT menu. Please note that this is the last version compatible with GWT 1.4.x. Tuesday, October 21, 2008 GWTLib 0.1.3 has been released and is available for download. Besides bug fixes, this release adds basic scrolling support to the table. Please see CHANGES.TXT for more details. Wednesday, May 7, 2008 GWTLib 0.1.2 has been released and is available for download. The focus of this release is bug fixes. Please see CHANGES.TXT for the change log. Thursday, May 1, 2008 GWTLib 0.1.1 has been released and is available for download. Please see CHANGES.TXT for the change log. Monday, April 28, 2008 GWTLib 0.1.0 has been released and is available for download! In addition to adding the build script and tweaking the resources, I have also added two more table examples. One demonstrates a minimalistic table (a good starting point), the other shows how to use a RPC service with the table. Sunday, April 27, 2008 The initial code has been checked in! [Less]
Created 12 months ago.