Download leaqweb Free Java Code

Description

An interface to manage the Luxembourg Energy System database of ETEM Luxembourg. Theorically, this interface could manage/generate any ETEM databases.

Icons

leaqweb

Source Files

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


.gitignore//from  www  .j  a  v a 2s .c o  m
Gemfile
Guardfile
LICENSE
README.md
Rakefile
app/assets/images/a_backup_db.png
app/assets/images/a_browse.png
app/assets/images/a_check_db.png
app/assets/images/a_delete.png
app/assets/images/a_download.png
app/assets/images/a_duplicate.png
app/assets/images/a_go.png
app/assets/images/a_new.png
app/assets/images/a_reset_db.png
app/assets/images/a_restore_db.png
app/assets/images/a_sign_in.png
app/assets/images/a_sign_up.png
app/assets/images/ajax-loader.gif
app/assets/images/bullet.gif
app/assets/images/collapsed.gif
app/assets/images/cross.png
app/assets/images/expanded.gif
app/assets/images/grid.png
app/assets/images/headerbg.jpg
app/assets/images/jquery_ui/ui-bg_flat_0_aaaaaa_40x100.png
app/assets/images/jquery_ui/ui-bg_flat_75_ffffff_40x100.png
app/assets/images/jquery_ui/ui-bg_glass_55_fbf9ee_1x400.png
app/assets/images/jquery_ui/ui-bg_glass_65_ffffff_1x400.png
app/assets/images/jquery_ui/ui-bg_glass_75_dadada_1x400.png
app/assets/images/jquery_ui/ui-bg_glass_75_e6e6e6_1x400.png
app/assets/images/jquery_ui/ui-bg_glass_95_fef1ec_1x400.png
app/assets/images/jquery_ui/ui-bg_highlight-soft_75_cccccc_1x100.png
app/assets/images/jquery_ui/ui-icons_222222_256x240.png
app/assets/images/jquery_ui/ui-icons_2e83ff_256x240.png
app/assets/images/jquery_ui/ui-icons_454545_256x240.png
app/assets/images/jquery_ui/ui-icons_888888_256x240.png
app/assets/images/jquery_ui/ui-icons_cd0a0a_256x240.png
app/assets/images/resultset_next.png
app/assets/images/resultset_previous.png
app/assets/images/solving.gif
app/assets/images/sort_asc.gif
app/assets/images/sort_asc.png
app/assets/images/sort_asc_disabled.png
app/assets/images/sort_both.png
app/assets/images/sort_desc.gif
app/assets/images/sort_desc.png
app/assets/images/sort_desc_disabled.png
app/assets/images/spinner.gif
app/assets/images/switch_minus.gif
app/assets/images/switch_plus.gif
app/assets/javascripts/application.js
app/assets/javascripts/commodity_list_editor.js
app/assets/javascripts/demand_driver_table.js.coffee
app/assets/javascripts/energy_system.js.coffee
app/assets/javascripts/jquery.blockui.js
app/assets/javascripts/jquery.cookie.js
app/assets/javascripts/jquery.datatables.min.js
app/assets/javascripts/jquery.jeditable.js
app/assets/javascripts/jquery.jqplot.js
app/assets/javascripts/parameter_table.js.coffee
app/assets/stylesheets/_base.scss
app/assets/stylesheets/_grid.scss
app/assets/stylesheets/_info.scss
app/assets/stylesheets/_layout.scss
app/assets/stylesheets/_nav.scss
app/assets/stylesheets/_reset.scss
app/assets/stylesheets/_text.scss
app/assets/stylesheets/application.css.scss
app/assets/stylesheets/energy_system.css.scss
app/assets/stylesheets/jquery.jqplot.css
app/assets/stylesheets/jquery_ui/jquery-ui.css
app/assets/stylesheets/jquery_ui/jquery.ui.accordion.css
app/assets/stylesheets/jquery_ui/jquery.ui.all.css
app/assets/stylesheets/jquery_ui/jquery.ui.autocomplete.css
app/assets/stylesheets/jquery_ui/jquery.ui.base.css
app/assets/stylesheets/jquery_ui/jquery.ui.button.css
app/assets/stylesheets/jquery_ui/jquery.ui.core.css
app/assets/stylesheets/jquery_ui/jquery.ui.datepicker.css
app/assets/stylesheets/jquery_ui/jquery.ui.dialog.css
app/assets/stylesheets/jquery_ui/jquery.ui.progressbar.css
app/assets/stylesheets/jquery_ui/jquery.ui.resizable.css
app/assets/stylesheets/jquery_ui/jquery.ui.selectable.css
app/assets/stylesheets/jquery_ui/jquery.ui.slider.css
app/assets/stylesheets/jquery_ui/jquery.ui.tabs.css
app/assets/stylesheets/jquery_ui/jquery.ui.theme.css
app/controllers/application_controller.rb
app/controllers/combustions_controller.rb
app/controllers/commodities_controller.rb
app/controllers/commodity_sets_controller.rb
app/controllers/dashboard_controller.rb
app/controllers/demand_driver_values_controller.rb
app/controllers/demand_drivers_controller.rb
app/controllers/energy_systems_controller.rb
app/controllers/flows_controller.rb
app/controllers/parameter_values_controller.rb
app/controllers/parameters_controller.rb
app/controllers/query_controller.rb
app/controllers/result_sets_controller.rb
app/controllers/scenarios_controller.rb
app/controllers/solver_jobs_controller.rb
app/controllers/stored_queries_controller.rb
app/controllers/technologies_controller.rb
app/controllers/technology_sets_controller.rb
app/controllers/versions_controller.rb
app/helpers/application_helper.rb
app/helpers/commodities_helper.rb
app/helpers/energy_system_helper.rb
app/models/combustion.rb
app/models/commodity.rb
app/models/commodity_set.rb
app/models/demand_driver.rb
app/models/demand_driver_value.rb
app/models/energy_system.rb
app/models/flow.rb
app/models/in_flow.rb
app/models/out_flow.rb
app/models/parameter.rb
app/models/parameter_value.rb
app/models/result_set.rb
app/models/scenario.rb
app/models/solver_job.rb
app/models/stored_query.rb
app/models/technology.rb
app/models/technology_set.rb
app/models/user.rb
app/views/combustions/_list.json.erb
app/views/combustions/download.haml
app/views/combustions/import.haml
app/views/combustions/index.haml
app/views/commodities/_edit_commodity.haml
app/views/commodities/_edit_demand.haml
app/views/commodities/_list.json.erb
app/views/commodities/_select_commodities.erb
app/views/commodities/edit.haml
app/views/commodities/index.haml
app/views/commodities/new.haml
app/views/commodities/update.js.haml
app/views/commodity_sets/_list.json.erb
app/views/commodity_sets/edit.haml
app/views/commodity_sets/index.haml
app/views/commodity_sets/new.haml
app/views/dashboard/check_db.haml
app/views/dashboard/index.haml
app/views/dashboard/version.haml
app/views/demand_drivers/_list.json.erb
app/views/demand_drivers/_shortcuts.haml
app/views/demand_drivers/edit.haml
app/views/demand_drivers/index.haml
app/views/demand_drivers/new.haml
app/views/devise/confirmations/new.haml
app/views/devise/mailer/confirmation_instructions.haml
app/views/devise/mailer/reset_password_instructions.haml
app/views/devise/mailer/unlock_instructions.haml
app/views/devise/passwords/edit.haml
app/views/devise/passwords/new.haml
app/views/devise/registrations/_user_info.haml
app/views/devise/registrations/edit.haml
app/views/devise/registrations/new.haml
app/views/devise/sessions/new.haml
app/views/devise/shared/_links.haml
app/views/devise/unlocks/new.haml
app/views/energy_systems/new.haml
app/views/energy_systems/restore.haml
app/views/layouts/_footer.haml
app/views/layouts/_head.haml
app/views/layouts/_header.haml
app/views/layouts/_info_bar.haml
app/views/layouts/_menu.haml
app/views/layouts/application.haml
app/views/parameter_values/_parameter_values.json.erb
app/views/parameter_values/index.haml
app/views/query/index.haml
app/views/result_sets/_list.json.erb
app/views/result_sets/edit.haml
app/views/result_sets/index.haml
app/views/result_sets/new.haml
app/views/scenarios/_list.json.erb
app/views/scenarios/edit.haml
app/views/scenarios/index.haml
app/views/scenarios/new.haml
app/views/shared/_demand_driver_table.haml
app/views/shared/_error_messages.haml
app/views/shared/_id_card.haml
app/views/shared/_list_table.haml
app/views/shared/_parameter_table.haml
app/views/shared/_search.haml
app/views/solver_jobs/_list.json.erb
app/views/solver_jobs/index.haml
app/views/solver_jobs/new.haml
app/views/solver_jobs/show.haml
app/views/stored_queries/_list.json.erb
app/views/stored_queries/_shortcuts.haml
app/views/stored_queries/download.haml
app/views/stored_queries/edit.haml
app/views/stored_queries/import.haml
app/views/stored_queries/index.haml
app/views/stored_queries/new.haml
app/views/technologies/_flow_desc.haml
app/views/technologies/_flow_editor.haml
app/views/technologies/_list.json.erb
app/views/technologies/edit.haml
app/views/technologies/index.haml
app/views/technologies/new.haml
app/views/technology_sets/_list.json.erb
app/views/technology_sets/edit.haml
app/views/technology_sets/index.haml
app/views/technology_sets/new.haml
app/views/versions/_list.json.erb
app/views/versions/index.haml
app/views/versions/show.haml
config.ru
config/application.rb
config/boot.rb
config/database.yml.default
config/environment.rb
config/environments/development.rb
config/environments/production.rb
config/environments/test.rb
config/initializers/backtrace_silencers.rb
config/initializers/delayed_job_config.rb
config/initializers/devise.rb
config/initializers/inflections.rb
config/initializers/mime_types.rb
config/initializers/secret_token.rb
config/initializers/session_store.rb
config/initializers/wrap_parameters.rb
config/locales/devise.en.yml
config/locales/en.yml
config/routes.rb
db/migrate/20100308150653_create_commodities.rb
db/migrate/20100308152817_create_technologies.rb
db/migrate/20100308155049_create_flows.rb
db/migrate/20100308183426_create_parameters.rb
db/migrate/20100308183436_create_parameter_values.rb
db/migrate/20100308194811_create_sessions.rb
db/migrate/20100308202101_acts_as_taggable_on_migration.rb
db/migrate/20100409142032_create_solver_jobs.rb
db/migrate/20100427142157_create_stored_queries.rb
db/migrate/20100904210048_devise_create_users.rb
db/migrate/20100911124042_create_combustions.rb
db/migrate/20101026151537_create_technology_sets.rb
db/migrate/20110222095601_create_commodity_sets.rb
db/migrate/20110302161624_create_versions.rb
db/migrate/20110712093748_create_result_sets.rb
db/migrate/20110712150514_create_scenarios.rb
db/migrate/20120130170026_create_energy_systems.rb
db/migrate/20120221183426_create_demand_drivers.rb
db/migrate/20120221183436_create_demand_driver_values.rb
db/migrate/20120222101336_create_delayed_jobs.rb
db/migrate/20120606000000_devise_update_users.rb
db/seeds.rb
doc/README_FOR_APP
lib/area_graph.R.erb
lib/etem.rb
lib/etem/etem.dat.template
lib/etem/etem.gms.template
lib/etem/etem.inc.template
lib/etem/etem.mod.template
lib/etem/param_inherit_ts.yml
lib/etem/param_proj_period.yml
lib/etem/param_sign.yml
lib/etem/parameters.yml
lib/etem_debug.rb
lib/etem_solver.rb
lib/etem_solver_gams.rb
lib/etem_solver_gmpl.rb
lib/etem_tools.rb
lib/line_graph.R.erb
lib/pivot_table.R.erb
lib/tasks/.gitkeep
lib/zip_tools.rb
log/.gitignore
public/404.html
public/422.html
public/500.html
public/favicon.ico
public/robots.txt
script/about
script/console
script/dbconsole
script/delayed_job
script/destroy
script/generate
script/performance/benchmarker
script/performance/profiler
script/plugin
script/rails
script/runner
script/server
spec/factories.rb
spec/models/energy_system_spec.rb
spec/requests/combustions_spec.rb
spec/requests/commodities_spec.rb
spec/requests/commodity_sets_spec.rb
spec/requests/dashboard_spec.rb
spec/requests/demand_drivers_spec.rb
spec/requests/result_sets_spec.rb
spec/requests/scenarios_spec.rb
spec/requests/stored_queries_spec.rb
spec/requests/technologies_spec.rb
spec/requests/technology_sets_spec.rb
spec/spec_helper.rb
test/fixtures/scenarios.yml
test/functional/combustions_controller_test.rb
test/functional/commodities_controller_test.rb
test/functional/commodity_sets_controller_test.rb
test/functional/dashboard_controller_test.rb
test/functional/drivers_controller_test.rb
test/functional/etem_controller_test.rb
test/functional/flows_controller_test.rb
test/functional/markets_controller_test.rb
test/functional/output_controller_test.rb
test/functional/parameter_values_controller_test.rb
test/functional/queries_controller_test.rb
test/functional/query_controller_test.rb
test/functional/result_sets_controller_test.rb
test/functional/simulations_controller_test.rb
test/functional/solver_controller_test.rb
test/functional/technologies_controller_test.rb
test/functional/versions_controller_test.rb
test/performance/browsing_test.rb
test/test_helper.rb
test/unit/combustion_test.rb
test/unit/commodity_set_test.rb
test/unit/commodity_test.rb
test/unit/flow_test.rb
test/unit/helpers/combustions_helper_test.rb
test/unit/helpers/commodities_helper_test.rb
test/unit/helpers/dashboard_helper_test.rb
test/unit/helpers/drivers_helper_test.rb
test/unit/helpers/etem_helper_test.rb
test/unit/helpers/flows_helper_test.rb
test/unit/helpers/markets_helper_test.rb
test/unit/helpers/output_helper_test.rb
test/unit/helpers/parameter_values_helper_test.rb
test/unit/helpers/query_helper_test.rb
test/unit/helpers/result_sets_helper_test.rb
test/unit/helpers/simulations_helper_test.rb
test/unit/helpers/solver_helper_test.rb
test/unit/helpers/tables_helper_test.rb
test/unit/helpers/technologies_helper_test.rb
test/unit/helpers/versions_helper_test.rb
test/unit/market_test.rb
test/unit/parameter_test.rb
test/unit/parameter_value_test.rb
test/unit/result_set_test.rb
test/unit/scenario_test.rb
test/unit/solver_test.rb
test/unit/technology_test.rb
tmp/.gitignore
vendor/plugins/.gitkeep

Download

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

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