Download theoricus Free Java Code

Description

Tiny MV(C) implementation for client side projects.

Source Files

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


.gitignore/*from   ww w. j  av a 2s .co  m*/
.gitmodules
.travis.yml
CONTRIBUTING.md
History.md
LICENSE
Makefile
README.md
assets/theoricus.png
bin/the
cli/src/cli.coffee
cli/src/commands/compiler.coffee
cli/src/commands/destroyer.coffee
cli/src/commands/generator.coffee
cli/src/commands/index.coffee
cli/src/commands/new_project.coffee
cli/src/commands/server.coffee
cli/src/generators/controller.coffee
cli/src/generators/model.coffee
cli/src/generators/question.coffee
cli/src/generators/view.coffee
cli/src/repl/repl-cs.coffee
cli/src/repl/repl.coffee
cli/src/theoricus.coffee
cli/src/utils/event.coffee
cli/templates/app_skel/README.md
cli/templates/app_skel/public/index.html
cli/templates/app_skel/src/app/app.coffee
cli/templates/app_skel/src/app/config/routes.coffee
cli/templates/app_skel/src/app/config/settings.coffee
cli/templates/app_skel/src/app/controllers/app_controller.coffee
cli/templates/app_skel/src/app/controllers/pages.coffee
cli/templates/app_skel/src/app/models/app_model.coffee
cli/templates/app_skel/src/app/models/page.coffee
cli/templates/app_skel/src/app/views/app_view.coffee
cli/templates/app_skel/src/app/views/pages/container.coffee
cli/templates/app_skel/src/app/views/pages/index.coffee
cli/templates/app_skel/src/app/views/pages/notfound.coffee
cli/templates/app_skel/src/styles/pages/container.styl
cli/templates/app_skel/src/styles/pages/index.styl
cli/templates/app_skel/src/styles/pages/notfound.styl
cli/templates/app_skel/src/styles/shared/_bootstrap.styl
cli/templates/app_skel/src/templates/pages/container.jade
cli/templates/app_skel/src/templates/pages/index.jade
cli/templates/app_skel/src/templates/pages/notfound.jade
cli/templates/config/package.json
cli/templates/config/polvo.yml
cli/templates/mvc/controller.coffee
cli/templates/mvc/model.coffee
cli/templates/mvc/view.coffee
cli/templates/mvc/view.jade
cli/templates/mvc/view.styl
cli/vendors/inflection.js
lib/cli.js
lib/cli.map
lib/commands/compiler.js
lib/commands/compiler.map
lib/commands/destroyer.js
lib/commands/destroyer.map
lib/commands/generator.js
lib/commands/generator.map
lib/commands/index.js
lib/commands/index.map
lib/commands/new_project.js
lib/commands/new_project.map
lib/commands/server.js
lib/commands/server.map
lib/generators/controller.js
lib/generators/controller.map
lib/generators/model.js
lib/generators/model.map
lib/generators/question.js
lib/generators/question.map
lib/generators/templates/app_skel/src/app/app.js
lib/generators/templates/app_skel/src/app/app.map
lib/generators/templates/app_skel/src/app/config/app.js
lib/generators/templates/app_skel/src/app/config/app.map
lib/generators/templates/app_skel/src/app/controllers/app_controller.js
lib/generators/templates/app_skel/src/app/controllers/app_controller.map
lib/generators/templates/app_skel/src/app/controllers/mains.js
lib/generators/templates/app_skel/src/app/controllers/mains.map
lib/generators/templates/app_skel/src/app/models/app_model.js
lib/generators/templates/app_skel/src/app/models/app_model.map
lib/generators/templates/app_skel/src/app/models/main.js
lib/generators/templates/app_skel/src/app/models/main.map
lib/generators/templates/app_skel/src/app/views/app_view.js
lib/generators/templates/app_skel/src/app/views/app_view.map
lib/generators/templates/app_skel/src/app/views/main/index.js
lib/generators/templates/app_skel/src/app/views/main/index.map
lib/generators/view.js
lib/generators/view.map
lib/repl/repl-cs.js
lib/repl/repl-cs.map
lib/repl/repl.js
lib/repl/repl.map
lib/theoricus.cli.debug.js
lib/theoricus.debug.js
lib/theoricus.js
lib/theoricus.map
lib/toaster/theoricus/config/config.js
lib/toaster/theoricus/core/factory.js
lib/toaster/theoricus/core/process.js
lib/toaster/theoricus/core/processes.js
lib/toaster/theoricus/core/route.js
lib/toaster/theoricus/core/router.js
lib/toaster/theoricus/mvc/controller.js
lib/toaster/theoricus/mvc/lib/binder.js
lib/toaster/theoricus/mvc/lib/fetcher.js
lib/toaster/theoricus/mvc/model.js
lib/toaster/theoricus/mvc/view.js
lib/toaster/theoricus/theoricus.js
lib/toaster/theoricus/utils/array_util.js
lib/toaster/theoricus/utils/object_util.js
lib/toaster/theoricus/utils/string_util.js
lib/utils/event.js
lib/utils/event.map
package.json
tests/README.md
tests/www/probatus/README.md
tests/www/probatus/package.json
tests/www/probatus/polvo.yml
tests/www/probatus/public/index.html
tests/www/probatus/public/prettify/desert.css
tests/www/probatus/public/prettify/prettify.css
tests/www/probatus/public/prettify/prettify.js
tests/www/probatus/public/prettify/sunburst.css
tests/www/probatus/src/app/app.coffee
tests/www/probatus/src/app/config/routes.coffee
tests/www/probatus/src/app/config/settings.coffee
tests/www/probatus/src/app/controllers/app_controller.coffee
tests/www/probatus/src/app/controllers/pages.coffee
tests/www/probatus/src/app/controllers/routing.coffee
tests/www/probatus/src/app/controllers/title.coffee
tests/www/probatus/src/app/models/app_model.coffee
tests/www/probatus/src/app/models/page.coffee
tests/www/probatus/src/app/models/routing.coffee
tests/www/probatus/src/app/models/title.coffee
tests/www/probatus/src/app/views/app_view.coffee
tests/www/probatus/src/app/views/pages/container.coffee
tests/www/probatus/src/app/views/pages/index.coffee
tests/www/probatus/src/app/views/pages/notfound.coffee
tests/www/probatus/src/app/views/routing/deep.coffee
tests/www/probatus/src/app/views/routing/dynamic.coffee
tests/www/probatus/src/app/views/routing/simple.coffee
tests/www/probatus/src/app/views/title/awesome.coffee
tests/www/probatus/src/app/views/title/is.coffee
tests/www/probatus/src/app/views/title/theoricus.coffee
tests/www/probatus/src/styles/pages/container.styl
tests/www/probatus/src/styles/pages/index.styl
tests/www/probatus/src/styles/pages/notfound.styl
tests/www/probatus/src/styles/routing/deep.styl
tests/www/probatus/src/styles/routing/dynamic.styl
tests/www/probatus/src/styles/routing/simple.styl
tests/www/probatus/src/styles/shared/_bootstrap.styl
tests/www/probatus/src/styles/title/awesome.styl
tests/www/probatus/src/styles/title/is.styl
tests/www/probatus/src/styles/title/theoricus.styl
tests/www/probatus/src/templates/pages/_top.html
tests/www/probatus/src/templates/pages/container.html
tests/www/probatus/src/templates/pages/index.html
tests/www/probatus/src/templates/pages/notfound.html
tests/www/probatus/src/templates/routing/deep.jade
tests/www/probatus/src/templates/routing/dynamic.jade
tests/www/probatus/src/templates/routing/simple.jade
tests/www/probatus/src/templates/title/awesome.jade
tests/www/probatus/src/templates/title/is.jade
tests/www/probatus/src/templates/title/theoricus.jade
tests/www/tests/functional/routing.coffee
tests/www/tests/functional/title.coffee
tests/www/tests/runner.coffee
tests/www/tests/server.coffee
tests/www/tests/utils/browsers.coffee
tests/www/tests/utils/conditions.coffee
tests/www/tests/utils/hook.coffee
www/src/theoricus/config/config.coffee
www/src/theoricus/core/factory.coffee
www/src/theoricus/core/process.coffee
www/src/theoricus/core/processes.coffee
www/src/theoricus/core/route.coffee
www/src/theoricus/core/router.coffee
www/src/theoricus/mvc/controller.coffee
www/src/theoricus/mvc/lib/binder.coffee
www/src/theoricus/mvc/lib/fetcher.coffee
www/src/theoricus/mvc/model.coffee
www/src/theoricus/mvc/view.coffee
www/src/theoricus/theoricus.coffee
www/src/theoricus/utils/array_util.coffee
www/src/theoricus/utils/object_util.coffee
www/src/theoricus/utils/string_util.coffee
www/vendors/history.js
www/vendors/inflection.js
www/vendors/jquery.js
www/vendors/json2.js

Download

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

theoricus-master.zip




















Home »
  Javascript Free Code Download »
    Network »




AJAX
Client
Network
RESTful
Server
URL
URL Shortener
WebSocket