Download DECA Free Java Code

Description

Database of Early Chesapeake Architecture.

Icons

DECA

Source Files

The download file DECA-master.zip has the following entries.


.gitignore//from w ww .  ja v a  2s. com
Capfile
README.rdoc
Rakefile
app/controllers/admin/buildings_controller.rb
app/controllers/admin/evidence_types_controller.rb
app/controllers/admin/sites_controller.rb
app/controllers/admin/typus_users_controller.rb
app/controllers/application_controller.rb
app/controllers/map_controller.rb
app/controllers/sites_controller.rb
app/helpers/application_helper.rb
app/helpers/map_helper.rb
app/models/building.rb
app/models/evidence_type.rb
app/models/site.rb
app/views/layouts/application.html.erb
app/views/map/index.html.erb
app/views/sites/_form.html.erb
app/views/sites/edit.html.erb
app/views/sites/index.html.erb
app/views/sites/index.rss.builder
app/views/sites/new.html.erb
app/views/sites/show.html.erb
config/boot.rb
config/database.yml
config/deploy.rb
config/environment.rb
config/environments/development.rb
config/environments/production.rb
config/environments/test.rb
config/initializers/backtrace_silencers.rb
config/initializers/geokit_config.rb
config/initializers/inflections.rb
config/initializers/mime_types.rb
config/initializers/new_rails_defaults.rb
config/initializers/session_store.rb
config/initializers/typus.rb
config/locales/en.yml
config/routes.rb
config/typus/README
config/typus/application.yml
config/typus/application_roles.yml
config/typus/typus.yml
config/typus/typus_roles.yml
db/migrate/20090830153533_sites.rb
db/migrate/20090830170844_add_index_to_sites.rb
db/migrate/20090925103946_create_buildings.rb
db/migrate/20090925104423_create_evidence_types.rb
db/migrate/20090925111116_add_site_identifier_to_sites.rb
db/migrate/20090925210405_create_typus_users.rb
db/schema.rb
db/seeds.rb
doc/README_FOR_APP
log/.gitignore
log/development.log
log/production.log
log/server.log
log/test.log
public/404.html
public/422.html
public/500.html
public/favicon.ico
public/images/OpenLayers/add_point_off.png
public/images/OpenLayers/add_point_on.png
public/images/OpenLayers/blank.gif
public/images/OpenLayers/close.gif
public/images/OpenLayers/cloud-popup-relative.png
public/images/OpenLayers/drag-rectangle-off.png
public/images/OpenLayers/drag-rectangle-on.png
public/images/OpenLayers/draw_line_off.png
public/images/OpenLayers/draw_line_on.png
public/images/OpenLayers/draw_point_off.png
public/images/OpenLayers/draw_point_on.png
public/images/OpenLayers/draw_polygon_off.png
public/images/OpenLayers/draw_polygon_on.png
public/images/OpenLayers/east-mini.png
public/images/OpenLayers/editing_tool_bar.png
public/images/OpenLayers/layer-switcher-maximize.png
public/images/OpenLayers/layer-switcher-minimize.png
public/images/OpenLayers/marker-blue.png
public/images/OpenLayers/marker-gold.png
public/images/OpenLayers/marker-green.png
public/images/OpenLayers/marker.png
public/images/OpenLayers/measuring-stick-off.png
public/images/OpenLayers/measuring-stick-on.png
public/images/OpenLayers/move_feature_off.png
public/images/OpenLayers/move_feature_on.png
public/images/OpenLayers/navigation_history.png
public/images/OpenLayers/north-mini.png
public/images/OpenLayers/overview_replacement.gif
public/images/OpenLayers/pan-panel-NOALPHA.png
public/images/OpenLayers/pan-panel.png
public/images/OpenLayers/pan_off.png
public/images/OpenLayers/pan_on.png
public/images/OpenLayers/panning-hand-off.png
public/images/OpenLayers/panning-hand-on.png
public/images/OpenLayers/remove_point_off.png
public/images/OpenLayers/remove_point_on.png
public/images/OpenLayers/save_features_off.png
public/images/OpenLayers/save_features_on.png
public/images/OpenLayers/slider.png
public/images/OpenLayers/south-mini.png
public/images/OpenLayers/view_next_off.png
public/images/OpenLayers/view_next_on.png
public/images/OpenLayers/view_previous_off.png
public/images/OpenLayers/view_previous_on.png
public/images/OpenLayers/west-mini.png
public/images/OpenLayers/zoom-minus-mini.png
public/images/OpenLayers/zoom-panel-NOALPHA.png
public/images/OpenLayers/zoom-panel.png
public/images/OpenLayers/zoom-plus-mini.png
public/images/OpenLayers/zoom-world-mini.png
public/images/OpenLayers/zoombar.png
public/images/admin/fancybox/fancy_closebox.png
public/images/admin/fancybox/fancy_left.png
public/images/admin/fancybox/fancy_progress.png
public/images/admin/fancybox/fancy_right.png
public/images/admin/fancybox/fancy_shadow_e.png
public/images/admin/fancybox/fancy_shadow_n.png
public/images/admin/fancybox/fancy_shadow_ne.png
public/images/admin/fancybox/fancy_shadow_nw.png
public/images/admin/fancybox/fancy_shadow_s.png
public/images/admin/fancybox/fancy_shadow_se.png
public/images/admin/fancybox/fancy_shadow_sw.png
public/images/admin/fancybox/fancy_shadow_w.png
public/images/admin/fancybox/fancy_title_left.png
public/images/admin/fancybox/fancy_title_main.png
public/images/admin/fancybox/fancy_title_right.png
public/images/admin/ui-icons.png
public/images/rails.png
public/index.html
public/javascripts/OpenLayers.js
public/javascripts/admin/application.js
public/javascripts/admin/jquery-1.3.2.min.js
public/javascripts/admin/jquery.fancybox-1.2.1.min.js
public/javascripts/application.js
public/javascripts/controls.js
public/javascripts/dragdrop.js
public/javascripts/effects.js
public/javascripts/prototype.js
public/robots.txt
public/stylesheets/admin/jquery.fancybox.css
public/stylesheets/admin/reset.css
public/stylesheets/admin/screen.css
public/stylesheets/map.css
script/about
script/console
script/dbconsole
script/destroy
script/generate
script/performance/benchmarker
script/performance/profiler
script/plugin
script/runner
script/server
test/fixtures/buildings.yml
test/fixtures/evidence_types.yml
test/functional/admin/buildings_controller_test.rb
test/functional/admin/evidence_types_controller_test.rb
test/functional/admin/sites_controller_test.rb
test/functional/admin/typus_users_controller_test.rb
test/functional/map_controller_test.rb
test/performance/browsing_test.rb
test/test_helper.rb
test/unit/building_test.rb
test/unit/evidence_type_test.rb
test/unit/helpers/map_helper_test.rb
tmp/.gitignore
vendor/plugins/geokit-rails/CHANGELOG.rdoc
vendor/plugins/geokit-rails/MIT-LICENSE
vendor/plugins/geokit-rails/README.markdown
vendor/plugins/geokit-rails/Rakefile
vendor/plugins/geokit-rails/about.yml
vendor/plugins/geokit-rails/assets/api_keys_template
vendor/plugins/geokit-rails/init.rb
vendor/plugins/geokit-rails/install.rb
vendor/plugins/geokit-rails/lib/geokit-rails.rb
vendor/plugins/geokit-rails/lib/geokit-rails/acts_as_mappable.rb
vendor/plugins/geokit-rails/lib/geokit-rails/defaults.rb
vendor/plugins/geokit-rails/lib/geokit-rails/geocoder_control.rb
vendor/plugins/geokit-rails/lib/geokit-rails/ip_geocode_lookup.rb
vendor/plugins/geokit-rails/test/acts_as_mappable_test.rb
vendor/plugins/geokit-rails/test/database.yml
vendor/plugins/geokit-rails/test/fixtures/companies.yml
vendor/plugins/geokit-rails/test/fixtures/custom_locations.yml
vendor/plugins/geokit-rails/test/fixtures/locations.yml
vendor/plugins/geokit-rails/test/fixtures/mock_addresses.yml
vendor/plugins/geokit-rails/test/fixtures/mock_families.yml
vendor/plugins/geokit-rails/test/fixtures/mock_houses.yml
vendor/plugins/geokit-rails/test/fixtures/mock_organizations.yml
vendor/plugins/geokit-rails/test/fixtures/mock_people.yml
vendor/plugins/geokit-rails/test/fixtures/stores.yml
vendor/plugins/geokit-rails/test/ip_geocode_lookup_test.rb
vendor/plugins/geokit-rails/test/schema.rb
vendor/plugins/geokit-rails/test/test_helper.rb
vendor/plugins/map_layers/MIT-LICENSE
vendor/plugins/map_layers/OpenLayers/build/README.txt
vendor/plugins/map_layers/OpenLayers/build/build.py
vendor/plugins/map_layers/OpenLayers/build/buildUncompressed.py
vendor/plugins/map_layers/OpenLayers/build/full.cfg
vendor/plugins/map_layers/OpenLayers/build/library.cfg
vendor/plugins/map_layers/OpenLayers/build/license.txt
vendor/plugins/map_layers/OpenLayers/build/lite.cfg
vendor/plugins/map_layers/OpenLayers/lib/Firebug/errorIcon.png
vendor/plugins/map_layers/OpenLayers/lib/Firebug/firebug.css
vendor/plugins/map_layers/OpenLayers/lib/Firebug/firebug.html
vendor/plugins/map_layers/OpenLayers/lib/Firebug/firebug.js
vendor/plugins/map_layers/OpenLayers/lib/Firebug/firebugx.js
vendor/plugins/map_layers/OpenLayers/lib/Firebug/infoIcon.png
vendor/plugins/map_layers/OpenLayers/lib/Firebug/license.txt
vendor/plugins/map_layers/OpenLayers/lib/Firebug/readme.txt
vendor/plugins/map_layers/OpenLayers/lib/Firebug/warningIcon.png
vendor/plugins/map_layers/OpenLayers/lib/Gears/gears_init.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Ajax.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/BaseTypes.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/BaseTypes/Bounds.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/BaseTypes/Class.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/BaseTypes/Element.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/BaseTypes/LonLat.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/BaseTypes/Pixel.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/BaseTypes/Size.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Console.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Control.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Control/ArgParser.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Control/Attribution.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Control/Button.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Control/DragFeature.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Control/DragPan.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Control/DrawFeature.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Control/EditingToolbar.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Control/KeyboardDefaults.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Control/LayerSwitcher.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Control/Measure.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Control/ModifyFeature.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Control/MouseDefaults.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Control/MousePosition.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Control/MouseToolbar.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Control/NavToolbar.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Control/Navigation.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Control/NavigationHistory.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Control/OverviewMap.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Control/Pan.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Control/PanPanel.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Control/PanZoom.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Control/PanZoomBar.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Control/Panel.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Control/Permalink.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Control/Scale.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Control/ScaleLine.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Control/SelectFeature.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Control/ZoomBox.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Control/ZoomIn.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Control/ZoomOut.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Control/ZoomPanel.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Control/ZoomToMaxExtent.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Events.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Feature.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Feature/Vector.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Feature/WFS.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Filter.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Filter/Comparison.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Filter/FeatureId.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Filter/Logical.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Filter/Spatial.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Format.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Format/Filter.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Format/Filter/v1.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Format/Filter/v1_0_0.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Format/GML.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Format/GML/Base.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Format/GML/v2.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Format/GML/v3.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Format/GPX.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Format/GeoJSON.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Format/GeoRSS.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Format/JSON.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Format/KML.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Format/OSM.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Format/SLD.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Format/SLD/v1.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Format/SLD/v1_0_0.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Format/Text.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Format/WFS.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Format/WKT.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Format/WMC.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Format/WMC/v1.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Format/WMC/v1_0_0.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Format/WMC/v1_1_0.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Format/XML.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Geometry.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Geometry/Collection.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Geometry/Curve.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Geometry/LineString.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Geometry/LinearRing.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Geometry/MultiLineString.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Geometry/MultiPoint.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Geometry/MultiPolygon.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Geometry/Point.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Geometry/Polygon.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Geometry/Rectangle.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Geometry/Surface.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Handler.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Handler/Box.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Handler/Click.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Handler/Drag.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Handler/Feature.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Handler/Hover.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Handler/Keyboard.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Handler/MouseWheel.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Handler/Path.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Handler/Point.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Handler/Polygon.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Handler/RegularPolygon.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Icon.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Lang.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Lang/cs-CZ.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Lang/de.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Lang/en-CA.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Lang/en.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Lang/fr.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Lang/it.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Lang/nb.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Lang/nl.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Lang/pt-BR.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Lang/sv-SE.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Lang/zh-CN.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Lang/zh-TW.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Layer.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Layer/Boxes.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Layer/EventPane.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Layer/FixedZoomLevels.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Layer/GML.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Layer/GeoRSS.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Layer/Google.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Layer/Grid.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Layer/HTTPRequest.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Layer/Image.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Layer/KaMap.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Layer/KaMapCache.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Layer/MapGuide.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Layer/MapServer.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Layer/MapServer/Untiled.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Layer/Markers.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Layer/MultiMap.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Layer/PointTrack.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Layer/SphericalMercator.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Layer/TMS.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Layer/Text.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Layer/TileCache.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Layer/Vector.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Layer/VirtualEarth.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Layer/WFS.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Layer/WMS.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Layer/WMS/Untiled.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Layer/WorldWind.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Layer/Yahoo.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Map.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Marker.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Marker/Box.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Popup.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Popup/Anchored.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Popup/AnchoredBubble.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Popup/Framed.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Popup/FramedCloud.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Projection.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Protocol.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Protocol/HTTP.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Protocol/SQL.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Protocol/SQL/Gears.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Renderer.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Renderer/Canvas.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Renderer/Elements.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Renderer/SVG.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Renderer/VML.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Request.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Request/XMLHttpRequest.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Rule.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/SingleFile.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Strategy.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Strategy/BBOX.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Strategy/Cluster.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Strategy/Fixed.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Strategy/Paging.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Style.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/StyleMap.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Tile.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Tile/Image.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Tile/WFS.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Tween.js
vendor/plugins/map_layers/OpenLayers/lib/OpenLayers/Util.js
vendor/plugins/map_layers/OpenLayers/lib/Rico/Color.js
vendor/plugins/map_layers/OpenLayers/lib/Rico/Corner.js
vendor/plugins/map_layers/OpenLayers/tools/BeautifulSoup.py
vendor/plugins/map_layers/OpenLayers/tools/README.txt
vendor/plugins/map_layers/OpenLayers/tools/exampleparser.py
vendor/plugins/map_layers/OpenLayers/tools/jsmin.c
vendor/plugins/map_layers/OpenLayers/tools/jsmin.py
vendor/plugins/map_layers/OpenLayers/tools/mergejs.py
vendor/plugins/map_layers/OpenLayers/tools/minimize.py
vendor/plugins/map_layers/OpenLayers/tools/oldot.py
vendor/plugins/map_layers/OpenLayers/tools/release.sh
vendor/plugins/map_layers/OpenLayers/tools/shrinksafe.py
vendor/plugins/map_layers/OpenLayers/tools/toposort.py
vendor/plugins/map_layers/OpenLayers/tools/update_dev_dir.sh
vendor/plugins/map_layers/README
vendor/plugins/map_layers/Rakefile
vendor/plugins/map_layers/init.rb
vendor/plugins/map_layers/install.rb
vendor/plugins/map_layers/lib/geonames.rb
vendor/plugins/map_layers/lib/js_classes.rb
vendor/plugins/map_layers/lib/js_wrapper.rb
vendor/plugins/map_layers/lib/map.rb
vendor/plugins/map_layers/lib/map_layers.rb
vendor/plugins/map_layers/lib/view_helpers.rb
vendor/plugins/map_layers/public/images/OpenLayers/add_point_off.png
vendor/plugins/map_layers/public/images/OpenLayers/add_point_on.png
vendor/plugins/map_layers/public/images/OpenLayers/blank.gif
vendor/plugins/map_layers/public/images/OpenLayers/close.gif
vendor/plugins/map_layers/public/images/OpenLayers/cloud-popup-relative.png
vendor/plugins/map_layers/public/images/OpenLayers/drag-rectangle-off.png
vendor/plugins/map_layers/public/images/OpenLayers/drag-rectangle-on.png
vendor/plugins/map_layers/public/images/OpenLayers/draw_line_off.png
vendor/plugins/map_layers/public/images/OpenLayers/draw_line_on.png
vendor/plugins/map_layers/public/images/OpenLayers/draw_point_off.png
vendor/plugins/map_layers/public/images/OpenLayers/draw_point_on.png
vendor/plugins/map_layers/public/images/OpenLayers/draw_polygon_off.png
vendor/plugins/map_layers/public/images/OpenLayers/draw_polygon_on.png
vendor/plugins/map_layers/public/images/OpenLayers/east-mini.png
vendor/plugins/map_layers/public/images/OpenLayers/editing_tool_bar.png
vendor/plugins/map_layers/public/images/OpenLayers/layer-switcher-maximize.png
vendor/plugins/map_layers/public/images/OpenLayers/layer-switcher-minimize.png
vendor/plugins/map_layers/public/images/OpenLayers/marker-blue.png
vendor/plugins/map_layers/public/images/OpenLayers/marker-gold.png
vendor/plugins/map_layers/public/images/OpenLayers/marker-green.png
vendor/plugins/map_layers/public/images/OpenLayers/marker.png
vendor/plugins/map_layers/public/images/OpenLayers/measuring-stick-off.png
vendor/plugins/map_layers/public/images/OpenLayers/measuring-stick-on.png
vendor/plugins/map_layers/public/images/OpenLayers/move_feature_off.png
vendor/plugins/map_layers/public/images/OpenLayers/move_feature_on.png
vendor/plugins/map_layers/public/images/OpenLayers/navigation_history.png
vendor/plugins/map_layers/public/images/OpenLayers/north-mini.png
vendor/plugins/map_layers/public/images/OpenLayers/overview_replacement.gif
vendor/plugins/map_layers/public/images/OpenLayers/pan-panel-NOALPHA.png
vendor/plugins/map_layers/public/images/OpenLayers/pan-panel.png
vendor/plugins/map_layers/public/images/OpenLayers/pan_off.png
vendor/plugins/map_layers/public/images/OpenLayers/pan_on.png
vendor/plugins/map_layers/public/images/OpenLayers/panning-hand-off.png
vendor/plugins/map_layers/public/images/OpenLayers/panning-hand-on.png
vendor/plugins/map_layers/public/images/OpenLayers/remove_point_off.png
vendor/plugins/map_layers/public/images/OpenLayers/remove_point_on.png
vendor/plugins/map_layers/public/images/OpenLayers/save_features_off.png
vendor/plugins/map_layers/public/images/OpenLayers/save_features_on.png
vendor/plugins/map_layers/public/images/OpenLayers/slider.png
vendor/plugins/map_layers/public/images/OpenLayers/south-mini.png
vendor/plugins/map_layers/public/images/OpenLayers/view_next_off.png
vendor/plugins/map_layers/public/images/OpenLayers/view_next_on.png
vendor/plugins/map_layers/public/images/OpenLayers/view_previous_off.png
vendor/plugins/map_layers/public/images/OpenLayers/view_previous_on.png
vendor/plugins/map_layers/public/images/OpenLayers/west-mini.png
vendor/plugins/map_layers/public/images/OpenLayers/zoom-minus-mini.png
vendor/plugins/map_layers/public/images/OpenLayers/zoom-panel-NOALPHA.png
vendor/plugins/map_layers/public/images/OpenLayers/zoom-panel.png
vendor/plugins/map_layers/public/images/OpenLayers/zoom-plus-mini.png
vendor/plugins/map_layers/public/images/OpenLayers/zoom-world-mini.png
vendor/plugins/map_layers/public/images/OpenLayers/zoombar.png
vendor/plugins/map_layers/public/javascripts/OpenLayers.js
vendor/plugins/map_layers/public/stylesheets/map.css
vendor/plugins/map_layers/tasks/map_layers_tasks.rake
vendor/plugins/map_layers/test/map_layers_test.rb
vendor/plugins/map_layers/uninstall.rb
vendor/plugins/rails_on_pg/README.textile
vendor/plugins/rails_on_pg/Rakefile
vendor/plugins/rails_on_pg/init.rb
vendor/plugins/rails_on_pg/install.rb
vendor/plugins/rails_on_pg/lib/rails_on_pg.rb
vendor/plugins/rails_on_pg/lib/rails_on_pg/foreign_keys.rb
vendor/plugins/rails_on_pg/lib/rails_on_pg/functions.rb
vendor/plugins/rails_on_pg/lib/rails_on_pg/views.rb
vendor/plugins/rails_on_pg/test/foreign_keys_test.rb
vendor/plugins/rails_on_pg/test/functions_test.rb
vendor/plugins/rails_on_pg/test/schema.rb
vendor/plugins/rails_on_pg/test/test_helper.rb
vendor/plugins/rails_on_pg/test/views_test.rb
vendor/plugins/rails_on_pg/uninstall.rb
vendor/plugins/typus/MIT-LICENSE
vendor/plugins/typus/README.rdoc
vendor/plugins/typus/Rakefile
vendor/plugins/typus/VERSION
vendor/plugins/typus/app/controllers/admin/master_controller.rb
vendor/plugins/typus/app/controllers/typus_controller.rb
vendor/plugins/typus/app/helpers/admin/form_helper.rb
vendor/plugins/typus/app/helpers/admin/master_helper.rb
vendor/plugins/typus/app/helpers/admin/public_helper.rb
vendor/plugins/typus/app/helpers/admin/sidebar_helper.rb
vendor/plugins/typus/app/helpers/admin/table_helper.rb
vendor/plugins/typus/app/helpers/typus_helper.rb
vendor/plugins/typus/app/models/typus_mailer.rb
vendor/plugins/typus/app/models/typus_user.rb
vendor/plugins/typus/app/views/admin/dashboard/_sidebar.html.erb
vendor/plugins/typus/app/views/admin/resources/edit.html.erb
vendor/plugins/typus/app/views/admin/resources/index.html.erb
vendor/plugins/typus/app/views/admin/resources/new.html.erb
vendor/plugins/typus/app/views/admin/resources/show.html.erb
vendor/plugins/typus/app/views/admin/shared/_footer.html.erb
vendor/plugins/typus/app/views/admin/shared/_pagination.html.erb
vendor/plugins/typus/app/views/admin/templates/_boolean.html.erb
vendor/plugins/typus/app/views/admin/templates/_date.html.erb
vendor/plugins/typus/app/views/admin/templates/_datetime.html.erb
vendor/plugins/typus/app/views/admin/templates/_file.html.erb
vendor/plugins/typus/app/views/admin/templates/_password.html.erb
vendor/plugins/typus/app/views/admin/templates/_selector.html.erb
vendor/plugins/typus/app/views/admin/templates/_string.html.erb
vendor/plugins/typus/app/views/admin/templates/_text.html.erb
vendor/plugins/typus/app/views/admin/templates/_time.html.erb
vendor/plugins/typus/app/views/admin/templates/_tiny_mce.html.erb
vendor/plugins/typus/app/views/layouts/admin.html.erb
vendor/plugins/typus/app/views/layouts/typus.html.erb
vendor/plugins/typus/app/views/typus/dashboard.html.erb
vendor/plugins/typus/app/views/typus/recover_password.html.erb
vendor/plugins/typus/app/views/typus/reset_password.html.erb
vendor/plugins/typus/app/views/typus/sign_in.html.erb
vendor/plugins/typus/app/views/typus/sign_up.html.erb
vendor/plugins/typus/app/views/typus_mailer/reset_password_link.erb
vendor/plugins/typus/config/locales/de.yml
vendor/plugins/typus/config/locales/es.yml
vendor/plugins/typus/config/locales/fr.yml
vendor/plugins/typus/config/locales/language.yml.template
vendor/plugins/typus/config/locales/pt-BR.yml
vendor/plugins/typus/config/locales/ru.yml
vendor/plugins/typus/config/routes.rb
vendor/plugins/typus/generators/typus/templates/config/initializers/typus.rb
vendor/plugins/typus/generators/typus/templates/config/typus/README
vendor/plugins/typus/generators/typus/templates/config/typus/application.yml
vendor/plugins/typus/generators/typus/templates/config/typus/application_roles.yml
vendor/plugins/typus/generators/typus/templates/config/typus/typus.yml
vendor/plugins/typus/generators/typus/templates/config/typus/typus_roles.yml
vendor/plugins/typus/generators/typus/templates/db/create_typus_users.rb
vendor/plugins/typus/generators/typus/templates/public/images/admin/fancybox/fancy_closebox.png
vendor/plugins/typus/generators/typus/templates/public/images/admin/fancybox/fancy_left.png
vendor/plugins/typus/generators/typus/templates/public/images/admin/fancybox/fancy_progress.png
vendor/plugins/typus/generators/typus/templates/public/images/admin/fancybox/fancy_right.png
vendor/plugins/typus/generators/typus/templates/public/images/admin/fancybox/fancy_shadow_e.png
vendor/plugins/typus/generators/typus/templates/public/images/admin/fancybox/fancy_shadow_n.png
vendor/plugins/typus/generators/typus/templates/public/images/admin/fancybox/fancy_shadow_ne.png
vendor/plugins/typus/generators/typus/templates/public/images/admin/fancybox/fancy_shadow_nw.png
vendor/plugins/typus/generators/typus/templates/public/images/admin/fancybox/fancy_shadow_s.png
vendor/plugins/typus/generators/typus/templates/public/images/admin/fancybox/fancy_shadow_se.png
vendor/plugins/typus/generators/typus/templates/public/images/admin/fancybox/fancy_shadow_sw.png
vendor/plugins/typus/generators/typus/templates/public/images/admin/fancybox/fancy_shadow_w.png
vendor/plugins/typus/generators/typus/templates/public/images/admin/fancybox/fancy_title_left.png
vendor/plugins/typus/generators/typus/templates/public/images/admin/fancybox/fancy_title_main.png
vendor/plugins/typus/generators/typus/templates/public/images/admin/fancybox/fancy_title_right.png
vendor/plugins/typus/generators/typus/templates/public/images/admin/ui-icons.png
vendor/plugins/typus/generators/typus/templates/public/javascripts/admin/application.js
vendor/plugins/typus/generators/typus/templates/public/javascripts/admin/jquery-1.3.2.min.js
vendor/plugins/typus/generators/typus/templates/public/javascripts/admin/jquery.fancybox-1.2.1.min.js
vendor/plugins/typus/generators/typus/templates/public/stylesheets/admin/jquery.fancybox.css
vendor/plugins/typus/generators/typus/templates/public/stylesheets/admin/reset.css
vendor/plugins/typus/generators/typus/templates/public/stylesheets/admin/screen.css
vendor/plugins/typus/generators/typus/typus_generator.rb
vendor/plugins/typus/generators/typus_update_schema_to_01/templates/config/typus.yml
vendor/plugins/typus/generators/typus_update_schema_to_01/templates/migration.rb
vendor/plugins/typus/generators/typus_update_schema_to_01/typus_update_schema_to_01_generator.rb
vendor/plugins/typus/generators/typus_update_schema_to_02/templates/migration.rb
vendor/plugins/typus/generators/typus_update_schema_to_02/typus_update_schema_to_02_generator.rb
vendor/plugins/typus/lib/typus.rb
vendor/plugins/typus/lib/typus/active_record.rb
vendor/plugins/typus/lib/typus/authentication.rb
vendor/plugins/typus/lib/typus/configuration.rb
vendor/plugins/typus/lib/typus/extensions/routes.rb
vendor/plugins/typus/lib/typus/extensions/routes_hack.rb
vendor/plugins/typus/lib/typus/format.rb
vendor/plugins/typus/lib/typus/generator.rb
vendor/plugins/typus/lib/typus/hash.rb
vendor/plugins/typus/lib/typus/object.rb
vendor/plugins/typus/lib/typus/preferences.rb
vendor/plugins/typus/lib/typus/preview.rb
vendor/plugins/typus/lib/typus/quick_edit.rb
vendor/plugins/typus/lib/typus/reloader.rb
vendor/plugins/typus/lib/typus/string.rb
vendor/plugins/typus/lib/typus/templates/index.html.erb
vendor/plugins/typus/lib/typus/templates/resource_controller.rb.erb
vendor/plugins/typus/lib/typus/templates/resource_controller_test.rb.erb
vendor/plugins/typus/lib/typus/templates/resources_controller.rb.erb
vendor/plugins/typus/lib/typus/user.rb
vendor/plugins/typus/lib/vendor/active_record.rb
vendor/plugins/typus/lib/vendor/paginator.rb
vendor/plugins/typus/lib/vendor/rss_parser.rb
vendor/plugins/typus/rails/init.rb
vendor/plugins/typus/tasks/typus_tasks.rake
vendor/plugins/typus/test/config/broken/application.yml
vendor/plugins/typus/test/config/broken/application_roles.yml
vendor/plugins/typus/test/config/broken/empty.yml
vendor/plugins/typus/test/config/broken/empty_roles.yml
vendor/plugins/typus/test/config/broken/undefined.yml
vendor/plugins/typus/test/config/broken/undefined_roles.yml
vendor/plugins/typus/test/config/default/typus.yml
vendor/plugins/typus/test/config/default/typus_roles.yml
vendor/plugins/typus/test/config/empty/empty_01.yml
vendor/plugins/typus/test/config/empty/empty_01_roles.yml
vendor/plugins/typus/test/config/empty/empty_02.yml
vendor/plugins/typus/test/config/empty/empty_02_roles.yml
vendor/plugins/typus/test/config/locales/es.yml
vendor/plugins/typus/test/config/ordered/001_roles.yml
vendor/plugins/typus/test/config/ordered/002_roles.yml
vendor/plugins/typus/test/config/unordered/app_one_roles.yml
vendor/plugins/typus/test/config/unordered/app_two_roles.yml
vendor/plugins/typus/test/config/working/application.yml
vendor/plugins/typus/test/config/working/application_roles.yml
vendor/plugins/typus/test/config/working/typus.yml
vendor/plugins/typus/test/config/working/typus_roles.yml
vendor/plugins/typus/test/fixtures/app/controllers/admin/assets_controller.rb
vendor/plugins/typus/test/fixtures/app/controllers/admin/categories_controller.rb
vendor/plugins/typus/test/fixtures/app/controllers/admin/comments_controller.rb
vendor/plugins/typus/test/fixtures/app/controllers/admin/pages_controller.rb
vendor/plugins/typus/test/fixtures/app/controllers/admin/posts_controller.rb
vendor/plugins/typus/test/fixtures/app/controllers/admin/status_controller.rb
vendor/plugins/typus/test/fixtures/app/controllers/admin/typus_users_controller.rb
vendor/plugins/typus/test/fixtures/app/controllers/admin/watch_dog_controller.rb
vendor/plugins/typus/test/fixtures/app/views/admin/dashboard/_content.html.erb
vendor/plugins/typus/test/fixtures/app/views/admin/dashboard/_sidebar.html.erb
vendor/plugins/typus/test/fixtures/app/views/admin/posts/_edit.html.erb
vendor/plugins/typus/test/fixtures/app/views/admin/posts/_index.html.erb
vendor/plugins/typus/test/fixtures/app/views/admin/posts/_new.html.erb
vendor/plugins/typus/test/fixtures/app/views/admin/posts/_show.html.erb
vendor/plugins/typus/test/fixtures/app/views/admin/posts/_sidebar.html.erb
vendor/plugins/typus/test/fixtures/app/views/admin/resources/_sidebar.html.erb
vendor/plugins/typus/test/fixtures/app/views/admin/shared/_footer.html.erb
vendor/plugins/typus/test/fixtures/app/views/admin/status/index.html.erb
vendor/plugins/typus/test/fixtures/app/views/admin/templates/_datepicker.html.erb
vendor/plugins/typus/test/fixtures/assets.yml
vendor/plugins/typus/test/fixtures/categories.yml
vendor/plugins/typus/test/fixtures/comments.yml
vendor/plugins/typus/test/fixtures/pages.yml
vendor/plugins/typus/test/fixtures/posts.yml
vendor/plugins/typus/test/fixtures/typus_users.yml
vendor/plugins/typus/test/functional/admin/master_controller_assets_relationships.rb
vendor/plugins/typus/test/functional/admin/master_controller_categories_lists_test.rb
vendor/plugins/typus/test/functional/admin/master_controller_posts_before_test.rb
vendor/plugins/typus/test/functional/admin/master_controller_posts_crud_test.rb
vendor/plugins/typus/test/functional/admin/master_controller_posts_formats_test.rb
vendor/plugins/typus/test/functional/admin/master_controller_posts_permissions_test.rb
vendor/plugins/typus/test/functional/admin/master_controller_posts_relationships_test.rb
vendor/plugins/typus/test/functional/admin/master_controller_posts_roles.rb
vendor/plugins/typus/test/functional/admin/master_controller_posts_toggle_test.rb
vendor/plugins/typus/test/functional/admin/master_controller_posts_views_test.rb
vendor/plugins/typus/test/functional/admin/master_controller_tableless_resource_test.rb
vendor/plugins/typus/test/functional/admin/master_controller_typus_users_test.rb
vendor/plugins/typus/test/functional/typus_controller_test.rb
vendor/plugins/typus/test/helper.rb
vendor/plugins/typus/test/helpers/admin/form_helper_test.rb
vendor/plugins/typus/test/helpers/admin/master_helper_test.rb
vendor/plugins/typus/test/helpers/admin/public_helper_test.rb
vendor/plugins/typus/test/helpers/admin/sidebar_helper_test.rb
vendor/plugins/typus/test/helpers/admin/table_helper_test.rb
vendor/plugins/typus/test/helpers/typus_helper_test.rb
vendor/plugins/typus/test/lib/active_record_test.rb
vendor/plugins/typus/test/lib/configuration_test.rb
vendor/plugins/typus/test/lib/hash_test.rb
vendor/plugins/typus/test/lib/routes_test.rb
vendor/plugins/typus/test/lib/string_test.rb
vendor/plugins/typus/test/lib/typus_test.rb
vendor/plugins/typus/test/models.rb
vendor/plugins/typus/test/schema.rb
vendor/plugins/typus/test/unit/typus_mailer_test.rb
vendor/plugins/typus/test/unit/typus_test.rb
vendor/plugins/typus/test/unit/typus_user_roles_test.rb
vendor/plugins/typus/test/unit/typus_user_test.rb
vendor/plugins/typus/test/vendor/active_record_test.rb
vendor/plugins/typus/test/vendor/paginator_test.rb
vendor/plugins/typus/typus.gemspec

Download

Click the following link to download DECA-master.zip.

DECA-master.zip




















Home »
  Javascript Free Code Download »
    Database »




CouchDB
CSV
Database
DynamoDB
IndexedDB
JSON
JSONP
MongoDB
MySQL
Neo4j
NoSQL
PostgreSQL
RavenDB
Redis
SQL
SQL Server
SQLite
WebSQL