Download Energy Management Free Java Code

Description

UC Berkeley mobile energy management dashboard.

Icons

Energy Management

Source Files

The download file Energy-Management-master.zip has the following entries.


.gitignore//  w ww  .  j  av  a  2 s  .com
.rspec
Gemfile
Gemfile.lock
README.TESTING
README.md
Rakefile
app/assets/images/glyphicons-halflings-white.png
app/assets/images/glyphicons-halflings.png
app/assets/images/graph.png
app/assets/images/green features/cal-climate.png
app/assets/images/green features/green-buildings.png
app/assets/images/green features/power-agents.png
app/assets/images/green features/strategic-energy.png
app/assets/images/green_feature.png
app/assets/images/jquery.wysiwyg.bg.png
app/assets/images/jquery.wysiwyg.gif
app/assets/images/logo.jpeg
app/assets/images/logo.png
app/assets/images/myPower-logo2.png
app/assets/images/pin-in.png
app/assets/images/pin.png
app/assets/images/rails.png
app/assets/javascripts/admin.js
app/assets/javascripts/admin/bootstrap.js
app/assets/javascripts/admin/bootstrap.min.js
app/assets/javascripts/application.js
app/assets/javascripts/highcharts.js
app/assets/javascripts/jquery.wysiwyg.js
app/assets/javascripts/mobile.js
app/assets/stylesheets/admin.css
app/assets/stylesheets/admin/bootstrap-responsive.css
app/assets/stylesheets/admin/bootstrap-responsive.min.css
app/assets/stylesheets/admin/bootstrap.css
app/assets/stylesheets/admin/bootstrap.min.css
app/assets/stylesheets/admin/jquery.wysiwyg.css
app/assets/stylesheets/application.css
app/assets/stylesheets/mobile.css
app/controllers/admin/categories_controller.rb
app/controllers/admin/tips_controller.rb
app/controllers/admin_controller.rb
app/controllers/application_controller.rb
app/controllers/halls_controller.rb
app/controllers/home_controller.rb
app/controllers/registrations_controller.rb
app/controllers/sessions_controller.rb
app/controllers/tips_controller.rb
app/helpers/admin/tips_helper.rb
app/helpers/application_helper.rb
app/helpers/categories_helper.rb
app/helpers/halls_helper.rb
app/mailers/.gitkeep
app/models/.gitkeep
app/models/admin.rb
app/models/category.rb
app/models/category_tip.rb
app/models/device_category.rb
app/models/green_feature.rb
app/models/hall.rb
app/models/hall_feature.rb
app/models/operational_unit.rb
app/models/pinned_hall.rb
app/models/setting.rb
app/models/tip.rb
app/views/admin/categories/edit.html.erb
app/views/admin/categories/edit_tips.html.erb
app/views/admin/categories/index.html.erb
app/views/admin/categories/new.html.erb
app/views/admin/categories/show.html.erb
app/views/admin/index.html.erb
app/views/admin/tips/edit.html.erb
app/views/admin/tips/index.html.erb
app/views/admin/tips/new.html.erb
app/views/admin/tips/show.html.erb
app/views/devise/_links.erb
app/views/devise/confirmations/new.html.erb
app/views/devise/mailer/confirmation_instructions.html.erb
app/views/devise/mailer/reset_password_instructions.html.erb
app/views/devise/mailer/unlock_instructions.html.erb
app/views/devise/passwords/edit.html.erb
app/views/devise/passwords/new.html.erb
app/views/devise/registrations/edit.html.erb
app/views/devise/registrations/new.html.erb
app/views/devise/sessions/new.html.erb
app/views/devise/unlocks/new.html.erb
app/views/halls/index.html.erb
app/views/halls/show.html.erb
app/views/home/index.html.erb
app/views/layouts/admin.html.erb
app/views/layouts/application.html.erb
app/views/layouts/mobile.html.erb
app/views/tips/index.html.erb
config.ru
config/application.rb
config/boot.rb
config/cucumber.yml
config/database.yml
config/environment.rb
config/environments/development.rb
config/environments/production.rb
config/environments/test.rb
config/initializers/backtrace_silencers.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/halls.json
db/migrate/20120323182815_create_halls.rb
db/migrate/20120323183255_create_settings.rb
db/migrate/20120323183610_create_operational_units.rb
db/migrate/20120323183751_create_green_features.rb
db/migrate/20120323183959_create_tips.rb
db/migrate/20120323184254_create_categories.rb
db/migrate/20120323192019_create_device_categories.rb
db/migrate/20120323192153_create_hall_features.rb
db/migrate/20120323192601_create_pinned_halls.rb
db/migrate/20120323193505_add_references.rb
db/migrate/20120403014531_add_key_field_to_halls.rb
db/migrate/20120409235441_create_category_tips.rb
db/migrate/20120410044857_add_category_references.rb
db/migrate/20120420191551_add_admin_table.rb
db/migrate/20120420191552_add_devise_to_admins.rb
db/migrate/20120501222712_update_green_features.rb
db/seeds.rb
doc/README_FOR_APP
features/admin.feature
features/admin/category.feature
features/admin/tip.feature
features/halls/index_hall.feature
features/halls/pinned.feature
features/halls/search_halls.feature
features/halls/show_hall.feature
features/home/tip_home.feature
features/step_definitions/energy_steps.rb
features/step_definitions/web_steps.rb
features/support/env.rb
features/support/paths.rb
features/support/selectors.rb
features/tips/show_tips.feature
lib/assets/.gitkeep
lib/tasks/.gitkeep
lib/tasks/cucumber.rake
log/.gitkeep
public/404.html
public/422.html
public/500.html
public/favicon.ico
public/overlay/pinOverlay.html
public/robots.txt
script/cucumber
script/rails
spec/controllers/admin/categories_controller_spec.rb
spec/controllers/admin/tips_controller_spec.rb
spec/controllers/halls_controller_spec.rb
spec/controllers/home_controller_spec.rb
spec/controllers/tips_controller_spec.rb
spec/factories/factories.rb
spec/helpers/admin/categories_helper_spec.rb
spec/helpers/admin/tips_helper_spec.rb
spec/helpers/halls_helper_spec.rb
spec/models/category_spec.rb
spec/models/green_feature_spec.rb
spec/models/hall_spec.rb
spec/models/tip_spec.rb
spec/spec_helper.rb
spec/support/devise.rb
spec/views/halls/show_spec.rb
test/fixtures/.gitkeep
test/functional/.gitkeep
test/integration/.gitkeep
test/performance/browsing_test.rb
test/test_helper.rb
test/unit/.gitkeep
vendor/assets/stylesheets/.gitkeep
vendor/plugins/.gitkeep

Download

Click the following link to download Energy-Management-master.zip.

Energy-Management-master.zip




















Home »
  Javascript Free Code Download »
    Mobile »




Android
iPhone
Mobile