Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 15

The display tag library is an open source suite of custom tags that provide high-level web presentation patterns which will work in an MVC model. The library provides a significant amount of functionality while still being easy to use.

5.0
 
  0 reviews  |  29 users  |  32,537 lines of code  |  1 current contributor  |  Analyzed 14 days ago
 
 

NavTable is a gvSIG's extension to view in a agile way the registers of vectorial geographical information layers. Its main characteristic is that allows to see the element's attributes one by one and in vertical direction. Some of its features are: edit alphanumeric values and navigate ... [More] among the elements of an information layer. NavTable is a simple tool that was thought to get a more confortable user experience in GIS. In spite of beeing a very recent development it is very useful in order to work with data everyday. The extension NavTable has been developed by the Cartography Engineering Laboratory of University of A Coruña, CartoLab and it has been released under the terms of the version 3 of the GNU General Public License. We encourage to any user to let us know any suggest, comment [Less]

5.0
 
  0 reviews  |  8 users  |  15,169 lines of code  |  6 current contributors  |  Analyzed over 1 year ago
 
 

WTF is a next-gen game engine based on Open Source technology. We are currently working on OGRE integration and peer-to-peer networking, and hope to release our first title based on the engine soon - Woosta Table Football.

5.0
 
  0 reviews  |  2 users  |  28,560 lines of code  |  0 current contributors  |  Analyzed about 9 hours ago
 
 

What Is TIAMOT?TIAMOT is a fully featured AJAX table. It can take any MySQL table and generate a HTML table for all the fields you specify. That's not it though the table comes with some excellent features, like these: Adding information on-the-fly. Removing information on-the-fly. Editing ... [More] information on-the-fly. Sorting the table by any of the fields contents on-the-fly. Table is resorted on-the-fly after adding, editing or deleting. Can be added to any page using 4 simple functions after PHP file inclusion. Most of these features were suggested by visitors of my website and I wish to thank them for all of their help. We are currently up to version 2.2 (Minor Bug Fixes + Required Fields Added) but I will be releasing a new version soon with some more upgrades, hopefully. Why TIAMOT?I made TIAMOT as a experiment and test of my coding skill about 11/2 year ago then realised that some people were looking for something very similar, but no-one could find anything. I eventually decided to release a prototype version which only had adding & removing features and was fairly popular, I then added editing by request & finally sorting. That takes us just about up to the latest version which has all features combined. Thank YousI wish to thank everyone who has downloaded TIAMOT so far & everyone who suggested features. Also thank you to John Resig & the jQuery team for making jQuery. Thank you to Mika Tuupola, Dylan Verheul for the use of jEditable. Thank you to Christian Bach for the use of Tablesorter. CopyrightI have licenced this code under GNU v3 but jQuery & the previously mentioned plugins are licensed under their respective licenses. Only TIAMOT itself is licensed under GNU v3. DonationsI do not charge for any of my code but I takes a long time to develop and code, yada, yada, yada. You've probably heard all that before so I won't bore you. Basically if you like this project enough to leave me a few quid then please go to my donation page. [Less]

0
 
  0 reviews  |  1 user  |  0 current contributors  |  Analyzed 3 days ago
 
 

The General Hash Function Algorithm library contains implementations for a series of commonly used additive and rotative string hashing algorithm in the Object Pascal, C and C++, Java, Python and Ruby programming languages For more information please visit: http://www.partow.net/programming/hashfunctions/index.html

5.0
 
  0 reviews  |  1 user  |  2,028 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

GWT Advanced Table is a GWT table widget supporting paging, sorting and filtering. It provides a table model service interface that is used as data provider that can be implemented by database, Hibernate or other back-end. The front-end component is reusable and customizable. The full source code is available as freeware.

0
 
  0 reviews  |  1 user  |  1,081 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

PHP XHTML tableThis class for PHP 5 easily creates XHTML valid tables with a simple and easy to remember syntax. Download and installDownload the file, unzip it and read the INSTALL file. Example$table = new table('border="1"'); $table->caption('People'); ... [More] $table->part('head'); $table->headers('Name',array('Age'=>'title="in years"'),'Country'); $table->part('body','style="color:Blue;"'); $table->row(''); $table->cells('John',23,'USA'); $table->row(''); $table->cell('Jack'); $table->cell('42'); $table->cell('Mexico'); $table->row(''); $table->cell('Philip J. Fry'); $table->cell('23'); $table->cell('India'); $table->part('foot','style="color:Violet;"'); $table->cell("Total :"); $table->cell(23+42+23); # empty cell $table->cell(); # reopen a closed part, and add a row # won't increment the total, it's only an example $table->part('body'); $table->row('style="color:Green;"'); $table->cells('Igor',43,'Russia'); echo($table);XHTML Output People Name Age Country Total : 88   John 23 USA Jack 42 Mexico Philip J. Fry 23 India Igor 43 Russia Preview [Less]

0
 
  0 reviews  |  1 user  |  218 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

Plugin for inkscape, which generates sliced bitmaps directly from your vector drawings. Highly integrated -- uses standard rectangles on a special layer to mark areas which should be sliced. SVG attributes provide file naming, etc.

0
 
  0 reviews  |  1 user  |  210 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

A Magic Table By Dr Greg Ross See more of your data at a glanceThe Magic Table is a JavaScript library that allows you to see more in your data by applying some simple visual techniques to transform a table. Information VisualisationThe examples show how you can obtain a barchart or ... [More] scatterplot view in the table as well as a novel approach to displaying a lot more of your data without using up much valuable screen real estate. The latter technique has adopted the concept of spatial distortion, using a fisheye lens model. Reducing the row height and column widths so that all of the cells become visible and using colour to encode the cell values affords the user an informative overview of all the data in one go. By moving a lens over this overview we can magnify the cells under the lens so that we obtain detail within the overview. Google visualisation APIThe library has now also been wrapped in Google's visualisation API. Here's an example of how to use it this way. Easy to useDownload or checkout the code and follow the walk-through or the example web pages to quickly create a magic table. BrowsersThe library has been tested in Firefox, Opera, Safari and Chrome. It's super-fast in Safari. However, since it uses the canvas element, it does not work in Interner Explorer (boooooooooooooo!). I tried to get it to work with ExplorerCanvas but IE is stupendously slow when it comes to VML path rendering. In fact, Internet Snorer is around 10 orders of magnitude slower than Safari! Alas, I decided not to continue my effort in making it compatible with IE. Instead, it is intended that the library is used in applications that have, wisely, embedded a non-IE browser engine such as Gecko or Presto. Click on the images below to see working examples: [Less]

3.0
   
  0 reviews  |  1 user  |  28,830 lines of code  |  1 current contributor  |  Analyzed 1 day ago
 
 

A JavaScript grid component for displaying and editing tabular data in DHTML-based tables. The grid provides rich client-side API, column sorting and resizing capabilities, multiple in-cell editors, filtering, searching and grouping functionality, etc.

5.0
 
  0 reviews  |  1 user  |  0 current contributors
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.