Download eyeballs.js Free Java Code

Description

A lightweight MVC framework for building fast, tidy javascript web apps.

Source Files

The download file eyeballs.js-master.zip has the following entries.


.gitignore//w w  w.  ja v  a2  s . c om
CHANGELOG
Gemfile
Gemfile.lock
README.md
Rakefile
TODO
app.rb
bin/eyeballs
config.ru
couchapp/.couchapprc
couchapp/_attachments/index.html
couchapp/_attachments/style/main.css
couchapp/_attachments/test_couchdb.html
couchapp/_attachments/views/reviews/_review.html.mustache
couchapp/_attachments/views/reviews/edit.html.mustache
couchapp/_id
couchapp/couchapp.json
couchapp/evently/items/_changes/data.js
couchapp/evently/items/_changes/mustache.html
couchapp/evently/items/_changes/query.json
couchapp/evently/profile/profileReady/mustache.html
couchapp/evently/profile/profileReady/selectors/form/submit.js
couchapp/language
couchapp/vendor/couchapp/README.md
couchapp/vendor/couchapp/_attachments/docs.css
couchapp/vendor/couchapp/_attachments/docs.html
couchapp/vendor/couchapp/_attachments/docs.js
couchapp/vendor/couchapp/_attachments/jquery.couch.app.js
couchapp/vendor/couchapp/_attachments/jquery.couch.app.util.js
couchapp/vendor/couchapp/_attachments/jquery.evently.js
couchapp/vendor/couchapp/_attachments/jquery.mustache.js
couchapp/vendor/couchapp/_attachments/jquery.pathbinder.js
couchapp/vendor/couchapp/_attachments/loader.js
couchapp/vendor/couchapp/docs/account.md
couchapp/vendor/couchapp/docs/couchapp.md
couchapp/vendor/couchapp/docs/docs.md
couchapp/vendor/couchapp/docs/evently.md
couchapp/vendor/couchapp/docs/pathbinder.md
couchapp/vendor/couchapp/docs/profile.md
couchapp/vendor/couchapp/evently/README.md
couchapp/vendor/couchapp/evently/account/_init.js
couchapp/vendor/couchapp/evently/account/adminParty.js
couchapp/vendor/couchapp/evently/account/doLogin.js
couchapp/vendor/couchapp/evently/account/doLogout.js
couchapp/vendor/couchapp/evently/account/doSignup.js
couchapp/vendor/couchapp/evently/account/loggedIn/after.js
couchapp/vendor/couchapp/evently/account/loggedIn/data.js
couchapp/vendor/couchapp/evently/account/loggedIn/mustache.html
couchapp/vendor/couchapp/evently/account/loggedIn/selectors.json
couchapp/vendor/couchapp/evently/account/loggedOut/mustache.html
couchapp/vendor/couchapp/evently/account/loggedOut/selectors.json
couchapp/vendor/couchapp/evently/account/loginForm/after.js
couchapp/vendor/couchapp/evently/account/loginForm/mustache.html
couchapp/vendor/couchapp/evently/account/loginForm/selectors/a[href=#signup].json
couchapp/vendor/couchapp/evently/account/loginForm/selectors/form/submit.js
couchapp/vendor/couchapp/evently/account/signupForm/after.js
couchapp/vendor/couchapp/evently/account/signupForm/mustache.html
couchapp/vendor/couchapp/evently/account/signupForm/selectors/a[href=#login].json
couchapp/vendor/couchapp/evently/account/signupForm/selectors/form/submit.js
couchapp/vendor/couchapp/evently/docs/index/data.js
couchapp/vendor/couchapp/evently/docs/index/mustache.html
couchapp/vendor/couchapp/evently/docs/index/path.txt
couchapp/vendor/couchapp/evently/docs/topic/after.js
couchapp/vendor/couchapp/evently/docs/topic/data.js
couchapp/vendor/couchapp/evently/docs/topic/edit/_init/fun.js
couchapp/vendor/couchapp/evently/docs/topic/edit/_init/selectors/a.edit/click.js
couchapp/vendor/couchapp/evently/docs/topic/edit/_init/selectors/a.run/click.js
couchapp/vendor/couchapp/evently/docs/topic/mustache.html
couchapp/vendor/couchapp/evently/docs/topic/path.txt
couchapp/vendor/couchapp/evently/profile/loggedIn.js
couchapp/vendor/couchapp/evently/profile/loggedOut/after.js
couchapp/vendor/couchapp/evently/profile/loggedOut/mustache.html
couchapp/vendor/couchapp/evently/profile/noProfile/data.js
couchapp/vendor/couchapp/evently/profile/noProfile/mustache.html
couchapp/vendor/couchapp/evently/profile/noProfile/selectors/form/submit.js
couchapp/vendor/couchapp/evently/profile/profileReady/after.js
couchapp/vendor/couchapp/evently/profile/profileReady/data.js
couchapp/vendor/couchapp/evently/profile/profileReady/mustache.html
couchapp/vendor/couchapp/lib/atom.js
couchapp/vendor/couchapp/lib/cache.js
couchapp/vendor/couchapp/lib/docform.js
couchapp/vendor/couchapp/lib/list.js
couchapp/vendor/couchapp/lib/markdown.js
couchapp/vendor/couchapp/lib/md5.js
couchapp/vendor/couchapp/lib/path.js
couchapp/vendor/couchapp/lib/redirect.js
couchapp/vendor/couchapp/metadata.json
couchapp/views/recent-items/map.js
dist/jquery/jquery-1.4.2.min.js
dist/jquery/jquery.ba-bbq.min.js
dist/mustache/mustache.0.3.0.js
eyeballs.gemspec
lib/eyeballs.rb
lib/eyeballs/app_detector.rb
lib/eyeballs/app_generator.rb
lib/eyeballs/cli.rb
lib/eyeballs/controller_generator.rb
lib/eyeballs/model_generator.rb
lib/eyeballs/scaffold_generator.rb
spec/app_generator_spec.rb
spec/controller_generator_spec.rb
spec/model_generator_spec.rb
spec/rack_app_detector_spec.rb
spec/scaffold_generator_spec.rb
spec/spec_helper.rb
src/adapters/o_O.localstorage.js
src/drivers/jquery/adapters/o_O.couchdb.js
src/drivers/jquery/adapters/o_O.dom.js
src/drivers/jquery/adapters/o_O.rest.js
src/drivers/jquery/modules/o_O.controller.js
src/drivers/jquery/modules/o_O.routes.js
src/drivers/jquery/modules/o_O.support.js
src/modules/o_O.model.js
src/modules/o_O.validations.js
src/o_O.js
templates/app_root/app.rb
templates/app_root/app/controllers/.empty_directory
templates/app_root/app/models/.empty_directory
templates/app_root/app/views/.empty_directory
templates/app_root/config/routes.js
templates/app_root/index.html
templates/app_root/vendor/.empty_directory
templates/controller.js
templates/initializer.js
templates/model.js
templates/scaffold_controller.js
templates/scaffold_edit.html.mustache
templates/scaffold_index.html
templates/scaffold_partial.html.mustache
test/run_unit_tests.html
test/unit/qunit.css
test/unit/qunit.js
test/unit/run_all.js
test/unit/test_binding.html
test/unit/test_controller.html
test/unit/test_dom.html
test/unit/test_dom_with_callbacks.html
test/unit/test_localstorage.html
test/unit/test_model.html
test/unit/test_model_with_callbacks.html
test/unit/test_params.html
test/unit/test_rest.html
test/unit/test_rest_global_config.html
test/unit/test_routing.html

Download

Click the following link to download eyeballs.js-master.zip.

eyeballs.js-master.zip




















Home »
  Javascript Free Code Download »
    Development »




Algorithm
API
Asp.Net
Azure
CoffeeScript
Collection
Component
Data Structure
Date
Demo
Django
Drupal
Example
Filter
GeoLocation
Markdown
MVC
Parse
Php
Plugin
Prototype
Python
Sample
SDK
Snippet
Stream
Titanium
Utility
Web
WebApplication
XML
YAML
ZooKeeper