Download opencomparison Free Java Code

Description

OpenComparison is the framework for creating package comparison sites like djangopackages.com.

Icons

opencomparison

Source Files

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


.gitignore/* w w  w .  ja  va2  s. c o  m*/
.travis.yml
CONTRIBUTORS.txt
LICENSE.txt
Makefile
Procfile
README.rst
__init__.py
apiv1/__init__.py
apiv1/api.py
apiv1/models.py
apiv1/resources.py
apiv1/tests/__init__.py
apiv1/tests/data.py
apiv1/tests/test_grid.py
apiv1/tests/test_package.py
apiv1/tests/test_resources.py
core/__init__.py
core/apiv2.py
core/context_processors.py
core/decorators.py
core/fields.py
core/management/__init__.py
core/management/commands/__init__.py
core/management/commands/big_email_send.py
core/management/commands/load_dev_data.py
core/models.py
core/templatetags/__init__.py
core/templatetags/opencomparison_tags.py
core/test_utils/__init__.py
core/test_utils/context_managers.py
core/tests/__init__.py
core/tests/data.py
core/tests/datautil.py
core/tests/test_fields.py
core/tests/test_utils.py
core/utils.py
design/UserSwitcher.pdf
design/download_icon.psd
design/eye_20x20_clear.png
design/fork_20x20_clear.png
design/grayarrow_20x20_clear.png
design/icons.svg
design/logo_v1/logo.png
design/logo_v1/logo.svg
design/logo_v2/logo.svg
design/logo_v2/logo_1400x677.png
design/logo_v2/logo_165x85.png
design/logo_v2/logo_660x319.png
design/logo_v2/logo_white_bg_square.svg
design/logo_v2/logo_white_bg_square_1000x1000.png
design/logo_v2/logo_white_bg_square_200x200.png
design/logo_v2/logo_white_bg_square_400x400.png
design/mockups/mockupv3-05.svg
design/whitearrow_20x20_clear.png
docs/CHANGELOG.txt
docs/Makefile
docs/api_docs.rst
docs/conf.py
docs/contributing.rst
docs/contributors.rst
docs/deployment/heroku.rst
docs/deployment/index.rst
docs/faq.rst
docs/index.rst
docs/install.rst
docs/introduction.rst
docs/lessons_learned.rst
docs/license.rst
docs/management_commands.rst
docs/opencomparison_settings.rst
docs/postgresql_contributor_instructions.rst
docs/pypi_issues.rst
docs/reference.rst
docs/repo_handlers.rst
docs/testing_instructions.rst
docs/troubleshooting.rst
feeds/__init__.py
feeds/feeds.py
feeds/models.py
feeds/tests/__init__.py
feeds/tests/data.py
feeds/tests/test_latest.py
feeds/urls.py
feeds/views.py
grid/__init__.py
grid/admin.py
grid/cachekeys.py
grid/context_processors.py
grid/forms.py
grid/management/__init__.py
grid/management/commands/__init__.py
grid/management/commands/fix_grid_element.py
grid/migrations/0001_initial.py
grid/migrations/0002_auto__add_field_grid_header.py
grid/migrations/__init__.py
grid/models.py
grid/templatetags/__init__.py
grid/templatetags/grid_tags.py
grid/tests/__init__.py
grid/tests/data.py
grid/tests/test_templatetags.py
grid/tests/test_views.py
grid/urls.py
grid/utils.py
grid/views.py
homepage/__init__.py
homepage/admin.py
homepage/migrations/0001_initial.py
homepage/migrations/0002_auto__del_tab.py
homepage/migrations/0003_auto__add_psa.py
homepage/migrations/0004_auto__add_field_psa_created__add_field_psa_modified.py
homepage/migrations/__init__.py
homepage/models.py
homepage/tests/__init__.py
homepage/tests/data.py
homepage/tests/test_views.py
homepage/views.py
manage.py
package/__init__.py
package/admin.py
package/context_processors.py
package/forms.py
package/management/__init__.py
package/management/commands/__init__.py
package/management/commands/commit_fixer.py
package/management/commands/package_updater.py
package/management/commands/pypi_updater.py
package/management/commands/repo_updater.py
package/migrations/0001_initial.py
package/migrations/0002_auto__add_field_category_title_plural__add_field_repo_is_other__add_fi.py
package/migrations/0003_auto__add_field_repo_repo_regex__add_field_repo_handler.py
package/migrations/0004_auto__add_field_repo_slug_regex.py
package/migrations/0005_auto.py
package/migrations/0006_auto__add_version.py
package/migrations/0007_auto__chg_field_version_package.py
package/migrations/0008_auto__add_field_version_hidden.py
package/migrations/0009_auto__add_field_package_created_by__add_field_package_last_modified_by.py
package/migrations/0010_auto__add_field_category_show_pypi.py
package/migrations/0011_auto__del_field_package_pypi_version.py
package/migrations/0012_auto__add_unique_package_repo_url.py
package/migrations/0013_auto__add_field_repo_user_url.py
package/migrations/0014_auto__add_field_package_pypi_home_page.py
package/migrations/0015_auto__del_repo__del_field_package_repo.py
package/migrations/0016_auto__del_field_package_pypi_home_page.py
package/migrations/0017_auto__add_field_version_upload_time.py
package/migrations/0018_auto__add_field_commit_commit_hash.py
package/migrations/0019_auto__add_field_package_commit_list__chg_field_package_created_by__chg.py
package/migrations/0020_auto__add_field_version_development_status.py
package/migrations/0021_auto__add_field_version_supports_python3.py
package/migrations/0022_auto__del_field_package_repo_commits.py
package/migrations/0023_auto__add_field_package_last_fetched.py
package/migrations/0024_auto__add_field_package_documentation_url.py
package/migrations/__init__.py
package/models.py
package/repos/__init__.py
package/repos/base_handler.py
package/repos/bitbucket.py
package/repos/github.py
package/repos/unsupported.py
package/serializers.py
package/signals.py
package/templatetags/__init__.py
package/templatetags/package_tags.py
package/tests/__init__.py
package/tests/data.py
package/tests/initial_data.py
package/tests/test_data/sourceforge/epydoc.json
package/tests/test_data/sourceforge/gadfly.json
package/tests/test_data/versioner_test_fixture.json
package/tests/test_data/versioner_versions_fixture.json
package/tests/test_models.py
package/tests/test_repos.py
package/tests/test_signals.py
package/tests/test_utils.py
package/tests/test_views.py
package/urls.py
package/utils.py
package/views.py
profiles/__init__.py
profiles/admin.py
profiles/context_processors.py
profiles/forms.py
profiles/migrations/0001_initial.py
profiles/migrations/0002_auto__add_field_profile_created__add_field_profile_modified.py
profiles/migrations/0003_auto__add_field_profile_email.py
profiles/migrations/0004_auto__add_field_profile_github_account.py
profiles/migrations/__init__.py
profiles/models.py
profiles/templatetags/__init__.py
profiles/templatetags/profile_tags.py
profiles/tests/__init__.py
profiles/tests/test_models.py
profiles/tests/test_views.py
profiles/urls.py
profiles/views.py
requirements.txt
searchv2/__init__.py
searchv2/admin.py
searchv2/builders.py
searchv2/forms.py
searchv2/management/__init__.py
searchv2/management/commands/__init__.py
searchv2/management/commands/searchv2_build.py
searchv2/migrations/0001_initial.py
searchv2/migrations/0002_auto__add_field_searchv2_slug__add_field_searchv2_slug_no_prefix.py
searchv2/migrations/0003_auto__add_field_searchv2_clean_title.py
searchv2/migrations/0004_auto.py
searchv2/migrations/__init__.py
searchv2/models.py
searchv2/tests/__init__.py
searchv2/tests/test_builders.py
searchv2/tests/test_models.py
searchv2/tests/test_utils.py
searchv2/tests/test_views.py
searchv2/urls.py
searchv2/utils.py
searchv2/views.py
settings/__init__.py
settings/base.py
settings/heroku.py
settings/test.py
static/angular/angular.min.js
static/angular/controllers.js
static/bower_components/bootstrap/.bower.json
static/bower_components/bootstrap/CNAME
static/bower_components/bootstrap/CONTRIBUTING.md
static/bower_components/bootstrap/Gruntfile.js
static/bower_components/bootstrap/LICENSE
static/bower_components/bootstrap/README.md
static/bower_components/bootstrap/_config.yml
static/bower_components/bootstrap/_includes/ads.html
static/bower_components/bootstrap/_includes/footer.html
static/bower_components/bootstrap/_includes/header.html
static/bower_components/bootstrap/_includes/nav-components.html
static/bower_components/bootstrap/_includes/nav-css.html
static/bower_components/bootstrap/_includes/nav-customize.html
static/bower_components/bootstrap/_includes/nav-getting-started.html
static/bower_components/bootstrap/_includes/nav-javascript.html
static/bower_components/bootstrap/_includes/nav-main.html
static/bower_components/bootstrap/_includes/old-bs-docs.html
static/bower_components/bootstrap/_includes/social-buttons.html
static/bower_components/bootstrap/_layouts/default.html
static/bower_components/bootstrap/_layouts/home.html
static/bower_components/bootstrap/assets/css/docs.css
static/bower_components/bootstrap/assets/css/pygments-manni.css
static/bower_components/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png
static/bower_components/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png
static/bower_components/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png
static/bower_components/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png
static/bower_components/bootstrap/assets/ico/favicon.png
static/bower_components/bootstrap/assets/js/application.js
static/bower_components/bootstrap/assets/js/customizer.js
static/bower_components/bootstrap/assets/js/filesaver.js
static/bower_components/bootstrap/assets/js/holder.js
static/bower_components/bootstrap/assets/js/html5shiv.js
static/bower_components/bootstrap/assets/js/jquery.js
static/bower_components/bootstrap/assets/js/jszip.js
static/bower_components/bootstrap/assets/js/less.js
static/bower_components/bootstrap/assets/js/raw-files.js
static/bower_components/bootstrap/assets/js/respond.min.js
static/bower_components/bootstrap/assets/js/uglify.js
static/bower_components/bootstrap/bower.json
static/bower_components/bootstrap/browserstack.json
static/bower_components/bootstrap/components.html
static/bower_components/bootstrap/composer.json
static/bower_components/bootstrap/css.html
static/bower_components/bootstrap/customize.html
static/bower_components/bootstrap/dist/css/bootstrap-theme.css
static/bower_components/bootstrap/dist/css/bootstrap-theme.min.css
static/bower_components/bootstrap/dist/css/bootstrap.css
static/bower_components/bootstrap/dist/css/bootstrap.min.css
static/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.eot
static/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.svg
static/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf
static/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.woff
static/bower_components/bootstrap/dist/js/bootstrap.js
static/bower_components/bootstrap/dist/js/bootstrap.min.js
static/bower_components/bootstrap/examples/carousel/carousel.css
static/bower_components/bootstrap/examples/carousel/index.html
static/bower_components/bootstrap/examples/grid/grid.css
static/bower_components/bootstrap/examples/grid/index.html
static/bower_components/bootstrap/examples/jumbotron-narrow/index.html
static/bower_components/bootstrap/examples/jumbotron-narrow/jumbotron-narrow.css
static/bower_components/bootstrap/examples/jumbotron/index.html
static/bower_components/bootstrap/examples/jumbotron/jumbotron.css
static/bower_components/bootstrap/examples/justified-nav/index.html
static/bower_components/bootstrap/examples/justified-nav/justified-nav.css
static/bower_components/bootstrap/examples/navbar-fixed-top/index.html
static/bower_components/bootstrap/examples/navbar-fixed-top/navbar-fixed-top.css
static/bower_components/bootstrap/examples/navbar-static-top/index.html
static/bower_components/bootstrap/examples/navbar-static-top/navbar-static-top.css
static/bower_components/bootstrap/examples/navbar/index.html
static/bower_components/bootstrap/examples/navbar/navbar.css
static/bower_components/bootstrap/examples/non-responsive/index.html
static/bower_components/bootstrap/examples/non-responsive/non-responsive.css
static/bower_components/bootstrap/examples/offcanvas/index.html
static/bower_components/bootstrap/examples/offcanvas/offcanvas.css
static/bower_components/bootstrap/examples/offcanvas/offcanvas.js
static/bower_components/bootstrap/examples/screenshots/carousel.jpg
static/bower_components/bootstrap/examples/screenshots/grid.jpg
static/bower_components/bootstrap/examples/screenshots/jumbotron-narrow.jpg
static/bower_components/bootstrap/examples/screenshots/jumbotron.jpg
static/bower_components/bootstrap/examples/screenshots/justified-nav.jpg
static/bower_components/bootstrap/examples/screenshots/navbar-fixed.jpg
static/bower_components/bootstrap/examples/screenshots/navbar-static.jpg
static/bower_components/bootstrap/examples/screenshots/navbar.jpg
static/bower_components/bootstrap/examples/screenshots/non-responsive.jpg
static/bower_components/bootstrap/examples/screenshots/offcanvas.jpg
static/bower_components/bootstrap/examples/screenshots/sign-in.jpg
static/bower_components/bootstrap/examples/screenshots/starter-template.jpg
static/bower_components/bootstrap/examples/screenshots/sticky-footer-navbar.jpg
static/bower_components/bootstrap/examples/screenshots/sticky-footer.jpg
static/bower_components/bootstrap/examples/screenshots/theme.jpg
static/bower_components/bootstrap/examples/signin/index.html
static/bower_components/bootstrap/examples/signin/signin.css
static/bower_components/bootstrap/examples/starter-template/index.html
static/bower_components/bootstrap/examples/starter-template/starter-template.css
static/bower_components/bootstrap/examples/sticky-footer-navbar/index.html
static/bower_components/bootstrap/examples/sticky-footer-navbar/sticky-footer-navbar.css
static/bower_components/bootstrap/examples/sticky-footer/index.html
static/bower_components/bootstrap/examples/sticky-footer/sticky-footer.css
static/bower_components/bootstrap/examples/theme/index.html
static/bower_components/bootstrap/examples/theme/theme.css
static/bower_components/bootstrap/fonts/glyphicons-halflings-regular.eot
static/bower_components/bootstrap/fonts/glyphicons-halflings-regular.svg
static/bower_components/bootstrap/fonts/glyphicons-halflings-regular.ttf
static/bower_components/bootstrap/fonts/glyphicons-halflings-regular.woff
static/bower_components/bootstrap/getting-started.html
static/bower_components/bootstrap/index.html
static/bower_components/bootstrap/javascript.html
static/bower_components/bootstrap/js/.jshintrc
static/bower_components/bootstrap/js/affix.js
static/bower_components/bootstrap/js/alert.js
static/bower_components/bootstrap/js/button.js
static/bower_components/bootstrap/js/carousel.js
static/bower_components/bootstrap/js/collapse.js
static/bower_components/bootstrap/js/dropdown.js
static/bower_components/bootstrap/js/modal.js
static/bower_components/bootstrap/js/popover.js
static/bower_components/bootstrap/js/scrollspy.js
static/bower_components/bootstrap/js/tab.js
static/bower_components/bootstrap/js/tests/index.html
static/bower_components/bootstrap/js/tests/phantom.js
static/bower_components/bootstrap/js/tests/server.js
static/bower_components/bootstrap/js/tests/unit/affix.js
static/bower_components/bootstrap/js/tests/unit/alert.js
static/bower_components/bootstrap/js/tests/unit/button.js
static/bower_components/bootstrap/js/tests/unit/carousel.js
static/bower_components/bootstrap/js/tests/unit/collapse.js
static/bower_components/bootstrap/js/tests/unit/dropdown.js
static/bower_components/bootstrap/js/tests/unit/modal.js
static/bower_components/bootstrap/js/tests/unit/phantom.js
static/bower_components/bootstrap/js/tests/unit/popover.js
static/bower_components/bootstrap/js/tests/unit/scrollspy.js
static/bower_components/bootstrap/js/tests/unit/tab.js
static/bower_components/bootstrap/js/tests/unit/tooltip.js
static/bower_components/bootstrap/js/tests/unit/transition.js
static/bower_components/bootstrap/js/tests/vendor/jquery.js
static/bower_components/bootstrap/js/tests/vendor/qunit.css
static/bower_components/bootstrap/js/tests/vendor/qunit.js
static/bower_components/bootstrap/js/tooltip.js
static/bower_components/bootstrap/js/transition.js
static/bower_components/bootstrap/less/alerts.less
static/bower_components/bootstrap/less/badges.less
static/bower_components/bootstrap/less/bootstrap.less
static/bower_components/bootstrap/less/breadcrumbs.less
static/bower_components/bootstrap/less/button-groups.less
static/bower_components/bootstrap/less/buttons.less
static/bower_components/bootstrap/less/carousel.less
static/bower_components/bootstrap/less/close.less
static/bower_components/bootstrap/less/code.less
static/bower_components/bootstrap/less/component-animations.less
static/bower_components/bootstrap/less/dropdowns.less
static/bower_components/bootstrap/less/forms.less
static/bower_components/bootstrap/less/glyphicons.less
static/bower_components/bootstrap/less/grid.less
static/bower_components/bootstrap/less/input-groups.less
static/bower_components/bootstrap/less/jumbotron.less
static/bower_components/bootstrap/less/labels.less
static/bower_components/bootstrap/less/list-group.less
static/bower_components/bootstrap/less/media.less
static/bower_components/bootstrap/less/mixins.less
static/bower_components/bootstrap/less/modals.less
static/bower_components/bootstrap/less/navbar.less
static/bower_components/bootstrap/less/navs.less
static/bower_components/bootstrap/less/normalize.less
static/bower_components/bootstrap/less/pager.less
static/bower_components/bootstrap/less/pagination.less
static/bower_components/bootstrap/less/panels.less
static/bower_components/bootstrap/less/popovers.less
static/bower_components/bootstrap/less/print.less
static/bower_components/bootstrap/less/progress-bars.less
static/bower_components/bootstrap/less/responsive-utilities.less
static/bower_components/bootstrap/less/scaffolding.less
static/bower_components/bootstrap/less/tables.less
static/bower_components/bootstrap/less/theme.less
static/bower_components/bootstrap/less/thumbnails.less
static/bower_components/bootstrap/less/tooltip.less
static/bower_components/bootstrap/less/type.less
static/bower_components/bootstrap/less/utilities.less
static/bower_components/bootstrap/less/variables.less
static/bower_components/bootstrap/less/wells.less
static/bower_components/bootstrap/package.json
static/bower_components/jquery/.bower.json
static/bower_components/jquery/.gitignore
static/bower_components/jquery/README.md
static/bower_components/jquery/bower.json
static/bower_components/jquery/component.json
static/bower_components/jquery/composer.json
static/bower_components/jquery/jquery-migrate.js
static/bower_components/jquery/jquery-migrate.min.js
static/bower_components/jquery/jquery.js
static/bower_components/jquery/jquery.min.js
static/bower_components/jquery/jquery.min.map
static/bower_components/jquery/package.json
static/components/audreyr-rotatingnav/component.json
static/components/audreyr-rotatingnav/dist/jquery.rotatingnav.min.css
static/components/audreyr-rotatingnav/dist/jquery.rotatingnav.min.js
static/components/audreyr-topbar/component.json
static/components/audreyr-topbar/dist/jquery.topbar.min.css
static/components/audreyr-topbar/dist/jquery.topbar.min.js
static/components/component-jQuery/component.json
static/components/component-jQuery/index.js
static/css/account.css
static/css/base.css
static/css/bootstrap-glyphicons.css
static/css/grid.css
static/css/home.css
static/css/oc.css
static/css/package.css
static/css/scrollable-buttons.css
static/css/scrollable-horizontal.css
static/error.html
static/fonts/glyphiconshalflings-regular.eot
static/fonts/glyphiconshalflings-regular.otf
static/fonts/glyphiconshalflings-regular.svg
static/fonts/glyphiconshalflings-regular.ttf
static/fonts/glyphiconshalflings-regular.woff
static/img/alert-overlay.png
static/img/cardboardbox_back_14x33.png
static/img/cardboardbox_front_14x33.png
static/img/cardboardbox_strip_1x33.png
static/img/download_20x20_clear.png
static/img/eye_20x20_clear.png
static/img/favicon.png
static/img/fork_20x20_clear.png
static/img/github-48x48.png
static/img/global/gradient/h300.png
static/img/grayarrow_20x20_clear.png
static/img/icon-no.gif
static/img/icon-yes.gif
static/img/icon_addlink.gif
static/img/icon_changelink.gif
static/img/icon_deletelink.gif
static/img/logo.png
static/img/logo_501x316.png
static/img/logo_squares.png
static/img/progress.gif
static/img/scrollable/arrow/hori_large.png
static/img/scrollable/arrow/vert_large.png
static/img/search.png
static/img/usage_triangle_filled.png
static/img/usage_triangle_hollow.png
static/img/whitearrow_20x20_clear.png
static/js/gh3.js
static/js/jquery.dataTables.js
static/js/jquery.dataTables.min.js
static/js/jquery.tablesorter.min.js
static/js/jquery.tools.min.js
static/js/package_form.js
static/js/site.js
static/js/underscore.js
static/js/urlify.js
static/maintenance.html
templates/404.html
templates/500.html
templates/_homepage.html
templates/base.html
templates/grid/add_grid_package.html
templates/grid/ajax_grid_list.html
templates/grid/base.html
templates/grid/edit_element.html
templates/grid/grid_detail.html
templates/grid/grid_detail2.html
templates/grid/grids.html
templates/grid/snippets/_commits.html
templates/grid/snippets/_title.html
templates/grid/snippets/grid_row_header.html
templates/grid/update_feature.html
templates/grid/update_grid.html
templates/homepage.html
templates/package/add_example.html
templates/package/ajax_package_list.html
templates/package/base.html
templates/package/category.html
templates/package/documentation_form.html
templates/package/edit_example.html
templates/package/includes/_attach_grid.html
templates/package/includes/_package.html
templates/package/includes/_package_no_link.html
templates/package/package.html
templates/package/package_archive.html
templates/package/package_form.html
templates/package/package_list.html
templates/package/templatetags/_usage_button.html
templates/pages/contribute.html
templates/pages/faq.html
templates/pages/help.html
templates/pages/login.html
templates/pages/syndication.html
templates/pages/terms.html
templates/pagination/pagination.html
templates/profiles/profile.html
templates/profiles/profile_edit.html
templates/profiles/profiles.html
templates/py3_compat.html
templates/pypi/pypiupdatelog_list.html
templates/searchv2/build_results.html
templates/searchv2/search.html
templates/templatetags/ga.html
testrunner.py
urls.py
worker.py
wsgi.py

Download

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

opencomparison-master.zip




















Home »
  Javascript Free Code Download »
    Library »




AngularJS
Backbone.JS
CommonJS
Datejs
Dojo
EmberJS
ExtJs
Framework
Library
MooTools
RequireJS
Sencha
Yui