Download movie queue Free Java Code
Description
A web server that manages and downloads movies for you using torrents.
Icons
Source Files
The download file movie_queue-master.zip has the following entries.
.gitignore/*from w w w . j a v a2 s. c o m*/
.rvmrc
Capfile
Gemfile
Gemfile.lock
README.md
Rakefile
app/assets/images/ajax-loader.gif
app/assets/images/background.jpg
app/assets/images/certified_fresh.png
app/assets/images/download.png
app/assets/images/ex.png
app/assets/images/fancybox/blank.gif
app/assets/images/fancybox/fancy_close.png
app/assets/images/fancybox/fancy_loading.png
app/assets/images/fancybox/fancy_nav_left.png
app/assets/images/fancybox/fancy_nav_right.png
app/assets/images/fancybox/fancy_shadow_e.png
app/assets/images/fancybox/fancy_shadow_n.png
app/assets/images/fancybox/fancy_shadow_ne.png
app/assets/images/fancybox/fancy_shadow_nw.png
app/assets/images/fancybox/fancy_shadow_s.png
app/assets/images/fancybox/fancy_shadow_se.png
app/assets/images/fancybox/fancy_shadow_sw.png
app/assets/images/fancybox/fancy_shadow_w.png
app/assets/images/fancybox/fancy_title_left.png
app/assets/images/fancybox/fancy_title_main.png
app/assets/images/fancybox/fancy_title_over.png
app/assets/images/fancybox/fancy_title_right.png
app/assets/images/fancybox/fancybox-x.png
app/assets/images/fancybox/fancybox-y.png
app/assets/images/fancybox/fancybox.png
app/assets/images/loading_cover.png
app/assets/images/meta_certified_fresh.png
app/assets/images/meta_splat.png
app/assets/images/no_cover.png
app/assets/images/pencil.png
app/assets/images/question_mark.png
app/assets/images/ratings/G.png
app/assets/images/ratings/NC-17.png
app/assets/images/ratings/PG-13.png
app/assets/images/ratings/PG.png
app/assets/images/ratings/R.png
app/assets/images/splat.png
app/assets/javascripts/application.js
app/assets/javascripts/downloads.js.coffee
app/assets/javascripts/jquery.fancybox-1.3.4.pack.js
app/assets/javascripts/jquery.qtip.js
app/assets/javascripts/movies.js.coffee
app/assets/javascripts/notifications.js.coffee
app/assets/stylesheets/application.css
app/assets/stylesheets/downloads.css.scss
app/assets/stylesheets/fancybox.css
app/assets/stylesheets/jquery.qtip.css
app/assets/stylesheets/movies.css.scss
app/assets/stylesheets/notifications.css.scss
app/assets/stylesheets/scaffold.css.scss
app/controllers/application_controller.rb
app/controllers/downloads_controller.rb
app/controllers/movies_controller.rb
app/controllers/notifications_controller.rb
app/controllers/torrents_controller.rb
app/helpers/application_helper.rb
app/helpers/downloads_helper.rb
app/helpers/movies_helper.rb
app/helpers/notifications_helper.rb
app/mailers/.gitkeep
app/models/.gitkeep
app/models/download.rb
app/models/movie.rb
app/models/notification.rb
app/models/torrent.rb
app/views/downloads/index.html.erb
app/views/layouts/application.html.erb
app/views/movies/_form.html.erb
app/views/movies/edit.html.erb
app/views/movies/index.html.erb
app/views/movies/new.html.erb
app/views/movies/show.html.erb
app/views/torrents/index.html.erb
application.god
config.ru
config/application.rb
config/boot.rb
config/database.template.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/secret_token.rb
config/initializers/session_store.rb
config/initializers/wrap_parameters.rb
config/locales/en.yml
config/routes.rb
db/migrate/20110529201923_create_movies.rb
db/migrate/20110529235457_create_downloads.rb
db/migrate/20110603063159_add_movie_information.rb
db/migrate/20110609070722_add_downloads_information.rb
db/migrate/20110614063948_create_notifications.rb
db/migrate/20110621145850_add_movie_info_fields.rb
db/migrate/20110621152552_add_sticky_notifications.rb
db/migrate/20110626225737_add_torrents_table.rb
db/migrate/20110723165124_change_torrent_cols.rb
db/migrate/20110724061643_add_file_location_to_download.rb
db/migrate/20110724070949_enlarge_text_fields_in_torrents.rb
db/schema.rb
db/seeds.rb
design/homepage_mockup.bmml
doc/README_FOR_APP
lib/tasks/.gitkeep
lib/transmission_watch.rb
log/.gitkeep
public/404.html
public/422.html
public/500.html
public/favicon.ico
public/robots.txt
script/rails
test/fixtures/.gitkeep
test/fixtures/movies.yml
test/functional/.gitkeep
test/functional/movies_controller_test.rb
test/integration/.gitkeep
test/performance/browsing_test.rb
test/test_helper.rb
test/unit/.gitkeep
test/unit/helpers/movies_helper_test.rb
test/unit/movie_test.rb
vendor/assets/images/images
vendor/assets/images/jquery_ui/ui-bg_diagonals-thick_18_b81900_40x40.png
vendor/assets/images/jquery_ui/ui-bg_diagonals-thick_20_666666_40x40.png
vendor/assets/images/jquery_ui/ui-bg_flat_10_000000_40x100.png
vendor/assets/images/jquery_ui/ui-bg_glass_100_f6f6f6_1x400.png
vendor/assets/images/jquery_ui/ui-bg_glass_100_fdf5ce_1x400.png
vendor/assets/images/jquery_ui/ui-bg_glass_65_ffffff_1x400.png
vendor/assets/images/jquery_ui/ui-bg_gloss-wave_35_f6a828_500x100.png
vendor/assets/images/jquery_ui/ui-bg_highlight-soft_100_eeeeee_1x100.png
vendor/assets/images/jquery_ui/ui-bg_highlight-soft_75_ffe45c_1x100.png
vendor/assets/images/jquery_ui/ui-icons_222222_256x240.png
vendor/assets/images/jquery_ui/ui-icons_228ef1_256x240.png
vendor/assets/images/jquery_ui/ui-icons_ef8c08_256x240.png
vendor/assets/images/jquery_ui/ui-icons_ffd27a_256x240.png
vendor/assets/images/jquery_ui/ui-icons_ffffff_256x240.png
vendor/assets/stylesheets/.gitkeep
vendor/assets/stylesheets/jquery_ui/jquery-ui-1.8.13.custom.css
vendor/assets/stylesheets/vendor.css
vendor/jquery-ui-1.8.13.custom/development-bundle/AUTHORS.txt
vendor/jquery-ui-1.8.13.custom/development-bundle/GPL-LICENSE.txt
vendor/jquery-ui-1.8.13.custom/development-bundle/MIT-LICENSE.txt
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/accordion/collapsible.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/accordion/custom-icons.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/accordion/default.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/accordion/fillspace.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/accordion/hoverintent.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/accordion/index.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/accordion/mouseover.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/accordion/no-auto-height.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/accordion/sortable.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/addClass/default.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/addClass/index.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/animate/default.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/animate/index.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/autocomplete/categories.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/autocomplete/combobox.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/autocomplete/custom-data.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/autocomplete/default.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/autocomplete/folding.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/autocomplete/images/jquery_32x32.png
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/autocomplete/images/jqueryui_32x32.png
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/autocomplete/images/sizzlejs_32x32.png
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/autocomplete/images/transparent_1x1.png
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/autocomplete/images/ui-anim_basic_16x16.gif
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/autocomplete/index.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/autocomplete/london.xml
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/autocomplete/maxheight.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/autocomplete/multiple-remote.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/autocomplete/multiple.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/autocomplete/remote-jsonp.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/autocomplete/remote-with-cache.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/autocomplete/remote.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/autocomplete/search.php
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/autocomplete/xml.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/button/checkbox.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/button/default.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/button/icons.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/button/index.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/button/radio.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/button/splitbutton.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/button/toolbar.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/datepicker/alt-field.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/datepicker/animation.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/datepicker/buttonbar.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/datepicker/date-formats.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/datepicker/date-range.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/datepicker/default.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/datepicker/dropdown-month-year.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/datepicker/icon-trigger.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/datepicker/images/calendar.gif
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/datepicker/index.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/datepicker/inline.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/datepicker/localization.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/datepicker/min-max.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/datepicker/multiple-calendars.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/datepicker/other-months.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/datepicker/show-week.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/demos.css
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/dialog/animated.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/dialog/default.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/dialog/index.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/dialog/modal-confirmation.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/dialog/modal-form.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/dialog/modal-message.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/dialog/modal.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/draggable/constrain-movement.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/draggable/cursor-style.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/draggable/default.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/draggable/delay-start.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/draggable/events.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/draggable/handle.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/draggable/index.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/draggable/revert.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/draggable/scroll.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/draggable/snap-to.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/draggable/sortable.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/draggable/visual-feedback.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/droppable/accepted-elements.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/droppable/default.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/droppable/images/high_tatras.jpg
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/droppable/images/high_tatras2.jpg
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/droppable/images/high_tatras2_min.jpg
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/droppable/images/high_tatras3.jpg
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/droppable/images/high_tatras3_min.jpg
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/droppable/images/high_tatras4.jpg
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/droppable/images/high_tatras4_min.jpg
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/droppable/images/high_tatras_min.jpg
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/droppable/index.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/droppable/photo-manager.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/droppable/propagation.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/droppable/revert.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/droppable/shopping-cart.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/droppable/visual-feedback.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/effect/default.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/effect/easing.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/effect/index.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/hide/default.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/hide/index.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/images/calendar.gif
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/images/demo-config-on-tile.gif
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/images/demo-config-on.gif
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/images/demo-spindown-closed.gif
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/images/demo-spindown-open.gif
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/images/icon-docs-info.gif
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/images/pbar-ani.gif
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/index.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/position/cycler.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/position/default.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/position/images/earth.jpg
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/position/images/flight.jpg
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/position/images/rocket.jpg
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/position/index.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/progressbar/animated.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/progressbar/default.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/progressbar/images/pbar-ani.gif
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/progressbar/index.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/progressbar/resize.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/removeClass/default.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/removeClass/index.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/resizable/animate.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/resizable/aspect-ratio.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/resizable/constrain-area.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/resizable/default.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/resizable/delay-start.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/resizable/helper.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/resizable/index.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/resizable/max-min.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/resizable/snap-to-grid.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/resizable/synchronous-resize.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/resizable/textarea.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/resizable/visual-feedback.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/selectable/default.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/selectable/display-grid.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/selectable/index.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/selectable/serialize.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/show/default.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/show/index.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/slider/colorpicker.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/slider/default.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/slider/hotelrooms.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/slider/index.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/slider/multiple-vertical.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/slider/range-vertical.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/slider/range.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/slider/rangemax.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/slider/rangemin.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/slider/side-scroll.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/slider/slider-vertical.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/slider/steps.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/slider/tabs.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/sortable/connect-lists-through-tabs.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/sortable/connect-lists.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/sortable/default.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/sortable/delay-start.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/sortable/display-grid.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/sortable/empty-lists.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/sortable/index.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/sortable/items.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/sortable/placeholder.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/sortable/portlets.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/switchClass/default.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/switchClass/index.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/tabs/ajax.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/tabs/ajax/content1.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/tabs/ajax/content2.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/tabs/ajax/content3-slow.php
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/tabs/ajax/content4-broken.php
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/tabs/bottom.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/tabs/collapsible.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/tabs/cookie.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/tabs/default.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/tabs/index.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/tabs/manipulation.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/tabs/mouseover.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/tabs/sortable.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/tabs/vertical.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/toggle/default.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/toggle/index.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/toggleClass/default.html
vendor/jquery-ui-1.8.13.custom/development-bundle/demos/toggleClass/index.html
vendor/jquery-ui-1.8.13.custom/development-bundle/docs/accordion.html
vendor/jquery-ui-1.8.13.custom/development-bundle/docs/addClass.html
vendor/jquery-ui-1.8.13.custom/development-bundle/docs/animate.html
vendor/jquery-ui-1.8.13.custom/development-bundle/docs/autocomplete.html
vendor/jquery-ui-1.8.13.custom/development-bundle/docs/button.html
vendor/jquery-ui-1.8.13.custom/development-bundle/docs/datepicker.html
vendor/jquery-ui-1.8.13.custom/development-bundle/docs/dialog.html
vendor/jquery-ui-1.8.13.custom/development-bundle/docs/draggable.html
vendor/jquery-ui-1.8.13.custom/development-bundle/docs/droppable.html
vendor/jquery-ui-1.8.13.custom/development-bundle/docs/effect.html
vendor/jquery-ui-1.8.13.custom/development-bundle/docs/hide.html
vendor/jquery-ui-1.8.13.custom/development-bundle/docs/position.html
vendor/jquery-ui-1.8.13.custom/development-bundle/docs/progressbar.html
vendor/jquery-ui-1.8.13.custom/development-bundle/docs/removeClass.html
vendor/jquery-ui-1.8.13.custom/development-bundle/docs/resizable.html
vendor/jquery-ui-1.8.13.custom/development-bundle/docs/selectable.html
vendor/jquery-ui-1.8.13.custom/development-bundle/docs/show.html
vendor/jquery-ui-1.8.13.custom/development-bundle/docs/slider.html
vendor/jquery-ui-1.8.13.custom/development-bundle/docs/sortable.html
vendor/jquery-ui-1.8.13.custom/development-bundle/docs/switchClass.html
vendor/jquery-ui-1.8.13.custom/development-bundle/docs/tabs.html
vendor/jquery-ui-1.8.13.custom/development-bundle/docs/toggle.html
vendor/jquery-ui-1.8.13.custom/development-bundle/docs/toggleClass.html
vendor/jquery-ui-1.8.13.custom/development-bundle/external/jquery.bgiframe-2.1.2.js
vendor/jquery-ui-1.8.13.custom/development-bundle/external/jquery.cookie.js
vendor/jquery-ui-1.8.13.custom/development-bundle/external/jquery.metadata.js
vendor/jquery-ui-1.8.13.custom/development-bundle/external/qunit.css
vendor/jquery-ui-1.8.13.custom/development-bundle/external/qunit.js
vendor/jquery-ui-1.8.13.custom/development-bundle/jquery-1.5.1.js
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/base/images/ui-bg_flat_75_ffffff_40x100.png
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/base/images/ui-bg_glass_65_ffffff_1x400.png
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/base/images/ui-bg_glass_75_dadada_1x400.png
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/base/images/ui-icons_222222_256x240.png
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/base/images/ui-icons_2e83ff_256x240.png
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/base/images/ui-icons_454545_256x240.png
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/base/images/ui-icons_888888_256x240.png
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/base/images/ui-icons_cd0a0a_256x240.png
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/base/jquery.ui.accordion.css
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/base/jquery.ui.all.css
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/base/jquery.ui.autocomplete.css
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/base/jquery.ui.base.css
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/base/jquery.ui.button.css
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/base/jquery.ui.core.css
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/base/jquery.ui.datepicker.css
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/base/jquery.ui.dialog.css
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/base/jquery.ui.progressbar.css
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/base/jquery.ui.resizable.css
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/base/jquery.ui.selectable.css
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/base/jquery.ui.slider.css
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/base/jquery.ui.tabs.css
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/base/jquery.ui.theme.css
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/ui-lightness/images/ui-bg_flat_10_000000_40x100.png
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/ui-lightness/images/ui-icons_222222_256x240.png
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/ui-lightness/images/ui-icons_228ef1_256x240.png
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/ui-lightness/images/ui-icons_ef8c08_256x240.png
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/ui-lightness/images/ui-icons_ffd27a_256x240.png
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/ui-lightness/images/ui-icons_ffffff_256x240.png
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/ui-lightness/jquery-ui-1.8.13.custom.css
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/ui-lightness/jquery.ui.accordion.css
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/ui-lightness/jquery.ui.all.css
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/ui-lightness/jquery.ui.autocomplete.css
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/ui-lightness/jquery.ui.base.css
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/ui-lightness/jquery.ui.button.css
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/ui-lightness/jquery.ui.core.css
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/ui-lightness/jquery.ui.datepicker.css
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/ui-lightness/jquery.ui.dialog.css
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/ui-lightness/jquery.ui.progressbar.css
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/ui-lightness/jquery.ui.resizable.css
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/ui-lightness/jquery.ui.selectable.css
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/ui-lightness/jquery.ui.slider.css
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/ui-lightness/jquery.ui.tabs.css
vendor/jquery-ui-1.8.13.custom/development-bundle/themes/ui-lightness/jquery.ui.theme.css
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery-ui-i18n.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-af.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ar-DZ.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ar.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-az.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-bg.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-bs.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ca.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-cs.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-da.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-de.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-el.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-en-AU.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-en-GB.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-en-NZ.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-eo.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-es.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-et.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-eu.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fa.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fi.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fo.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fr-CH.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fr.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-gl.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-he.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-hr.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-hu.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-hy.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-id.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-is.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-it.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ja.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ko.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-kz.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-lt.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-lv.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ml.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ms.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-nl.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-no.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-pl.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-pt-BR.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-pt.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-rm.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ro.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ru.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sk.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sl.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sq.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sr-SR.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sr.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sv.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ta.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-th.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-tj.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-tr.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-uk.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-vi.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-zh-CN.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-zh-HK.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/i18n/jquery.ui.datepicker-zh-TW.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/jquery-ui-1.8.13.custom.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/jquery.effects.blind.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/jquery.effects.bounce.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/jquery.effects.clip.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/jquery.effects.core.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/jquery.effects.drop.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/jquery.effects.explode.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/jquery.effects.fade.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/jquery.effects.fold.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/jquery.effects.highlight.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/jquery.effects.pulsate.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/jquery.effects.scale.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/jquery.effects.shake.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/jquery.effects.slide.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/jquery.effects.transfer.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/jquery.ui.accordion.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/jquery.ui.autocomplete.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/jquery.ui.button.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/jquery.ui.core.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/jquery.ui.datepicker.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/jquery.ui.dialog.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/jquery.ui.draggable.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/jquery.ui.droppable.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/jquery.ui.mouse.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/jquery.ui.position.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/jquery.ui.progressbar.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/jquery.ui.resizable.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/jquery.ui.selectable.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/jquery.ui.slider.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/jquery.ui.sortable.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/jquery.ui.tabs.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/jquery.ui.widget.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/minified/jquery.effects.blind.min.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/minified/jquery.effects.bounce.min.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/minified/jquery.effects.clip.min.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/minified/jquery.effects.core.min.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/minified/jquery.effects.drop.min.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/minified/jquery.effects.explode.min.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/minified/jquery.effects.fade.min.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/minified/jquery.effects.fold.min.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/minified/jquery.effects.highlight.min.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/minified/jquery.effects.pulsate.min.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/minified/jquery.effects.scale.min.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/minified/jquery.effects.shake.min.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/minified/jquery.effects.slide.min.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/minified/jquery.effects.transfer.min.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/minified/jquery.ui.accordion.min.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/minified/jquery.ui.autocomplete.min.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/minified/jquery.ui.button.min.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/minified/jquery.ui.core.min.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/minified/jquery.ui.datepicker.min.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/minified/jquery.ui.dialog.min.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/minified/jquery.ui.draggable.min.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/minified/jquery.ui.droppable.min.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/minified/jquery.ui.mouse.min.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/minified/jquery.ui.position.min.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/minified/jquery.ui.progressbar.min.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/minified/jquery.ui.resizable.min.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/minified/jquery.ui.selectable.min.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/minified/jquery.ui.slider.min.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/minified/jquery.ui.sortable.min.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/minified/jquery.ui.tabs.min.js
vendor/jquery-ui-1.8.13.custom/development-bundle/ui/minified/jquery.ui.widget.min.js
vendor/jquery-ui-1.8.13.custom/development-bundle/version.txt
vendor/jquery-ui-1.8.13.custom/index.html
vendor/jquery-ui-1.8.13.custom/js/jquery-1.5.1.min.js
Download
Click the following link to download movie_queue-master.zip.
movie_queue-master.zip