Download spot a trope Free Java Code

Description

Spot a trope application with Marcus Aurelius' Meditations in database.

Icons

spot a trope

Source Files

The download file spot-a-trope-master.zip has the following entries.


.gitignore//w  w w .  ja v a2  s.com
Rakefile
app/controllers/application_controller.rb
app/controllers/editions_controller.rb
app/controllers/entries_controller.rb
app/controllers/flags_controller.rb
app/controllers/languages_controller.rb
app/controllers/opera_controller.rb
app/controllers/tocentries_controller.rb
app/controllers/trope_translations_controller.rb
app/controllers/tropes_controller.rb
app/helpers/application_helper.rb
app/helpers/editions_helper.rb
app/helpers/entries_helper.rb
app/helpers/flags_helper.rb
app/helpers/languages_helper.rb
app/helpers/opera_helper.rb
app/helpers/tocentries_helper.rb
app/helpers/trope_translations_helper.rb
app/helpers/tropes_helper.rb
app/models/edition.rb
app/models/entry.rb
app/models/flag.rb
app/models/language.rb
app/models/opus.rb
app/models/tocentry.rb
app/models/trope.rb
app/models/trope_translation.rb
app/views/editions/edit.html.erb
app/views/editions/index.html.erb
app/views/editions/new.html.erb
app/views/editions/show.html.erb
app/views/entries/_render.erb
app/views/entries/edit.html.erb
app/views/entries/index.html.erb
app/views/entries/new.html.erb
app/views/entries/show.html.erb
app/views/flags/create.rjs
app/views/flags/edit.html.erb
app/views/flags/index.html.erb
app/views/flags/new.html.erb
app/views/flags/show.html.erb
app/views/languages/edit.html.erb
app/views/languages/index.html.erb
app/views/languages/new.html.erb
app/views/languages/show.html.erb
app/views/layouts/_footer.html.erb
app/views/layouts/_navig.html.erb
app/views/layouts/application.html.erb
app/views/opera/edit.html.erb
app/views/opera/index.html.erb
app/views/opera/new.html.erb
app/views/opera/show.html.erb
app/views/opera/starred.html.erb
app/views/tocentries/__node.html.erb
app/views/tocentries/edit.html.erb
app/views/tocentries/index.html.erb
app/views/tocentries/new.html.erb
app/views/tocentries/show.html.erb
app/views/tocentries/togglestar.rjs
app/views/trope_translations/edit.html.erb
app/views/trope_translations/index.html.erb
app/views/trope_translations/new.html.erb
app/views/trope_translations/show.html.erb
app/views/tropes/edit.html.erb
app/views/tropes/index.html.erb
app/views/tropes/new.html.erb
app/views/tropes/show.html.erb
config/boot.rb
config/environment.rb
config/environments/development.rb
config/environments/production.rb
config/environments/test.rb
config/initializers/inflections.rb
config/initializers/mime_types.rb
config/initializers/new_rails_defaults.rb
config/locales/en.yml
config/routes.rb
db/dev.db.bk
db/migrate/20100210101548_create_languages.rb
db/migrate/20100210101712_create_opera.rb
db/migrate/20100210102016_create_tocentries.rb
db/migrate/20100210102139_create_editions.rb
db/migrate/20100210102355_create_entries.rb
db/migrate/20100210102427_create_tropes.rb
db/migrate/20100210102515_create_trope_translations.rb
db/migrate/20100210102558_create_flags.rb
db/migrate/20100210105813_add_code_to_editions.rb
db/migrate/20100210111058_add_tree_behaviour_to_tocentries.rb
db/migrate/20100210231258_add_star_to_tocentries.rb
db/migrate/20100210234603_add_selected_to_editions.rb
db/populate/parse.rb
db/populate/populate.rb
db/populate/taeiseauton.xml
db/schema.rb
public/images/star.png
public/javascripts/application.js
public/javascripts/controls.js
public/javascripts/dragdrop.js
public/javascripts/effects.js
public/javascripts/jquery-1.3.2.js
public/javascripts/jquery-ui.js
public/javascripts/jquery.js
public/javascripts/jquery.selso.js
public/javascripts/jrails.js
public/javascripts/prototype.js
public/javascripts/textile.js
public/stylesheets/application.css
public/stylesheets/images/ui-bg_flat_0_aaaaaa_40x100.png
public/stylesheets/images/ui-bg_glass_55_fbf9ee_1x400.png
public/stylesheets/images/ui-bg_glass_65_ffffff_1x400.png
public/stylesheets/images/ui-bg_glass_75_dadada_1x400.png
public/stylesheets/images/ui-bg_glass_75_e6e6e6_1x400.png
public/stylesheets/images/ui-bg_glass_75_ffffff_1x400.png
public/stylesheets/images/ui-bg_highlight-soft_75_cccccc_1x100.png
public/stylesheets/images/ui-bg_inset-soft_95_fef1ec_1x100.png
public/stylesheets/images/ui-icons_222222_256x240.png
public/stylesheets/images/ui-icons_2e83ff_256x240.png
public/stylesheets/images/ui-icons_454545_256x240.png
public/stylesheets/images/ui-icons_888888_256x240.png
public/stylesheets/images/ui-icons_cd0a0a_256x240.png
public/stylesheets/jquery-ui.css
public/stylesheets/scaffold.css
readme
script/about
script/console
script/dbconsole
script/destroy
script/generate
script/plugin
script/runner
script/server
test/fixtures/editions.yml
test/fixtures/entries.yml
test/fixtures/flags.yml
test/fixtures/languages.yml
test/fixtures/opera.yml
test/fixtures/tocentries.yml
test/fixtures/trope_translations.yml
test/fixtures/tropes.yml
test/functional/editions_controller_test.rb
test/functional/entries_controller_test.rb
test/functional/flags_controller_test.rb
test/functional/languages_controller_test.rb
test/functional/opera_controller_test.rb
test/functional/tocentries_controller_test.rb
test/functional/trope_translations_controller_test.rb
test/functional/tropes_controller_test.rb
test/performance/browsing_test.rb
test/test_helper.rb
test/unit/edition_test.rb
test/unit/entry_test.rb
test/unit/flag_test.rb
test/unit/helpers/editions_helper_test.rb
test/unit/helpers/entries_helper_test.rb
test/unit/helpers/flags_helper_test.rb
test/unit/helpers/languages_helper_test.rb
test/unit/helpers/opera_helper_test.rb
test/unit/helpers/tocentries_helper_test.rb
test/unit/helpers/trope_translations_helper_test.rb
test/unit/helpers/tropes_helper_test.rb
test/unit/language_test.rb
test/unit/opus_test.rb
test/unit/tocentry_test.rb
test/unit/trope_test.rb
test/unit/trope_translation_test.rb
vendor/plugins/acts_as_tree/Rakefile
vendor/plugins/acts_as_tree/init.rb
vendor/plugins/acts_as_tree/lib/active_record/acts/tree.rb
vendor/plugins/acts_as_tree/readme
vendor/plugins/acts_as_tree/test/abstract_unit.rb
vendor/plugins/acts_as_tree/test/acts_as_tree_test.rb
vendor/plugins/acts_as_tree/test/database.yml
vendor/plugins/acts_as_tree/test/fixtures/mixin.rb
vendor/plugins/acts_as_tree/test/fixtures/mixins.yml
vendor/plugins/acts_as_tree/test/schema.rb
vendor/plugins/jrails/CHANGELOG
vendor/plugins/jrails/README.rdoc
vendor/plugins/jrails/Rakefile
vendor/plugins/jrails/VERSION.yml
vendor/plugins/jrails/bin/jrails
vendor/plugins/jrails/init.rb
vendor/plugins/jrails/install.rb
vendor/plugins/jrails/javascripts/jquery-ui.js
vendor/plugins/jrails/javascripts/jquery.js
vendor/plugins/jrails/javascripts/jrails.js
vendor/plugins/jrails/javascripts/sources/jrails.js
vendor/plugins/jrails/jrails.gemspec
vendor/plugins/jrails/lib/jquery_selector_assertions.rb
vendor/plugins/jrails/lib/jrails.rb
vendor/plugins/jrails/license
vendor/plugins/jrails/rails/init.rb
vendor/plugins/jrails/tasks/jrails.rake

Download

Click the following link to download spot-a-trope-master.zip.

spot-a-trope-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