Download latdb Free Java Code

Description

A simple startup database /wiki.

Icons

latdb

Source Files

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


.gitignore/*w ww . ja  v a 2  s  .c o m*/
Capfile
Gemfile
Gemfile.lock
README
REVISION
Rakefile
app/controllers/abuses_controller.rb
app/controllers/admin_controller.rb
app/controllers/application_controller.rb
app/controllers/articles_controller.rb
app/controllers/authorizations_controller.rb
app/controllers/companies_controller.rb
app/controllers/countries_controller.rb
app/controllers/events_controller.rb
app/controllers/feedbacks_controller.rb
app/controllers/home_controller.rb
app/controllers/investors_controller.rb
app/controllers/jobs_controller.rb
app/controllers/people_controller.rb
app/controllers/search_controller.rb
app/controllers/sessions_controller.rb
app/controllers/users_controller.rb
app/helpers/abuses_controller_helper.rb
app/helpers/admin_helper.rb
app/helpers/application_helper.rb
app/helpers/articles_helper.rb
app/helpers/authorizations_helper.rb
app/helpers/companies_helper.rb
app/helpers/countries_helper.rb
app/helpers/events_helper.rb
app/helpers/feedbacks_helper.rb
app/helpers/home_helper.rb
app/helpers/investors_helper.rb
app/helpers/jobs_helper.rb
app/helpers/persons_helper.rb
app/helpers/search_helper.rb
app/helpers/sessions_helper.rb
app/helpers/users_helper.rb
app/models/abuse.rb
app/models/article.rb
app/models/authorization.rb
app/models/category.rb
app/models/company.rb
app/models/country.rb
app/models/event.rb
app/models/feedback.rb
app/models/job.rb
app/models/job_company.rb
app/models/job_person.rb
app/models/person.rb
app/models/person_company.rb
app/models/user.rb
app/views/abuses_controller/index.html.erb
app/views/admin/index.html.erb
app/views/articles/_form.html.erb
app/views/articles/edit.html.erb
app/views/articles/index.html.erb
app/views/articles/new.html.erb
app/views/articles/show.html.erb
app/views/companies/_form.html.erb
app/views/companies/edit.html.erb
app/views/companies/index.html.erb
app/views/companies/index.rss.builder
app/views/companies/new.html.erb
app/views/companies/show.html.erb
app/views/companies/show.rss.builder
app/views/countries/_form.html.erb
app/views/countries/edit.html.erb
app/views/countries/new.html.erb
app/views/events/_form.html.erb
app/views/events/edit.html.erb
app/views/events/index.html.erb
app/views/events/new.html.erb
app/views/events/show.html.erb
app/views/feedbacks/create.js.erb
app/views/feedbacks/fail_create.js.erb
app/views/feedbacks/index.html.erb
app/views/feedbacks/new.html.erb
app/views/feedbacks/show.html.erb
app/views/home/index.html.erb
app/views/home/index.html.erb.save
app/views/home/index.rss.builder
app/views/investors/index.html.erb
app/views/investors/index.rss.builder
app/views/jobs/_company_form.html.erb
app/views/jobs/_person_form.html.erb
app/views/jobs/_show_company.html.erb
app/views/jobs/_show_person.html.erb
app/views/jobs/edit.html.erb
app/views/jobs/index.html.erb
app/views/jobs/job_select.html.erb
app/views/jobs/new.html.erb
app/views/jobs/show.html.erb
app/views/layouts/_feedback_tab.html.erb
app/views/layouts/application.html.erb
app/views/people/_form.html.erb
app/views/people/_person_company.html.erb
app/views/people/edit.html.erb
app/views/people/index.html.erb
app/views/people/index.rss.builder
app/views/people/new.html.erb
app/views/people/show.html.erb
app/views/search/index.html.erb
app/views/sessions/new.html.erb
app/views/users/_form.html.erb
app/views/users/_user_bar.html.erb
app/views/users/edit.html.erb
app/views/users/new.html.erb
app/views/users/profile.html.erb
app/views/users/show.html.erb
config.ru
config/application.rb
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/inflections.rb
config/initializers/mime_types.rb
config/initializers/omniauth.rb
config/initializers/secret_token.rb
config/initializers/session_store.rb
config/initializers/site_keys.rb
config/initializers/time_formats.rb
config/locales/en.yml
config/routes.rb
db/migrate/20110205160308_create_users.rb
db/migrate/20110205165338_create_people.rb
db/migrate/20110205183340_create_companies.rb
db/migrate/20110207231928_create_abuses.rb
db/migrate/20110211184257_create_events.rb
db/migrate/20110212142509_create_person_companies.rb
db/migrate/20110213131834_create_categories.rb
db/migrate/20110213144628_create_jobs.rb
db/migrate/20110215184458_create_authorizations.rb
db/migrate/20110216181205_add_read_to_abuse.rb
db/migrate/20110221190124_create_articles.rb
db/migrate/20110304231108_create_feedbacks.rb
db/migrate/20110306101640_create_countries.rb
db/migrate/20110317154848_add_investor_to_company.rb
db/schema.rb
db/seeds.rb
doc/README_FOR_APP
lib/authenticated_system.rb
lib/authenticated_test_helper.rb
lib/tasks/.gitkeep
lib/tasks/setup.rake
public/404.html
public/422.html
public/500.html
public/favicon.ico
public/images/AI_logo.gif
public/images/ajax-loader.gif
public/images/feedbacktab.gif
public/images/feedbacktab_hover.gif
public/images/icons/facebook.png
public/images/icons/facebook_small.png
public/images/icons/linkedin.png
public/images/icons/linkedin_small.png
public/images/icons/twitter.png
public/images/icons/twitter_small.png
public/images/latDB.png
public/images/latStartLogo.png
public/images/no_image_big.png
public/images/no_image_thumb.png
public/images/rails.png
public/images/rss.png
public/images/search-bg.png
public/images/signup_button.png
public/images/site-bg.png
public/javascripts/application.js
public/javascripts/controls.js
public/javascripts/dragdrop.js
public/javascripts/effects.js
public/javascripts/jquery-ui-1.8.10.custom.min.js
public/javascripts/jquery.js
public/javascripts/jquery.min.js
public/javascripts/jrails.js
public/javascripts/prototype.js
public/javascripts/rails.js
public/robots.txt
public/stylesheets/.gitkeep
public/stylesheets/images/ui-bg_flat_0_aaaaaa_40x100.png
public/stylesheets/images/ui-bg_flat_75_ffffff_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_95_fef1ec_1x400.png
public/stylesheets/images/ui-bg_highlight-soft_75_cccccc_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-1.8.10.custom.css
public/stylesheets/jquery-ui-1.8.10.custom.min.css
public/stylesheets/reset.css
public/stylesheets/scaffold.css
public/stylesheets/style.css
public/system
script/rails
test/fixtures/abuses.yml
test/fixtures/articles.yml
test/fixtures/authorizations.yml
test/fixtures/categories.yml
test/fixtures/companies.yml
test/fixtures/countries.yml
test/fixtures/events.yml
test/fixtures/feedbacks.yml
test/fixtures/jobs.yml
test/fixtures/people.yml
test/fixtures/person_companies.yml
test/fixtures/users.yml
test/functional/abuses_controller_controller_test.rb
test/functional/admin_controller_test.rb
test/functional/articles_controller_test.rb
test/functional/authorizations_controller_test.rb
test/functional/companies_controller_test.rb
test/functional/countries_controller_test.rb
test/functional/events_controller_test.rb
test/functional/feedbacks_controller_test.rb
test/functional/home_controller_test.rb
test/functional/investors_controller_test.rb
test/functional/jobs_controller_test.rb
test/functional/persons_controller_test.rb
test/functional/search_controller_test.rb
test/functional/sessions_controller_test.rb
test/functional/users_controller_test.rb
test/performance/browsing_test.rb
test/test_helper.rb
test/unit/abuse_test.rb
test/unit/article_test.rb
test/unit/authorization_test.rb
test/unit/category_test.rb
test/unit/company_test.rb
test/unit/country_test.rb
test/unit/event_test.rb
test/unit/feedback_test.rb
test/unit/helpers/abuses_controller_helper_test.rb
test/unit/helpers/admin_helper_test.rb
test/unit/helpers/articles_helper_test.rb
test/unit/helpers/authorizations_helper_test.rb
test/unit/helpers/companies_helper_test.rb
test/unit/helpers/countries_helper_test.rb
test/unit/helpers/events_helper_test.rb
test/unit/helpers/feedbacks_helper_test.rb
test/unit/helpers/home_helper_test.rb
test/unit/helpers/investors_helper_test.rb
test/unit/helpers/jobs_helper_test.rb
test/unit/helpers/persons_helper_test.rb
test/unit/helpers/search_helper_test.rb
test/unit/job_test.rb
test/unit/person_company_test.rb
test/unit/person_test.rb
test/unit/user_test.rb
vendor/plugins/.gitkeep

Download

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

latdb-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