├── jquery-ui-1.8.6.custom
├── development-bundle
│ ├── version.txt
│ ├── demos
│ │ ├── tabs
│ │ │ ├── ajax
│ │ │ │ ├── content4-broken.php
│ │ │ │ ├── ._content1.html
│ │ │ │ ├── ._content2.html
│ │ │ │ ├── ._content3-slow.php
│ │ │ │ └── ._content4-broken.php
│ │ │ ├── ._ajax
│ │ │ ├── ._ajax.html
│ │ │ ├── ._bottom.html
│ │ │ ├── ._cookie.html
│ │ │ ├── ._default.html
│ │ │ ├── ._index.html
│ │ │ ├── ._mouseover.html
│ │ │ ├── ._sortable.html
│ │ │ ├── ._vertical.html
│ │ │ ├── ._collapsible.html
│ │ │ ├── ._manipulation.html
│ │ │ └── index.html
│ │ ├── ._tabs
│ │ ├── ._button
│ │ ├── ._dialog
│ │ ├── ._images
│ │ ├── ._slider
│ │ ├── ._demos.css
│ │ ├── ._position
│ │ ├── ._resizable
│ │ ├── ._datepicker
│ │ ├── ._index.html
│ │ ├── ._progressbar
│ │ ├── button
│ │ │ ├── ._icons.html
│ │ │ ├── ._index.html
│ │ │ ├── ._radio.html
│ │ │ ├── ._default.html
│ │ │ ├── ._toolbar.html
│ │ │ ├── ._checkbox.html
│ │ │ ├── ._splitbutton.html
│ │ │ ├── index.html
│ │ │ ├── default.html
│ │ │ └── radio.html
│ │ ├── datepicker
│ │ │ ├── ._images
│ │ │ ├── ._index.html
│ │ │ ├── ._inline.html
│ │ │ ├── ._default.html
│ │ │ ├── ._min-max.html
│ │ │ ├── ._alt-field.html
│ │ │ ├── ._animation.html
│ │ │ ├── ._buttonbar.html
│ │ │ ├── ._show-week.html
│ │ │ ├── ._date-formats.html
│ │ │ ├── ._event-search.html
│ │ │ ├── ._icon-trigger.html
│ │ │ ├── ._localization.html
│ │ │ ├── ._other-months.html
│ │ │ ├── images
│ │ │ │ ├── calendar.gif
│ │ │ │ └── ._calendar.gif
│ │ │ ├── ._multiple-calendars.html
│ │ │ ├── ._dropdown-month-year.html
│ │ │ ├── inline.html
│ │ │ ├── multiple-calendars.html
│ │ │ ├── other-months.html
│ │ │ ├── icon-trigger.html
│ │ │ ├── dropdown-month-year.html
│ │ │ ├── default.html
│ │ │ └── buttonbar.html
│ │ ├── dialog
│ │ │ ├── ._index.html
│ │ │ ├── ._modal.html
│ │ │ ├── ._default.html
│ │ │ ├── ._animated.html
│ │ │ ├── ._modal-form.html
│ │ │ ├── ._modal-message.html
│ │ │ ├── ._modal-confirmation.html
│ │ │ └── index.html
│ │ ├── images
│ │ │ ├── calendar.gif
│ │ │ ├── pbar-ani.gif
│ │ │ ├── ._calendar.gif
│ │ │ ├── ._pbar-ani.gif
│ │ │ ├── demo-config-on.gif
│ │ │ ├── icon-docs-info.gif
│ │ │ ├── ._demo-config-on.gif
│ │ │ ├── ._icon-docs-info.gif
│ │ │ ├── demo-spindown-open.gif
│ │ │ ├── ._demo-spindown-open.gif
│ │ │ ├── demo-config-on-tile.gif
│ │ │ ├── demo-spindown-closed.gif
│ │ │ ├── ._demo-config-on-tile.gif
│ │ │ └── ._demo-spindown-closed.gif
│ │ ├── position
│ │ │ ├── ._images
│ │ │ ├── ._index.html
│ │ │ ├── ._cycler.html
│ │ │ ├── ._default.html
│ │ │ ├── images
│ │ │ │ ├── earth.jpg
│ │ │ │ ├── flight.jpg
│ │ │ │ ├── rocket.jpg
│ │ │ │ ├── ._earth.jpg
│ │ │ │ ├── ._flight.jpg
│ │ │ │ └── ._rocket.jpg
│ │ │ └── index.html
│ │ ├── slider
│ │ │ ├── ._index.html
│ │ │ ├── ._range.html
│ │ │ ├── ._steps.html
│ │ │ ├── ._tabs.html
│ │ │ ├── ._default.html
│ │ │ ├── ._hotelrooms.html
│ │ │ ├── ._rangemax.html
│ │ │ ├── ._rangemin.html
│ │ │ ├── ._colorpicker.html
│ │ │ ├── ._side-scroll.html
│ │ │ ├── ._range-vertical.html
│ │ │ ├── ._slider-vertical.html
│ │ │ ├── ._multiple-vertical.html
│ │ │ ├── default.html
│ │ │ └── index.html
│ │ ├── progressbar
│ │ │ ├── ._images
│ │ │ ├── ._index.html
│ │ │ ├── ._default.html
│ │ │ ├── ._resize.html
│ │ │ ├── ._animated.html
│ │ │ ├── images
│ │ │ │ ├── pbar-ani.gif
│ │ │ │ └── ._pbar-ani.gif
│ │ │ ├── index.html
│ │ │ ├── default.html
│ │ │ └── animated.html
│ │ └── resizable
│ │ │ ├── ._animate.html
│ │ │ ├── ._default.html
│ │ │ ├── ._helper.html
│ │ │ ├── ._index.html
│ │ │ ├── ._max-min.html
│ │ │ ├── ._textarea.html
│ │ │ ├── ._aspect-ratio.html
│ │ │ ├── ._delay-start.html
│ │ │ ├── ._snap-to-grid.html
│ │ │ ├── ._constrain-area.html
│ │ │ ├── ._visual-feedback.html
│ │ │ ├── ._synchronous-resize.html
│ │ │ ├── index.html
│ │ │ └── textarea.html
│ ├── ._ui
│ ├── ._demos
│ ├── ._docs
│ ├── ._external
│ ├── ._themes
│ ├── ui
│ │ ├── ._i18n
│ │ ├── ._minified
│ │ ├── ._jquery.ui.core.js
│ │ ├── ._jquery.ui.tabs.js
│ │ ├── ._jquery.ui.button.js
│ │ ├── ._jquery.ui.dialog.js
│ │ ├── ._jquery.ui.mouse.js
│ │ ├── ._jquery.ui.slider.js
│ │ ├── ._jquery.ui.widget.js
│ │ ├── ._jquery.ui.position.js
│ │ ├── ._jquery.ui.resizable.js
│ │ ├── i18n
│ │ │ ├── ._jquery-ui-i18n.js
│ │ │ ├── ._jquery.ui.datepicker-af.js
│ │ │ ├── ._jquery.ui.datepicker-ar.js
│ │ │ ├── ._jquery.ui.datepicker-az.js
│ │ │ ├── ._jquery.ui.datepicker-bg.js
│ │ │ ├── ._jquery.ui.datepicker-bs.js
│ │ │ ├── ._jquery.ui.datepicker-ca.js
│ │ │ ├── ._jquery.ui.datepicker-cs.js
│ │ │ ├── ._jquery.ui.datepicker-da.js
│ │ │ ├── ._jquery.ui.datepicker-de.js
│ │ │ ├── ._jquery.ui.datepicker-el.js
│ │ │ ├── ._jquery.ui.datepicker-eo.js
│ │ │ ├── ._jquery.ui.datepicker-es.js
│ │ │ ├── ._jquery.ui.datepicker-et.js
│ │ │ ├── ._jquery.ui.datepicker-eu.js
│ │ │ ├── ._jquery.ui.datepicker-fa.js
│ │ │ ├── ._jquery.ui.datepicker-fi.js
│ │ │ ├── ._jquery.ui.datepicker-fo.js
│ │ │ ├── ._jquery.ui.datepicker-fr.js
│ │ │ ├── ._jquery.ui.datepicker-gl.js
│ │ │ ├── ._jquery.ui.datepicker-he.js
│ │ │ ├── ._jquery.ui.datepicker-hr.js
│ │ │ ├── ._jquery.ui.datepicker-hu.js
│ │ │ ├── ._jquery.ui.datepicker-hy.js
│ │ │ ├── ._jquery.ui.datepicker-id.js
│ │ │ ├── ._jquery.ui.datepicker-is.js
│ │ │ ├── ._jquery.ui.datepicker-it.js
│ │ │ ├── ._jquery.ui.datepicker-ja.js
│ │ │ ├── ._jquery.ui.datepicker-ko.js
│ │ │ ├── ._jquery.ui.datepicker-kz.js
│ │ │ ├── ._jquery.ui.datepicker-lt.js
│ │ │ ├── ._jquery.ui.datepicker-lv.js
│ │ │ ├── ._jquery.ui.datepicker-ms.js
│ │ │ ├── ._jquery.ui.datepicker-nl.js
│ │ │ ├── ._jquery.ui.datepicker-no.js
│ │ │ ├── ._jquery.ui.datepicker-pl.js
│ │ │ ├── ._jquery.ui.datepicker-pt.js
│ │ │ ├── ._jquery.ui.datepicker-ro.js
│ │ │ ├── ._jquery.ui.datepicker-ru.js
│ │ │ ├── ._jquery.ui.datepicker-sk.js
│ │ │ ├── ._jquery.ui.datepicker-sl.js
│ │ │ ├── ._jquery.ui.datepicker-sq.js
│ │ │ ├── ._jquery.ui.datepicker-sr.js
│ │ │ ├── ._jquery.ui.datepicker-sv.js
│ │ │ ├── ._jquery.ui.datepicker-ta.js
│ │ │ ├── ._jquery.ui.datepicker-th.js
│ │ │ ├── ._jquery.ui.datepicker-tr.js
│ │ │ ├── ._jquery.ui.datepicker-uk.js
│ │ │ ├── ._jquery.ui.datepicker-vi.js
│ │ │ ├── ._jquery.ui.datepicker-en-GB.js
│ │ │ ├── ._jquery.ui.datepicker-fr-CH.js
│ │ │ ├── ._jquery.ui.datepicker-pt-BR.js
│ │ │ ├── ._jquery.ui.datepicker-sr-SR.js
│ │ │ ├── ._jquery.ui.datepicker-zh-CN.js
│ │ │ ├── ._jquery.ui.datepicker-zh-HK.js
│ │ │ ├── ._jquery.ui.datepicker-zh-TW.js
│ │ │ ├── jquery.ui.datepicker-ja.js
│ │ │ ├── jquery.ui.datepicker-zh-TW.js
│ │ │ ├── jquery.ui.datepicker-zh-CN.js
│ │ │ ├── jquery.ui.datepicker-zh-HK.js
│ │ │ ├── jquery.ui.datepicker-he.js
│ │ │ ├── jquery.ui.datepicker-sr.js
│ │ │ ├── jquery.ui.datepicker-bs.js
│ │ │ ├── jquery.ui.datepicker-sr-SR.js
│ │ │ ├── jquery.ui.datepicker-hr.js
│ │ │ ├── jquery.ui.datepicker-ko.js
│ │ │ ├── jquery.ui.datepicker-tr.js
│ │ │ ├── jquery.ui.datepicker-ca.js
│ │ │ ├── jquery.ui.datepicker-id.js
│ │ │ ├── jquery.ui.datepicker-sq.js
│ │ │ ├── jquery.ui.datepicker-az.js
│ │ │ ├── jquery.ui.datepicker-de.js
│ │ │ ├── jquery.ui.datepicker-en-GB.js
│ │ │ ├── jquery.ui.datepicker-eo.js
│ │ │ ├── jquery.ui.datepicker-ms.js
│ │ │ ├── jquery.ui.datepicker-cs.js
│ │ │ ├── jquery.ui.datepicker-fa.js
│ │ │ ├── jquery.ui.datepicker-fr-CH.js
│ │ │ ├── jquery.ui.datepicker-sk.js
│ │ │ ├── jquery.ui.datepicker-af.js
│ │ │ ├── jquery.ui.datepicker-eu.js
│ │ │ ├── jquery.ui.datepicker-pt.js
│ │ │ ├── jquery.ui.datepicker-ru.js
│ │ │ ├── jquery.ui.datepicker-th.js
│ │ │ ├── jquery.ui.datepicker-uk.js
│ │ │ ├── jquery.ui.datepicker-fo.js
│ │ │ ├── jquery.ui.datepicker-kz.js
│ │ │ ├── jquery.ui.datepicker-pl.js
│ │ │ ├── jquery.ui.datepicker-fr.js
│ │ │ ├── jquery.ui.datepicker-nl.js
│ │ │ ├── jquery.ui.datepicker-es.js
│ │ │ ├── jquery.ui.datepicker-gl.js
│ │ │ ├── jquery.ui.datepicker-da.js
│ │ │ ├── jquery.ui.datepicker-hy.js
│ │ │ ├── jquery.ui.datepicker-lv.js
│ │ │ ├── jquery.ui.datepicker-sv.js
│ │ │ ├── jquery.ui.datepicker-el.js
│ │ │ ├── jquery.ui.datepicker-et.js
│ │ │ ├── jquery.ui.datepicker-it.js
│ │ │ ├── jquery.ui.datepicker-no.js
│ │ │ ├── jquery.ui.datepicker-lt.js
│ │ │ ├── jquery.ui.datepicker-ta.js
│ │ │ ├── jquery.ui.datepicker-hu.js
│ │ │ ├── jquery.ui.datepicker-pt-BR.js
│ │ │ ├── jquery.ui.datepicker-ro.js
│ │ │ ├── jquery.ui.datepicker-sl.js
│ │ │ ├── jquery.ui.datepicker-bg.js
│ │ │ ├── jquery.ui.datepicker-fi.js
│ │ │ └── jquery.ui.datepicker-vi.js
│ │ ├── ._jquery-ui-1.8.6.custom.js
│ │ ├── ._jquery.ui.datepicker.js
│ │ ├── ._jquery.ui.progressbar.js
│ │ └── minified
│ │ │ ├── ._jquery.ui.core.min.js
│ │ │ ├── ._jquery.ui.tabs.min.js
│ │ │ ├── ._jquery.ui.button.min.js
│ │ │ ├── ._jquery.ui.dialog.min.js
│ │ │ ├── ._jquery.ui.mouse.min.js
│ │ │ ├── ._jquery.ui.slider.min.js
│ │ │ ├── ._jquery.ui.widget.min.js
│ │ │ ├── ._jquery.ui.position.min.js
│ │ │ ├── ._jquery.ui.resizable.min.js
│ │ │ ├── ._jquery.ui.datepicker.min.js
│ │ │ └── ._jquery.ui.progressbar.min.js
│ ├── ._AUTHORS.txt
│ ├── ._version.txt
│ ├── themes
│ │ ├── ._base
│ │ ├── ._redmond
│ │ ├── base
│ │ │ ├── ._images
│ │ │ ├── ._jquery.ui.all.css
│ │ │ ├── ._jquery.ui.base.css
│ │ │ ├── ._jquery.ui.core.css
│ │ │ ├── ._jquery.ui.tabs.css
│ │ │ ├── ._jquery.ui.button.css
│ │ │ ├── ._jquery.ui.dialog.css
│ │ │ ├── ._jquery.ui.slider.css
│ │ │ ├── ._jquery.ui.theme.css
│ │ │ ├── ._jquery.ui.resizable.css
│ │ │ ├── ._jquery.ui.datepicker.css
│ │ │ ├── ._jquery.ui.progressbar.css
│ │ │ ├── images
│ │ │ │ ├── ui-icons_222222_256x240.png
│ │ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ │ ├── ui-icons_454545_256x240.png
│ │ │ │ ├── ui-icons_888888_256x240.png
│ │ │ │ ├── ui-icons_cd0a0a_256x240.png
│ │ │ │ ├── ._ui-icons_222222_256x240.png
│ │ │ │ ├── ._ui-icons_2e83ff_256x240.png
│ │ │ │ ├── ._ui-icons_454545_256x240.png
│ │ │ │ ├── ._ui-icons_888888_256x240.png
│ │ │ │ ├── ._ui-icons_cd0a0a_256x240.png
│ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png
│ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png
│ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png
│ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png
│ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ │ ├── ._ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ │ ├── ._ui-bg_flat_75_ffffff_40x100.png
│ │ │ │ ├── ._ui-bg_glass_55_fbf9ee_1x400.png
│ │ │ │ ├── ._ui-bg_glass_65_ffffff_1x400.png
│ │ │ │ ├── ._ui-bg_glass_75_dadada_1x400.png
│ │ │ │ ├── ._ui-bg_glass_75_e6e6e6_1x400.png
│ │ │ │ ├── ._ui-bg_glass_95_fef1ec_1x400.png
│ │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│ │ │ │ └── ._ui-bg_highlight-soft_75_cccccc_1x100.png
│ │ │ ├── jquery.ui.base.css
│ │ │ ├── jquery.ui.all.css
│ │ │ └── jquery.ui.progressbar.css
│ │ └── redmond
│ │ │ ├── ._images
│ │ │ ├── ._jquery.ui.all.css
│ │ │ ├── ._jquery.ui.base.css
│ │ │ ├── ._jquery.ui.core.css
│ │ │ ├── ._jquery.ui.tabs.css
│ │ │ ├── ._jquery.ui.button.css
│ │ │ ├── ._jquery.ui.dialog.css
│ │ │ ├── ._jquery.ui.slider.css
│ │ │ ├── ._jquery.ui.theme.css
│ │ │ ├── ._jquery.ui.resizable.css
│ │ │ ├── ._jquery.ui.datepicker.css
│ │ │ ├── ._jquery.ui.progressbar.css
│ │ │ ├── ._jquery-ui-1.8.6.custom.css
│ │ │ ├── images
│ │ │ ├── ui-icons_217bc0_256x240.png
│ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ ├── ui-icons_469bdd_256x240.png
│ │ │ ├── ui-icons_6da8d5_256x240.png
│ │ │ ├── ui-icons_cd0a0a_256x240.png
│ │ │ ├── ui-icons_d8e7f3_256x240.png
│ │ │ ├── ui-icons_f9bd01_256x240.png
│ │ │ ├── ._ui-icons_217bc0_256x240.png
│ │ │ ├── ._ui-icons_2e83ff_256x240.png
│ │ │ ├── ._ui-icons_469bdd_256x240.png
│ │ │ ├── ._ui-icons_6da8d5_256x240.png
│ │ │ ├── ._ui-icons_cd0a0a_256x240.png
│ │ │ ├── ._ui-icons_d8e7f3_256x240.png
│ │ │ ├── ._ui-icons_f9bd01_256x240.png
│ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ ├── ._ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ ├── ._ui-bg_flat_55_fbec88_40x100.png
│ │ │ ├── ._ui-bg_glass_75_d0e5f5_1x400.png
│ │ │ ├── ._ui-bg_glass_85_dfeffc_1x400.png
│ │ │ ├── ._ui-bg_glass_95_fef1ec_1x400.png
│ │ │ ├── ui-bg_flat_55_fbec88_40x100.png
│ │ │ ├── ui-bg_glass_75_d0e5f5_1x400.png
│ │ │ ├── ui-bg_glass_85_dfeffc_1x400.png
│ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ ├── ui-bg_gloss-wave_55_5c9ccc_500x100.png
│ │ │ ├── ui-bg_inset-hard_100_f5f8f9_1x100.png
│ │ │ ├── ui-bg_inset-hard_100_fcfdfd_1x100.png
│ │ │ ├── ._ui-bg_gloss-wave_55_5c9ccc_500x100.png
│ │ │ ├── ._ui-bg_inset-hard_100_f5f8f9_1x100.png
│ │ │ └── ._ui-bg_inset-hard_100_fcfdfd_1x100.png
│ │ │ ├── jquery.ui.base.css
│ │ │ ├── jquery.ui.all.css
│ │ │ └── jquery.ui.progressbar.css
│ ├── ._GPL-LICENSE.txt
│ ├── ._MIT-LICENSE.txt
│ ├── docs
│ │ ├── ._tabs.html
│ │ ├── ._button.html
│ │ ├── ._dialog.html
│ │ ├── ._position.html
│ │ ├── ._slider.html
│ │ ├── ._datepicker.html
│ │ ├── ._resizable.html
│ │ └── ._progressbar.html
│ ├── external
│ │ ├── ._qunit.css
│ │ ├── ._qunit.js
│ │ ├── ._jquery.cookie.js
│ │ ├── ._jquery.metadata.js
│ │ └── ._jquery.bgiframe-2.1.2.js
│ └── AUTHORS.txt
├── ._js
├── ._css
├── .DS_Store
├── ._.DS_Store
├── ._index.html
├── css
│ ├── ._redmond
│ └── redmond
│ │ ├── ._images
│ │ ├── ._jquery-ui-1.8.6.custom.css
│ │ └── images
│ │ ├── ui-icons_217bc0_256x240.png
│ │ ├── ui-icons_2e83ff_256x240.png
│ │ ├── ui-icons_469bdd_256x240.png
│ │ ├── ui-icons_6da8d5_256x240.png
│ │ ├── ui-icons_cd0a0a_256x240.png
│ │ ├── ui-icons_d8e7f3_256x240.png
│ │ ├── ui-icons_f9bd01_256x240.png
│ │ ├── ._ui-icons_217bc0_256x240.png
│ │ ├── ._ui-icons_2e83ff_256x240.png
│ │ ├── ._ui-icons_469bdd_256x240.png
│ │ ├── ._ui-icons_6da8d5_256x240.png
│ │ ├── ._ui-icons_cd0a0a_256x240.png
│ │ ├── ._ui-icons_d8e7f3_256x240.png
│ │ ├── ._ui-icons_f9bd01_256x240.png
│ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ ├── ._ui-bg_flat_0_aaaaaa_40x100.png
│ │ ├── ui-bg_flat_55_fbec88_40x100.png
│ │ ├── ui-bg_glass_75_d0e5f5_1x400.png
│ │ ├── ui-bg_glass_85_dfeffc_1x400.png
│ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ ├── ._ui-bg_flat_55_fbec88_40x100.png
│ │ ├── ._ui-bg_glass_75_d0e5f5_1x400.png
│ │ ├── ._ui-bg_glass_85_dfeffc_1x400.png
│ │ ├── ._ui-bg_glass_95_fef1ec_1x400.png
│ │ ├── ui-bg_inset-hard_100_f5f8f9_1x100.png
│ │ ├── ui-bg_inset-hard_100_fcfdfd_1x100.png
│ │ ├── ._ui-bg_gloss-wave_55_5c9ccc_500x100.png
│ │ ├── ._ui-bg_inset-hard_100_f5f8f9_1x100.png
│ │ ├── ._ui-bg_inset-hard_100_fcfdfd_1x100.png
│ │ └── ui-bg_gloss-wave_55_5c9ccc_500x100.png
├── ._development-bundle
└── js
│ ├── ._jquery-1.4.2.min.js
│ └── ._jquery-ui-1.8.6.custom.min.js
├── images
├── asc.gif
├── bg.gif
├── tab.png
├── .DS_Store
├── desc.gif
├── first.png
├── last.png
├── next.png
├── prev.png
├── sprite.png
├── ._.DS_Store
├── ajax-loader.gif
├── ._ajax-loader.gif
├── arrow_refresh.png
└── bluegrad_background.jpg
├── jar
├── hsqldb.jar
├── snapp44.jar
├── colt-1.2.0.jar
├── hsqldb.jar.pack.gz
├── jung-api-2.0.1.jar
├── jung-io-2.0.1.jar
├── jung-jai-2.0.1.jar
├── stax-api-1.0.1.jar
├── wstx-asl-3.2.6.jar
├── concurrent-1.3.4.jar
├── microba-0.4.4.3.jar
├── snapp44.jar.pack.gz
├── colt-1.2.0.jar.pack.gz
├── commons-codec-1.3.jar
├── jung-algorithms-2.0.1.jar
├── jung-graph-impl-2.0.1.jar
├── jung-io-2.0.1.jar.pack.gz
├── collections-generic-4.01.jar
├── concurrent-1.3.4.jar.pack.gz
├── jung-api-2.0.1.jar.pack.gz
├── jung-jai-2.0.1.jar.pack.gz
├── jung-visualization-2.0.1.jar
├── microba-0.4.4.3.jar.pack.gz
├── stax-api-1.0.1.jar.pack.gz
├── wstx-asl-3.2.6.jar.pack.gz
├── commons-codec-1.3.jar.pack.gz
├── jung-algorithms-2.0.1.jar.pack.gz
├── jung-graph-impl-2.0.1.jar.pack.gz
├── collections-generic-4.01.jar.pack.gz
└── jung-visualization-2.0.1.jar.pack.gz
├── snapp_moodle.js
├── lms
└── snapp_moodle.js
├── jarsource
└── SNAPP2Release
│ ├── src
│ └── SNAPP
│ │ └── images
│ │ ├── ZoomIn16.gif
│ │ └── ZoomOut16.gif
│ ├── .settings
│ ├── org.eclipse.core.resources.prefs
│ └── org.eclipse.jdt.core.prefs
│ └── .project
├── README.md
├── snappinterface.js
├── FileSaver
├── .project
├── index.html
└── FileSave.php
├── Untitled Diagram.xml
├── css
└── jquery.tablesorter.pager.css
├── index.html
├── License.txt
└── html
└── license.html
/jquery-ui-1.8.6.custom/development-bundle/version.txt:
--------------------------------------------------------------------------------
1 | 1.8.6
2 |
--------------------------------------------------------------------------------
/images/asc.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/images/asc.gif
--------------------------------------------------------------------------------
/images/bg.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/images/bg.gif
--------------------------------------------------------------------------------
/images/tab.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/images/tab.png
--------------------------------------------------------------------------------
/jar/hsqldb.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/hsqldb.jar
--------------------------------------------------------------------------------
/images/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/images/.DS_Store
--------------------------------------------------------------------------------
/images/desc.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/images/desc.gif
--------------------------------------------------------------------------------
/images/first.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/images/first.png
--------------------------------------------------------------------------------
/images/last.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/images/last.png
--------------------------------------------------------------------------------
/images/next.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/images/next.png
--------------------------------------------------------------------------------
/images/prev.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/images/prev.png
--------------------------------------------------------------------------------
/images/sprite.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/images/sprite.png
--------------------------------------------------------------------------------
/jar/snapp44.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/snapp44.jar
--------------------------------------------------------------------------------
/snapp_moodle.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/snapp_moodle.js
--------------------------------------------------------------------------------
/images/._.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/images/._.DS_Store
--------------------------------------------------------------------------------
/jar/colt-1.2.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/colt-1.2.0.jar
--------------------------------------------------------------------------------
/lms/snapp_moodle.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/lms/snapp_moodle.js
--------------------------------------------------------------------------------
/images/ajax-loader.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/images/ajax-loader.gif
--------------------------------------------------------------------------------
/jar/hsqldb.jar.pack.gz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/hsqldb.jar.pack.gz
--------------------------------------------------------------------------------
/jar/jung-api-2.0.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/jung-api-2.0.1.jar
--------------------------------------------------------------------------------
/jar/jung-io-2.0.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/jung-io-2.0.1.jar
--------------------------------------------------------------------------------
/jar/jung-jai-2.0.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/jung-jai-2.0.1.jar
--------------------------------------------------------------------------------
/jar/stax-api-1.0.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/stax-api-1.0.1.jar
--------------------------------------------------------------------------------
/jar/wstx-asl-3.2.6.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/wstx-asl-3.2.6.jar
--------------------------------------------------------------------------------
/images/._ajax-loader.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/images/._ajax-loader.gif
--------------------------------------------------------------------------------
/images/arrow_refresh.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/images/arrow_refresh.png
--------------------------------------------------------------------------------
/jar/concurrent-1.3.4.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/concurrent-1.3.4.jar
--------------------------------------------------------------------------------
/jar/microba-0.4.4.3.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/microba-0.4.4.3.jar
--------------------------------------------------------------------------------
/jar/snapp44.jar.pack.gz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/snapp44.jar.pack.gz
--------------------------------------------------------------------------------
/jar/colt-1.2.0.jar.pack.gz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/colt-1.2.0.jar.pack.gz
--------------------------------------------------------------------------------
/jar/commons-codec-1.3.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/commons-codec-1.3.jar
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/._js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/._js
--------------------------------------------------------------------------------
/jar/jung-algorithms-2.0.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/jung-algorithms-2.0.1.jar
--------------------------------------------------------------------------------
/jar/jung-graph-impl-2.0.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/jung-graph-impl-2.0.1.jar
--------------------------------------------------------------------------------
/jar/jung-io-2.0.1.jar.pack.gz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/jung-io-2.0.1.jar.pack.gz
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/._css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/._css
--------------------------------------------------------------------------------
/images/bluegrad_background.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/images/bluegrad_background.jpg
--------------------------------------------------------------------------------
/jar/collections-generic-4.01.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/collections-generic-4.01.jar
--------------------------------------------------------------------------------
/jar/concurrent-1.3.4.jar.pack.gz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/concurrent-1.3.4.jar.pack.gz
--------------------------------------------------------------------------------
/jar/jung-api-2.0.1.jar.pack.gz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/jung-api-2.0.1.jar.pack.gz
--------------------------------------------------------------------------------
/jar/jung-jai-2.0.1.jar.pack.gz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/jung-jai-2.0.1.jar.pack.gz
--------------------------------------------------------------------------------
/jar/jung-visualization-2.0.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/jung-visualization-2.0.1.jar
--------------------------------------------------------------------------------
/jar/microba-0.4.4.3.jar.pack.gz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/microba-0.4.4.3.jar.pack.gz
--------------------------------------------------------------------------------
/jar/stax-api-1.0.1.jar.pack.gz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/stax-api-1.0.1.jar.pack.gz
--------------------------------------------------------------------------------
/jar/wstx-asl-3.2.6.jar.pack.gz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/wstx-asl-3.2.6.jar.pack.gz
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/.DS_Store
--------------------------------------------------------------------------------
/jar/commons-codec-1.3.jar.pack.gz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/commons-codec-1.3.jar.pack.gz
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/._.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/._.DS_Store
--------------------------------------------------------------------------------
/jar/jung-algorithms-2.0.1.jar.pack.gz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/jung-algorithms-2.0.1.jar.pack.gz
--------------------------------------------------------------------------------
/jar/jung-graph-impl-2.0.1.jar.pack.gz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/jung-graph-impl-2.0.1.jar.pack.gz
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/._index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/._index.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/css/._redmond:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/._redmond
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/tabs/ajax/content4-broken.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/jar/collections-generic-4.01.jar.pack.gz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/collections-generic-4.01.jar.pack.gz
--------------------------------------------------------------------------------
/jar/jung-visualization-2.0.1.jar.pack.gz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/jung-visualization-2.0.1.jar.pack.gz
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/._development-bundle:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/._development-bundle
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/css/redmond/._images:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/._images
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/._ui:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/._ui
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/js/._jquery-1.4.2.min.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/js/._jquery-1.4.2.min.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/._demos:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/._demos
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/._docs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/._docs
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/._external:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/._external
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/._themes:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/._themes
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/._i18n:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/._i18n
--------------------------------------------------------------------------------
/jarsource/SNAPP2Release/src/SNAPP/images/ZoomIn16.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jarsource/SNAPP2Release/src/SNAPP/images/ZoomIn16.gif
--------------------------------------------------------------------------------
/jarsource/SNAPP2Release/src/SNAPP/images/ZoomOut16.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jarsource/SNAPP2Release/src/SNAPP/images/ZoomOut16.gif
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/._tabs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/._tabs
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/._AUTHORS.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/._AUTHORS.txt
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/._version.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/._version.txt
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/._button:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/._button
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/._dialog:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/._dialog
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/._images:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/._images
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/._slider:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/._slider
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/._base:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/._base
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/._minified:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/._minified
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/js/._jquery-ui-1.8.6.custom.min.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/js/._jquery-ui-1.8.6.custom.min.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/._GPL-LICENSE.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/._GPL-LICENSE.txt
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/._MIT-LICENSE.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/._MIT-LICENSE.txt
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/._demos.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/._demos.css
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/._position:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/._position
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/._resizable:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/._resizable
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/tabs/._ajax:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/tabs/._ajax
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/docs/._tabs.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/docs/._tabs.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/._redmond:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/._redmond
--------------------------------------------------------------------------------
/jarsource/SNAPP2Release/.settings/org.eclipse.core.resources.prefs:
--------------------------------------------------------------------------------
1 | #Sat Jul 09 20:31:21 EST 2011
2 | eclipse.preferences.version=1
3 | encoding//src/SNAPP/Export.java=UTF-8
4 |
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/._datepicker:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/._datepicker
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/._index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/._index.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/._progressbar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/._progressbar
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/docs/._button.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/docs/._button.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/docs/._dialog.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/docs/._dialog.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/docs/._position.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/docs/._position.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/docs/._slider.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/docs/._slider.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/external/._qunit.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/external/._qunit.css
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/external/._qunit.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/external/._qunit.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/base/._images:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/._images
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/css/redmond/._jquery-ui-1.8.6.custom.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/._jquery-ui-1.8.6.custom.css
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/tabs/._ajax.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/tabs/._ajax.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/docs/._datepicker.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/docs/._datepicker.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/docs/._resizable.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/docs/._resizable.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/._jquery.ui.core.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/._jquery.ui.core.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/._jquery.ui.tabs.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/._jquery.ui.tabs.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/button/._icons.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/button/._icons.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/button/._index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/button/._index.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/button/._radio.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/button/._radio.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._images:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._images
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/dialog/._index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/dialog/._index.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/dialog/._modal.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/dialog/._modal.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/images/calendar.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/images/calendar.gif
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/images/pbar-ani.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/images/pbar-ani.gif
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/position/._images:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/position/._images
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/slider/._index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/slider/._index.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/slider/._range.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/slider/._range.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/slider/._steps.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/slider/._steps.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/slider/._tabs.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/slider/._tabs.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/tabs/._bottom.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/tabs/._bottom.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/tabs/._cookie.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/tabs/._cookie.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/tabs/._default.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/tabs/._default.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/tabs/._index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/tabs/._index.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/docs/._progressbar.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/docs/._progressbar.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._images:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._images
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/._jquery.ui.button.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/._jquery.ui.button.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/._jquery.ui.dialog.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/._jquery.ui.dialog.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/._jquery.ui.mouse.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/._jquery.ui.mouse.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/._jquery.ui.slider.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/._jquery.ui.slider.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/._jquery.ui.widget.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/._jquery.ui.widget.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/css/redmond/images/ui-icons_217bc0_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/ui-icons_217bc0_256x240.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/css/redmond/images/ui-icons_2e83ff_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/ui-icons_2e83ff_256x240.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/css/redmond/images/ui-icons_469bdd_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/ui-icons_469bdd_256x240.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/css/redmond/images/ui-icons_6da8d5_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/ui-icons_6da8d5_256x240.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/css/redmond/images/ui-icons_cd0a0a_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/ui-icons_cd0a0a_256x240.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/css/redmond/images/ui-icons_d8e7f3_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/ui-icons_d8e7f3_256x240.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/css/redmond/images/ui-icons_f9bd01_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/ui-icons_f9bd01_256x240.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/button/._default.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/button/._default.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/button/._toolbar.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/button/._toolbar.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/dialog/._default.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/dialog/._default.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/images/._calendar.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/images/._calendar.gif
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/images/._pbar-ani.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/images/._pbar-ani.gif
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/position/._index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/position/._index.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/progressbar/._images:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/progressbar/._images
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/slider/._default.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/slider/._default.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/tabs/._mouseover.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/tabs/._mouseover.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/tabs/._sortable.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/tabs/._sortable.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/tabs/._vertical.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/tabs/._vertical.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/external/._jquery.cookie.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/external/._jquery.cookie.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/._jquery.ui.position.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/._jquery.ui.position.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/._jquery.ui.resizable.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/._jquery.ui.resizable.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery-ui-i18n.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery-ui-i18n.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/css/redmond/images/._ui-icons_217bc0_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/._ui-icons_217bc0_256x240.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/css/redmond/images/._ui-icons_2e83ff_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/._ui-icons_2e83ff_256x240.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/css/redmond/images/._ui-icons_469bdd_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/._ui-icons_469bdd_256x240.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/css/redmond/images/._ui-icons_6da8d5_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/._ui-icons_6da8d5_256x240.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/css/redmond/images/._ui-icons_cd0a0a_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/._ui-icons_cd0a0a_256x240.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/css/redmond/images/._ui-icons_d8e7f3_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/._ui-icons_d8e7f3_256x240.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/css/redmond/images/._ui-icons_f9bd01_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/._ui-icons_f9bd01_256x240.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/css/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/button/._checkbox.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/button/._checkbox.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._index.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._inline.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._inline.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/dialog/._animated.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/dialog/._animated.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/dialog/._modal-form.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/dialog/._modal-form.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/position/._cycler.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/position/._cycler.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/position/._default.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/position/._default.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/progressbar/._index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/progressbar/._index.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/resizable/._animate.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/resizable/._animate.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/resizable/._default.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/resizable/._default.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/resizable/._helper.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/resizable/._helper.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/resizable/._index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/resizable/._index.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/resizable/._max-min.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/resizable/._max-min.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/slider/._hotelrooms.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/slider/._hotelrooms.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/slider/._rangemax.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/slider/._rangemax.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/slider/._rangemin.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/slider/._rangemin.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/tabs/._collapsible.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/tabs/._collapsible.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/tabs/._manipulation.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/tabs/._manipulation.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/external/._jquery.metadata.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/external/._jquery.metadata.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/._jquery-ui-1.8.6.custom.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/._jquery-ui-1.8.6.custom.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/._jquery.ui.datepicker.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/._jquery.ui.datepicker.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/._jquery.ui.progressbar.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/._jquery.ui.progressbar.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/css/redmond/images/._ui-bg_flat_0_aaaaaa_40x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/._ui-bg_flat_0_aaaaaa_40x100.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/css/redmond/images/ui-bg_flat_55_fbec88_40x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/ui-bg_flat_55_fbec88_40x100.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/css/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/css/redmond/images/ui-bg_glass_85_dfeffc_1x400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/ui-bg_glass_85_dfeffc_1x400.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/css/redmond/images/ui-bg_glass_95_fef1ec_1x400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/ui-bg_glass_95_fef1ec_1x400.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/button/._splitbutton.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/button/._splitbutton.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._default.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._default.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._min-max.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._min-max.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/images/demo-config-on.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/images/demo-config-on.gif
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/images/icon-docs-info.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/images/icon-docs-info.gif
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/position/images/earth.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/position/images/earth.jpg
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/position/images/flight.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/position/images/flight.jpg
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/position/images/rocket.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/position/images/rocket.jpg
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/progressbar/._default.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/progressbar/._default.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/progressbar/._resize.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/progressbar/._resize.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/resizable/._textarea.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/resizable/._textarea.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/slider/._colorpicker.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/slider/._colorpicker.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/slider/._side-scroll.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/slider/._side-scroll.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/tabs/ajax/._content1.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/tabs/ajax/._content1.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/tabs/ajax/._content2.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/tabs/ajax/._content2.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/base/._jquery.ui.all.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/._jquery.ui.all.css
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/base/._jquery.ui.base.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/._jquery.ui.base.css
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/base/._jquery.ui.core.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/._jquery.ui.core.css
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/base/._jquery.ui.tabs.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/._jquery.ui.tabs.css
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/css/redmond/images/._ui-bg_flat_55_fbec88_40x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/._ui-bg_flat_55_fbec88_40x100.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/css/redmond/images/._ui-bg_glass_75_d0e5f5_1x400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/._ui-bg_glass_75_d0e5f5_1x400.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/css/redmond/images/._ui-bg_glass_85_dfeffc_1x400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/._ui-bg_glass_85_dfeffc_1x400.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/css/redmond/images/._ui-bg_glass_95_fef1ec_1x400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/._ui-bg_glass_95_fef1ec_1x400.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._alt-field.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._alt-field.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._animation.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._animation.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._buttonbar.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._buttonbar.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._show-week.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._show-week.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/dialog/._modal-message.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/dialog/._modal-message.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/images/._demo-config-on.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/images/._demo-config-on.gif
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/images/._icon-docs-info.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/images/._icon-docs-info.gif
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/images/demo-spindown-open.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/images/demo-spindown-open.gif
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/position/images/._earth.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/position/images/._earth.jpg
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/position/images/._flight.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/position/images/._flight.jpg
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/position/images/._rocket.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/position/images/._rocket.jpg
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/progressbar/._animated.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/progressbar/._animated.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/resizable/._aspect-ratio.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/resizable/._aspect-ratio.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/resizable/._delay-start.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/resizable/._delay-start.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/resizable/._snap-to-grid.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/resizable/._snap-to-grid.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/slider/._range-vertical.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/slider/._range-vertical.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/slider/._slider-vertical.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/slider/._slider-vertical.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/tabs/ajax/._content3-slow.php:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/tabs/ajax/._content3-slow.php
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/external/._jquery.bgiframe-2.1.2.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/external/._jquery.bgiframe-2.1.2.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/base/._jquery.ui.button.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/._jquery.ui.button.css
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/base/._jquery.ui.dialog.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/._jquery.ui.dialog.css
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/base/._jquery.ui.slider.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/._jquery.ui.slider.css
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/base/._jquery.ui.theme.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/._jquery.ui.theme.css
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._jquery.ui.all.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._jquery.ui.all.css
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._jquery.ui.base.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._jquery.ui.base.css
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._jquery.ui.core.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._jquery.ui.core.css
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._jquery.ui.tabs.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._jquery.ui.tabs.css
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/minified/._jquery.ui.core.min.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/minified/._jquery.ui.core.min.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/minified/._jquery.ui.tabs.min.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/minified/._jquery.ui.tabs.min.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/css/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/css/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._date-formats.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._date-formats.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._event-search.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._event-search.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._icon-trigger.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._icon-trigger.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._localization.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._localization.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._other-months.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._other-months.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/images/calendar.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/images/calendar.gif
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/images/._demo-spindown-open.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/images/._demo-spindown-open.gif
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/images/demo-config-on-tile.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/images/demo-config-on-tile.gif
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/images/demo-spindown-closed.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/images/demo-spindown-closed.gif
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/progressbar/images/pbar-ani.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/progressbar/images/pbar-ani.gif
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/resizable/._constrain-area.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/resizable/._constrain-area.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/slider/._multiple-vertical.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/slider/._multiple-vertical.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/tabs/ajax/._content4-broken.php:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/tabs/ajax/._content4-broken.php
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/base/._jquery.ui.resizable.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/._jquery.ui.resizable.css
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._jquery.ui.button.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._jquery.ui.button.css
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._jquery.ui.dialog.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._jquery.ui.dialog.css
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._jquery.ui.slider.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._jquery.ui.slider.css
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._jquery.ui.theme.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._jquery.ui.theme.css
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-af.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-af.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-ar.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-ar.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-az.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-az.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-bg.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-bg.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-bs.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-bs.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-ca.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-ca.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-cs.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-cs.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-da.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-da.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-de.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-de.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-el.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-el.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-eo.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-eo.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-es.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-es.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-et.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-et.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-eu.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-eu.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-fa.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-fa.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-fi.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-fi.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-fo.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-fo.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-fr.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-fr.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-gl.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-gl.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-he.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-he.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-hr.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-hr.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-hu.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-hu.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-hy.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-hy.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-id.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-id.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-is.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-is.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-it.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-it.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-ja.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-ja.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-ko.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-ko.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-kz.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-kz.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-lt.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-lt.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-lv.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-lv.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-ms.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-ms.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-nl.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-nl.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-no.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-no.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-pl.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-pl.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-pt.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-pt.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-ro.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-ro.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-ru.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-ru.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-sk.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-sk.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-sl.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-sl.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-sq.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-sq.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-sr.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-sr.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-sv.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-sv.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-ta.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-ta.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-th.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-th.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-tr.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-tr.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-uk.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-uk.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-vi.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-vi.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/minified/._jquery.ui.button.min.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/minified/._jquery.ui.button.min.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/minified/._jquery.ui.dialog.min.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/minified/._jquery.ui.dialog.min.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/minified/._jquery.ui.mouse.min.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/minified/._jquery.ui.mouse.min.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/minified/._jquery.ui.slider.min.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/minified/._jquery.ui.slider.min.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/minified/._jquery.ui.widget.min.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/minified/._jquery.ui.widget.min.js
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | SNAPP - Social Networks Adapting Pedagogical Practice
2 |
3 | Bookmarklet that extracts and visualizes social network from Learning Management System Forums
4 |
5 | Visit: http://www.snappvis.org/
6 |
7 |
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/css/redmond/images/._ui-bg_gloss-wave_55_5c9ccc_500x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/._ui-bg_gloss-wave_55_5c9ccc_500x100.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/css/redmond/images/._ui-bg_inset-hard_100_f5f8f9_1x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/._ui-bg_inset-hard_100_f5f8f9_1x100.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/css/redmond/images/._ui-bg_inset-hard_100_fcfdfd_1x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/._ui-bg_inset-hard_100_fcfdfd_1x100.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/css/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/images/._calendar.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/images/._calendar.gif
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/dialog/._modal-confirmation.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/dialog/._modal-confirmation.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/images/._demo-config-on-tile.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/images/._demo-config-on-tile.gif
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/images/._demo-spindown-closed.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/images/._demo-spindown-closed.gif
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/progressbar/images/._pbar-ani.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/progressbar/images/._pbar-ani.gif
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/resizable/._visual-feedback.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/resizable/._visual-feedback.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/base/._jquery.ui.datepicker.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/._jquery.ui.datepicker.css
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/base/._jquery.ui.progressbar.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/._jquery.ui.progressbar.css
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._jquery.ui.resizable.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._jquery.ui.resizable.css
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-en-GB.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-en-GB.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-fr-CH.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-fr-CH.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-pt-BR.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-pt-BR.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-sr-SR.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-sr-SR.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-zh-CN.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-zh-CN.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-zh-HK.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-zh-HK.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-zh-TW.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-zh-TW.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/minified/._jquery.ui.position.min.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/minified/._jquery.ui.position.min.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/minified/._jquery.ui.resizable.min.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/minified/._jquery.ui.resizable.min.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._multiple-calendars.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._multiple-calendars.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/resizable/._synchronous-resize.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/resizable/._synchronous-resize.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._jquery.ui.datepicker.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._jquery.ui.datepicker.css
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._jquery.ui.progressbar.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._jquery.ui.progressbar.css
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/minified/._jquery.ui.datepicker.min.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/minified/._jquery.ui.datepicker.min.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/ui/minified/._jquery.ui.progressbar.min.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/minified/._jquery.ui.progressbar.min.js
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._dropdown-month-year.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._dropdown-month-year.html
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._jquery-ui-1.8.6.custom.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._jquery-ui-1.8.6.custom.css
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-icons_222222_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-icons_222222_256x240.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-icons_2e83ff_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-icons_2e83ff_256x240.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-icons_454545_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-icons_454545_256x240.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-icons_888888_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-icons_888888_256x240.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-icons_cd0a0a_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-icons_cd0a0a_256x240.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-icons_222222_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-icons_222222_256x240.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-icons_2e83ff_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-icons_2e83ff_256x240.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-icons_454545_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-icons_454545_256x240.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-icons_888888_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-icons_888888_256x240.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-icons_cd0a0a_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-icons_cd0a0a_256x240.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-bg_flat_75_ffffff_40x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-bg_flat_75_ffffff_40x100.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-bg_glass_65_ffffff_1x400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-bg_glass_65_ffffff_1x400.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-bg_glass_75_dadada_1x400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-bg_glass_75_dadada_1x400.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-icons_217bc0_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-icons_217bc0_256x240.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-icons_2e83ff_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-icons_2e83ff_256x240.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-icons_469bdd_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-icons_469bdd_256x240.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-icons_6da8d5_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-icons_6da8d5_256x240.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-icons_cd0a0a_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-icons_cd0a0a_256x240.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-icons_d8e7f3_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-icons_d8e7f3_256x240.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-icons_f9bd01_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-icons_f9bd01_256x240.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-bg_flat_0_aaaaaa_40x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-bg_flat_0_aaaaaa_40x100.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-bg_flat_75_ffffff_40x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-bg_flat_75_ffffff_40x100.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-bg_glass_55_fbf9ee_1x400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-bg_glass_55_fbf9ee_1x400.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-bg_glass_65_ffffff_1x400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-bg_glass_65_ffffff_1x400.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-bg_glass_75_dadada_1x400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-bg_glass_75_dadada_1x400.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-bg_glass_75_e6e6e6_1x400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-bg_glass_75_e6e6e6_1x400.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-bg_glass_95_fef1ec_1x400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-bg_glass_95_fef1ec_1x400.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-icons_217bc0_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-icons_217bc0_256x240.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-icons_2e83ff_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-icons_2e83ff_256x240.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-icons_469bdd_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-icons_469bdd_256x240.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-icons_6da8d5_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-icons_6da8d5_256x240.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-icons_cd0a0a_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-icons_cd0a0a_256x240.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-icons_d8e7f3_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-icons_d8e7f3_256x240.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-icons_f9bd01_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-icons_f9bd01_256x240.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-bg_flat_0_aaaaaa_40x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-bg_flat_0_aaaaaa_40x100.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-bg_flat_55_fbec88_40x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-bg_flat_55_fbec88_40x100.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-bg_glass_75_d0e5f5_1x400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-bg_glass_75_d0e5f5_1x400.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-bg_glass_85_dfeffc_1x400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-bg_glass_85_dfeffc_1x400.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-bg_glass_95_fef1ec_1x400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-bg_glass_95_fef1ec_1x400.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-bg_flat_55_fbec88_40x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-bg_flat_55_fbec88_40x100.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-bg_glass_85_dfeffc_1x400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-bg_glass_85_dfeffc_1x400.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-bg_glass_95_fef1ec_1x400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-bg_glass_95_fef1ec_1x400.png
--------------------------------------------------------------------------------
/snappinterface.js:
--------------------------------------------------------------------------------
1 | /**
2 | * @author aneesha
3 | */
4 |
5 |
6 | function displaySNAPP()
7 | {
8 |
9 | jQuery('#container').tabs();
10 |
11 | jQuery("#filtervalue").spinbox();
12 |
13 | isAppletLoaded();
14 |
15 | }
16 |
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-bg_highlight-soft_75_cccccc_1x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-bg_highlight-soft_75_cccccc_1x100.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-bg_gloss-wave_55_5c9ccc_500x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-bg_gloss-wave_55_5c9ccc_500x100.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-bg_inset-hard_100_f5f8f9_1x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-bg_inset-hard_100_f5f8f9_1x100.png
--------------------------------------------------------------------------------
/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-bg_inset-hard_100_fcfdfd_1x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-bg_inset-hard_100_fcfdfd_1x100.png
--------------------------------------------------------------------------------
/FileSaver/.project:
--------------------------------------------------------------------------------
1 |
2 |


Default determinate progress bar.
32 |Display the datepicker embedded in the page instead of in an overlay. Simply call .datepicker() on a div instead of an input.
30 |Date:
26 | 27 |Set the numberOfMonths option to an integer of 2 or more to show multiple months in a single datepicker.
Date:
26 | 27 |The datepicker can show dates that come from other than the main month 33 | being displayed. These other dates can also be made selectable.
34 |The basic slider is horizontal and has a single handle that can be moved with the mouse or by using the arrow keys.
34 |Date:
27 | 28 |Click the icon next to the input field to show the datepicker. Set the datepicker to open on focus (default behavior), on icon click, or both.
34 |Examples of the markup that can be used for buttons: A button element, an input of type submit and an anchor.
35 |Display only an outline of the element while resizing by setting the helper option to a CSS class.
Date:
26 | 27 |Show month and year dropdowns in place of the static month/year header to facilitate navigation through large timeframes. Add the boolean changeMonth and changeYear options.
35 | This progressbar has an animated fill by setting the
36 | background-image
37 | on the
38 | .ui-progressbar-value
39 | element, using css.
40 |
Date:
23 | 24 |The datepicker is tied to a standard form input field. Focus on the input (click, or use the tab key) to open an interactive calendar in a small overlay. Choose a date, click elsewhere on the page (blur the input), or hit the Esc key to close. If a date is chosen, feedback is shown as the input's value.
30 |Date:
25 | 26 |Display a button for selecting Today's date and a Done button for closing the calendar with the boolean showButtonPanel option. Each button is enabled by default when the bar is displayed, but can be turned off with additional options. Button text is customizable.
A set of three radio buttons transformed into a button set.
36 |